brianWP
Forum Replies Created
-
Got it working (on free version). If you’re using the basic slideshow gallery, open the file /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow/ngg_basic_slideshow.min.js
and change it to this https://pastebin.com/3ytzp9WM
You’re simply fixing the slick js being initialized every time there’s a gallery on a page – .not(‘.slick-initialized’).slick({})
You’ll have to flush the cache to see the changes to this file as it’s versioned in the queue. Or you could dequeue that js file and create your own so that you’re not editing the core plugin files.
Hope that helps.
Was there ever a solution for this slick.js error ? Please share.
- This reply was modified 5 years, 10 months ago by brianWP.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] URL parameter passingDiscovered the issue. You have to set the “show values” checkbox to checked, and then update your form…it should now show you the actual values for each. In my case, I’m populating a drop down with terms in a custom taxonomy…and the values were IDs of each term. So, you have to use the value of the field, which might be the post ID in your case also.
Forum: Plugins
In reply to: [Gravity Forms + Custom Post Types] URL parameter passingHaving the same problem. “Allow field to be populated dynamically” feature in Gforms doesn’t seem to work when using this plugin to populate a drop down field using a query string. Haven’t check other fields.
Forum: Plugins
In reply to: [Gravity Forms Quantity Limiter] Here is a quick fix to get this workingVery much appreciate that, thanks!
Forum: Plugins
In reply to: [WP Payeezy Pay] Transaction Key – Payeezy issueHMAC-MD5 was already set. Just used a Payeezy test credit card and transaction went through fully to payment confirmation…so I have no idea what was going on.
Forum: Plugins
In reply to: [WP Payeezy Pay] Transaction Key – Payeezy issueThanks Richard, appreciate the response. Yes, I see the transaction key on the page that loads when in troubleshooting mode. I’ll check the HMAC calculation shortly; client’s Payeezy login stopped working.
Forum: Plugins
In reply to: [WooCommerce] Don’t see “Product Grid” options in CustomizerThanks for your response. I created the custom theme myself.
I’ve declared support for everything I can find:
add_theme_support( 'woocommerce', array( // . . . // thumbnail_image_width, single_image_width, etc. // Product grid theme settings 'product_grid' => array( 'default_rows' => 3, 'min_rows' => 2, 'max_rows' => 8, 'default_columns' => 3, 'min_columns' => 2, 'max_columns' => 5, ), ) ); add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' );
What else is there to declare to get Product Grid to show up?
Forum: Plugins
In reply to: [WP2Social Auto Publish] jquery breaks when creating new postThanks. Tried it in Firefox and it worked fine, so like you said, must be browser cache. Strange because I’ve never seen a plugin update have an issue based on my browser cache, but glad it’s figured out.
Forum: Plugins
In reply to: [WP2Social Auto Publish] jquery breaks when creating new postSame issue here. Disable plugin, add new post screen works correctly. Activating the plugin breaks the jquery.
Uncaught ReferenceError: XyzFbapToggleRadio is not defined
at HTMLDocument.<anonymous> (post-new.php:1171)
at i (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-position,moxiejs,p&load[]=lupload&ver=4.9.5:2)
at Object.fireWith [as resolveWith] (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-position,moxiejs,p&load[]=lupload&ver=4.9.5:2)
at Function.ready (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-position,moxiejs,p&load[]=lupload&ver=4.9.5:2)
at HTMLDocument.K (load-scripts.php?c=1&load[]=jquery-core,jquery-migrate,utils,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable,jquery-ui-position,moxiejs,p&load[]=lupload&ver=4.9.5:2)Not using any caching plugins, or cloudflare.
Not sure if you’re still experiencing that error, but I had the same error and PayPal support had to change a setting in my client’s account to get things working. Waiting for a response from PayPal support to let me know what that setting was so that I know in the future.
Forum: Plugins
In reply to: [My Calendar - Accessible Event Manager] Event time disappearedAh, that was it, thank you so much. Somehow that field must have got emptied…same thing happened with the “show weekends” checkbox…I guess it’s possible that when we deactivated the plugin for troubleshooting issues, some settings got lost. Thanks again,
Worked perfectly after updating plugin, and disabling allow_url_fopen. Thank you!
Great, thank you. I will try it out
Forum: Plugins
In reply to: [Download Manager] How to migrate downloads from one website to anotherResolved.