nomade123456
Forum Replies Created
-
Hi Amauri,
Thanks for the quick answer. The QR code scanner crash if you do nothing, and it usually doesn’t take very long. I’ve tested with 2 different phones on Android. However, if you go fast enough, you can successfully scan QR code and then the app will open it to the right page.
Both issues can be observed at https://m.sabaystore.com/
Thanks!
Hi, thank you for the reply. After closer inspection, I can see that the emojis and attachment buttons are both working, so please disregard my initial comment. What I observe is the div .data-floating-ui-portal sometimes ends up, out of bounds on smaller screen, down and under the main chat window.
Alright, thanks for the answer.
Great, thank you for the response. I am looking forward to the future versions.
Thanks
Thanks for the reply, however, disabling the other plugins changed nothing to the situation. It seems to be a change done directly in the database converting the full template to a single text block (the same would happen if I would click on “back to WordPress editor” then “edit with Elementor”. Both Elementor and WooCommerce regularly update the database and it affected only the archive templates from ShopEngine. It happened on about 10 of my websites so it is not a coincidence and this is most likely related to the way the templates are added to Elementor/WooCommerce. Thanks for thanking time to investigate this problem.
Forum: Plugins
In reply to: [OoohBoi Steroids for Elementor] Changes in Elementor 3.7.8 broke the GliderSure, now worries! I also do development and I know changing class name just to make them shorter is never a good thing. I also see the plugin was already updated and everything works great now. Thank you very much for your quick response!
Fantastic! Thank you very much for this very quick update! Cheers
Forum: Plugins
In reply to: [Premium Addons for Elementor] Change the CSS file load orderI @leap13, sorry for the late reply. I’ll send a message to your team on your website related to those CSS files. Thanks!
Forum: Plugins
In reply to: [Premium Addons for Elementor] Change the CSS file load orderHi @leap13,
Thanks for the answer. I’m using wp_enqueue_style to change the load order of
<link rel=’stylesheet’ id=’premium-addons-css’ href=’/wp-content/plugins/premium-addons-for-elementor/assets/frontend/min-css/premium-addons.min.css?ver=4.9.13′ type=’text/css’ media=’all’ />. This file normally loads after the HTML along with the js.Other times I saw
<link rel=’stylesheet’ id=’pa-frontend-css’ href=’/wp-content/uploads/premium-addons-elementor/pa-frontend-5a4beb71e.min.css?ver=1652115850′ type=’text/css’ media=’all’ />
but this file loads correctly before the HTML.Let me know if you need more info,
Thanks!That would be awesome, thanks you for the reply!
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] 2 rolesHello, I’ve tried adding this function to my child theme (Hello Theme), but it makes the theme crash. It might be due to the fact that the action “yith_wcaf_new_affiliate” is hooked to a different function used to register a custom field or it might not work because I’m using this plugin on a multisite. Do you have any other way of setting only the affiliate role?
I never had an answer from them but could figure that out myself. To filter the results using a link you need to add this at the end of the URL “?wcfmsc_store_categories=”. It will work with the corresponding category ID.
Because I had no answer, I decided to go look in your PHP files and found “wcfmsc_store_categories” thus answering my own question. For those in my situation, simply add “?wcfmsc_store_categories=” at the end of your URL to filter the store list without having to use the shortcode attribute.