tonecockpitdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] FilterHi 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 ??
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] FilterHi, 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=0And 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 ??
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Search results show in the topbarHi Mahmood
Thank you!! The code works perfectly!! I am so grateful for your help!
Have a nice day!Best regards,
Tone ??Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Search results show in the topbarHi Mahmood,
Thanks for your suggestion. I think I understand. But I am no expert (at all!!!) writing codes, so I have to be told exactly what to write and where to put it ??
Can I use the “Extra CSS”-box under Customize?Sorry for late respons, things have been different these days
Tone- This reply was modified 5 years ago by tonecockpitdesign.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Search results show in the topbarHi! Has the developer found any solution yet?
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Search results show in the topbarIn addition: If I uncheck the “Link the breadcrumbs” the search results will not show – not in the top bar or the content area..
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Search results show in the topbarThanks for your reply!
In the topbar there is a text widget and a widget with the plugin Breadcrumb NAVXT. If I delete the breadcrumb plugin from the top bar, the product filter results also disappear ..
When I made this site og until for some weeks ago, the search results were displayed in the content area. So strange!!