rawarrior
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Ads do not appearPlugin author responded personally & helped me work out my bugs.
Plugin works & I gave it 5 stars.Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Ads do not appearThanks for the reply. I had read tutorials over & over. But I had not found this support page.
-
I checked all items on your support page –
Ads installed correctly.
Ads are visible in source code.
Dummy items do show up.
No caching.
No optimizer plugin.
Theme files do use “the_content” filter.
Ad code checked directly from Adsense.
Waited several hours for Adsense.I also checked with another browser.
All plugins are updated.
License key is not missing.Next steps:
I will send support message.
I will try to regenerate Adsense code.Forum: Plugins
In reply to: [SEO Data Transporter] Yoast SEO support pleaseYes Nick is correct. But when I ran it from Greg’s HP SEO to WordPress SEO (Yoast), the plugin said 0 compatible files.
Would appreciate any ideas of how to make it work.Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Menu brokensorry for another post – can’t edit previous.
Site now up. Super Cache deleted.
Still WPTouch menu & search & some other links non-responsive.
Deleting plugin one by one. Have read several previous similar threads.Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Menu brokenAfter a few hours, checking again, and the whole site is down on desktop & mobile.
Tried disabling WPTouch & site is still down.
Any ideas?Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Menu brokenForgot to post site address: http://rawarrior.com
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Just disappeared. Then broke feed.Same problem after 10 months. The plugin causes the RSS feed to be invalid as shown in the image above. Any ideas?
Forum: Plugins
In reply to: [WP-RecentComments] Broke RSS feed when updated WP to 3.7.1Upgraded now to WP 3.8. This plugin still breaks the RSS feed. Only way to send out a post via RSS is to disable this plugin.
url is http://rawarrior.comForum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Just disappeared. Then broke feed.The plug in was activated at the time you wrote srijith.v.
But it is not now as it de-activates my feed for the reason I described. (Causing code to appear at the top of the feed, before line 1). I needed to send a post out via RSS so I deactivated it.The theme is custom & the Addthis buttons worked great with it for 2 years & I have made no theme changes – the ONLY change is updating to current WordPress as I said. WordPress update broke other plugins as I’ve read and experienced.
I”ll get you a screen shot.——–
OK, it is now currently activated again & I got you a screenshot of how it affects my feed but I don’t see a way to add here. So here’s a link to it: http://rawarrior.com/wp-content/uploads/2013/12/add-this-breaks-feed.png
Forum: Fixing WordPress
In reply to: Hover effect stopped workingThank you. I had saved it as id just as I posted here, but it did not save. I re-saved and then removed a few spaces from code being pasted back in from a text editor. It’s now working properly in IE. I’ll see if I can find the errors you mention.
Forum: Fixing WordPress
In reply to: Hover effect stopped working<div style="clear:both"></div> <div id="categorybox"><ul> <li><h3><a href="http://rawarrior.com/category/best-posts-on-rheumatoid-arthritis-warrior/" title="Click to see entire category!" alt="Click to see entire category!">Don't miss this!</a></h3></li> <?php query_posts('category_name=best posts on rheumatoid arthritis warrior&showposts=4&orderby=rand'); while (have_posts()) : the_post(); ?> <li><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?> <!-- <?php comments_number('0', '1', '%'); ?> --> </a></li> <?php endwhile; ?>I’ve put it back as this while my question is open for now. Readers will be ok. Thanks to anyone who takes a look.
Forum: Fixing WordPress
In reply to: Hover effect stopped workingThank you for your reply & nice words. Yes, we have validated previously, but not since recent updates.
I’m sorry I was unclear. The top nav menus are working fine. The 5 sidebar categories which bring up random posts begin with Don’t Miss This. The are currently hovering red with underline as I described since I left the .categorybox in the div for now so readers can at least see that they are links. It is supposed to be ID=categorybox so that the CSS will show. My CSS for that is here:
#categorybox ul li { padding-left: 8px; padding-right: 4px; padding-bottom: 4px; padding-top: 2px; line-height: 14px; text-align: left; } #categorybox ul li a:hover { background: #f7ea93; color: #302301; display: block; } #categorybox ul li h3 a:hover { background: none; color: #aa4817; }It shows nothing at all now, but it worked great before, showing a background highlight hover on the posts, and a color change on the category links themselves.
Also I do have the same sidebar on every page except for my new archives page. We are getting the same responses with our 3 machines (one is a Mac) over 4 browsers.
rubble-
I saw that (red error messages) covered on the FAQ page for the plugin at WordPress / extend – maybe that will help.Forum: Plugins
In reply to: [Plugin: WP-Paginate] Unable to paginate commentsEric, I’m trying to figure out whether your plugin can help me. I need to separate comments from the posts, but I’d like to keep a comment form below the posts. When a comment posts, I’d like it to direct the commenter to the comments page. Can I use it to do that? Or is there an easier way? Thanks.
Forum: Fixing WordPress
In reply to: Broken RSS feed shows codeThings I’ve already checked:
- I’ve checked several php files for extra spaces.
- No new plugins.
- Pinged feedburner after each change.
- Firefox and IE both showing broken feed. It’s the original feed.