Template options problem

If you are planning to organize any conference or festival, there are many ways to get help via our forum.
GK User
Tue Nov 03, 2015 1:34 pm
Hi Piotr,

I'm using Events Theme (wordpress)
- I can't find in the control panel in the menu on the left side (above comments) the template options for this theme
- I can't find into the article the "page additional params"
- the override.css file don't work..

I tried also the News2 Theme and I don't have these problems, it's all ok...

Please can you help me?
User avatar
Fresh Boarder

GK User
Tue Nov 03, 2015 2:26 pm
Hi,

Regarding your issues:
- The Events and our newer themes are not based on GavernWP framework anymore, so there's no template options panel, all settings are moved to Customizer with live preview, please check the documentation:
https://www.gavick.com/documentation/th ... customize/
- This area is not available in Events theme
- The override.css file should be enabled by default (there's no need to change any option), if it doesn't work, please send me a private message with your website backend and FTP access, then I'll be able to help.
(You can also use any custom css plugin for your css modifications or style.css file if you are using a child theme)
User avatar
Moderator

GK User
Wed Dec 02, 2015 10:25 am
Hi Piotr,
I'm having issues with override.css too. Apparently it doesn't come enabled by default.
I've just sent you a PM with access to my site... Is there any way I could do it myself?
Thanks a lot for your help.
User avatar
Senior Boarder

GK User
Wed Dec 02, 2015 9:13 pm
Hi,
I need also FTP access to check the issue.
User avatar
Moderator

GK User
Fri Dec 04, 2015 5:26 am
Thanks Piotr,
Your fix has worked :) . Would you mind telling me which function you changed.
User avatar
Senior Boarder

GK User
Fri Dec 04, 2015 9:56 am
I've added the following code:
Code: Select all
   // Loads our override.css
    if(file_exists(get_stylesheet_directory_uri() . '/css/override.css') ) {
        wp_enqueue_style( 'events-override', get_stylesheet_directory_uri() . '/css/override.css', array('events-style'));
    } else {
        wp_enqueue_style( 'events-override', get_template_directory_uri() . '/css/override.css', array('events-style'));
    }

don't worry, it will be also added to the next theme update.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.