• Posting again, hoping someone can relpy to this call for help. My sub menu will not work on iPads. It used to until I updated to 3.5
    Pls help http://www.jennjmcleod.com
    I have removed all but one in the interim but would like a fix pls.

    Will updateing theme to 1.5 help. I am a bit suspect of updates at all now.

Viewing 15 replies - 1 through 15 (of 22 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you check whether the issue occurs on the theme’s demo website http://wp-themes.com/twentyeleven ?

    If it doesn’t, try disabling plugins to explore whether any could be responsible.

    Thread Starter jennjmcleod

    (@jennjmcleod)

    Thank you Andrew. I have now disabled every plug in (and there are not many) except Jet pack – assuming it is not that!!!!????

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Does the issue occur on the Twenty Eleven’s demo website?

    Thread Starter jennjmcleod

    (@jennjmcleod)

    Sorry, … The demo works fine

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I would try deactivating all plugins just to explore whether any could be responsible. You can always reactivate them afterwards.

    Thread Starter jennjmcleod

    (@jennjmcleod)

    even jet pack? easy to reinstate? Im a nervous old biddy LOL

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Why are you nervous about Jetpack’s deactivation?

    Thread Starter jennjmcleod

    (@jennjmcleod)

    because it seay ‘setting’ so I assume i will have to reset various elements. I will give it a go and then activate one at a time.

    Thread Starter jennjmcleod

    (@jennjmcleod)

    Andrew,

    Its Jetpack. Do I know have to eliminate the options inside that?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you activate it and post here the code that’s in its Custom CSS section?

    If it’s too long, send your code to PasteBin and give us a link of that PasteBin’d page.

    Thread Starter jennjmcleod

    (@jennjmcleod)

    Hope this is what you meant….

    <?php

    /**
    * Module Name: Custom CSS
    * Module Description: Customize the appearance of your site using CSS but without modifying your theme.
    * Sort Order: 11
    * First Introduced: 1.7
    */

    function jetpack_load_custom_css() {
    include dirname( __FILE__ ) . “/custom-css/custom-css.php”;
    }

    add_action( ‘jetpack_modules_loaded’, ‘custom_css_loaded’ );

    function custom_css_loaded() {
    Jetpack::enable_module_configurable( __FILE__ );
    Jetpack::module_configuration_load( __FILE__, ‘custom_css_configuration_load’ );
    }

    function custom_css_configuration_load() {
    wp_safe_redirect( admin_url( ‘themes.php?page=editcss#settingsdiv’ ) );
    exit;
    }

    jetpack_load_custom_css();

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think it’s at Appearance > Edit CSS
    http://jetpack.me/support/custom-css/

    Thread Starter jennjmcleod

    (@jennjmcleod)

    I’m not sure what I am supposed to do with that. I have followed your link and read the info but I am none the wiser I’m afraid. Am I supposed to paste somethingin here?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yes, but only the CSS. Before, you posted PHP.

    Thread Starter jennjmcleod

    (@jennjmcleod)

    I dont understand any of that language. What am I pasting? I didnt wnat to customise. Very happy to just stick with the standard template. Can I just reinstall the whole theme . would that solve the problem.

Viewing 15 replies - 1 through 15 (of 22 total)
  • The topic ‘twenty eleven sub menus not working on iPad’ is closed to new replies.