robertstaddon
Forum Replies Created
-
Thank you!
- This reply was modified 3 years, 6 months ago by robertstaddon.
Thank you! When will the latest version of the plugin be released? The current one here (1.6.1) is still 2 months old.
Forum: Plugins
In reply to: [WooCommerce] Related Products not showing items from Primary Category firstI agree that this would be a very logical way to handle Related Products and I was surprised that WooCommerce doesn’t currently prioritize primary categories until I realized that the primary category feature is added by a third-party plugin such as RankMath or Yoast. I found this topic helpful: https://ww.wp.xz.cn/support/topic/pull-related-products-from-primary-category-only/
- This reply was modified 3 years, 6 months ago by robertstaddon.
I am having the same type of an issue and I can confirm that it is not related to a third-party plugin. The 1.16.9 update causes the [popup_trigger] shortcode to spit out all of the contents it wraps as code instead of actual HTML tags.
To demonstrate the issue, I’ve set up a test site here: https://test.abundantdesigns.com/
On the page, I have a simple Custom HTML Block:
[popup_trigger id="2121"]Click This Image: <img src="https://test.abundantdesigns.com/wp-content/uploads/2021/02/AdobeStock_219933456.jpg">[/popup_trigger]Before 1.16.9 it would output an image on the page as a trigger link. Now it just spits out the raw HTML code.
- This reply was modified 3 years, 8 months ago by robertstaddon.
Forum: Plugins
In reply to: [Meta pixel for WordPress] fbq is not definedThis is still a major issue with this plugin. It happens whenever this plugin is installed and any user who is not logged into the site tries to submit a Gravity Form that is set to use AJAX.
This new version resolved the issue. Thank you for getting this patched!
The Rank Math team has reported that this issue should be fixed in the next release of Rank Math! https://support.rankmath.com/ticket/latest-1-0-63-version-breaks-divi-when-event-tickets-plugin-installed/
The newest version, 5.5.13, still contains the issue, with rules such as these still loading into all admin pages from getresponse-integration/gr-assets/css/getresponse-integration.css and messing up the admin display:
code { padding: 6px; display: block; }.tooltip { position: relative; display: inline; vertical-align: bottom; }When do you plan to get this fixed?
- This reply was modified 5 years, 1 month ago by robertstaddon.
Yes, support did patch the plugin to resolve this issue! (Fixing a bug in the “wp-ultimate-csv-importer-pro/importExtensions/TaxonomiesImport.php” file). Are you planning to role out the patched version of the plugin to everyone soon?
Forum: Plugins
In reply to: [Say What?] Version 2.0 Causes JavaScript Errors in Divi BuilderThe plugin dev team appears to have resolved this issue in the latest 2.0.1 release! Nice work.
Forum: Plugins
In reply to: [Say What?] Version 2.0 Causes JavaScript Errors in Divi BuilderThank you, Lee, for the prompt response! I have just filed the bug report through the website link that you provided.
Forum: Plugins
In reply to: [Say What?] Version 2.0 Causes JavaScript Errors in Divi BuilderThe issue appears to be with the way that the latest version of this plugin uses “lodash” that conflicts with the Divi Builder.
There is also a second earlier JavaScript error when using the Divi Builder with this plugin enabled:
Uncaught ReferenceError: _ is not defined at <anonymous>:2:17 at HTMLHeadElement.rt [as appendChild] (<anonymous>:15:29541) at e.value (boot.js?ver=4.9.2:2) at boot.js?ver=4.9.2:2 at boot.js?ver=4.9.2:2 at t.exports (boot.js?ver=4.9.2:2) at e._moveDOMToFrame (boot.js?ver=4.9.2:2) at HTMLIFrameElement.<anonymous> (boot.js?ver=4.9.2:2) at HTMLIFrameElement.dispatch (jquery.min.js?ver=3.5.1:2) at HTMLIFrameElement.v.handle (jquery.min.js?ver=3.5.1:2)This error is triggered by the following output from this plugin:
window.lodash = _.noConflict();- This reply was modified 5 years, 2 months ago by robertstaddon.
- This reply was modified 5 years, 2 months ago by James Huff.
WP Offload Media 2.4.4 has been rolled out with a patched AWS PHP SDK to resolve this issue: https://deliciousbrains.com/wp-offload-media/doc/changelog/
So it appears that this issue is caused by a bug in the AWS PHP SDK: https://github.com/aws/aws-sdk-php/issues/2092
Hey guys,
Thank you so much for the quick responses! I passed on your info to the Delicious Brains support team and they are now working on a fix for WP Offload Media: “We’re looking into a fix for this, please either enable Intl in PHP, use WP Offload Media 2.4.1 for the time-being, or deactivate the AMP plugin. Because the code in question isn’t ours, but in the embedded AWS PHP SDK, we have to be careful with how we handle the fix, which comes from how PHP Scoper handles aliased imports.”