Support » Plugin: WPtouch - Make your WordPress Website Mobile-Friendly » Post index incorrect redirecting + remove Leave a Reply

  • I’ve just installed wptouch on our small business’s website. I’ve started with the free version to explore if this is something we’d like to pursue and then upgrade.

    We have a multi-page website with a static home page, our blog index and posts are hosted on wordpress in a different section. With wptouch, all of our static pages are linked correctly and accessible from the menu except for the blog index. When the menu link to the blog index is clicked, it takes you back to the mobile landing page. How do I fix this?

    Additionally, our website pages do not have the ability to comment on the desktop. On the mobile version, there is “Leave a Reply” at the bottom of every page. How do I remove this from our static website pages?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor WPtouch

    (@wptouch)

    Hi @martinjoycea,

    our blog index and posts are hosted on wordpress in a different section

    How are you adding it to the desktop theme’s blog page? Is it hosted on a different domain as well?

    To remove the ‘leave a reply’ text, add the CSS below to Appearance > Customize >
    Custom CSS

    #respond, #comments {
    display: none !important;
    }

    Regards,

    Emilio Rivera,
    WPtouch Support

    Thread Starter martinjoycea

    (@martinjoycea)

    Hmm I didn’t explain that very did I, sorry.

    The blog is hosted on the same domain. It’s located at http://www.example.com/news
    At that page is the first page of blog posts with a sidebar menu of months for the posts archive.

    It’s all managed through our WordPress dashboard, all under the same theme. We just add posts when we’re updating the blog (using static urls), and add/edit pages when updating the website static pages.

    I hope this is more clear. I assumed the wptouch plugin would filter down through the entire website, static pages and blog posts alike?

    Thanks for the help, the custom css did just what I’d hoped.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post index incorrect redirecting + remove Leave a Reply’ is closed to new replies.