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*

Patrick

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Responsive menu not showing #17875
    Patrick
    Member

    The only way I could figure out how to make a child theme work without breaking the responsive design is to hack interface_scripts_styles_method and change

    wp_enqueue_style( ‘interface_style’, get_stylesheet_uri());

    to

    wp_enqueue_style( ‘interface_style’, get_template_directory_uri().’/style.css’);

    It’s obviously the wrong approach to change the parent theme’s functions.php … if at some point you can let me know the right way to create a child theme without touching your functions.php and while preserving responsive functionality, that would be great.

    Thanks!

    in reply to: Responsive menu not showing #17866
    Patrick
    Member

    Hi there,

    I activated the parent theme as you suggested, and indeed the responsive menu shows up … I have plenty I can do with the parent theme, but I know I’m going to want to customize it with a child theme before long – would you expect the responsive menu to work with a child theme? Is there a “right” way to set up a child theme with Interface Pro?

    My site is http://www.moraware.com.

    Thanks!

    in reply to: Interface Pro color scheme #17797
    Patrick
    Member

    Doh! I found it … nevermind.

    (in case someone else is searching, go to Theme Options > Design Options > Color Options)

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)