Wolfman1000
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentSo that’s worked,and removed the UL nav list and is now displaying the toggle.Seems like a good way to do it as I can easily change the CSS if I change my mind.However,the toggle no longer actually brings up the menu items…
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentGot ya….
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentI’ve done that,I think…….no change on the site currently though.
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentOk just checking this out now…
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentYep,check.Done that.
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentSo I’ve done that,and everything seems to be functioning as normal…which is good!
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentI will do…at the top of the file?
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentOK.
The Javascript stuff is kind of getting out of my skillset a bit but I’ll certainly give it a try!
Where do we do this?In the functions.js file in the child theme?
Forum: Fixing WordPress
In reply to: Twenty Sixteen Theme- Having Menu button PermanentHi,
Thanks for the reply.
I’ve already made a child theme and made the changes so far that I need to the header.php and footer.php files I copied into my child theme.
I’ve managed to move the Menu below the header image and simply now just need to get the menu toggle so it permanently replaces the navigation menu at ALL screen sizes and position it correctly.
Forum: Fixing WordPress
In reply to: Moving Widget Sidebar out of Primary DivThanks very much my man,as I say the help is very much appreciated as this was starting to get quite frustrating!
I noticed that things were going a bit wierd when I changed page etc,this must be the cause.
Yes I’m going to slowly work my way through the validation errors when I get this sorted.
The idea is that the sidebar will scroll with the content.I installed the Q2W3 plugin to do this but it doesn’t seem to work at the moment.Probably need to fix everything else first eh?
I’m also using Ajax on the site so that the SOundcloud widget in the Sidebar doesnt keep refreshing everytime you navigate to a new page.This has worked nicely,however it has made the rollover/focus on the Nav menu not work correctly as it doesn’t display the current page you are on.
Forum: Fixing WordPress
In reply to: Moving Widget Sidebar out of Primary DivThanks a lot for this,it’s a lot clearer now.
I think I’ve managed to remove it from #main now.
Any chance you could have a quick look and see if I’ve managed to do it correctly?Would be much appreciated.
Forum: Fixing WordPress
In reply to: Moving Widget Sidebar out of Primary DivThanks Alchymyth.
That’s a lot more helpful and insightful.As I mentioned I’m not really well versed in PHP at all so this information gives me a lot better understanding of how the final code is constructed.
From what I can gather,the ‘call’ function in index then ‘pulls in’ the relevant PHP file containing the html code and whatever order these ‘calls’ are in will determine the eventual hierarchy of the combined code.Would this assumption be correct?
Forum: Fixing WordPress
In reply to: Moving Widget Sidebar out of Primary Div#Alchymyth
You seem to present yourself as having an understanding of this but seem intent on not actually revealing the methodology behind solving the actual problem at hand.Which seems a bit of a shame.
Forum: Fixing WordPress
In reply to: Moving Widget Sidebar out of Primary DivCan anyone shed any light on this at all?
Forum: Fixing WordPress
In reply to: Moving Widget Sidebar out of Primary DivYes I understand that,but as you can see in the code the wrapping Div for #main is not contained within the header and is being called up somewhere is by the PHP.
As I am not well versed in PHP this is confusing,as if I was simply editing the HTML itself it would be very easy.