• Hello There

    Love the plugin, it and I had its ups and downs, lol. But in all, I like it as a quick alternate response to mobile friendly..

    However in under one of my pages, it is loading additional links aside from the menu.. by the way the menu is great, I can customize the menu options..

    The problem I am having is that it wants to add additional links for one page. Under this one page that uses WP Property Plugin to list properties right below it, WP Touch loads additional links for all my pages, archives, categories, blogroll, meta.. Anyway I can get rid of them??

    https://www.ads-software.com/plugins/wptouch/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am having this issue as well – did you ever figure out a fix?

    Hi,

    It sounds like the sidebar is loading. This usually happens when the page(s) this is happening on is using a custom page template that calls sidebar();.

    One way to resolve it is to hide it via CSS. Add the CSS below to Appearance > Customize > Custom CSS (when editing the mobile theme) and save the changes.

    #sidebar {
    display: none;
    }

    Regards,

    Emilio Rivera
    WPtouch Support

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WPTouch Loading additional unwanted links’ is closed to new replies.