Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.141.201.46
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/misswavenigeria.com/wp-content/themes/siteorigin-north/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/misswavenigeria.com/wp-content/themes/siteorigin-north/js/woocommerce.js
jQuery( function($){
    // Convert the dropdown.
    $( '.woocommerce-ordering select' ).each( function() {
        var $$ = $( this );

		if ( $( 'body' ).hasClass( 'rtl' ) ) {
			var c = $( '<div></div>' )
	            .html( '<span class="current">' + $$.find( ':selected' ).html() + '</span><span class="north-icon-previous"></span>' )
	            .addClass( 'ordering-selector-wrapper' )
	            .insertAfter( $$ );
		} else {
			var c = $( '<div></div>' )
	            .html( '<span class="current">' + $$.find(':selected').html() + '</span><span class="north-icon-next"></span>' )
	            .addClass( 'ordering-selector-wrapper' )
	            .insertAfter( $$ );
		}

        var dropdownContainer = $( '<div/>' )
            .addClass( 'ordering-dropdown-container' )
            .appendTo(c);

        var dropdown = $( '<ul></ul>' )
            .addClass( 'ordering-dropdown' )
            .appendTo( dropdownContainer );

        var widest = 0;
        $$.find( 'option' ).each( function() {
            var $o = $( this );
            dropdown.append(
                $( "<li></li>" )
                    .html( $o.html() )
                    .data( 'val', $o.attr( 'value' ) )
                    .on( 'click', function() {
                        $$.val( $( this ).data( 'val' ) );
                        $$.closest( 'form' ).trigger( 'submit' );
                    } )
            );

            widest = Math.max( c.find('.current').html( $o.html() ).width(), widest );

        } );

        c.find( '.current' ).html( $$.find( ':selected' ).html() ).width( widest );

        $$.hide();
    } );

    // Open dropdown on click.
	$( '.ordering-selector-wrapper' ).on( 'click', function() {
		$(this).toggleClass( 'open-dropdown' );
	} );

	// Closing dropdown on click outside dropdown wrapper.
	$( window ).on( 'click', function( e ) {
		if ( !$( e.target ).closest( '.ordering-selector-wrapper.open-dropdown' ).length ) {
			$( '.ordering-selector-wrapper.open-dropdown' ).removeClass( 'open-dropdown' );
		}
	})

	$('.product-quick-view-button').on( 'click', function( e ) {
		e.preventDefault();

		var $container = '#quick-view-container';
		var $content = '#product-quick-view';

		var id = $( this ).attr( 'data-product-id' );

		$.post(
			so_ajax.ajaxurl,
			{ action: 'so_product_quick_view', product_id: id },
			function( data ) {
				$( document ).find( $container ).find( $content ).html( data );
			}
		);

		if ( $( document ).find( $container ).is( ':hidden' ) ) {
			$( document ).find( $container ).find( $content ).empty();
		}

		$( document ).find( $container ).fadeIn( 300 );

		$( window ).on( 'mouseup', function( e ) {
		    var container = $($content);
		    if ( ( !container.is(e.target) && container.has(e.target).length === 0 ) || $( '.quickview-close-icon' ).is( e.target ) ) {
		        $( $container ).fadeOut( 300 );
		    }
		} );

        $( document ).on( 'keyup', function( e ) {
			var container = $( $content );
			if ( e.keyCode == 27 ) { // Escape key maps to keycode `27`
				$( $container ).fadeOut( 300 );
			}
		} );

	} );

} );

Youez - 2016 - github.com/yon3zu
LinuXploit