Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #56454
    cftvonline
    Member

    Hi, how i disable the Responsive Design function?

    #56507
    Sakin
    Keymaster

    @cftvonline: Why do you want to disable responsive design? Now a days, Google also rank site if it has good responsive design. That is why we haven’t included this featured in free version. It’s only there in pro version theme options.

    #56531
    cftvonline
    Member

    Ok, I understand, but there is no way, even if it is by code?

    #56978
    Sakin
    Keymaster

    @cftvonline: Sorry for the late reply as we are still in state of emergency due to massive earthquake in Nepal. Internet, electricity, water and sanitation are huge problem here. We are also helping others in the community so we are slowing getting back online.

    By code, yes you can do it. But it’s really complicated.

    For that first, you need to build child theme. You can read about child theme at http://catchthemes.com/blog/create-child-theme-wordpress/.

    Then you need to need to remove filter catchflames_responsive(), remove action catchflames_main_mobile_menu() and catchflames_mobile_menus().

    Then you need to wp_dequeue_style catchflames-responsive

    Finally, you need to add static css in your child theme style.css

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable Responsive Design’ is closed to new replies.