amtechnosys
Forum Replies Created
-
Forum: Plugins
In reply to: [Gift Pack for WooCommerce] Request for Gift Wrap Option on Cart PageOk thank you for the update
Forum: Plugins
In reply to: [Gift Pack for WooCommerce] Request for Gift Wrap Option on Cart PageHello
Could you please respond at your earliest convenience? I am awaiting your reply.
Thank You- This reply was modified 1 year, 7 months ago by amtechnosys.
Forum: Plugins
In reply to: [Gift Pack for WooCommerce] Request for Gift Wrap Option on Cart PageThank you for the reply. If you could please assist me with this and provide a solution today, it would be greatly appreciated, as I need to implement it for a client. Your help would be a big favor.
Thank you for the reply. It works! However, if I add the code
window.addEventListener('scroll', function() { const leftColumn = document.querySelector('.nickx_product_images_with_video'); const rightColumn = document.querySelector('.entry-summary'); const newSection = document.querySelector('.container-class'); const clientHeight = document.querySelector('.slider.nickx-slider-for .nslick-slide.nslick-current.nslick-active').clientHeight; leftColumn.style.maxHeight = clientHeight+'px'; let rightBottom = rightColumn.getBoundingClientRect().bottom; let newSectionTop = newSection.getBoundingClientRect().top; if (rightBottom > 0 && newSectionTop > window.innerHeight) { leftColumn.style.position = 'sticky'; leftColumn.style.top = '10px'; // Adjust as needed } else { leftColumn.style.position = 'static'; }});or
.single-product .product-entry-wrapper.ct-constrained-width .images.nickx_product_images_with_video{,
position: sticky !important;
top: 15px;
}
it functions correctly. But when I only add the CSS code, it doesn’t work. I have cleared the cache and checked everything, and it seems that when I only add the JavaScript code, it does not work either.Hello,
Thank you so much for responding again. As per your suggestion, I removed the old code and added the new CSS code you provided, but it didn’t work, and the sticky feature wasn’t functioning. However, when I added both the old code and the new code together, everything started working perfectly.
I wanted to confirm if there would be any issues with keeping both codes in place. Please let me know.
Thank you!
Hello
Could you please respond at your earliest convenience? I am awaiting your reply.
Thank YouHello,
I apologize for the delay in responding and thank you very much for providing the code. I have added the code and the sticky feature is working. However, when I scroll down towards the bottom, a white space appears.
You can check the product link here: link. Additionally, I’ve included a video link for your reference, where you can see the issue happening. Please have a look at it.
Thank you again for your help.
Thanks For the reply
Product Url- This reply was modified 1 year, 7 months ago by amtechnosys.
hello
still waiting for your reply
Thanks for the response. I tried disabling the Backend Validation option, but the error still shows: “Billing Phone is a required field.”
Please see the issue on this URL: https://test.example.com/
i am still waiting for reply
Thank youThank You For response
how i can add notranslate class.
Thank Youi am still waiting for your reply.
Forum: Plugins
In reply to: [Telephone field for Elementor Forms] In Mobile View Not Showing ProperThank you so much for the quick resolution. It works perfectly now.
Forum: Plugins
In reply to: [Telephone field for Elementor Forms] In Mobile View Not Showing ProperThank for support
I updated the plugin, but it is still showing on top of the popup. However, when I select any language, the popup disappears.