Forum Replies Created
-
AuthorPosts
-
November 7, 2017 at 12:02 pm in reply to: Variable products show as Out of stock even when their variations have quantity #12893
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=janstudioThis reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi 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=janstudioYou’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=janstudioHi,
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=janstudioHi,
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=janstudioHi 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=janstudioThis reply has been marked as private.Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudioHi,
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=janstudioNovember 6, 2017 at 11:21 pm in reply to: Warning: sprintf(): Too few arguments in… on line 154 #12876Hi,
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 -
AuthorPosts