Hi,
When this plugin is used with latest version of Weglot and Bedrock, it triggers a warning.
Warning: include_once([redacted]/wp-content/plugins/weglot/weglot-functions.php): Failed to open stream: No such file or directory in [redacted]/app/plugin/woo-guaranteed-reviews-company/inc/functions.php on line 5
I think the reason is that plugins are not in wp-content
, but directly in an app
dir, replacing include_once ABSPATH . 'wp-content/plugins/weglot/weglot-functions.php';
by include_once WP_PLUGIN_DIR . '/weglot/weglot-functions.php';
in woo-guaranteed-reviews-company/inc/functions.php should fix it.
Weglot version: 4.3.0
Guaranteed Reviews Company (Société des Avis Garantis) version: 1.2.6
Tell me if you need more information.
Best
]]>Hello,
I have a problem with the flag images.
The plugin try to show “flag-.png” image after the name of review’s author, maybe because their language can’t be defined.
This image doesn’t exist, so there is a lot of 404 errors on my website.
Could you please help me to solve this problem ?
I added a transparent image called “flag-.png” on the assets folder but I knwo that this image will be delete on each update of your plugin so it’s not the good solution.
Thanks a lot and have a nice day ??
]]>Hi,
There is an Avis Garantis pop-up like on the footer that is working perfectly on desktop. But when we check it on the mobile, it is not working. We check the codes and the style of the container is set to display: none. We cannot bypass it cause we can’t check the codes that is implementing this section. Can you help us with this one? We need this section showing also on the mobile.
Thanks
]]>