• Resolved takna

    (@takna)


    Hi,

    There seems to be 2 problems with “Taxonomy List Block”.
    I hope you to fix those in the next update.

    1.
    Links not work when set multibyte character to term name.
    I fix class-uagb-taxonomy-list.php (line 419/478/486/507) as follows, and it works properly.

    before:
    get_term_link( $value->name, $attributes['taxonomyType'] )

    after:
    get_term_link( $value->slug, $attributes['taxonomyType'] )

    2.
    I added CSS class to “Taxonomy List Block”, but not apply to front page HTML.

    I like this plugin.
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Spot on!!! I was searching the whole internet with no success.
    I changed some tags slug and UAG taxonomy list showed an empty “href”.
    With your tip I could fix it!! So thanks a lot for that.
    My worry is that in the next update I will have to change that manually again.
    Any idea why the tags slug changed perfectly for everything else but not for UAG?

    Thanks a lot again.

    Oh I get it!! so if the name and slug of the tag are a perect match there´s no problem. But if you use a differente term, UAG will only pick up the name and not the slug.
    Your workaround makes wonders! hope the change that in the update so we don´t have to keep changing that file.

    Great plug in of course.

    • This reply was modified 3 years, 3 months ago by carlosvai.
    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @carlosvai / @takna

    We have already fixed this issue in our development version. We will be releasing a patch for it in our upcoming update soon.

    In the meantime, if you need the development version please open a ticket here and mention the thread – https://www.ultimategutenberg.com/support/open-a-ticket/

    Hi @brainstormteam that´s great news!!!
    Thanks a lot and keep it up with this great Plug in. I already left my positive review ´cause the post grid and the taxonomy list are the best ones I found even compared to expensive ones.
    Cheers and happy 2021.

    Plugin Support Team Brainstorm Force

    (@brainstormteam)

    Hello @carlosvai ,

    Thank you so much for your rating and your exceptionally kind words. We are really happy to hear about your experience with the plugin.

    We wish you a wonderful new year filled with abundance, joy, and treasured moments. Happy new year 2021!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problems with “Taxonomy List Block”’ is closed to new replies.