-
AuthorPosts
-
August 31, 2015 at 5:28 am #495581
How do I override the standard enfold styling for the Events Calendar and use a custom theme instead?
August 31, 2015 at 7:22 am #495604Hey Joseph!
You can post your CSS to the Theme CSS Panel, and they will overwrite the default settings of the theme
Best regards,
BasilisSeptember 1, 2015 at 5:27 pm #496570What about for layout changes or adding masonry? I assume I should be editing files in enfold/config-event-calander/views/ and adding them to my child theme? I would REALLY like the calendar to follow the same format as the masonry widget. Is there any guidance on doing that?
September 2, 2015 at 1:43 pm #497074Hi!
if you want to change events calendar plugin you need to ask plugin’s author: https://theeventscalendar.com/support/
Best regards,
AndySeptember 3, 2015 at 7:51 pm #497955Hi-
the plugins author has redirected me back to you as Avia is overriding all of the standard classes and layout associated within their plugin. How do I stop this so that my theme can be applied? I see enfold/config-event-calander/ and several pieces of code that look to generate some of it. Can you give me more information where I can override/rewite HTML to create my own theme, or disable enfolds auto styling?
September 3, 2015 at 7:53 pm #497959How do I change the image size? you are auto generating a thumbnail at 180×180? how do I change this to another size? where is the code that Avia is using to do this?
September 3, 2015 at 10:38 pm #498033September 8, 2015 at 7:23 pm #500070Hi Basilis- I dont understand your question. Where are the files located within Enfold Theme that generate the widget used for displaying events? Code in the plugin uses native tribe classes wherer the widget uses enfold. We would like to update the widget to change layout.
Please instruct what files Enfold uses to modify the Event Calendar standard display.
September 8, 2015 at 7:26 pm #500073You are hardcoding heights and widths as well as styles into the diswplay that are not part of the standard widget. Can you please direct us where we need to go to located this code.
Specifically we need to:
– change the size of the thumbnail generated
– remove the hardcoded values
– remove inline styles
– update layoutSeptember 10, 2015 at 3:43 pm #501097Is there any update on this?
September 11, 2015 at 3:59 am #501371Hey!
If you want to override the theme’s plugin configuration, you have to modify the functions.php file directly. Look for this code then remove it:
if(!current_theme_supports('deactivate_tribe_events_calendar')) { require_once( 'config-events-calendar/config.php' ); //compatibility with the Events Calendar plugin }
You can then do your layout configuration. Here’s a short guide: https://theeventscalendar.com/knowledgebase/themers-guide/
Contact codeable for further modifications: http://kriesi.at/contact/customization
Cheers!
IsmaelSeptember 14, 2015 at 5:40 am #502472thank you
September 14, 2015 at 10:24 am #502557Hi!
glad Ismael could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Cheers!
Andy -
AuthorPosts
- The topic ‘Styling Events Calander’ is closed to new replies.