talkiewalkie
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Woocommerce notification new layoutHi Shameem,
I forwarded your message to my theme support team, I’ll paste their response here:“To explain further, if your theme supports and is compatible with the block, it will display the new notification style. You’ll see the notification in the old legacy style if it doesn’t.?“
The first screenshot below shows that even in Storefront theme the default WooCommerce theme doesn’t even show the layout that you’re looking for. So Shoptimizer does not control that. Please contact them again and show them the screenshots I gave you that shows even using Storefront, it’s not showing the layout that you’re looking for.
https://pasteboard.co/g54IptEOg3Ot.png
Can you help me?Hi Alex, Any news about the translation problem?
Hi, thanks for the help but I confirm that unfortunately the new file containing the fix does not work for me either.
Hi, I replied to your email this monday. I am waiting to hear from you before proceeding to purchase the pro version of your plugin.
Best regardsHi Alex,
no, I have never used the function Exclude Gettext Strings. I am sending you a screen to show you that the text in question is not translatable because the field containing it is not editable.
Maybe the screen can help: https://pasteboard.co/90WdMOvoN0gv.pngHi Amin,
Also in the video you sent me now you can see that the galleries in both sites are “shifted” to the right in the mobile version.
Regarding the carousel, also from your video you can see that in RedTuft the carousel is visible also in the mobile version while in StunningSpark it is not (only the dots are visible in the mobile version). The carousel you indicated with the arrow is the one created with woocommerce shortcode (there are in fact currently 2 carousels active on the site, since in the mobile version the carousel created with your plugin is not visible).
I am sending you some screens from your video so you can better understand what I am referring to:
https://pasteboard.co/rJxHRi9IfdFj.png
https://pasteboard.co/Ts5SNSW5r6Qv.png
https://pasteboard.co/XtrziDzamsBr.png
https://pasteboard.co/hB22MBGHRd47.pngHi Amin,
I have tried clearing the cache and deactivating the caching plugin but unfortunately nothing has changed. These are the links to the two websites:
https://red-tuft.com/
https://stunningspark.com/
Thank you in advance for your help.Hi Amin,
thank you for your reply. I tried changing the theme (I applied the twenty twenty two theme) and it seems to work. The strange thing is that I have two websites on which the same plugins and theme are installed and on the second website this problem does not occur. What do you recommend me to do to resolve this situation?Thanks again for your help.
Hi Spencer,
Thank you for your help but unfortunately the plugin still does not work. After logging in, the plugin shows a new error when I try to create the feed:
Warning: Invalid argument supplied for foreach() in ***/public_html/wp-content/plugins/feed-them-social/includes/feeds/tiktok/class-tiktok-feed.php on line 850
Can you help me?Forum: Plugins
In reply to: [Faview - Virtual Reviews for WooCommerce] Hide word in purchased labelSure. Can I send you the link privately?
Can’t anyone help me? I have also tried to contact you twice on your website but I have not received any reply yet.
I like your plugin very much but this problem is making it unusable.You can exclude JS scripts from deferring from the plugin Frontend settings.
I apologise in advance for the non-technical language! I will try to explain myself better: How exactly should I do this? And where can I find the script to exclude? I’m sorry but I really don’t know how to do this.
It is likely that you are deferring the wpmGoogleInlineScripts.js script, which you shouldn’t, because with the new update it is required to be loaded before the inline scripts. You can exclude JS scripts from deferring from the plugin Frontend settings.
Can you please tell me how to do this? I’m really inexperienced and don’t know where to start….
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Error after updateHi Stef,
I honestly haven’t updated your plugin since that error occurred. If you can confirm that the error has been fixed in the current update, then I will go ahead and update the plugin on my site.
If any other issues arise, I will update you immediately.Thank you in advance!
Forum: Plugins
In reply to: [Code Snippets] Cookie banner between the head tagsHi, I tried to install the cookie banner using your plugin. This is the code I used:
add_action( 'wp_head', function () { ?> <!-- Start cookieyes banner --> <script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/c767f392bf1b39bfd759329b/script.js"></script> <!-- End cookieyes banner --> <?php } );
I’m not sure if it worked as it should, though, because google gives this error: “wpmGoogleInlineScripts.js:-122 wpm is not defined. That means you are deferring the script which you shouldn’t. wpm must be loaded before the inline scripts run. Visitor tracking will continue to work, but visitor cookie consent will be ignored.”
Can you help me? Could it depend on the code I used to integrate the banner? The code I used I found here on the support forum of your plugin.