We’ve just released a new update for the WPRichSnippets plugin includes a few bug fixes for Reviews Widget, and updated the automatic plugin update class.
The Reviews Widget seems to break site layout when there is no entries to show, so we made a couple of changes to the Widget code to fix this issue.
Version 1.4.3 Changelog
This is a list of changes we’ve made in version 1.4.3:
Bug Fixes:
* Fixed the Only variables should be passed by reference error when getting image by id.
* Fixed an issue with Reviews Widget, it was breaking layout in some themes.
* Fixed a notice caused when image resizer class is not provided with image url.
Enhancements:
* Updated plugin updater class to 1.6.5
Make sure you have the latest version on the WPRichSnippets plugin running on your site.
I found what is causing of the backend panel page loading to be so slow, more than 30 seconds, after I activate your plugin and several addons. The problem is that it tries to connect back to wprichsnippets.com and depending on the location of the customer and the availability of your server it could add a lot to the loading. After changing this line:
define( ‘WPRICHSNIPPETS_WEBSITE_URL’, ‘http://wprichsnippets.com’ );
to
define( ‘WPRICHSNIPPETS_WEBSITE_URL’, ‘https://localhost’ );
It went from more than 30 seconds for each panel page to around 1-3.
When I’ve changed a similar thing from one theme, I have a blazing fast panel.
Please consider fixing this for all.
I wish I fixed this bug earlier.