Hi @yigit,
i know its not your fault and not your business but i ask for it anyways – maybe you want to help with that.
The Plugin “Events calendar” causes soooo much trouble every time when they update their Plugin.
They change the HTML-markup, CSS-classes and IDs almost every time so that i need to spend hours and hours to style everything again.
This time it foobared a part of the footer:
marcusjeroch.de
Here is a post about it:
wordpress.org/support/topic/style-desaster-again/#post-14008139
Is it possible to use the CSS classes and IDs from Enfold to make the style consistant so that it keeps the styling even when they update again??
If yes….what trick could do that?
Marcus
Hey MarcusJeroch,
Thank you for the inquiry.
Is it possible to use the CSS classes and IDs from Enfold
The theme does not have any control on how the plugin widgets are rendered, so this is not possible. As suggested in the previous support ticket, you can disable the updated widget design and revert back to the old style with the old markup or elements by adding the snippet that they provided.
This is the snippet..
define( 'TRIBE_EVENTS_WIDGETS_V2_DISABLED', TRUE );
If you want to continue with the new design however, you will have edit the widget styles from scratch and add the appropriate css modifications again.
Best regards,
Ismael
Hi Ismael,
thanks for looking into it.
(I followed the advice but it even got worse)
Anyway…i will solve that by writing the CSS again
Thankx
Marcus