Chad
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Notifications Manager] Good against spamThanks for the rating/review!
Forum: Fixing WordPress
In reply to: Contact Form BrokenMay seem obvious, but make sure the Contact Form 7 plugin is activated.
Forum: Reviews
In reply to: [WP Notifications Manager] Simple, does what it's supposed to.Sorry a bit late, but thanks for the review! 🙂
Forum: Reviews
In reply to: [Set email sender] Didn't work for meThis plugin isn’t supposed to change the sender name. It controls if the user registration/password change notifications are sent and to whom.
Forum: Reviews
In reply to: [WP Notifications Manager] Didn't work for meLooks like you’re trying to change the sender. This plugin doesn’t handle that. It only controls if the user registration/password change notifications are sent and to whom.
Forum: Fixing WordPress
In reply to: WordPress loop is missing posts on homepage after offset = 4Have you looked the examples in the Codex for get_posts()? I think they will straighten you out: Template Tags/get posts
Forum: Fixing WordPress
In reply to: blockui requires jquery v1.2.3 in wp-adminhttp://ww.wp.xz.cn/support/topic/wordpress-36-and-jqueryblockui-version-problem-solution
You can figure out which plugin is causing it by deactivating each one until the problem goes away. Hope this helps.
Forum: Fixing WordPress
In reply to: My logo does not work on internal pages!Can you provide a link to your site?
Forum: Plugins
In reply to: [WP Notifications Manager] Problems with Plug INGive this a look: Headers Already Sent Warning
It looks as though the problem is in your functions.php file within the /wp-includes directory.
An alternative way to deactivate a plugin is to use FTP/cPanel to get to your plugins folder (/wp-content/plugins) and simply change the name of the plugin.
Let me know if this helps?
Forum: Fixing WordPress
In reply to: How to decrease space between top of blog post image and category?Line 209
.info { text-align:left; padding: 0 0 25px 70px; }