Okay
  Public Ticket #834360
Theme Options Custom Skin
Closed

Comments

  •  13
    Lula started the conversation

    Hi,

    Somehow the Theme Options > Custom Skin Builder doesn't seem to be working properly after upgrading to 1.9.3

    I've changed and save the link color but the change is not reflected on the site...

    ... in fact there is more going on with the color scheme not only on the page but also on the navigation ... the link default green is also overwriting other settings when viewing on a mobile device (collapsed hamburger menu) ... 

    Could you help me with this please?

    Thanks

    Lula

  • [deleted] replied

    Hi Lula,

    I just enabled this option for you


    (view large version)

    can you please check if your skin applies now?

  •  13
    Lula replied

    Hi,

    I had tried this before ... still not working ... any thoughts?

    Thanks

    Lula

  • [deleted] replied

    Hi Lula,

    I was trying to fix your site, but the moment when I have edited functions.php via Appearance > Editor > functions.php file, it got emptied. I don't know why your WP doesn't let me edit that file. However I have included the fix for you in a file, so please download this file and replace it in this directory (of the theme): /kalium/

    The fix is easy, just add this code:

    // Skin Issue Fix
    add_filter( 'kalium_use_filebased_custom_skin', '__return_false' );

    In the end of functions.php

  •  13
    Lula replied

    Hi, Arlind

    With the help from the people who host the site we found a problem with a missing flie:

    inc/lib/BFI_Thumb.php

    We've uploaded an older version of this file from my backup (before the latest upgrade) is that ok? or should I use a newer version for this file? 

    We also found an error related to the header.php file  / when running line 10 

    $main_menu_type = get_data( 'main_menu_type' );

    We've also uploaded an older version of this file from my backup before the upgrade, apparently the header is working but could you please check if this older file is fine or should we replace with a newer one.

    I've added your fix to the functions.php file and the skin is working again. Perfect!

    Another point you might like to know is that there was a coincidence while you were working on our site we've reached the quota limit and that was probably why you were unable to upload any file. I've cleaned up some space and quota limit is noy an issue anymore.

    After all this it is early to say that everything is back to normal as something might come up while I'm still trying to check the whole site. Because of that I would appreciate if you could assess the overall site "health". 

    Many Thanks

    Lula






  • [deleted] replied

    Hi Lula,

    The BFI_Thumb.php file is no longer required in our theme, we have applied better approach for thumbnails.

    You should keep the functions.php that I gave you, that will work in your case.

    I am glad that your site now works properly. If you have any question in the future, feel free to ask.

  •  13
    Lula replied

    Ok, will do that

    Thank you for your help

    Lula