momsheadquarters
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Right Sidebar sporadically shifting to bottom left of content area….and here the same things…???
Forum: Fixing WordPress
In reply to: Right Sidebar sporadically shifting to bottom left of content areaThat fixed the problem with the odd both/even box issue. You are GREAT!!!
To fix the issue with the </div> missing I simply deleted that section because it was only a place holder to rectify the odd/even issue.
Take a look at this:
Why are the boxes now stacking themselves. Shall I just try to redo these particular pages in hopes that the code irons itself out?
Forum: Fixing WordPress
In reply to: Right Sidebar sporadically shifting to bottom left of content areaThe easiest way was to paste the code into a page on my site temporarily
Forum: Fixing WordPress
In reply to: Right Sidebar sporadically shifting to bottom left of content areahere is the code template for the section page which is the page I’m having trouble with (the one with the ‘section boxes’)
https://www.momsheadquarters.com/the-headquarters/arts-and-crafts/knitting/section-template
Forum: Fixing WordPress
In reply to: Right Sidebar sporadically shifting to bottom left of content areaHow do I do this?
Forum: Fixing WordPress
In reply to: Right Sidebar sporadically shifting to bottom left of content areaIf this is an issue with the div. Where would I insert new <div> and how would i go about this. I don’t know much about code.
Forum: Fixing WordPress
In reply to: Right Sidebar sporadically shifting to bottom left of content areaThank you so much for your time! I’ll get this figured out sooner of later. I’ll wait untill i get some more feedback here and we’ll all get it figured out together.
Thanks
Forum: Fixing WordPress
In reply to: Right Sidebar sporadically shifting to bottom left of content areaNow this is happening to my section boxes!!!
Forum: Fixing WordPress
In reply to: Right Sidebar sporadically shifting to bottom left of content areaAll of the pages with the ‘section boxes’ use the same template page. If they do not use a section template they use the default blank template.
Forum: Fixing WordPress
In reply to: Right Sidebar sporadically shifting to bottom left of content areaI’m trying to find this code in my template. Would it be in the stylesheet or the sidebar template. I found this in the sidebar template…is this where I would change it:
<?php
/* sidebar – reusable blob */
global $qlan; include “languages/”.$qlan.”.php”; // load language file ##
?>
<!– begin sidebar –>
<div id=”side”>
<?phpForum: Fixing WordPress
In reply to: Right Sidebar sporadically shifting to bottom left of content areaI think that makes sense:)
I am very much a rookie…so i’ll have to try this in a bit.
I just don’t see why some pages do it and some pages don’t.
Take to wonky pages, for example. When I start the sidebar is in the right place. When I add a section box the sidebar moves to the bottom. When I add the second section box the sidebar moves back up to the right place.
It’s so crazy and so random. Do you think that fixing the </div> will fix this?
Thank you so much for your time
Forum: Fixing WordPress
In reply to: sidebar display issueIs this similar to the problem i’m having with my sidebar. I hope this isn’t a major issue with my theme. Idicorp take a look at my forum post and see if your issue is similar.
Forum: Fixing WordPress
In reply to: Right Sidebar sporadically shifting to bottom left of content areaYou can see my stylesheet here….let me know if you see anything that may help.
https://www.momsheadquarters.com/the-headquarters/arts-and-crafts/knitting/stylesheet
Forum: Fixing WordPress
In reply to: Adding bullets to CSS stylesheetHey….not that I want to abuse you knowledge….but what do yout hink about this:
Take a look at the right sidebar…why are all the children categories so small. How would I go about getting the text on these larger. I understand that the smaller size designates it as a child…but there has got to be a better way.
Any suggestions???
Forum: Fixing WordPress
In reply to: Adding bullets to CSS stylesheetoh my goodness! It worked. I actually just copied and pasted the text into the very top of the style sheet where I could easily find it in case I had to delete it. You are amazing! I can’t thank you enough. That link you gave me to w3schools.com looks pretty helpful too…i’ll have to go back there int he future.
Thank you again.