Website is not responding to mobile

Home Forums Vozx – Multipurpose WordPress Theme Website is not responding to mobile

This topic contains 3 replies, has 2 voices, and was last updated by  ab-themes 8 years, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14206

    stylewerx
    Participant

    Hi I am not sure what happened but the website now is not responsive what should i do?

    https://www.era.ca/

    #14221

    ab-themes
    Keymaster

    Hello, are you using child theme?
    If you do, please go to child theme function.php file and remove or comment this line of code and your responsive will work:
    wp_dequeue_style( 'responsive_css' );

    Best Regards

    #14230

    stylewerx
    Participant

    No I am not using child themes

    #14243

    ab-themes
    Keymaster

    For some reason your responsive.css file wasn’t included.
    We changed this code in functions.php :

    if(isset($vozx_options['disable_responsiveness']) && $vozx_options['disable_responsiveness'] != '0'){
    	wp_enqueue_style('responsive_css', TEMPPATH.'/css/responsive.css', array('main_css'));
    }

    to this one:
    wp_enqueue_style('responsive_css', TEMPPATH.'/css/responsive.css', array('main_css'));

    and now you have responsivnes.

    Regards

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

The topic ‘Website is not responding to mobile’ is closed to new replies.