Florian G
asked 10 years ago

Hi there,
You have a product selector instead of a tag field.
 
How can I also add this to my page?
 
Thank you
Zoker

1 Answers
DominicStaff
answered 10 years ago

Hi Florian! To have the tags on a question listing page in a dropdown list as our designwall.com. You can go to link: https://gist.github.com/bighug/8968377 Add the code there to the functions.php file in the folder path “\wp-content\themes\yourtheme” Hope this helps !

Florian G
replied 10 years ago

For any reason the code does not work right:
On question front page, it changes a selector on wrong place: http://s14.directupload.net/images/140720/qv26s5zj.png

On ask page, it looks like before:
http://s7.directupload.net/images/140720/35l8xir3.png

Dominic Staff
replied 10 years ago

At the moment, the code in the following link: https://gist.github.com/bighug/8968377 only support to display a Tags list on the list question page and does not support to display in the ask question page.
Note: If you want to resolve issue on list question page when you add the code to the functions.php, you can add the following code to the style.css file:
.dwqa-list-question .select { right: 190px; }
Regards,

Powered by DW Question & Answer Pro