tmillerwriter
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tutorials on creating parent/child/page hierarchy code?Urp. Nevermind. I figured out I never set the parent and order for the page in the righthand side under Edit Page.
Amazing how you figure these things out once your write out the problem!
Forum: Fixing WordPress
In reply to: Navbar border does not go all the way to end of navbarThat worked! Thank you so much. Before I change this to “resolved” can you tell me what the .sf indicates?
Thank you!
Forum: Fixing WordPress
In reply to: Wrapper encompasses only half the pageSo, I read up on absolute and relative, and I think I understand, but changing the footer to relative in Firebug made it go off screen, so I’m wondering if you can explain more about the positioning of the footer.
But, more importantly, I did do as you suggested and positioned the footer (get_footer) inside the page div, as seen on the code here pulled from this page:
http://www.voltrek.com/overview/evs-cars
<body class="page page-id-77 page-child parent-pageid-7 page-template page-template-voltrekcarspage-php logged-in admin-bar"> <div id="page"> <div id="suckerfishnav"> <div class="voltrek_masterpage"> <div id="footer" class="contentinfo"> </div>but the footer is still stuck in the middle of the page, and not sticking to the bottom. I’m wondering if the widget Simple Sidebar Nav put in the design has anything to do, because it seems the footer is getting caught above the Content Area 2.
Can you give further assistance? Is there someplace else I might put get_footer code, and other CSS changes to make this work, especially as the footer is not sitting uniformly even when it is at the bottom of the container as seen on these two pages:
http://www.voltrek.com/implementation
http://www.voltrek.com/aboutForum: Fixing WordPress
In reply to: IE 7 on older machine, WordPress page is wonkyThank you! Perfect…
Forum: Fixing WordPress
In reply to: IE 7 on older machine, WordPress page is wonkywhoops. address is http://www.voltrek.com
Forum: Fixing WordPress
In reply to: New text in sidebar (content area 2) pushes content area 3 downOkay, I’m starting on that process, and going to get a footer in, to see if that helps.
But then the very first thing I come across, I can’t find a way to fix it. Do you understand where Line 135 is coming from? I don’t see
<style> </style>in the template that Curation Station is inserted.It looks like this in the template.php:
<div class="voltrek_homepage_content_area_3"> <?php the_secondary_content(3)?> <? curationstation() ?> <p style="float:right; padding-top:10px; font-size: small; color: #5c5c5c;"><a href="http://curationstation.com">Powered by Curation Station</a>So, where do I go to fix that error?
Thanks for your help.Forum: Fixing WordPress
In reply to: New, inserted images will not appear sidebar or mainbarThanks. I can’t abandon the theme, not my decision to make, but I can use the information you’ve given to figure out what needs to get filled in. In the meantime, I switched to another template that takes the pictures.
Thanks for your help.
Forum: Fixing WordPress
In reply to: New, inserted images will not appear sidebar or mainbarBoth “Store uploads in this folder” and “Full URL path to files” are empty. I think that’s what you meant.
Is there something else to do?
Forum: Fixing WordPress
In reply to: New, inserted images will not appear sidebar or mainbarHi Esmi, check what?
I clicked to that screen and see all the settings, but what am I checking to see if it’s wrong or right or needs changing?
Thx.
Forum: Fixing WordPress
In reply to: Scrollbars disappeared in Firefox, Safari — related to sidebar text?Well, for those who find this problem, I think I found a fix, by making the background position, and the other containers on the pages, relative, rather than absolute in the CSS.
It took me six hours to figure this out. Hopefully this helps others.
Forum: Fixing WordPress
In reply to: Scrollbars disappeared in Firefox, Safari — related to sidebar text?Update: I fixed the sidebar text: the float on the homepage was set to right (have no idea how that happened), but that still didn’t bring back my scroll bars.
Again, thanks for your help.
Forum: Fixing WordPress
In reply to: Background disappeared suddenly in FirefoxNevermind. I don’t know how two of the layers of background got 1 px longer, but shortening them by 1 px to fit the width of 961px fixed it.
Forum: Fixing WordPress
In reply to: CSS font-size line has no effectOh goodness, never mind. The spans are all on each individual page. Remnants of other another person’s work, rather than using CSS to guide.
Thx.
Forum: Fixing WordPress
In reply to: CSS font-size line has no effectYes, I saw that, too, in Firebug. When you say “remove,” is that from the CSS?
The page text is generated by a Simple Side Navbar Widget with individual Page Templates each associated with the homepage, master page, and single content page where small shows up, but those template pages don’t seem to specify a “small” font for the text.
And there is something at the top of that CSS thats seems to suggest a reduction of font size
body { /*KWI font-size: 62.5%; *//* Resets 1em to 10px */but I don’t understand what KWI means or how or if that affects text size.
Forum: Fixing WordPress
In reply to: CSS font-size line has no effectSorry, I broke a rule and put in lines of code. I’ll read those over to not break more rules.
But, as to your advice, I actually put that line in. It wasn’t there, and I did make it 14px, with no effect.
So something else is controlling the font size, but I don’t know what/where.
Help?