This topic has 1 reply, 2 voices, and was last updated 4 years by Abe.

  • Author
  • #219112
     contemplate
    Participant

    We use WP Ultimate Recipe plugin which has multiple ajax filters for sorting recipe lists.  We noticed this glitch that doesn’t work:
    https://somewebsite.com/#recipe-grid+ingredient:brown-rice,frozen-corn (  due to the “,” )

    The issue is the ScrollTo function breaks when the comma is after the hashtag.  I created a small patch which I hope you can add:

    themes/kleo/assets/js/app.js  line 3693

    Change this:

    var myHash = window.location.hash.substring(1);

    To this:

    var myHash = window.location.hash.substring(1).replace(',', '');

    also do the same on the minified js file.

    #219114
     Abe
    Keymaster

    Hi, we saw your comment on Themeforest and will release a fix. Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Plugin patch for ScrollTo feature’ is closed to new replies.

Log in with your credentials

Forgot your details?