Forum Replies Created
-
AuthorPosts
-
bobgarrett
ParticipantSuper.
We will look at the pro version.bobgarrett
ParticipantThis 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
bobgarrett
ParticipantThanks 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*/
}bobgarrett
ParticipantI 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.
bobgarrett
ParticipantSpoke 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?bobgarrett
ParticipantTerrific. That worked. Thanks for the quick response.
bobgarrett
ParticipantAh! 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?
bobgarrett
ParticipantThat’s great. Thanks.
bobgarrett
ParticipantYou 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!bobgarrett
ParticipantYou are magic!
Thank you.
Could you edit the link I gave out of the thread please? Thanks.bobgarrett
ParticipantIt 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/bobgarrett
ParticipantOK. Thanks.
bobgarrett
ParticipantThe site is http://www.ccrc.co.uk.
bobgarrett
ParticipantApologies 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?bobgarrett
ParticipantProblem is solved I think. It was my error in implementation.
bobgarrett
ParticipantThe 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.bobgarrett
ParticipantI 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.
bobgarrett
ParticipantDefinitely 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.
bobgarrett
ParticipantI 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?
bobgarrett
ParticipantThanks.
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? -
AuthorPosts