• Resolved Boffy

    (@boffy)


    Hey Greg, I’m back again πŸ™‚

    Next week I’m rolling out my mobile app and WPAdverts looks absolutely awesome on it. My only issue I’ve got is that there aren’t any navigation/breadcrumbs on the listing – so the only way back (on mobile) is by clicking the menu option to go back to the top listing.

    Any way to enable breadcrumbs on WPAdverts?

    Secondly, do you happen to have to code to remove the ‘next post’ and ‘previous post’ on the bottom of listings?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,

    1. you can hide the next and previous links by adding the code below in wp-admin / Appearance / Customize / Additional CSS panel

    
    .single-advert .nav-single {
        display: none;
    }
    

    2. as for breadcrumbs this mainly depends on the theme, WPAdverts itself does not generate any breadcrumbs. If your theme does not generate breadcrumbs then you can try searching for some breadcrumbs plugin that will work with Custom Post Types.

Viewing 1 replies (of 1 total)

The topic ‘Breadcrumbs for mobile’ is closed to new replies.