chrisayres
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Modal] Modal window not appearing when link is clickedsharondexter
All I can offer in this situation is to see if there is an older version of jquery running. That was my problem.
Forum: Themes and Templates
In reply to: Footer moves when I convert to WP ThemeRight, like I said, I’m not that great with the CSS. Just never wrapped my brain around the positioning stuff. Oh well, life goes on.
Anyway, I found the problem that I was having. I had a rogue
</div>
tag in the loop-page.php code. That was closing out my container div and the footer was out on it’s own in the cold. I have that fixed now, so it’s just time to get the footer to go where I tell it.Once I get it all figured out and it’s working, I’ll learn more about positioning and try to rebuild it more efficiently ??
Thanks!
Forum: Themes and Templates
In reply to: Footer moves when I convert to WP Themediogorighi – thanks for the idea but that just moved it further left.
OK, after looking into it more, when you view source, it’s closing off my ‘content’ and ‘container’ div before the footer. It has to have something to do with the way the page is being looped in. In the view source you can see it’s pulling a lot of extra code for the stuff that’s usually in the side bar, like the meta stuff. Somewhere in there it’s closing out my 2 divs which is putting the footer outside of the container.
Forum: Themes and Templates
In reply to: Footer moves when I convert to WP ThemeAlright, I had to change some layout issues and it broke my footer again. I’ve spent several hours now trying to fix it when I realized that there was some duplicate code coming in from the page.php file. Anyway, I cleaned that up and I still have this issue. I know my code isn’t the best, but I usually can figure this crap out.
https://www.thegoblinmarketrestaurant.com – Is it my bad code or am I doing something wrong with the theme setup?
Forum: Fixing WordPress
In reply to: Setting New Front PageGreat! I appreciate it!