I make the procedure and I have the following error:
Parse error: syntax error, unexpected ‘public’ (T_PUBLIC) in /usr/home/moamoa.es/web/wp-content/plugins/woocommerce-products-filter/classes/helper.php on line 106
I dont know how to continue.
What is you version of PHP?
I read this in the server info of my hosting:
php: 5.4.45-0+deb7u2
I just did test before updating txt info about compatibility: I installed wp 4.4, then latest woocommerce, then woof 1.1.2 from wordpress.org repository – all installed ok and works
I looked code by that error path: http://clip2net.com/s/3rv6QT1 – syntax is good. Sorry man, but I have no idea what that can be, but 100% there is no such troubles in code ….
Just try to install woof from repository
By the way – I tried to configure another taxonomy custom label in Product filters -> Taxonomies -> additional options -> taxonomy custom label, but I see no changes. – that worked before? So maybe you did any code changes?
http://stackoverflow.com/questions/13341378/php-parse-error-syntax-error-unexpected-t-public
Sorry! I tried again and it works now. Sorry for all the checking. I dont understand what I did wrong before, I tried twice, but both wrong as I see.
Once it is resolved, my concern was, as I say in the first post, to find a way to change the text of the first field, because it is the same than the title (I thought it changed with the “taxonomy custom label”, and I see now that both, title and first field, change together).
To see what I mean with the real example, if you enter in http://moamoa.es/cosmetica-natural/facial/
you can see in the sidebar the title “Marca” and the first field “Marca”. I would like to change the name of the first field but not the title. Is it possible?
Thank you and sorry again for my mistake.
Hello
Great! We got the verity =)
http://moamoa.es/cosmetica-natural/facial/ – understood you but such is behavior of drop-downs. BUT you can do it manually here as you want: \views\html_types\select.php -> http://clip2net.com/s/3rDpVDa
OR
smth like this:
if($tax_slug == 'marca'){
echo 'Hello Marca';
}