badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Home page changed after upgrade of theme

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #36748
    ermenegildo.iussa
    Participant

    Hi everybody,

    I’m using Interface free theme and it worked well until this morning when I updated with the new available version. I’m using a child theme but however now the home page changed and the responsiveness is missing. My live site is http://www.indservice.it as you can see the menu is located on left side while before was on the right upper side and responsive. There is also a button stating “Responsive Menu” while before it didn’t exist.
    Anyone can tell me how to solve this? Before the upgrading everything was working like a charme.
    Thank you.
    Gil

    #38693

    Hi ermenegildo.iussa,

    We have moved our theme options settings to customizer due to change of WordPress guidelines. We have only changed the global settings value. If you are using this below code in your child theme:
    Replace below code

    global $interface_theme_default;
    $options = $interface_theme_default;

    and use

    global $options, $array_of_default_settings;
      $options = wp_parse_args( get_option( 'interface_theme_options', array() ), interface_get_option_defaults());

    If you are having this issue in your child theme then you can download from here the old version.

    Thank You!

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