Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #294614

    I can’t get the theme options to work on my website. All of the buttons and links on my site are green, I want them black.

    #294620

    Hey davisar!

    Please try deactivating all active plugins and check if that helps. If not, please make sure that wp-content/uploads folder has correct permissions ( 755 )

    Best regards,
    Yigit

    #294625

    The permissions are correct and deactivating all the plugins didn’t work.

    #294626

    Hey!

    In that case, please contact your service provider. There may be a server side caching

    Regards,
    Yigit

    #294636

    I contacted the host. I disabled the cdn. It’s still acting the same way.

    #294670

    Hi!

    Can we deactivate plugins on your website for testing purposes?

    Regards,
    Yigit

    #294678

    Yes, you can deactivate the plugins.

    #294681

    Hey!

    Can you please follow the instructions Peter posted here and check if that helps? – https://kriesi.at/support/topic/cannot-get-theme-options-to-change-colours/#post-283177
    In your case, please remove “enfold_child.css” file

    Cheers!
    Yigit

    #294685

    I tried that. It didn’t help.

    #294811

    Hi!

    If you don’t mind, please post the ftp credentials here. We would like to check it.

    Regards,
    Ismael

    #294942
    This reply has been marked as private.
    #295052

    Hey!

    Some Enfold theme files were missing on your server. I re–installed the theme and it should work now. I did a quick test and rthe button color changed .- i.e. the search button http://thestandardblog.com/?s=

    Cheers!
    Peter

    #295068

    When I use the child theme, it’s still not working.

    #295069

    It didn’t work for the main theme either. I just tried.

    #295196

    Any other ideas? I really want to get this fixed.

    #295197

    BTW, the parent theme buttons have always been black. The child theme buttons have always been Green. IDK why.

    #295456

    I just tried creating a new site with the theme, and I’m having the same problem.

    #295457

    Also, I realized it’s not all theme options that aren’t working. It’s only the general styling tab. the other tabs all seem to be working fine.

    #295470

    OK I got it working.

    #295484

    Hey!

    Glad you figured it out! Let us know if you have any other questions or issues

    Best regards,
    Yigit

    #295523

    Hey!

    Can you please ask the server administrator/host if some the server caches the data and options? I have the feeling that the code and options are cached somehow and don’t take effect immediately. Even if I add this code to the child theme functions.php file (which should remove the dynamic stylesheet):

    
    add_action('init','avia_remove_dynamic_stylesheet');
    add_action('after_theme_setup','avia_remove_dynamic_stylesheet');
    function avia_remove_dynamic_stylesheet()
    {
            global $avia;
            $safe_name = avia_backend_safe_string($avia->base_data['prefix']);
    	update_option( 'avia_stylesheet_dir_writable'.$avia_safe_name, false );
    	update_option( 'avia_stylesheet_exists'.$avia_safe_name, false );
    }
    

    the server simply ignores the code and uses the dynamic stylesheet instead.

    Best regards,
    Peter

Viewing 21 posts - 1 through 21 (of 21 total)
  • The topic ‘Theme Options not working’ is closed to new replies.