Galcor
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 6.6 update caused underline on all linksYes, of course, the world is not ending ;). However, I do believe it was clear that this kind of CSS rule would cause issues :(. Nonetheless, I still want to thank the team for providing us with such a great tool. WordPress has improved significantly over time, and I can only express my gratitude to the team for all the hard work they do every day !
Forum: Fixing WordPress
In reply to: 6.6 update caused underline on all linksI am a freelancer and I have around a hundred clients affected by this line of code. Even before finding this post, I had applied a custom CSS fix on some sites, but I remain very surprised:
- This line of code can only cause problems. It’s quite obvious.
- The side effects of removing this rule can’t be worse; that too is obvious. How many won’t find this post and will pay their developer to find out what happened? I have a hundred clients affected, and I work for agencies that have several hundred clients affected… The so-called side effects will never be worse, and using this type of CSS rule without considering that it will cause problems seems… very, very surprising to me :(.
I hope version 6.6.1 comes out soon…
Finally found the trick… define width and heigh, and in the plugin settings, set the banner to fixed position instead of static.
I have the same issue, cls caused by the banner (When I deactivate the plugin, there’s no cls). The scripts are not defer by any plugin… but strangely, fixed height and width doesn’t work:
@media (max-width: 980px) { .simple-banner { height: 95px !important; width: 100% !important; } }@media (min-width: 981px) { .simple-banner { height: 70px !important; width: 100% !important; } }Thank you in advance
Forum: Plugins
In reply to: [GD Star Rating] Stars don't display because of SSL certificate conflictFinally found a solution, for people who may have the same problem : in gd star rating settings, activate this option “Use graphics generator to generate and display static stars images.” in plugin features.