ilana.mullin
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Importer] Issue with Menu importI’d also like to see a fix for this issue. Running WP 4.6.1, PHP7, NGINX. I’m loading plugins via composer so making edits to the plugin is not an option.
- This reply was modified 9 years, 9 months ago by ilana.mullin.
Forum: Fixing WordPress
In reply to: Footer Style Suddenly not applyingis your footer supposed to be within the wrapper? because in firebug it is not, which would explain why your footer styles are not taking effect.
have you tried making all your widgets inactive and checking to see if that fixes it?
also, do you have a clear set for after your sidebar? that float could mess things up if not cleared properly. just for testing purposes, i would try moving the </div> that closes wrapper to after the footer closes.
good luck
Forum: Fixing WordPress
In reply to: Footer Style Suddenly not applyingyou might have accidentally add a </div> to your sidebar, that generally screws the whole thing up. were you editing it though widgets or the actual sidebar.php?. when viewing source it looks like footer is not included in your wrapper, so delete a </div> from the appropriate place (e.g. end of sidebar.php or at the beginning of footer.php.
Forum: Fixing WordPress
In reply to: Problem with next page buttonpull that index.php outta your permalink setup. and you should be good.