• Resolved prodigalgrim

    (@prodigalgrim)


    I love the product but I have to leave it disabled till I can resolve this issue. I’m using WooCommerce on my page. When the page is displayed on a mobile medium and I’m viewing my shop page, I can’t select one of the page numbers in order to view other products. Do you happen to have a solution?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    It seems a small issue since I’m hiding the nav elements(to hide the current theme menu) when WP Mobile Menu is active.

    Add this code to the custom css field in the WP Mobile Menu general options tab, will fix this in the next update.

    .main-navigation, .secondary-navigation{
       display: none!important;
    }
    nav{
      display: block!important;
    }

    Clear the cache and test again. Let me know if it worked.

    -Takanakui

    Thread Starter prodigalgrim

    (@prodigalgrim)

    Hi Takanakui:

    Thank you very much for the quick response. Sorry for my delay in utilizing it. It worked perfectly.

    Note: If plugged into the “Custom CSS” options within the Mobile Menu Options, it does not work. The script you provided had to be placed in Appearance>Edit CSS.

    -Thanks again,
    Grim

    Plugin Author Rui Guerreiro

    (@takanakui)

    hhumm it should have worked inside the custom css, probably was only a cache issue.
    The important is that is sorted. 🙂

    -Takanakui

    Thread Starter prodigalgrim

    (@prodigalgrim)

    I tried clearing my cache on both my computer, WP, and mobile devices (cell and tablet).

    -Grim

    Plugin Author Rui Guerreiro

    (@takanakui)

    strange, I used this solution in another Storefront theme.
    Nevermind, glad it’s sorted.

    -Takanakui

    Hi,

    Great Plugin! I had the same issue and added the code to Appearance > Edit CSS (since it’s not working on WP Mobile Menu) and it worked! Is it possible to have it centered?

    Capture d e cran 2017 03 20 a 16 31 41

    But it created a new problem: the Primary Menu is showing below the header.
    Capture d e cran 2017 03 20 a 16 31 04

    How can I keep the pagination but with no Primary Menu?

    Here’s my site: http://www.deportes514.com

    • This reply was modified 9 years, 2 months ago by deportes514.

    Nevermind! Just added to the WP Mobile Menu Custom CSS:

    .pagination {
    display: block!important;
    }

    Plugin Author Rui Guerreiro

    (@takanakui)

    @deportes514

    Thanks for using WP Mobile Menu, and glad it’s sorted.
    Will fix that issue with Storefront in the next update(probably April)

    -Takanakui

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Hidden Page Numbers’ is closed to new replies.