ltparis
Forum Replies Created
-
Excellent news!
So there is no solution then to having it exclude on certain posts or pages. For instance I use it for specific reviews of my content, but it will also place in a regular page, or a non-reviewed post.
Sure would be handy to have “block rating” or “include rating” on the module inside the page or post. Now I am dealing with Structure Data issues because I don’t have a value for certain posts or pages.
Forum: Plugins
In reply to: [Yoast SEO] "General tab" blanked outFigured out the Securi plugin caused this conflict.
Forum: Plugins
In reply to: [Yoast SEO] "General tab" blanked outBumping this up again. Still the general tab is non-functional. Not sure what can be done to fix this.
Forum: Plugins
In reply to: Yoast and Airhus Testimonials Premium. sitemap not working.No one with any thoughts on this?
Forum: Plugins
In reply to: [Yoast SEO] "General tab" blanked outAnyone?
Forum: Plugins
In reply to: [WP Fastest Cache] Site breaks when enabling cacheI did a reinstall and it seems to be working.
Forum: Plugins
In reply to: [WP Fastest Cache] Site breaks when enabling cacheAt one point I had a Leveraging Ninja gzip compression plugin but I have since removed. it does not look like any of the other plugins are using some time of compressing utility. Here is all the other plugins I am using:
404 Redirected 1.3.2
Google AdWords Remarketing 1.0
HTTPS Redirection 1.3
NK Google Analytics 1.4.3
Pinterest Verify Meta Tag 1.3
Revolution Slider 4.6.0
Yoast SEO Extended 1.0.0
SEO Rank Reporter 2.2.1
SSL Insecure Context Fixer 1.8.0
Testimonials Widget Premium 2.0.2
WordPress Force HTTPS 0.1.2
WordPress Meta Robots 2.1
Yoast WordPress SEO 1.7.1
WP Robots Txt 1.1
XML Sitemap & Google News feeds 4.3.2I am running into this issue myself. Seems that Aihus Testimonials Premium 2.0 is causing this in my case. Disable that and Yoast 1.7.1 works fine.
Forum: Fixing WordPress
In reply to: Best current method for a sandbox/beta siteI am constantly working between different OSs (Mac, PC) and locations. Plus wouldn’t the migration of the database be a bit trickier?
Forum: Plugins
In reply to: Sort all posts by modifed time?I solved my issue with
<?php $posts=query_posts($query_string . ‘&orderby=modified&order=dec’);
if (have_posts()) : while (have_posts()) : the_post(); ?>