Community Forums › Forums › Archived Forums › Design Tips and Tricks › Sidebar Moved down page on Focus Theme
- This topic has 15 replies, 3 voices, and was last updated 10 years ago by
rfmeier.
-
AuthorPosts
-
June 6, 2013 at 2:38 pm #44419
SociallyExceptional
ParticipantHello!
For some reason, the sidebar here >> http://dynamadefitness.com/services/virtual-personal-training-via-skype/ is showing up way down the page compared to all of the other pages. I cannot seem to figure it out? It happened after she used the TablePress plugin, but when deactivated, the sidebar still doesn't show properly.
Can someone help me troubleshoot this for her?June 6, 2013 at 2:55 pm #44425rfmeier
MemberHello,
At first I thought the issue was the css, but it looks like somewhere the sidebar is not being added to the #content-sidebar-wrap element, pushing it after the wrap. Code must have been changed somewhere.
Here is what is looks like after I moved the sidebar back into the wrap.
https://www.diigo.com/item/image/40chg/3agr
Hope this sheds some light.
June 6, 2013 at 2:58 pm #44427SociallyExceptional
ParticipantOk, that is defintiely weird. It must be tied to something with the TablePress plugin because you can add special CSS right into it for the table formatting and everything was fine until then.
Do you have the code that you used to insert the sidebar back into the wrap? I hadn't even gone into the main Editor yet to see what could be missing
June 6, 2013 at 3:02 pm #44428rfmeier
MemberHello,
I didn't use code. Chrome browser lets you move around html elements and edit css on the fly. This just helps me debug the display.
I am not exactly sure how to fix this without source code. I can only take guesses from this vantage point.
June 6, 2013 at 3:09 pm #44431SociallyExceptional
ParticipantOk, I am not finding that inside here. Here is the stylesheet:
https://gist.github.com/anonymous/5724966
What also concerns me is that if I disable the tablepress, then it doesn't fix the issue.
June 6, 2013 at 3:13 pm #44434rfmeier
MemberIt shouldn't be within style.css, this will probably be php code. Is this page using a specific template?
June 6, 2013 at 3:17 pm #44437SociallyExceptional
ParticipantNo. Just a standard content/sidebar template. I get confused looking at the source coding on this page, as I can see where the content-wrap is, but Im not sure where to move it to so it moves up
June 7, 2013 at 7:27 am #44517SociallyExceptional
ParticipantOk, according to the developer of the TablePress, this is not a plugin issue. So I am not sure where to troubleshoot this. I'm attaching a link for the home.php and the functions.php. These are the only 2 php files for this theme. I've also attached the source code for this specific page.
Any help would be appreciated. It's hard to trace other people's steps!
Source code and functions.php:
June 7, 2013 at 7:41 am #44518rfmeier
MemberLooking over the functions.php file you posted, I am not seeing anything that would move the widget area outside of the #content-sidebar-wrap element.
I am starting to wonder if you have an un-closed element (maybe a missing closing div?) within your post html. From the Chrome debugger, the html gets a little odd around the "Fat Blast Program©" area.
June 7, 2013 at 7:49 am #44519Debra Scott
Memberyou will have to go through the post code really carefully. And the sidebar widgets codes really carefullySomewhere there is an extra closing div. Using firebug on firefox if you remove this closing div it moves the sidebar up.
<div style="text-align: center;"><a href="mailto:[email protected]" target="_blank">[email protected]</a></div>
need help with your business or personal website? Contact me at Fat Cat Designs
June 7, 2013 at 7:50 am #44520rfmeier
MemberJune 7, 2013 at 7:51 am #44521SociallyExceptional
ParticipantRyan- Thank you! Naturally, once I had a place to look, it popped right out. Looks like there was an extra div by the dividing line area and it wasn't closed. I also like the Chrome debugger - I've never really used it before. Thanks for sharing your resources and help!
June 7, 2013 at 7:51 am #44522SociallyExceptional
ParticipantYes, thanks Debra! That's exactly where I edited =)
Thank you both!
June 7, 2013 at 7:51 am #44523rfmeier
MemberJune 7, 2013 at 8:22 am #44531Debra Scott
MemberSorry Ryan I was pouring through code and didn't notice you had already posted.
Glad it got sorted out anyway! 🙂
need help with your business or personal website? Contact me at Fat Cat Designs
June 7, 2013 at 8:24 am #44533rfmeier
Member -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.