Thread Starter
shereew
(@shereewalker)
It’s basically ignoring my
[a-z-listing taxonomy=”category” terms=”a, b, c, d, e”]
And just displaying all of them
You’re not alone; this has been reported by other people, too. I’m working on fixing it ASAP. I think I have a working version now, but I want to test it some more before uploading. In the meantime you can downgrade to version 2.0.4, which works somewhat correctly but is missing a fix for the sidebar widget.
The address to download 2.0.4 is https://downloads.wordpress.org/plugin/a-z-listing.2.0.4.zip
Thread Starter
shereew
(@shereewalker)
Hi Daniel.
Thanks for your reply. I have managed to put a temporary solution in place by have 3 full a-z columns, adding a class to each and then hiding selected letters like so:
#a-z-column-1 #letter-F,
#a-z-column-1 #letter-G,
#a-z-column-1 #letter-H,
#a-z-column-1 #letter-I,
#a-z-column-1 #letter-J,
#a-z-column-1 #letter-K,
#a-z-column-1 #letter-L,
#a-z-column-1 #letter-M,
#a-z-column-1 #letter-N,
#a-z-column-1 #letter-O,
#a-z-column-1 #letter-P,
#a-z-column-1 #letter-Q,
#a-z-column-1 #letter-R,
#a-z-column-1 #letter-S,
#a-z-column-1 #letter-T,
#a-z-column-1 #letter-U,
#a-z-column-1 #letter-V,
#a-z-column-1 #letter-W,
#a-z-column-1 #letter-C li:nth-child(4)
{
display: none !important;
}
And so on…. (the :nth child hiding the cookies page as it displays every page on the site)
It’s not very elegant, but it does the trick for now. I’m posting it incase it helps anyone else in the iterim.
Will keep an eye out for an update. Thanks for your help.
-
This reply was modified 7 years, 6 months ago by
shereew.
-
This reply was modified 7 years, 6 months ago by
shereew.