Forum Replies Created

Viewing 20 posts - 41 through 60 (of 70 total)
  • Author
    Posts
  • in reply to: Modify the Post Page #180339
    bobgarrett
    Participant

    This shows a single post. https://www.ccrc.co.uk/race-to-marchwood-yc-and-back/
    As you can see, there are links at the bottom which I’d prefer not to be there, and the page is not full width like the rest of the site as it needs to be set to a different template.

    Thanks

    in reply to: Third level menus not appearing #163783
    bobgarrett
    Participant

    Thanks for that, it worked though made the menus rather spaced out. I now have:
    #header-right .widget ul.menu ul {
    padding:0 !important;
    width:220px !important;
    }
    #header-right .widget ul.menu li {
    padding-right:10px;
    padding-left:10px;
    /*padding:10px*/
    }

    in reply to: Third level menus not appearing #163710
    bobgarrett
    Participant

    I think it is because the “hot” area of the menu item – the grey part – goes fully to the right of the menu but not fully to the left.

    in reply to: Third level menus not appearing #163701
    bobgarrett
    Participant

    Spoke too soon!
    It works sometimes, but mostly the sub-submenu box appears but as you slide the mouse across it goes away again. Could this be precise positioning?

    in reply to: Third level menus not appearing #163692
    bobgarrett
    Participant

    Terrific. That worked. Thanks for the quick response.

    in reply to: Third level menus not appearing #163558
    bobgarrett
    Participant

    Ah! I just realised that it is only when logged in as a member that the Menu with extra menu level appears! Sorry.

    I have now added an extra menu item Members -> Test Menu -> Test Sub menu in the public area. And further testing shows that the problem is that the menu does actually appear but it always appears to the right, which is off the screen for many screen widths. I thought the theme would detect this and bring it up to the left?

    in reply to: Adventurous Slider Text Color #163193
    bobgarrett
    Participant

    That’s great. Thanks.

    in reply to: Adventurous Comment Area #163186
    bobgarrett
    Participant

    You mean edit each page? The first few pages I have tried editing don’t seem to have a Discussion meta box. I then found that a newly created page did not have the comments box. Then I found it was a problem with my page template.
    Sorry, my fault!

    in reply to: Title and Tagline Disappearing #163119
    bobgarrett
    Participant

    You are magic!
    Thank you.
    Could you edit the link I gave out of the thread please? Thanks.

    in reply to: Title and Tagline Disappearing #162872
    bobgarrett
    Participant

    It is currently only in a test area as I get ready to make some changes to the actual site
    Test area is http://homenetworks.co.uk/intrepid/

    in reply to: Slider Without Text and Text Box #161408
    bobgarrett
    Participant

    OK. Thanks.

    in reply to: Slider Without Text and Text Box #161279
    bobgarrett
    Participant

    The site is http://www.ccrc.co.uk.

    in reply to: Javascript being excluded by #105207
    bobgarrett
    Participant

    Apologies for confusion over this and thanks for your assistance but the problem is not completely solved.
    Although am now feeding the text through to the field it is clearly not as content but more as a hint. I had expected a visitor to be able to edit the text; instead, clicking in the field makes the text disappear. Can it be made editable as content?

    in reply to: Javascript being excluded by #105041
    bobgarrett
    Participant

    Problem is solved I think. It was my error in implementation.

    in reply to: Javascript being excluded by #105015
    bobgarrett
    Participant

    The form-maker plug includes the option to specify javascript for such inclusion. You can see the actual page: http://www.ccrc.co.uk/temp/
    If a child theme is needed I will look at this but I don’t think it should be necessary. Also, I am not sure whether I would then need a range of child themes for different forms. Whereas if the script was executed as it is it would be easy.

    in reply to: Theme in IE #57958
    bobgarrett
    Participant

    I have identified the problem by creating a new site and adding plugins one by one. Another plugin is adding the ie8 to the class. Apologies for wasting your time.

    in reply to: Theme in IE #57952
    bobgarrett
    Participant

    Definitely not switched to compatibility mode and the same problem arises on the Windows Phone which has no such setting. Are you able to see the problem yourself (www.ccrc.co.uk) or could your IE11 be different? Mine is version 11.0.19.

    in reply to: Theme in IE #57892
    bobgarrett
    Participant

    I am using IE11 (not in compatibility mode).

    View source shows the key line as:
    <html lang=”en-US”>
    But developer tool shows:
    <html class=”js ie ie8″ lang=”en-US”>

    Something is changing it?

    in reply to: Theme in IE #57885
    bobgarrett
    Participant

    Thanks.
    However when the code is examined in IE11 the <?php language_attributes(); ?>> is resolved to <html class=”js ie ie8″ lang=”en-US”> and the ie8 references seems to disable Shiftnav.
    You can see this at http://i.imgur.com/iSDBkVl.png
    Any suggestion where this class is coming from?

    in reply to: Theme in IE #57840
    bobgarrett
    Participant

    I now have a further problem with IE11. I am using Shiftnav to provide a menu (burger icon) when the screen is too narrow for the normal menus. This works on most phones and PC browsers except Windows Phone and IE11 on PC with a very narrow screen where it does not work.

    To quote the Shiftnav author…
    So earlier versions of IE (like IE8) don’t support CSS transforms (which means ShiftNav won’t work). Since those browsers also aren’t responsive and don’t appear on mobile devices, the solution employed by the plugin is simply to hide ShiftNav for those browsers.
    In your case, the issue is that your theme is adding the “ie8” class to your html tag – even when viewing in IE11. As a result, ShiftNav is hidden.
    I’m not sure why the site is doing that, but it is that ie8 class being added that is causing the problem. Removing that (or making it appear only when IE8 is actually in use) would resolve the issue.
    The ie8 class is being added to your html tag even when I view the site in IE11.
    Looks like the class is added via javascript from what I can tell. Could be the theme or it could be another plugin that is responsible.

    Is this correct and is there a fix? Thanks.

Viewing 20 posts - 41 through 60 (of 70 total)