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

    I learned from several other posts/threads that Enfold intentionally overwrites the default styles provided by The Events Calendar plugin via these lines in functions php.

    if(!current_theme_supports('deactivate_tribe_events_calendar'))
    {
    	require_once( 'config-events-calendar/config.php' );		//compatibility with the Events Calendar plugin
    }

    How do I modify the layout and look of my single events like this one?
    https://solace.com/event/cio-leaders-summit-singapore-2016
    I want to move the block of metadata from the left side of the page to the right, and modify it’s background and border.

    #713171

    Hey JeeBar,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Basilis

    #713199

    Thanks Basilis, understood. I’m not looking for you guys to do any customization, just to tell me how you overwrote the default The Events Calendar’s default layouts, i.e. which Enfold files/templates define the layout so I can get in there and monkey around with it/them myself.

    #714430

    Hi,

    You can find the templates in the config-events-calendar > views folder. There’s only two files there so I’m sure you’ll know which is which. If you want to edit the css modifications, look for the event-mod.css file or add the css modifications in the Quick CSS field.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.