• Resolved bvtechnical

    (@bvtechnical)


    Hi!

    After updating ‘Events Shortcodes For The Events Calendar’ v2.6.6 all of the ‘<p>’ text on all pages of our sites were changed to 13px from their default / usual 18px.

    We’ve traced this to an over-write of their css from:

    .wp-die-message, p {
        font-size: 13px;
        line-height: 1.5;
        margin: 1em 0;
    }

    Deactivating the plugin removes that, and the site displays normally again. Reactivating adds the rogue CSS again.

    We’ve added …

    .wp-die-message, p {
    font-size: 18px !important;
    }

    … as a temporary fix in our theme style.css.

    Please can you have a look at this? Thanks!

    • This topic was modified 2 weeks, 1 day ago by bvtechnical.
Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Vishali Tayal

    (@vishali009)

    Hi @bvtechnical

    Sorry for the inconvenience.
    We checked the CSS rule you shared, but we could not find it anywhere in our plugin files. It is also not being generated dynamically by our plugin.
    Could you please confirm once again where this CSS is coming from? If possible, please share the URL of the page where this CSS is loading. This will allow us to inspect the page from our end and identify the exact source of the CSS.

    Thank you.

    jpgoem

    (@jpgoem)

    I’d like to weigh in here: I have exactly the same problem on my website.
    The issue is easy to reproduce: install The Events Calendar and Events Shortcodes on a new, empty website. You can see the difference on the homepage when Events Shortcodes is deactivated or rolled back to version 2.6.5.

    Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @jpgoem ,

    Thank you for confirming and for providing the reproduction steps.

    No worries—we’ll verify the issue on our end and investigate it thoroughly. Once we’ve identified the cause, we’ll provide a fix as soon as possible.

    Thank you for your patience and understanding.

    Best Regards

    Plugin Support Jyoti Bhandari

    (@jyoti197)

    @jpgoem , @bvtechnical I’ve updated the plugin to the latest version (v2.6.7).

    Please note that WordPress now delays plugin update rollouts by up to **24 hours** for security reasons. This affects all plugins hosted in the WordPress.org plugin directory, so the latest version may not appear in your **WP Admin** immediately after it’s released.

    You should see the update become available within the next 24 hours. If you need it sooner, you can download the latest version from here and install it manually.

    Please let me know if the issue is resolved after updating. If it still persists, I’ll investigate it further and take the necessary action.

    jpgoem

    (@jpgoem)

    Hi @jyoti197,

    I installed the latest version (v2.6.7). On my site, everything is now OK !

    Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @jpgoem ,

    Thank you for the confirmation! I’m glad to hear that everything is working correctly after updating to the latest version.

    We also appreciate you taking the time to report and help identify the issue. Your feedback is very valuable and helps us improve the plugin for everyone.

    If you have any other questions or need any assistance in the future, please don’t hesitate to reach out.

    Have a great day!

    Thanks & Regards,
    Jyoti

    I’ve encountered the same issue. The plugin overrides theme styles with minified styles from the WordPress admin. The issue is still present in version 2.6.6, but it was not present in 2.6.2.2.

    Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @hullukettu ,

    Sorry for the inconvenience, and thank you for reporting this.

    Could you please try the latest v2.7 and let us know if the issue is resolved in that version?

    If the problem still persists, could you also confirm whether you experience the same issue in v2.6.3? Since you mentioned it works in v2.6.2.2 but occurs in v2.6.6, knowing whether v2.6.3 is affected will help us narrow down where the regression was introduced.

    Looking forward to your update. Thank you!

    Best Regards

    @jyoti197 thank you for a quick response! I can confirm, v2.7 doesn’t have the issue with styles.

    Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @hullukettu,

    Thanks for confirming! I’m glad to hear the issue is resolved in v2.7. Please let us know if you run into anything else.

    Best Regards
    Jyoti

Viewing 10 replies - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.