• Hi, I did update the eventsmanager today to version 6.0 and now I see all my styles are messed up because there is a new class em and pixelbones.
    Is there a chance to get rid of this class em and pixelbones so that all the root styles and fontstyles are not loaded? Otherwise there is a lot of work to overwrite all this styles which I never wanted to have…

    I switched back to version before… And I would be very thankful for some help.

    • This topic was modified 2 years, 4 months ago by just4me67.
    • This topic was modified 2 years, 4 months ago by just4me67.
Viewing 15 replies - 1 through 15 (of 31 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    Hi,

    I’m going to inform the Devs about this, however, can I know your theme name for us to check as well?

    Hi, I have the same issue! Not happy at all! Update took place automatically…

    Our theme is Weaver Xtreme. With a lot of custom css to make Event Manager look like we want it.

    But now everything is messed up ;-(

    Thread Starter just4me67

    (@just4me67)

    I use a custom theme build by myself in combination with BeaverBuilder.
    But from my point of view this should not be an issue with a theme.
    The styles are loaded without asking me if I want them to be loaded.
    All style settings in admin are disabled.
    Also to use !important in root styles is not very helpful…

    Same issue!! Also a lot of styles are bloqued because they have an !important attribute and using variables. i report that in another thread

    Same issue here! There must be an option in the fromat panel to NOT include of the styles with all the !important, pls help.

    Same here! Pls help.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi everyone, I’m sorry for the issues caused with themes. We were at a bit of an impasse regarding our new style, because inevitably a lot of you will have made custom styling since our previous styles were very basic, but then anyone that didn’t would need the most robust theme possible to provide the maximum compatibility across themes.

    However, we have taken this somewhat into account with a few ways;

    There’s a setting in our plugin under Settings > General > Styling Options (actually, it has been there for years without any effect!), there you can deactivate individual parts.

    Additionally, you can completely remove our styling with this line;

    add_filter('em_get_template_classes', '__return_empty_array');

    or alternatively this to remove the stronger styling like fonts etc.

    add_filter('em_get_template_classes', function( $component ){
    	return array('em', 'em-'.$component);
    }, 1);

    I’ve noticed a few inconsistencies with this, we’re going to put out an update within the hour that’ll rectify some of this. I’ll follow up here.

    Thread Starter just4me67

    (@just4me67)

    Hi Marcus, I already deactivated all styling options but no change…
    I will test the filters you provided and get back here.

    Hi Marcus,

    the code works as a temporary solution.

    So thanks for your reply andthe quick help.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Please check back here shortly (before updating the plugin), the code above may need a tweak depending on how heavily/lightly you’re styling EM.

    Hello Marcus,
    thanks for the code above.

    I have managed to set the styles to follow my theme again with help of the filters above, and quite a bit of overly specific CSS.

    Theanks for quick response with the snippets.

    PS I understand that the market market pushes to one click designed plugin solutions, but your plugins was one of the rare ones of the events plugins, that was powerfull and simple to style.

    Please consider some setting in the plugin that will not take that away from us who liked it that way. Add the new features and UI for people hwo want that, but please let us use it as part of the stack for building custom sites.

    Thanks,
    And much luck with future development.

    @marcus
    I have removed JS from my shortcode handled mini calendar. Works much better, however now that there is no JS, my month name in the selector header of the mini calendar, is now back to “July 2022” though langauge has been set to Croatian.

    So I tried to find a setting that would bring back my language but no luck.

    So I changed the format to 25. 07. 2022. and it reflectas globally accross the site, in events too … just not in the mini calendar.

    WHat am I missing? Do I HAVE to have JS to have my proper date format?

    Thanks

    TreeTrail

    (@aprilschmitt27)

    Thank you very much Marcus & Angelo, et al …for the terrific FREE plugin and support!!!

    I do want to add though that the new next locations widget layout is wasting a lot of our precious real-estate. And there are no indicators of events that exist on the mini calendar.

    Others, the “WP Rollback” plugin is really great to have on hand to revert almost any plugin.

    Anonymous User 20541929

    (@anonymized-20541929)

    @marcus : thanks for your quick answer.

    I have to say that I am a bit shocked that you pushed an upgrade with such modifications without any message into the previous version.

    I have seen that you have change the structure of your css but only with minor modifications and the DOM haven’t really change.
    Perhaps a good solution is to keep the old classes with the new ones to help people making the transition.

    Thanks for your help !
    For information, my websiteS are completly broken and my only solution was to rolback to an old version of this awesome plugin.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi Everyone, sorry for the silence as I said ‘within an hour’, I’m working on something to provide more upgrade flexibility, taking longer than a quick fix ??

    Regarding classes, customizing etc. I appreciate the comments/feedback, as we need to generate some content about the upgrade and this lets us know what to help people account for when upgrading.

    Bear with me a little longer ??

Viewing 15 replies - 1 through 15 (of 31 total)
  • The topic ‘Styles completely messed up’ is closed to new replies.