Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #495581

    How do I override the standard enfold styling for the Events Calendar and use a custom theme instead?

    #495604

    Hey Joseph!

    You can post your CSS to the Theme CSS Panel, and they will overwrite the default settings of the theme

    Best regards,
    Basilis

    #496570

    What 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?

    #497074

    Hi!

    if you want to change events calendar plugin you need to ask plugin’s author: https://theeventscalendar.com/support/

    Best regards,
    Andy

    #497955

    Hi-

    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?

    #497959

    How 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?

    #498033

    Hi!

    Is event calendars plugin using ways to over-writte theme files?

    Best regards,
    Basilis

    #500070

    Hi 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.

    #500073

    You 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 layout

    #501097

    Is there any update on this?

    #501371

    Hey!

    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!
    Ismael

    #502472

    thank you

    #502557

    Hi!

    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

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Styling Events Calander’ is closed to new replies.