Hi
I see it works. Have you solved?
Hi sardbaba,
Thanks for the reply; they are in their default ascending/aphabetical order, I couldn’t get reordering to work.
Hi, you are welcome
ok, please try this:
[nggpowertags gallery=1 tagmenu_sep=" – " include=atlas,saghro,desert,atlantic]
if it works then the problem is with the “anti-atlas” tag which probably needs to be put between double quotes.
Hi there,
Yes tried that, but it returns
[NextGen Gallery Powertags][1.6.1][ERROR] : Picturelist is empty.
I’ve left the error up, on that page.
Best
Andrew
when exactly the error occurs?
with:
[nggpowertags gallery=1 tagmenu_sep=" – " include=atlas,saghro,desert,atlantic]
or with:
[nggpowertags gallery=1 tagmenu_sep=" – " include=atlas,saghro,desert,atlantic,"anti-atlas"]
?
[nggpowertags gallery=1 tagmenu_sep=” – ” include=atlas,saghro,desert,atlantic] causes the problem
[nggpowertags gallery=1 tagmenu_sep=” – ” include=atlas,saghro,desert,atlantic,”anti-atlas”] shows the list in the default order; All – Anti Atlas – Atlantic – Atlas – Desert – Saghro
Tested right now on my local environment (fresh WP 3.5.2, NGG 1.9.13 and Powertags 1.6.1) and it works as designed.
Writing:
[nggpowertags gallery=1 tagmenu_sep=" – " include=tag-two,tagthree,tag1]
[nggpowertags gallery=1 tagmenu_sep=" – " include="tag-two,tagthree,tag1"]
it shows: tag-two – tagthree – tag1
Only:
[nggpowertags gallery=1 tagmenu_sep=" – " include="tag-two",tagthree,tag1]
makes an unexpected result: tag-two – tag1 – tagthree
Anyway, in the first two cases it works (without double quotes), so, I don’t know how to reproduce the error and solve your problem, sorry.