Title: amtechnosys's Replies | WordPress.org

---

# amtechnosys

  [  ](https://wordpress.org/support/users/amtechnosys/)

 *   [Profile](https://wordpress.org/support/users/amtechnosys/)
 *   [Topics Started](https://wordpress.org/support/users/amtechnosys/topics/)
 *   [Replies Created](https://wordpress.org/support/users/amtechnosys/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/amtechnosys/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/amtechnosys/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/amtechnosys/engagements/)
 *   [Favorites](https://wordpress.org/support/users/amtechnosys/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/amtechnosys/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/amtechnosys/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gift Pack for WooCommerce] Request for Gift Wrap Option on Cart Page](https://wordpress.org/support/topic/request-for-gift-wrap-option-on-cart-page/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/request-for-gift-wrap-option-on-cart-page/#post-18095611)
 * Ok thank you for the update
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gift Pack for WooCommerce] Request for Gift Wrap Option on Cart Page](https://wordpress.org/support/topic/request-for-gift-wrap-option-on-cart-page/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/request-for-gift-wrap-option-on-cart-page/#post-18095407)
 * Hello
   Could you please respond at your earliest convenience? I am awaiting your
   reply.Thank You
    -  This reply was modified 1 year, 9 months ago by [amtechnosys](https://wordpress.org/support/users/amtechnosys/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gift Pack for WooCommerce] Request for Gift Wrap Option on Cart Page](https://wordpress.org/support/topic/request-for-gift-wrap-option-on-cart-page/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/request-for-gift-wrap-option-on-cart-page/#post-18092689)
 * Thank 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Video Gallery for Woocommerce] Issue with Sticky Image Section Not Working](https://wordpress.org/support/topic/issue-with-sticky-image-section-not-working/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/issue-with-sticky-image-section-not-working/#post-18091874)
 * Thank you for the reply. It works! However, if I add the code
 *     ```wp-block-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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Video Gallery for Woocommerce] Issue with Sticky Image Section Not Working](https://wordpress.org/support/topic/issue-with-sticky-image-section-not-working/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/issue-with-sticky-image-section-not-working/#post-18089857)
 * 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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Video Gallery for Woocommerce] Issue with Sticky Image Section Not Working](https://wordpress.org/support/topic/issue-with-sticky-image-section-not-working/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/issue-with-sticky-image-section-not-working/#post-18088742)
 * Hello
   Could you please respond at your earliest convenience? I am awaiting your
   reply.Thank You
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Video Gallery for Woocommerce] Issue with Sticky Image Section Not Working](https://wordpress.org/support/topic/issue-with-sticky-image-section-not-working/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [1 year, 9 months ago](https://wordpress.org/support/topic/issue-with-sticky-image-section-not-working/#post-18084870)
 * Hello,
 * 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](https://merch.techruptinnovations.com/product/hoodie-premium/).
   Additionally, I’ve included a video [link](https://jmp.sh/s/ilOCm84yYqxLurim3QSS)
   for your reference, where you can see the issue happening. Please have a look
   at it.
 * Thank you again for your help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Product Video Gallery for Woocommerce] Issue with Sticky Image Section Not Working](https://wordpress.org/support/topic/issue-with-sticky-image-section-not-working/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/issue-with-sticky-image-section-not-working/#post-18081566)
 * Thanks For the reply
   [Product Url](https://merch.techruptinnovations.com/product/hoodie/)
    -  This reply was modified 1 year, 10 months ago by [amtechnosys](https://wordpress.org/support/users/amtechnosys/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPC Buy Now Button for WooCommerce] Issue with Product Not Adding to Fly Cart When Using WPC Buy Now Button Plugin](https://wordpress.org/support/topic/issue-with-product-not-adding-to-fly-cart-when-using-wpc-buy-now-button-plugin/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [2 years ago](https://wordpress.org/support/topic/issue-with-product-not-adding-to-fly-cart-when-using-wpc-buy-now-button-plugin/#post-17903847)
 * hello
 * still waiting for your reply
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[International Phone Number Format] Issue with Billing Phone Field Using WooCommerce Stripe Payment Plugin](https://wordpress.org/support/topic/issue-with-billing-phone-field-using-woocommerce-stripe-payment-plugin/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/issue-with-billing-phone-field-using-woocommerce-stripe-payment-plugin/#post-17889315)
 * Thanks for the response. I tried disabling the Backend Validation option, but
   the error still shows: “Billing Phone is a required field.”
 * 
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Country Code Selector] WooCommerce has detected that some of your active plugins](https://wordpress.org/support/topic/woocommerce-has-detected-that-some-of-your-active-plugins/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/woocommerce-has-detected-that-some-of-your-active-plugins/#post-17888309)
 * i am still waiting for reply
   Thank you
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Translate Wordpress with GTranslate] Issue with BuddyBoss Discussion Chat and Google Translate Integration](https://wordpress.org/support/topic/issue-with-buddyboss-discussion-chat-and-google-translate-integration-2/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/issue-with-buddyboss-discussion-chat-and-google-translate-integration-2/#post-17882674)
 * Thank You For response 
   how i can add notranslate class.Thank You
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Translate Wordpress with GTranslate] Issue with BuddyBoss Discussion Chat and Google Translate Integration](https://wordpress.org/support/topic/issue-with-buddyboss-discussion-chat-and-google-translate-integration-2/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/issue-with-buddyboss-discussion-chat-and-google-translate-integration-2/#post-17882329)
 * i am still waiting for your reply.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Telephone field for Elementor Forms] In Mobile View Not Showing Proper](https://wordpress.org/support/topic/in-mobile-view-not-showing-proper/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/in-mobile-view-not-showing-proper/#post-17878019)
 * Thank you so much for the quick resolution. It works perfectly now.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Telephone field for Elementor Forms] In Mobile View Not Showing Proper](https://wordpress.org/support/topic/in-mobile-view-not-showing-proper/)
 *  Thread Starter [amtechnosys](https://wordpress.org/support/users/amtechnosys/)
 * (@amtechnosys)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/in-mobile-view-not-showing-proper/#post-17877209)
 * Thank 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.

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/amtechnosys/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/amtechnosys/replies/page/2/?output_format=md)