Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Sergio De Falco

    (@sgr33n)

    You’re welcome ??

    Nice to see a really nice customization of multipage plugin on your website, it has been designed with a simple layout just to allow users to customize it in the way the want.

    Do you mean the pretty url feature? I’m sorry but it’s not anymore supported, due to some issues, maybe will be restored on next versions.

    Then I could add an anchor to make it possible to automatically scroll to the summary position.

    Plugin Author Sergio De Falco

    (@sgr33n)

    On the incoming 1.2 version you can declare if you want to scroll to the index in this way:

    [nextpage title="Page title" autoscroll]

    ( I’m not sure on the name of the option, read it on the release notes )

    Thread Starter theodelacharie

    (@theodelacharie)

    Thank you very much for the job you’re doing for the 1.2 ! Anchor will definitly improve the plugin ergonomy.

    Yes, i was talking about the friendly URL. To bad this feature is not supported anymore, it would be awesome ! Perhaps i can try to do it directly on my .htaccess…

    Thanks again !

    Plugin Author Sergio De Falco

    (@sgr33n)

    1.2 is out! the option name is just “toc”, so try:

    [nextpage title="Page title" toc]

    Check it out!

    Thread Starter theodelacharie

    (@theodelacharie)

    Great ! I just test it and it work perfectly. Thanks.

    Just two questions :
    – i’m trying to put the anchor #toc inside the breadcrumbs using this formula : But i don’t see where i have to modify your php code in order to avoid double anchor. Any advice ?
    – if you go back to the first sub-page, scroll doesn’t work. If everybody is going to the first page first and then going to others, it’s not a problem. But i gonna redirect people directly on second and third page. Is it possible to easily fix that ?

    Thanks again for this fabulous work.

    Thread Starter theodelacharie

    (@theodelacharie)

    First question is solved : if i delete this id=”toc” on line 267, then the anchor you put don’t work anymore but mine. ??

    Thread Starter theodelacharie

    (@theodelacharie)

    Second question is solved too ??

    Line 324, i changed
    this : return $base;
    into this : return $base.= “#toc”;

    Thanks again for everything. (I’ve opened a new post concerning meta-datas, especially the title. I’m afraid Google won’t be very happy with different contents using exactly the same meta-title and meta-description for different contents & url… )

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Rewrite titles doesn't work anchor problem’ is closed to new replies.