Rae Carlson
Forum Replies Created
-
Forum: Reviews
In reply to: [Business Hours Plugin] Lightweight, reliable, one of my favourites.I’m still using this plugin. Despite the fact it hasn’t been updated in years, it still works flawlessly on my sites.
Forum: Reviews
In reply to: [Easy Twitter Feed Widget Plugin] Doesn't work well with ad blockerA lot of widgets get blocked by ad blockers… They probably marked the issue as “resolved” because they can’t change how AdBlock works, which is what you’re whining about. Users who have AdBlock know how to turn it off if they are not seeing content they expect to see.
Forum: Themes and Templates
In reply to: How to edit Source Code ?Do you have any files that are named like header-*.php ? The only thing I can think of is that
<?php wp_head(); ?>is calling an additional header template… which would have to be in your theme folder and called header-________.phpForum: Themes and Templates
In reply to: How to edit Source Code ?You can’t load an iframe in a header… so it won’t be that. Can you post a screenshot of your header.php?
Forum: Themes and Templates
In reply to: How to edit Source Code ?If you’re not seeing the code you need to remove in header.php, look carefully for references to other php files. It’s likely that since this was added by a plugin that there’s another file being referenced with the old data.