JMTripp
Forum Replies Created
-
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Slide Info box height?Sorry, that code is “min-height: 100px”, not max-height.
Here’s the updated index. The ‘contentWrapper’ div opens on the last line of the header.php file.
Sorry about those – that was me desperately grasping at straws trying to bring those divs to life. I changed them back but still no luck.
The problem really seems to be with my mainColumn tag. I don’t know how to make sure it wraps around everything (starting w posts, ending after comments). From what I can tell it’s in the right place – starting after get_header and closing before the get_sidebar/get_footer in index.php. I tried closing it in comments.php but that just threw the footer and sidebar underneath the contentWrapper.
Thanks again for your time and patience.
Hrm. I was just working with the sidebar.php file. I changed it to sidebar-rightSidebar.php and it looks like it defaulted back. I’m able to edit the sidebar just fine. It’s right aligned, it just refuses to sit next to the content. I checked it in a browser and the “mainColumn”, “mainContainer” & “containerContent” divs are nowhere to be found. The mainColumn div is the one that determines the width, allowing room for the sidebar. when previewed, it’s all nested in the “contentWrapper” div.
Any other thoughts? thanks so much for taking the time to help. Appreciate it.
Thanks for your feedback!
My thinking was that the divs on lines 19 and 20 were closed on 35 and 37…am I wrong? I added an extra just in case, but nothing changed.Thanks alchymyth, here they are.
index.php: https://pastebin.com/sJfkBDmU
header.php: https://pastebin.com/HjFYydx7
sidebar.php: https://pastebin.com/vd9aAxds
footer.php: https://pastebin.com/q7XbH5BW
style.css: https://pastebin.com/FJbVa8hPLet me know if there’s anything else.
My apologies if this coding is confusing – I’m pretty new to all of this!