dudo
Forum Replies Created
-
I’ve been able to reproduce the issue too.
I don’t know (yet) if this is something that I can fix in my end, but if you need lazy load I suggest this plugin, that it is also working 100% with YASR
https://www.ads-software.com/plugins/a3-lazy-load/Best,
DarioSorry, wrong place ??
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Custom stringsThank you !
Can I ask you a pleasure? Can you please rate YASR 5 stars here? It is an huge help for me, thanks!Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Custom stringsThis is because custom strings are not (yet) implemented into multiset, will be fixed in the next version.
In the meantime, you can add this code into your child theme:add_filter('yasr_mv_saved_text',static function () {
return 'Vote enregistre';
});Best,
Dario- This reply was modified 1 year, 8 months ago by dudo.
Forum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] Custom stringsHello, no, it is available also in the free version.
Can you please paste a screenshoot of the setting?
Further, can you please paste a link to the site?
Thanks- This reply was modified 1 year, 8 months ago by dudo.
Can you please paste the screenshoots?
I’m trying to replicate the same error in my endCan you please paste a screenshoot of breeze settings, of both “Basic Options” and “File Optimization” page? I’m trying to replicate the issue.
Further, I suggest to also write to their support forum, since it is something in their plugin that is breaking YASR.Yes, must be a conflict with breeze that I’m not able to replicate in my local environment.
Can you please try to disable JS and HTML minification in breeze?Hello, do you have a link to the site?
Hello, thank you for using YASR!
Simply add this css:.yasr-vv-bottom-container {
padding-top:1.5em
}Best,
Dario- This reply was modified 1 year, 9 months ago by dudo.
Hello!
Can you please provide a link to the site?
Thanks,
DarioForum: Plugins
In reply to: [YASR - Yet Another Star Rating Plugin for WordPress] remove from h1 tagHello!
Sorry for the delay of the answer.
Unfortunately there is no way to do this (at least not for now), YASR uses the filter the_title and there is no way to get the H tag.
Best,
DarioI suppose you have not done this before, so I suggest that you ask your hosting provider again.
If you are determined to proceed, make sure to create a complete backup of your data!
Once you have accessed phpMyAdmin, select the database you are using and open the “SQL” tab. Then, insert this code:
DELETE FROM wp_postmeta
WHERE meta_key = 'yasr_schema_additional_fields'Please note that your table may have a different prefix, such as YOURPREFIX_postmeta, so please adjust it accordingly.
Let me know
Hello, first I want to let know that this problem was fixed in version 2.6.8.
I suppose you don’t have access to phpmyadmin, so the best and safest way is to ask to your hosting provider.
They can do this in a few second.
Best,
DarioHello!
This is beacuse now if YASR is not able to add the structured data into the content, will try into wp_footer.
New codeglobal $yasr_additional_rich_fields;
remove_filter('the_content', array($yasr_additional_rich_fields, 'addSchema'), 99);
remove_action('wp_footer', array($yasr_additional_rich_fields, 'addSchema'));Best,
Dario