Hi – my mobile (iphone 11max) is showing lines instead of stars – I’ve included a screenshot below. When I look through dev tools, it looks fine, but not on the phone. suggestions?
Attachments:
-
Milan Petrovic
KeymasterMarch 12, 2021 at 6:01 pm #65553Hi,
Sorry, I have no idea why would that happen. I do tests with iOS devices, and I have not seen this problem before. Can you check our demo website on your iPhone to see if it looks correctly: https://www.gdratingsystem.review/?
Regards,
MilanDev4Press - Premium plugins for WordPress.
-
tristadeleon
ParticipantMarch 19, 2021 at 1:58 am #65571No, I see the hearts fine. But my website is supposed to show stars and I see the lines instead. I can’t figure out how to fix this.
-
tristadeleon
ParticipantMarch 19, 2021 at 2:12 am #65572I’m using this shortcode – [gdrts_stars_rating_auto template=”expanded” style_size=30 style_type=”font” style_font_name=”star”]
-
Milan Petrovic
KeymasterMarch 19, 2021 at 9:15 am #65573I checked on your website, it is not done because of the iOS device, it is done on every device when in mobile mode (even desktop with the console view to test on small devices).
The problem is either with the plugin you use to compress CSS into one file or with the styling in the theme or something called ‘vc_grid-filter’. There is a broken responsive block that when compressed into one file, flattens a lot of other CSS belonging to other plugins into media query for a screen width of 768px and more, so all the styling for my plugin has been caught into that (and other stuff on your website, a lot of things are most likely broken), so styling for my plugin is used only on screens bigger than 768px in width.
You need to either find and fix that broken media query or figure out a different way to compress CSS without scripts merging this way.
Dev4Press - Premium plugins for WordPress.
-
tristadeleon
ParticipantMarch 19, 2021 at 6:06 pm #65574I see. Okay let me dive into this a bit, I appreciate the response!
-
tristadeleon
ParticipantMarch 19, 2021 at 6:15 pm #65575it’s wprocket combine css – when I unchecked that box, it now displays fine. There’s a field there to exclude specific css:
Excluded CSS Files
Specify URLs of CSS files to be excluded from minification and concatenation (one per line).Do you have that info? I can enter that there and then it will ignore.
-
Milan Petrovic
KeymasterMarch 19, 2021 at 6:58 pm #65576This is not specific to my plugin only. Some CSS file(s) on your website is broken, and any other CSS caught in that during minification is also broken. From what I have seen in your previously minified file, that error envelops more than 60% of the CSS loaded on your website. You should fix the problem, and after that minimization will be fine.
My plugin loads file dynamically when needed, so depending on the settings it loads different files. Use browser console to see which files get loaded.
Dev4Press - Premium plugins for WordPress.
-
tristadeleon
ParticipantMarch 19, 2021 at 7:03 pm #65577oh okay, I’m not a developer and don’t currently have one to dive into this, so I’ll leave it unchecked to combine for now. until I have some help with this. thank you
- The topic ‘Stars on mobile – lines instead’ is closed to new replies.
