frangoaoalho
Forum Replies Created
-
Hi Team, hope to find you well.
Just to let you know that after 3 months this is still not resolved.
Any news?Dear kris, I appreciate your prompt response.
Will be attentively awaiting for the plugin update then ??
If you want to hire a QA let me know ??
Marking it as resolved for now. CheersDear Kris, that is not working at all.
not even with short code.
Resolutions are definitely messed up in the php core of the plugin, and set for mobile overlying at 784px regardless of the setup.
Also the setup available within the Fibosearch menu should be working regardless.I sent you an e-mail to [email protected]
Appreciated.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Filters aren’t working at allI sent you an e-mail to [email protected]
Appreciated.Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Filters aren’t working at allSECOND UPDATE!
The problem is in the category filter. I swap it for ‘OR’ instead of ‘AND’.
Now, second problem is, I tick the option for only the child themes to show, but then nothing shows.
I tried to send you screen shots but they dont really load here…
Can you help me?- This reply was modified 5 months, 1 week ago by frangoaoalho.
Forum: Plugins
In reply to: [Themify - WooCommerce Product Filter] Filters aren’t working at allUPDATE!
As as I delete on the parameters: size, color or category it works.
The problem is I need those 6: price, name, on sale + the above mentioned.UPDATE!
As as I delete on the parameters: size, color or category it works.
The problem is I need those 6: price, name, on sale + the above mentioned.- This reply was modified 5 months, 1 week ago by frangoaoalho.
Hey Themify Team, I hope to find you well.
Attending to the website https://zinblo.com/category/snacks/ or https://zinblo.com/category/carne/
(I transfered the website to a different domain).
Although, the filters are not working.
‘Sale’ not working (Show no Results)
‘Price’ not working (Show no Results)
‘Color’ not working (Show no Results)
‘Size’ not working (Show no Results)
‘Categories’ not working (Not clickable / or missing a trigger or on-click action or something)
This happing both with the Elementor ‘Product Archives’ and ‘Product’ widgets, and with the queries selected accordingly. (Before it was working, just didn’t show ‘no results’ message, now it only shows the ‘no results’ message. Quite ironic tbh)
Using Woocommerce, and Hello Elementor Theme. Everything is updated to the last version.
Also, no conflicts showing in log.
Pleae help me out Team,
Attentively awaiting feedback,Hey, any news on this topic?
I am using Elementor Pro, and the widget ‘Products’ since the ‘Product Archives’ shortcode / widget from woocommerce is not that nice, aestethically and functionally.
Any updates?
With my best regards,The one above is not working at all.
Also, not working:
mobile_overlay|1
mobile_overlay_breakpoint|784
And also, not working with Snippets:function modify_fibosearch_widget_attributes($atts) {
// Modify attributes for FiboSearch widget
$atts[‘mobile_overlay’] = ‘1’;
$atts[‘mobile_overlay_breakpoint’] = ‘784’;return $atts;
}
add_filter(‘dgwt/wcas/widget/shortcode_atts’, ‘modify_fibosearch_widget_attributes’);
- This reply was modified 5 months, 2 weeks ago by frangoaoalho.
So, as I am using Elementor and the Fibosearch as a widget and not a short code, can I do like:
mobile_overlay_breakpoint|480 ?- This reply was modified 5 months, 2 weeks ago by frangoaoalho.
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Mobile Overlay ProblemYep, it did fix the problem indeed.
Topic Resoved!Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Mobile Overlay ProblemI am going to paste it in a
@media (max-width: 784px) {
html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
width: 20px;
height: 25px;
position: relative;
top: 2px;
}}
And I am gonna heck if it works ??
Appreciated Kris!- This reply was modified 5 months, 2 weeks ago by frangoaoalho.
Forum: Plugins
In reply to: [FiboSearch - Ajax Search for WooCommerce] Gtranslate IncompatibilityDear Kris, I hope to find you well.
Really appreciate your help. I am actually using CodeSnippets and it worked.|
Many thanks Kris,