Matt
Forum Replies Created
-
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Span tag in the review@fate87, are you still experiencing this issue? Can you please confirm that the message being submitted does not have any “extra” content or HTML elements being submitted in it? Is it possible the message is being copied/pasted from somewhere else which may be bringing in some extra elements?
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Remove date showing on search resultsThank you, @immeemz – we have not abandoned the plugin but we are working to just keep it running for now as we migrate all of its features (plus more) into our flagship plugin Starfish Reviews. We hope to have this completed early next year (2022).
In regards to this reported issue by @jpwpbuffs please refer to the information provided by @immeemz. I will be sure and document this known issue during our feature analysis of Rich Reviews for migration into Starfish Reviews. I believe we may have some opportunities to make improvements to the Google Snippet features specifically. There may be some ways that we can help position your page reviews page to Google that would “hide” these dates from being available.
Please keep an eye out on this plugin page for more details/updates on opportunities to start sharing feature requests, ideas, and general feedback on capturing self-managed “reviews” which we will be calling “testimonials” within Starfish Reviews.
Hello @pierremartin310, we recently released an update that improved some areas of potential security risks – can you please review your ability to approve or delete reviews and advise if you continue to have problems? Thank you so much!
Forum: Plugins
In reply to: [Starfish Review Generation & Marketing for WordPress] Parse Error@inselfred, I believe this has been fixed in the recent updates. Can you please confirm?
@jbro, Could you please share with the other plugin is? I will investigate as to why this is happening and how we may be able to resolve any potential Twig conflicts like this. Also, please make sure you have uninstalled the Free version if you are using the paid Premium version of Starfish Reviews.
As this is a conflict with another plugin, not a direct issue with Starfish Reviews itself I will be marking this resolved. However, I will be adding this to our backlog of known conflicts to work out.
@audunbk, thank you for contacting us. I can understand your frustration, There sounds like a problem with the cascading style sheet (CSS) failing to load with the page. Do you have any CSS minification or optimization enabled on any caching plugins? Check also for any settings in these same plugins which move the CSS and JavaScript files to the footer. Sometimes these settings can cause havoc on other plugins like Starfish Reviews.
I will await your response if any of these suggestions lead you towards a resolution.
Forum: Developing with WordPress
In reply to: Errors parsing Standard input code: Bitwise OR ‘|’The WordPress Plugins team responded with this. Thank you Team!
That line, and indeed that file, requires PHP 8.0 to work.
Now, when you’re running the code normally, in PHP 7.3, then that whole file doesn’t get included. If you look in the bootstrap.php file, you’ll find this code:
if (\PHP_VERSION_ID >= 80000) {
return require __DIR__.’/bootstrap80.php’;
}That means that it only loads that file in PHP 8 and up.
Our linter runs on PHP 7.4, which is what the site itself runs on. But it’s linting each file, it doesn’t actually run your code. So that file can’t pass the lint check, because it’s PHP 8 specific code.
The solution for now is simply to downgrade the version of the library you’re using. I’m not familiar enough with composer to tell you the proper way to do that, but essentially you need to be using the 7.4 compatible version of the symphony-polyfill library.
When www.remarpro.com itself is using PHP 8, then the linter will lint to that, and then PHP 8-only code will be allowed into the directory There is no timeline on that, but it’s likely to happen sometime this year.
@havannainvestorsclub, are you still experiencing these reported issues with the latest version (1.9.3)?
Forum: Plugins
In reply to: [Rich Reviews by Starfish] 12345 Ratings ?@davogregory, please let us know if you have any further questions. Thank you for reaching out to us.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] unpleasant display@davogregory, the “based on 12,345 ratings” is the number of reviews you have received. Are you still experiencing any issues or need further clarification on anything please let me know. Thank you!
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Reviews are duplicating when customers leave them@cenay, are you still experiencing this issue? I have not seen or heard of this particular problem with the latest version 1.9.3. Please confirm and I will look further into it.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Column sorting no longer workingForum: Plugins
In reply to: [Rich Reviews by Starfish] Randomly Created URL@zcollier, I am sorry for the late reply here. Are you still experiencing this issue? When reviewing the page referenced, I am not finding such a code snippet on the page.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Undefined Index@jcdesign, thank you for letting us know. I will get this logged and prioritized for our next update.
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Reviews Suddenly Gone@jj2austin, thank you for letting us know this. We are aware of and are working on a solution now. We hope to have an update out soon.