Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1341244

    Hello all,

    We recently moved to a new calendar plugin, Which is a really powerful plugin in my opinion.

    The Events Calendar

    As you can see in the demo (

    ), the appointments should be built under each other and not next to each other (

    ).

    On request to the support of the plugin, we were referred to the support of our theme because this probably overwrites the settings of the plugin.

    And here I am :D

    I have already tried to find out which CSS class is responsible for this. Or to find a setting, unfortunately without success.
    There is also a tutorial for the Enfold Theme but I have already gone through it (settings were already as they should be, if I understood everything correctly).

    Can one of you tell me if the theme is to blame?

    Thank you already.

    #1341569

    Hey nox309,

    Thank you for the inquiry.

    You can use this code in the functions.php file to remove the theme’s css and template modifications for the events plugin.

    function avia_events_register_assets() {
        return false;
    }
    
    function avia_events_template_paths() {
        return false;
    }
    

    Best regards,
    Ismael

    #1342333

    thank you, that worked.

    #1342657

    Hi,

    No problem. Let us know if you have more questions regarding the theme. We will close this thread for now.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘The Original Calendar Pro – Css Override for View?’ is closed to new replies.