dabodude
Forum Replies Created
-
Thank you Joost.
This is happening (at least) on this version of Safari 11.0.2 (13604.4.7.1.3)
I tested this on a Macbook Air and on an iMac.
You could try it yourself at https://elleebana.mxTrue, this doesn’t happen on more updated versions of Safari, however, we do have many customers that seem to have this problem since for some reason, they don’t update their OS.
Is there any way around to fix this for older versions of Safari? Should we go back to the native version of the Paypal integration?
Thank you again!
Forum: Plugins
In reply to: [Breeze Cache] Conflict with WooCommerce Bookings CalendarHello Adeel, thanks for replying.
So I had this website working just fine at another hosting from which I moved it to Cloudways.
It was just after I migrated it that Breeze installed itself on our website.
The behavior is the following: after a first customer uses the calendar on the booking product, this error will start to happen to a second customer and the calendar will get blocked with the ajax animation for refreshing the calendar dates.
I have tried to exclude the product URL from the Breeze exception settings but that doesn’t work.
I found this error on the console:
Uncaught TypeError: Cannot use 'in' operator to search for 'length' in {"availability_rules":{"0":[],"806":[]},"min_date":false,"max_date":false,"partially_booked_days":{"2020-4-17":{"806":1},"2020-4-18":{"806":1},"2020-4-19":{"806":1},"2020-11-28":{"806":1},"2020-11-29":{"806":1},"2020-11-30":{"806":1},"2020-12-1":{"806":1},"2020-12-2":{"806":1},"2020-12-3":{"806":1},"2020-12-4":{"806":1},"2020-12-5":{"806":1}},"fully_booked_days":[],"unavailable_days":[],"restricted_days":false,"buffer_days":[]} at s (jquery.js?ver=1.12.4-wp:2) at Function.each (jquery.js?ver=1.12.4-wp:2) at a.<anonymous> (date-picker.min.js?ver=1.11.2:1) at i (jquery.js?ver=1.12.4-wp:2) at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2) at x (jquery.js?ver=1.12.4-wp:4) at XMLHttpRequest.c (jquery.js?ver=1.12.4-wp:4)Hope that helps. Thanks again!
- This reply was modified 6 years, 1 month ago by dabodude.
Forum: Plugins
In reply to: [Autoclear Autoptimize Cache] Reloads page constantlyHello John! Sorry to bring this back to life but I am also having this issue.
I am hosted at Kinsta which uses it’s own cache.
Had to disable the plugin for a while.
Also I am using WebP Express, which I am not sure is useful info.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] FontAwesomeThank you very much. Yes I am aware of this, but as you know many themes and plugins come with FontAwesome included so I am trying to load it only once to improve performance.
I think it would be nice if you could include a setting to disable it in your plugin.
Thanks again!
Use this code guys
<script defer="defer"> jQuery(document).ready(function(){ jQuery( ".variations_form" ).on( "woocommerce_update_variation_values", function () { let $swatches = jQuery('.tawcvs-swatches'); $swatches.find('.swatch').removeClass('hidden'); $swatches.each(function(){ let $select = jQuery(this).prev().find('select'); jQuery(this).find('.swatch').each(function(){ if (!($select.find('option[value="'+ jQuery(this).attr('data-value') +'"]').length > 0)) { jQuery(this).addClass('hidden'); } }) }) } ); }); </script>Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Cross out unavailable options+1 please
Forum: Plugins
In reply to: [WooCommerce Blocks] CSS overriding Gutenberg ColumnsConfirmed. Thanks.
Forum: Plugins
In reply to: [WooCommerce Blocks] CSS overriding Gutenberg ColumnsIf you’re using Gutenberg columns, yes. That’s the reason.
Temp Fix. Place this in your theme styles:
.wp-block-columns { display: flex !important; }That works. Thanks!
Hey @calumbrash!
I actually have them all features disabled. Only enabling the plugin is enough to have the conflict with POS.
I do have the following console error when trying to open the POS Register:
https://www.dropbox.com/s/t6j4muab2ayyr6a/Captura%20de%20pantalla%202018-12-17%20a%20la%28s%29%2010.05.53.png?dl=0
https://www.dropbox.com/s/svqmud1nwio0bdb/Captura%20de%20pantalla%202018-12-17%20a%20la%28s%29%2010.05.37.png?dl=0If needed, I can provide access so you can take a look at the plugin.
Forum: Plugins
In reply to: [WooCommerce] Product’s backorder settings getting changed@protohominid sorry for getting into your post but I saw you are having a similar problem to us in another post (product titles dissapearing) and we also have a POS plugin “Woocommerce Point of Sale” by Actuality Extensions.
Can I ask if you have been able to solve that problem or if you could share a way to contact you to also share findings on this issue?
Forum: Plugins
In reply to: [WooCommerce] Product Titles disapperingWe are having this problem as well… Apart from recreating the product from scratch have you found any other solution guys?
Recreating our products from scratch will not only affect our product reviews that are associated to reviews at a third party but also will affect the product statistics and product feeds to Google and Facebook since the Post ID will change.
- This reply was modified 7 years, 5 months ago by dabodude.
Forum: Plugins
In reply to: [Real IP and Geo for Cloudflare] works with woocommerce?I tried it, and it doesnt seem to be working with WooCommerce. Have you had any luck?
Forum: Plugins
In reply to: [Google Customer Reviews for WooCommerce] SKU field is not getting savedAwesome thanks!
Forum: Plugins
In reply to: [Google Customer Reviews for WooCommerce] SKU field is not getting savedHi Nate!
Take a look at this video: https://youtu.be/ehjt8eKdlYY
It seems like the GTIN field overwrites the SKU field when the SKU field is set as the GTIN field in the plugin configuration. LOL, I hope I explained myself, but it’s easier to see the video.