younk
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Hreflang x-default missingI’m not sure that I am:
The problem solved by the new tag is indicating your preferred “default” content when you are returned for searches in countries that you haven’t created localised content for.
Very interesting article:
https://moz.com/blog/hreflang-behaviour-insightsExample:
x-default – https://play.google.com/store/apps/details?id=com….Forum: Plugins
In reply to: [Simple Rating] Multiple rating shown give ID validation problemHmm, seems like my link got changed. I will try to explain better:
I used the validator.w3.org on my site trycocktail.com
I get the following errors:
Duplicate ID spr_container.
The first occurrence of ID spr_container was here.
Duplicate ID spr_shapes.But I do not know how to make this ID not be a duplicate.
Will it be possible to include the rating without ID on the divs?
Forum: Plugins
In reply to: [Simple Rating] Top rating widget shows draft/private postsI found a small error.
The
- tag in the widget does not close
line 42 in spr_widgets.php
$widget_body.=”- “; <=> $widget_body.=”
“;
Forum: Plugins
In reply to: [Simple Rating] Top rating widget shows draft/private postsNo worries and thank you so much for the quick fix.