Forum Replies Created

Viewing 10 posts - 11,371 through 11,380 (of 15,048 total)
  • Author
    Posts
  • Hi Anavasquez,

    Thank you for choosing our theme.

    This issue because plugin Atum Inventory auto set stock quantity for variable product when product has one variation out of stock http://prntscr.com/h766iq so it apply for all variations. By default it check product status base on variation quantity.

    Now you can add custom css to hide badge and report this bug for plugin author

    .product-type-variable .badge .sold-out { display: none;}

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Image path issue. #12891
    This reply has been marked as private.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Image path issue. #12889

    Hi Kate,

    1. Please download upload folder for handmade demo at https://drive.google.com/open?id=1M56ZAhh0xBVblOazPd85WTZnLLHaKqk4

    2. Could you send us the website link, we need closer check before give you a hint.

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: header height #12886

    You’re welcome.

    Feel free contact free contact us again if you need more help.

    Have a nice day!

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: header height #12884

    Hi,

    Please change prev code to

    .header__mid {padding: 10px 15px;}

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Customize Footer and sidebar #12881

    Hi,

    1. You can change the footer in Appearance > Widgets > Footer #1-#5

    2. You can change the sidebar in Appearance > Widgets > Primary Sidebar

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: header height #12880

    Hi Eldomen,

    You can add space by add custom css in CLaue > Theme Option > General Layout > Custom CSS

    #jas-header {
    padding: 15px 0;
    }

    The header height will auto update when you add new space.

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Image path issue. #12879
    This reply has been marked as private.

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Product Page Error (variations limit) #12877

    Hi,

    Thank you for using our theme.

    Please update theme and plugin Variation Swatch to latest version to fix this issue

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    in reply to: Warning: sprintf(): Too few arguments in… on line 154 #12876

    Hi,

    You can fix it by replacing Code in the file:

    ROOT/wp-admin/includes/class-bulk-upgrader-skin.php

    Old code

    if ( $this->result && ! is_wp_error( $this->result ) ) {
    if ( ! $this->error ) {
    echo '
    <div class="updated js-update-details" data-update-details="progress-' . esc_attr( $this->upgrader->update_current ) . '">' .
    '' . sprintf( $this->upgrader->strings['skin_update_successful'], $title ) .
    ' <button class="hide-if-no-js button-link js-update-details-toggle" type="button" aria-expanded="false">' . __( 'Show details.' ) . '</button>' .
    '
    
    </div>
    ';
    }
    
    echo '<script type="text/javascript">jQuery(\'.waiting-' . esc_js($this->upgrader->update_current) . '\').hide();</script>';
    }

    New Code

    if ( $this->result && ! is_wp_error( $this->result ) ) {
    if ( ! $this->error )
    echo '
    <div class="updated">
    
    ' . sprintf($this->upgrader->strings['skin_update_successful'], $title, 'jQuery(\'#progress-' . esc_js($this->upgrader->update_current) . '\').toggle();jQuery(\'span\', this).toggle(); return false;') . '
    
    </div>
    ';
    echo '<script type="text/javascript">jQuery(\'.waiting-' . esc_js($this->upgrader->update_current) . '\').hide();</script>';
    }

    I check PHP version on your site it now 5.5.38. http://prntscr.com/h6ya7p Please contact with hosting provider upgrade to higher version over 5.6. We recommend upgrade to version 7.0 for better performance.

    Best regards

    Harry
    Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 10 posts - 11,371 through 11,380 (of 15,048 total)