hatishbi
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-PostRatings] Rich Snippets not showing upI’ve fixed it. In wp-postratings.php i’ve found
if(is_single())
$attributes = ‘id=”post-ratings-‘.$ratings_id.'” class=”post-ratings” itemscope itemtype=”https://schema.org/Article”‘;
else
$attributes = ‘id=”post-ratings-‘.$ratings_id.'” class=”post-ratings”‘;I added the article part to the else function, now it’s perfect (unless i broke something else ;), stars are showing up on pages.
Forum: Plugins
In reply to: [WP-PostRatings] Rich Snippets not showing upI fixed the errors (see here) but the stars still not showing up. Now what?
Thanks again for your help,Bye
JohannesForum: Plugins
In reply to: [WP-PostRatings] Rich Snippets not showing upThanks for the quick reply. I’m aware of this (missing tags in the hatom-feed declaration, see here) but this is not causing the missing stars. I have the same error in postings and here the stars are shown, see here. If you compare the posting (where the plugin works) and the page (where it doesn’t) you see that the whole “Item type: https://schema.org/article” complex is missing where the “Item 1” (aggregaterating) is refered. You know why?
Thanks again,Bye
JohannesProbably a false positive, got exactly the same warning by sucuri for another plugin last night which is 100% clean.
Forum: Plugins
In reply to: [XML Sitemap & Google News] Sitemaps not visible for human eyesThanks! Disabling several suspicious plugins didn’t do the job, but the development version works like a charm.
Bye
JohannesFixed it now by hardcoding the .css-link into header.php. Not an optimal solution but it works. Thanks,
Bye
JohannesThere are no general conflicts as your plugin works correct on some pages (e.g. here) but on some (most) it doesn’t. If I insert a gallery via shortcode [nggallery ] everything’s fine, looks like the .css is not loading anymore if i don’t trigger it?
Strange thing. I’m using the latest releases of WP (3.7.1) and NGG (2.0.33), it worked like a charme in the last 3,5 years until the latest updates.Bye
JohannesForum: Plugins
In reply to: [Amazon Product in a Post Plugin] Broken price/release date tableThanks, works like a charm ??
Bye
JohannesForum: Plugins
In reply to: [The Events Calendar] ?Missing argument" warnings on all event pagesThanks Jonah, i could fix it. It was an issue with the plugin Similar Posts – as soon as i deactivated it (/excluded it from the events-pages), the described error was gone.
Bye
JohannesForum: Plugins
In reply to: [The Events Calendar] ?Missing argument" warnings on all event pagesAnyone? Seems the same problem like here (but i don’t use the roster plugin or anything similar) – if i delete the ?id”-tag in line 142 the errors are gone but the /events/ is broken so this is not a proper solution.
By the way, i use the papercut premium theme (former wootheme).
Thanks,
Bye
Johannes