• I see that “Smooth Scroll” is not working if special characters inside the H-tags. The reason is that this special characters are also became part of the #link.

    I use characters like ‘-‘ and ‘”‘

    Is there a workaround or a setting i missed?

    Or could you filter out the special characters inside the #links?

    Thanks ??

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter realhalifax

    (@realhalifax)

    meanwhile I put a workaround by my self in the class.post.php function generateHeadingIDFromTitle()

    $return = preg_replace(‘/[^A-Za-z0-9\-]/’, ‘-‘, $return);

    this is working fine ?? but should be fixed by the plugin maybe?

    Steven

    (@shazahm1hotmailcom)

    RE: should be fixed by the plugin maybe?

    Sorry but absolutely not, I know the change you made, you uncommented code which was removed. This change will not be reverted, as it breaks unicode support and as such breaks usage for international users (languages like Russian and Chinese for example).

    Thread Starter realhalifax

    (@realhalifax)

    Hey Steven,

    Thanks for your answer. You are right, this I didn’t keep in mind as I have only German and English on the page in the moment.

    But how to solve it? As I figured out the % in the anchors destroy the js functionality and smooth scrolling is not working. Also the offset is not working than.

    So this is a known bug with no fix?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Smooth Scroll not working if special characters inside the H-tags’ is closed to new replies.