• Resolved susdata

    (@susdata)


    Hi Sebastien, first of all I want to thank you for this amazing plugin. So far I have configurated it to show post by post as the user scrolls down reading articles, but I have an issue with the url. I dont know why my URLs are not changing, its driving my crazy, I dont really know where to check in order to see why my URLs are not changin when a HR tag for a new post is on the view, I inspect the console, and the JQuery event is been triggered, but no effects on the URL. I will really appreciatte it if you can help me with this issue that is driving me crazy.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Sébastien Dumont

    (@sebd86)

    @susdata Your post title does not have a selector applied. It is just h1 so ALNP cannot find the post title and apply the title to the HR.

    Most blogs have the heading like so: <h1 class="entry-title">Post Title</h1>

    This will allow ALNP to find the selector entry-title like so: h1.entry-title as set by default in the plugin settings.

    You need to edit your theme file for single posts and apply the selector to the post title heading.

    Then ALNP should work fine.

Viewing 1 replies (of 1 total)

The topic ‘URL is not changing’ is closed to new replies.