• Resolved naikstercom

    (@naikstercom)


    Hi,

    I downloaded the latest version of your Hueman 2.1.1 theme yesterday. It looks great on desktop on my website https://tattoocuties.com

    But when I load it on my iPhone (iOS 7.0) the blog post from the homepage dont display at all? And the logo doesn’t display at the top either?

    Any ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Options > General > Enable Responsive Layout

    That should fix the issues, I think.

    Thread Starter naikstercom

    (@naikstercom)

    Hi,

    Responsive is already enabled and it’s still not working.

    Any other ideas?

    Thread Starter naikstercom

    (@naikstercom)

    I think the “Responsive” option is broken. I tried enabling it and disabling it and no change.

    I have an older version of your theme on another website and it works perfectly.

    But on this new website and new theme version it doesn’t work anymore.

    If you have a child theme, make sure the alx_styles function is updated with the new code used there. Specifically these two lines:

    if ( ot_get_option('responsive') != 'off' ) { wp_enqueue_style( 'responsive', get_template_directory_uri().'/responsive.css' ); }
    if ( ot_get_option('custom') == 'on' ) { wp_enqueue_style( 'custom', get_template_directory_uri().'/custom.css' ); }
    Thread Starter naikstercom

    (@naikstercom)

    Thank you very much that worked perfectly.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Content of main page not loading on iPhone?’ is closed to new replies.