Forum Replies Created
-
AuthorPosts
-
November 20, 2020 at 9:46 pm in reply to: Enfold + WooCommerce Rental Products Compatibility Issue #1261867
Hi Ismael! Below is the response from WooCommerce support regarding your request:
—–
So it looks like the theme has added an overflow hidden rule which is restricting the calendar displaying which is why it is cut off. To get around this you could ask your theme developer to remove that or override it yourself using this CSS code added to the theme stylesheet or via the Additional CSS section of the Customizer (I did try to access that myself but there is an error when you try to access the page):.single-product form.cart {
overflow: visible !important;
}The above alone won’t be quite enough however as when you apply this it looks like they have a high z-index on the product tabs for some reason so they will overlap the calendar too, again get them to fix that or use this code to override it:
#top div.product .woocommerce-tabs ul.tabs {
z-index: 0 !important;
}
—–
Hope this is helpful! Please let us know if you have any more questions or if there’s anything else you need to help us get this issue resolved.November 18, 2020 at 5:12 pm in reply to: Enfold + WooCommerce Rental Products Compatibility Issue #1261325Hi Ismael! Support for the Rental Products plugin by WooCommerce stated that the rental datepicker on the product page is hooked into the following:
woocommerce_before_add_to_cart_button
Hope this is helpful! Please let us know if there’s anything else you need to help us get this issue resolved.
November 12, 2020 at 8:19 pm in reply to: Enfold + WooCommerce Rental Products Compatibility Issue #1260209Hi Yigit! Just following up on this ticket. Let me know if there’s anything else you need to help us resolve this issue. Looking forward to your response!
November 6, 2020 at 7:23 pm in reply to: Enfold + WooCommerce Rental Products Compatibility Issue #1258950That sounds great Yigit! I’ve provided FTP login in private content field. We look forward to hearing your findings.
Thanks in advance!
Unfortunately, this issue has not been resolved yet. We are still receiving the same fatal error when trying to add the Masonry element to a page / post. I tried the band-aid solution on this thread that seems to be similar, but it did not work:
– https://kriesi.at/support/topic/4-1-2-bug-masonryblogposts-element-needs-woocommerce-functions/John – Please let us know if there’s anything else you need to help us resolve this issue. Thanks!
This reply has been marked as private.Very much appreciated, Josue!
Hi there, just checking in. Is this something you can assist me with?
Hi Andy, this issue began before I installed the Child theme. That was just an experiment I tried after the fact. However, I was able to get GYM working perfectly on DreamHost, which means this is a Pantheon problem. I will proceed to build this site on DreamHost but wanted to make you aware of my findings. Thanks again!
Hi Andy, I followed your instructions and the problem still persists. Any way you can look at my SFTP and WP-Admin to see if you can spot the issue?
-
AuthorPosts