Chasil
Forum Replies Created
-
Forum: Plugins
In reply to: [Universal Star Rating] star images are missing explicit width and heightI will check that tomorrow. It should only be a problem if there is nothing set as it could have an optical effect when the images get loaded. It should be only an issue on that synthetical test but if I can make it work different I will do so.
Forum: Plugins
In reply to: [Universal Star Rating] star images are missing explicit width and heightThe plugin is not “dead”. It is more like “finished”. To be honest my mail inbox most of the time is full of spam and I often don’t see new posts here.
The images size is managed by CSS and not by width and height parameters. These parameters are not required but optional. Maybe I will add them anytime in the future.
Forum: Plugins
In reply to: [Universal Star Rating] Doesn’t show the images but the textHi Tim!
Was there any update? Or did your Hoster change something?
Is there a chance to get the log files of your Webserver ?
CheersForum: Plugins
In reply to: [Universal Star Rating] Space btw Start and text + text sizeI recently updated to version 2.1.0 which now comes with settings to change the text size. Maybe I add an option to deactivate the colon.
The blank space between the stars and the text can only be changed by editing the style sheet of USR or your theme. This maybe could help:
table.usrlist td:first-child { padding-right: 50px; }
Hi drokita,
I am sorry for the very late response. There is a stylesheet which should force the div to be inline:
span.usr, div.usr { display: inline !important; }
I tested the behaviour in my own environment and didn’t face that issue. Would it be possible for you to have a rating with SEO enabled and send me the link so that I can check that out?
Thanks and best regards
Forum: Plugins
In reply to: [Universal Star Rating] Space btw Start and text + text sizeHi,
I will try to answer your questions as good as I can.
1) I more or less finished the code for text size changes. I am still working on a bit but am pretty sure I can release a new version the next few days. This will give you the opportunity to change just the USR related text.
2) I checked the page and the behaviour also comes from another stylesheet. There is a definition for tables to have 100% width which makes the USR List expand. You could add this to your main css file:
table.usrlist { width: auto; }
That should bring the stars near to the text.
3) Do you want “:” not to be shown on your page within the USR List? You can’t delete it from the shortcode because it is not meant as what to show on the page but as a separator between what you rate and its rating. If you don’t want to show it I would have to change some more on the code but don’t currently know if this would be a feature request which is useful enough.
4) This isn’t implemented yet but I am pretty sure I will add this soon. The elementor video is impressive. I guess I’d have to be way more active to have something on that level ??
5) I will keep that in mind. The Universal Star Rating core should work in every segment of wordpress where shortcodes are allowed. I think I’d have to wrap it in some kind of widget. If I’ll have some more time to spend in future…
Forum: Plugins
In reply to: [Universal Star Rating] Space btw Start and text + text sizeHi masterhealerwp,
1) The size of the text is defined within the stylesheet of your wordpress theme. I will try to add another option to change output text size.
2) Currently there is no option to add a spacing between the stars and it has to be managed by changing the stars template image. I also will try to add an option to change the spacing.
I will do my best to update the plugin this week but I can’t promise.
Regards
Forum: Plugins
In reply to: [Universal Star Rating] How do I make it centered?I guess your Site uses Stylesheets which respond to the windows size of the browser. Many Stylesheets do it like this to have a better look and feel on Smartphones. Try it yourself by resizing your browser window on your PC.
If you want the Output centered, your Stylesheet has to fit.
Forum: Plugins
In reply to: [Universal Star Rating] Why did the plugin stop working?Hey there!
I checked the plugin with the newest WordPress Version and got no problems. Is there something else you changed? Another new Plugin or a different editor?
Cheers
Forum: Plugins
In reply to: [Universal Star Rating] How to Change Text “Average” in Multi Ratings?Thank you for your feedback ??
Forum: Reviews
In reply to: [Universal Star Rating] Great Review PluginThank you very much!
Forum: Plugins
In reply to: [Universal Star Rating] error at amp-img tagMarked as resolved because there are no more updates.
Forum: Plugins
In reply to: [Universal Star Rating] How to Change Text “Average” in Multi Ratings?Because there were no more answered I mark the Topic as resolved.
Forum: Plugins
In reply to: [Universal Star Rating] How to Change Text “Average” in Multi Ratings?Hi Kumarpal,
please edit the file PLUGINFOLDER/includes/functions/func.insertMultiRating.php
Line 118 has to be modified. You will find ‘Average’ there. Just change the text as you want it to be.
Please let me know if this worked for you.
Regards
Forum: Plugins
In reply to: [Universal Star Rating] How to Change Text “Average” in Multi Ratings?I will be back home in 2 days. Will check the code then. Maybe it makes sense to add a special ?translation“ file. That would cause the plugin to always show your String even if you update the plugin.
Will get back to you the next days.