Rushster
Forum Replies Created
-
Here you go…
Fatal error</b>: Uncaught Error: Cannot use object of type WpSoL_Configuration as array in /public_html/wp-content/plugins/accelerated-mobile-pages/install/index.php:509
Stack trace:Yeh it totally breaks everything. Even the WP text editor. I’ll turn on debug and report back.
- This reply was modified 8 years, 8 months ago by Rushster.
Forum: Plugins
In reply to: [GD Rating System] Rich Snippets not showing on custom post typeOk fair enough, Thanks for trying. I’ll hunt down an alternative.
Forum: Plugins
In reply to: [GD Rating System] Rich Snippets not showing on custom post typeYep, it’s active on the post type I need and it’s set to Use Microdata.
Forum: Plugins
In reply to: [GD Rating System] Rich Snippets not showing on custom post typeTried disabling : Single snippet per page and no change on either our theme or using a default. I can understand it possibly not working on a customised theme but to no work on the default is strange.
Forum: Plugins
In reply to: [GD Rating System] Rich Snippets not showing on custom post typeOK, I have tested it with the twentyseventeen theme and I am still not seeing snippets.
Ultimately, all I need to get working is the ability to pull the score out. I can add the snippet code myself but it seems that the data is not even getting through to the page even though the ratings are displaying fine on the page.
- This reply was modified 9 years ago by Rushster.
Forum: Plugins
In reply to: [GD Rating System] Rich Snippets not showing on custom post typeSure. Here is an example…
https://www.pcinvasion.com/gamer-reviews/battlezone-vr-review
This is a custom post type but it’s a standard post.
- This reply was modified 9 years ago by Rushster.
To get around this I did the following. Created a template for that category then use the code below. I have the $comment_user_id bit there because it was something I used for this elsewhere but it works so that doesn’t really matter.
<?php
if(pmpro_hasMembershipLevel(array(‘1′,’2′,’3′,’4′,’5′,’6′,’7′,’8’), $comment_user_id))
{
?><?php } else { ?>
***Content to show to non subscribers users***
<?
}
?>I think that’s what you mean?
Forum: Plugins
In reply to: [Advanced Editor Tools] Link/Unlink buttons not workingSame problem here. Any ideas anyone? Driving me nuts.