Nomadsteam
Forum Replies Created
-
Forum: Plugins
In reply to: [Widgets for Google Reviews] Trustindex lazy load causing scroll to ID issuesHi Laca,
I’ve tested the updated loader.js and can confirm that the issue is now resolved on our side.
Thanks a lot for the quick fix.Kindly,
STLForum: Plugins
In reply to: [Widgets for Google Reviews] Trustindex lazy load causing scroll to ID issuesHi Laca,
Thanks, I’ve just sent the email.
Appreciate your help.Forum: Plugins
In reply to: [Widgets for Google Reviews] Trustindex lazy load causing scroll to ID issuesHi Laca,
Thanks for the quick reply.
The widget postpones inserting its DOM until a scroll threshold. It doesn’t create a visible layout shift but it does modify the page structure after the browser has already calculated the scroll-to-ID destination. As a result, anchor links land at the wrong offset.
Since this behavior affects core page navigation, the widget should ideally reserve its space from the start so the delayed loading doesn’t cause any layout shift. And if this approach isn’t feasible, the ability to disable the scroll-triggered loading really ought to be available in the base plugin.
Is there any non-premium parameter or hook that allows disabling this delayed initialization? I can share the URL privately as soon as you provide a suitable channel.
Apologies, I sent my previous message to the wrong thread. It was actually intended for the Widgets for Google Reviews plugin.
You can patch the plugin’s files manually in the meantime (see Feb 15, 2025 commits)
Just a helper file to add and a few tiny lines of code to replace (https://github.com/EvanHerman/yikes-inc-easy-custom-woocommerce-product-tabs/pull/177/files):
– admin/helper.functions.php
– admin/class.yikes-woo-generate-html.php
– admin/class.yikes-woo-saved-tabs.php
– public/class.yikes-woo-tabs-display.php
– yikes-inc-easy-custom-woocommerce-product-tabs.phpForum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Is this plugin still usable?It seems that the security issue has finally been solved.
Thanks to @backups and @t-rutter for the fix, and to @eherman24 for taking the time to push this update.Forum: Plugins
In reply to: [Custom Product Tabs for WooCommerce] Any migration plan to different plugin?It seems that the security issue has finally been solved.
Thanks to @backups and @t-rutter for the fix, and to @eherman24 for taking the time to push this update.- This reply was modified 1 year, 1 month ago by Nomadsteam.
It seems that the security issue has finally been solved.
Thanks to @backups and @t-rutter for the fix, and to @eherman24 for taking the time to push this update.Forum: Plugins
In reply to: [Temporary Login Without Password] WP Admin Bar stylesHi Asmi,
Yes it works fine, thank you!
Forum: Plugins
In reply to: [Temporary Login Without Password] WP Admin Bar stylesYes, indeed 🙂
Thanks!Forum: Plugins
In reply to: [WooCommerce] Edit adress not showing in “My account”Seems we are not alone. Obviously the problem appeared after the update to 7.3.0:
https://ww.wp.xz.cn/support/topic/title-adresse-is-missing/
https://ww.wp.xz.cn/support/topic/account-display-issue-after-update-woocommerce/
https://ww.wp.xz.cn/support/topic/translation-in-account-dashboard/
Forum: Plugins
In reply to: [WooCommerce] Edit adress not showing in “My account”Hi,
The same issue appears in French, for the link “Addresses” too.
The item reappears when we switch the site to English in the WP’s general settings.
Check your child theme stylesheet : https://www.bromptons.net/wp-content/themes/bromptons/style.css
.form-row p{ margin: 0; padding: 0; display: none; }and delete the declaration “display: none”.
Forum: Plugins
In reply to: [Contact Form 7] Rows & Column Styling Issues after Update@kittmedia
The wpautop function is described as replacing “double line-breaks with paragraph elements”. The issue, here, is that even single line-breaks are replaced since version 5.7.Forum: Plugins
In reply to: [Contact Form 7] Error: Space between input fieldsHi,
Same here. Last update (5.7) now adds <p><br></p> on single line breaks. Waiting for a fix.