
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 26, 2023, 11:35
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 27, 2023, 11:24
Hello
1) Please add CSS:
.woof_container_inner h4 {
text-align: center;
}
2) read this - https://products-filter.com/hook/woof_ext_custom_title_xxx
You can try:
add_filter( 'woof_ext_custom_title_by_instock' ,'woof_ext_custom_title_instock');
function woof_ext_custom_title_instock ($title){
return"In Stock Only";
}
3 add CSS
.woof .woof_submit_search_form_container {
margin: 50px 0 50px 0 !important;
}
Hello
1) Please add CSS:
.woof_container_inner h4 {
text-align: center;
}
2) read this - https://products-filter.com/hook/woof_ext_custom_title_xxx
You can try:
add_filter( 'woof_ext_custom_title_by_instock' ,'woof_ext_custom_title_instock');
function woof_ext_custom_title_instock ($title){
return"In Stock Only";
}
3 add CSS
.woof .woof_submit_search_form_container {
margin: 50px 0 50px 0 !important;
}

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 30, 2023, 13:13
hello
You missed the closing element "}" - https://share.pluginus.net/image/i20231030131332.png
hello
You missed the closing element"}" - https://share.pluginus.net/image/i20231030131332.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on October 31, 2023, 12:24
Hello
you should paste this code in functions.php of the current theme
Hello
you should paste this code in functions.php of the current theme