Hi,
On your page content, can you display some archive products here: https://share.getcloudapp.com/RBuOdn6w
You can use [products] shortcode to display the recent products. Product filter requires some products to be visible on the page, so it can swap it with the filter result.
Hi,
There is no include/exclude option for attributes. However, you can hide it with CSS. What is your site URL and which brand attributes do you want to hide? We can provide you the sample CSS.
Hi, thanks for replies.
You can see how one of the two filters are set up:
https://www.dropbox.com/s/90ba6mfaltjdnjj/Skjermbilde%202020-08-11%20kl.%2009.46.04.png?dl=0
And I added this code in the functions-file some months ago, so that the search results showed up in the content area …:
Mahmood wrote:
You should add this code to the end of functions.php file in your theme directory.
1. Please go to your theme directory. it should like this(/wp-content/themes/generatepress)
2. Find and open the functions.php file
3. Add this piece of code to the end of the file.
add_filter( ‘generate_main_class’, ‘tone_wpf_custom_css_class’ );
function tone_wpf_custom_css_class($classes){
$classes[] = ‘wpf-search-container’;
return $classes;
}
/Tone 🙂
Hi again
The last message I wrote did not make any sense? Or?
https://www.rovent.no/ball-tik-skyveportbeslag/
If you try the make search in one of the categories on the left, you will see the message that comes up.
Very happy if you can take a look at my problem again 🙂
/Tone 🙂
Please see previous reply:
“On your page content, can you display some archive products here: https://share.getcloudapp.com/RBuOdn6w
You can use [products] shortcode to display the recent products. Product filter requires some products to be visible on the page, so it can swap it with the filter result.”