Forum Replies Created
-
AuthorPosts
-
November 15, 2024 at 8:54 am in reply to: Search form AJAX results contains hidden products #1471374
Hi Ismael,
With this filter, also no search results anymore. But I also asked ChatGPT for help and did some research in the database. Probably looking for _visibility isn’t the correct way, but looking for the taxonomy product_visibility did help me. This is my final, working filter:
function avf_exclude_hidden_products_from_ajax_search( $search_query ) { parse_str( $search_query, $search_parameters ); $search_parameters['tax_query'][] = array( 'taxonomy' => 'product_visibility', 'field' => 'slug', 'terms' => array( 'exclude-from-catalog', 'exclude-from-search' ), 'operator' => 'NOT IN', ); return http_build_query( $search_parameters ); } add_filter( 'avf_ajax_search_query', 'avf_exclude_hidden_products_from_ajax_search' );
For me it seems to work correctly now, or do you have any other thoughts on this code?
Best regards,
Gert
November 15, 2024 at 8:39 am in reply to: Search form AJAX results contains hidden products #1471371Hi Ismael,
Thanks for your reply. After applying this filter, there are no search results anymore at all (with AJAX). After hitting the enter-button, the correct search results are shown. Do you have any ideas?
Best regards,
Gert
February 19, 2024 at 6:00 pm in reply to: Header Layout: Logo left, Widgets right, menu below #1434793This reply has been marked as private.Ohw shoot, that was the trick: everything was full width. It is fixed now, thanks a lot!
Sorry for the late reply. I added the details in de private part of this reply.
Hi Ismael,
Lots of thanks! I thought I had it all set correctly, but probably not. (My css was set in the “style.css” of the child theme by the way.)
Thanks for your help, it’s working fine now!
Best regards,
Gert
Hi,
The problem did still persist, until I uninstalled the Smush plugin. That plugin forces lazy load and messed up with this gallery. So, it’s fixed now.
Best regards,
Gert
June 17, 2022 at 9:51 am in reply to: Hide "title" on mouseover in avia_sc_slider_full (fullwidth image slider) #1355563Thanks a lot! I thought it was may be an Enfold-setting, but you’re correct. Thanks for helping me out!
Hi Rikard,
The problem is still there, even after (temporary) disabling caching, minifying and combining JS/CSS (in both Enfold-settings and WP Fastest Cache).
I updated Enfold to latest version. I tried both Google Chrome and Edge. Both same issue: animation between photos is not smooth and one or more photo’s on the right are not shown. After resizing browser window, all photo’s are correctly show. After a refresh/reload of the page, again the gallery doesn’t work as it should do.
I hope you can help me out with this, I love this kind of gallery for my website.
This is the gallery in the demo, I want to have on my site: https://kriesi.at/themes/enfold-dark-photography/portfolio-item/mauritius/
Best regards,
Gert de JongFebruary 14, 2022 at 3:03 pm in reply to: Icon box colors not showing up correctly on live website #1340501Thanks for your help and advice, I’ll do what you said. Thanks again! Thread may be closed indeed.
February 12, 2022 at 8:46 pm in reply to: Icon box colors not showing up correctly on live website #1340300Wow, I don’t understand what happened there. I tried different devices, cleared all cache and still seeing it in black. See private data for screenshot.
But, I still thought it was a cache issue, so I disabled WP Fastest Cache and re-enabled it again. Cleared all cache + minified JS/CSS and now it’s working fine.
Thank you very much for taking a look, I hope it was this cache issue and I think it won’t happen again. Thanks again!
December 1, 2021 at 1:46 pm in reply to: Flat Business theme installed, but menu looks different #1331154O wow, thanks! I’ll remember this for the next time. Thanks a lot!
November 15, 2021 at 12:13 pm in reply to: Preloader (SVG) shows, but doesn't replace default preloader #1329074Great! I should have found that out by myself, but couldn’t find the CSS class by myself. Thanks a lot, it works!
Best regards,
Gert
- This reply was modified 3 years ago by Buskruit Internet.
March 25, 2020 at 8:23 am in reply to: Bug: changed text not saved in portfolio-item Enfold (Health Coach template) #1197606Hi Rickard,
It’s okay to close the topic.
Thanks! Gert
March 24, 2020 at 9:42 am in reply to: Bug: changed text not saved in portfolio-item Enfold (Health Coach template) #1195927Ah, okay. Editing/deleting that header was also impossible. So I rebuilt the complete page and it’s fixed now. Thanks!
March 23, 2020 at 3:38 pm in reply to: Bug: changed text not saved in portfolio-item Enfold (Health Coach template) #1195488Sorry, I added credentials now at my first post. If you can take a look, should be great! Thanks in advance!
-
AuthorPosts