• Resolved OtherZine

    (@otherzine)


    I’m new to using www.remarpro.com. I just recently upgraded our online journal site (still in progress) to WordPress: https://www.othercinema.com/otherzine/

    I went to view the new site on a mobile device and neither my sidebar nor my menu bars (primary and secondary menus), which include our Table of Contents and links to all our articles, are visible. I only see our static front page, which at this time does not include any links to the rest of our content.

    As a result, there’s no way for our readers to view our content on a mobile device outside of the front page.

    Note: I am using pages instead of posts for our articles.

    Any idea of what might be happening here?

    Any feedback, advice would be much appreciated. I would love to get this issue resolved as soon as possible, since many of our readers only use mobile devices to view content.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The menu is there, you just can’t see it. I found this css:

    #mobile-menu a {
    width: 45px;
    height: 35px;
    margin: 0 0 0 5px;
    text-decoration: none;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: white;
    -webkit-box-shadow: inset 1px 1px 1px black, 1px 1px 1px #333;
    -moz-box-shadow: inset 1px 1px 1px black, 1px 1px 1px #333;
    box-shadow: inset 1px 1px 1px black, 1px 1px 1px #333;
    display: inline-block;
    background: url(library/images/sprite.png) no-repeat 9px -40px black;
    }

    If I remove the last line, background: url… , your menu appears. You might play around with that to get it the way you like.

    Thread Starter OtherZine

    (@otherzine)

    That’s amazing, it worked perfectly! Thank you so much flashbuddy, especially for the lightning fast reply!

    Now why on earth would that code have been in there? I never put it there.

    Thanks again!

    Hello. On my club site

    https://www.maltinfusers.org/

    I’m having the same issue. I commented out the background line as you stated and that didn’t work. I’m using magazine basic 3.0.3.

    Any help would be appreciated!

    I’m having the same issue too. My mobile menu doesn’t even have a URL at the end. I love the theme, but 75% of my viewers are using mobile devices, I need to get this issue resolved! PLEASE help!!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mobile Site does not display Menus’ is closed to new replies.