Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2021-05-25 06:06:58
- alivato
- Member
- Registered: 2011-03-31
- Posts: 151
Re: kuo_star_rating: a basic star rating for Textpattern
The kuo_star_rating plugin stopped displaying stars after the website was moved to https,
<txp:kuo_star_rating id='<txp:article_id />' />
.htaccess
...
RewriteEngine On
RewriteCond %{SERVER_PORT} !^443$
RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
...
Offline
Re: kuo_star_rating: a basic star rating for Textpattern
alivato, thanks for using the plugin. :-) Can you share the website URL, where that star rating is used, with me? Perhaps privately, so my temporary email is: may2021@kuopassa.com.
Sometimes stuff like that happens with Content Security Policy that blocks inline script
tags.
Update: the website had moved to https:// and in some parts http:// was used. Putting some “s” in the right places fixed it.
Last edited by kuopassa (2021-05-28 14:09:14)
Offline