• Resolved misterixas111

    (@misterixas111)


    Hi, how we can add trailing slash at current item url?

    I’ve solved this by mannualy modifying in file class-flexy-breadcrumb-trail.php

    lines like:
    $current_url = home_url(add_query_arg(array(),$wp->request));
    to:
    $current_url = trailingslashit(home_url(add_query_arg(array(),$wp->request)));

    Without trailing slash at last item, this is a bug, google console screaming about this.

    • This topic was modified 5 years, 2 months ago by misterixas111.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PressTigers

    (@presstigers)

    @misterixas111

    Thanks for reaching out.

    Our technical team will replicate the issue on our end and will get to you once resolved.

    Best Regards

    Plugin Author PressTigers

    (@presstigers)

    Hi @misterixas111,

    Our technical team has looked into your issue and have found that it is a valid claim.

    Please note that, we have processes in place to review this type of feedback, so we appreciate you letting us know about this.

    Also, we would be modifying the files as you’ve mentioned above and will be fixing this bug in our next release as well.

    Best Regards,

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @misterixas111 Please do not create new topics for the same thing. I have archived your duplicate. If you still need support for this then reply here.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Trailing slash at the end of last url’ is closed to new replies.