Hello,
Thanks for contacting us.
Woocommerce > Settings > Products > Inventory > Out of stock visibility > uncheck “Hide out of stock items from the catalog”.
Regards
Hello,
Thanks for contacting us.
Woocommerce > Settings > Products > Inventory > Out of stock visibility > uncheck “Hide out of stock items from the catalog”.
Regards
Please add this code in Theme Options > Custom css > Global custom css:
.tax-product_cat .page-heading {
padding-top: 4vw;
padding-bottom: 4vw;
}
(will affect all categories of products)
or this code
.term-onis-monolyth .page-heading,
.term-sevilla .page-heading {
padding-top: 4vw;
padding-bottom: 4vw;
}
Regards
You’re welcome!
Regards
Theme Options > Breadcrumbs > Breadcrumbs paddings > add Top and Bottom paddings.
Regards
Hello,
Theme Options > Breadcrumbs > Breadcrumbs background > Background Size > Cover.
Products > Categories > and shortcode of the slider in the Description area https://www.8theme.com/documentation/documentation/troubleshooting/how-to-add-slider-banner-in-product-category-page/ Position of this can be changed in Theme Options > Shop > Shop page Layout > Shop Page Banner position.
Regards
Hello,
@media only screen and (max-width: 1030px){
.top-bar {
display: block;
}
.top-bar .top-links .topbar-widget {
display: inline-block;
}
.top-bar .top-links {
width: 100%;
max-width: 100%;
text-align: center;
}
}
Regards
Hello,
You’re welcome!
Please change this custom css code https://prnt.sc/mf4vqn
to
.fixed-header-area .menu-main-container > ul {
padding-top: 12px;
}
Regards
Hello,
I can see 2 ways there: Slide Layout > Full-Screen http://prntscr.com/mf3mqp or Slide Layout > Tablet > change Layer Grid Size http://prntscr.com/mf3ng5
Regards
Hello,
If you use WooCommerce 3.3.x and higher then use WordPress Customizer (it’s a feature in the WordPress admin) to change the catalog and single product Image settings.
Go to Appearance > Customize > WooCommerce > Product Images.
https://woocommerce.wordpress.com/2017/12/11/wc-3-3-image-size-improvements/
After these changes, you need to Regenerate Thumbnails to apply them. You can use Regenerate thumbnails plugin to do this.
Regards
You’re welcome!
Appearance > Widgets > Shop sidebar > Categories widget. This widget shows all your categories of posts https://prnt.sc/mf3g67 or products.
https://youtu.be/4SfPPuwPCVI
Regards
You’re welcome!
Regards
Hello,
You’re welcome!
1 custom tab can be added via Theme Options > Single product page > Tabs Settings, it will be shown on all products. Also, another custom tab can be added on the single product page separately, edit your product > [8theme] Product Options > http://prntscr.com/mf3dg4
If you want to add more tabs, please use code from this article https://docs.woocommerce.com/document/editing-product-data-tabs/ in functions.php of your child theme.
Regards
You’re welcome!
Feel free to ask if you have any other questions.
Regards
Hello,
By default, there is no such possibility. If you need help with additional customization you can contact Codeable team – https://codeable.io/?ref=qGTdX
Regards
Please check now https://prnt.sc/met62n
Regards
I do not see the problem on your site. Is it solved? Please clear cache and check one more time.
Regards
Try to use Raw JS element http://prntscr.com/mesy07
Regards
Hello,
What editor did you use to add the code?
Please provide your site URL and temporary wp-admin access so we can take a closer look.
Regards
Hello,
Here you can find our documentation https://www.8theme.com/documentation/xstore/ and video tutorials – https://www.youtube.com/playlist?list=PLMqMSqDgPNmCCyem_z9l2ZJ1owQUaFCE3
Regards
Dear,
There is no possibility to achieve the desired result using available settings, unfortunately. Likely you need to do some additional customization in files.
Try to contact WooCommerce support maybe they will be able to point you in the right direction.
Regards
Hello,
Have you re-saved Theme Options settings after the theme update?
As I can see, you have a cache plugin. Please, clear cache of the plugin also.
Regards
Please clear browser cache.
Also, let me know in which version of Chrome browser you face the problem.
Regards
Hello,
1) XStore > Import demos > Import of the additional pages
https://www.8theme.com/documentation/xstore/theme-installation/demo-content/
2,3) I’ve imported default WooCommerce pages (Woocommerce > Status > Tools > Create default WooCommerce pages).
4) Please check now.
5) Please check now – http://prntscr.com/mes5uq
6) Here you can find video tutorials – https://www.youtube.com/playlist?list=PLMqMSqDgPNmCCyem_z9l2ZJ1owQUaFCE3
Please let me know if you face any other problems and I will help you.
Regards
Hello,
Please provide temporary wp-admin access and describe the desired result in more details with a screenshot.
Regards
1)I can’t see your site – “The page you are looking for is temporarily unavailable.”
Please check.
2) Have you cleared all cache?
Regards
Hello,
Please change the content of tabs.php in your child theme to:
<?php
/**
* Single Product tabs
*
* @author WooThemes
* @package WooCommerce/Templates
* @version 2.4.0
*/
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
/**
* Filter tabs and allow third parties to add their own
*
* Each tab is an array containing title, callback and priority.
* @see woocommerce_default_product_tabs()
*/
$tabs = apply_filters( 'woocommerce_product_tabs', array() );
$close_tab = true;
$et_tabs['custom_tab'] = etheme_get_option( 'custom_tab_title' );
$et_tabs['custom_tab1'] = etheme_get_custom_field('custom_tab1_title');
$et_tabs['check'] = ( ! empty( $et_tabs['custom_tab'] ) || ! empty( $et_tabs['custom_tab1'] ) ) ? 1 : 0;
if ( ( ! empty( $tabs ) || $et_tabs['check'] ) && etheme_get_option('tabs_type') != 'disable' ) : $i=0; ?>
<?php if (etheme_get_option( 'single_layout' ) == 'center' && etheme_get_option('tabs_location') == 'after_content') : ?>
<div data-vc-full-width="true" data-vc-full-width-init="false" class="vc_row wpb_row tabs-full-width">
<?php endif ?>
<div class="woocommerce-tabs wc-tabs-wrapper tabs <?php etheme_option('tabs_type'); ?> <?php echo (etheme_get_option('tabs_scroll') && etheme_get_option('tabs_type') == 'accordion') ? 'tabs-with-scroll' : ''; ?>">
<ul class="wc-tabs tabs-nav">
<?php if ( $et_tabs['custom_tab1'] && $et_tabs['custom_tab1'] != '' ) : ?>
<li>
<a href="#tab_7" id="tab_7" class="tab-title <?php if( empty( $tabs ) && ! empty( $et_tabs['custom_tab1'] ) ) echo 'opened'; ?>"><span><?php echo esc_html($et_tabs['custom_tab1']); ?></span></a>
</li>
<?php endif; ?>
<?php if ( $et_tabs['custom_tab'] && $et_tabs['custom_tab'] != '' ) : ?>
<li>
<a href="#tab_9" id="tab_9" class="tab-title <?php if( empty( $tabs ) && empty( $et_tabs['custom_tab1'] ) && ! empty( $et_tabs['custom_tab'] ) ) echo 'opened'; ?>"><span><?php echo esc_html($et_tabs['custom_tab']); ?></span></a>
</li>
<?php endif; ?>
<?php foreach ( $tabs as $key => $tab ) : $i++; ?>
<li <?php if($i == 1 && $close_tab) echo 'class="tab_closed"'; ?>>
<a href="#tab_<?php echo esc_attr($key) ?>" id="tab_<?php echo esc_attr($key) ?>" class="tab-title <?php if($i == 1 && !$close_tab) echo 'opened'; ?>"><span><?php echo apply_filters( 'woocommerce_product_' . esc_attr($key) . '_tab_title', $tab['title'], esc_attr($key) ) ?></span></a>
</li>
<?php endforeach; ?>
</ul>
<?php if ( $et_tabs['custom_tab1'] && $et_tabs['custom_tab1'] != '' ) : ?>
<div class="accordion-title"><a href="#tab_7" id="tab_7" class="tab-title <?php if( empty( $tabs ) && ! empty( $et_tabs['custom_tab1'] ) ) echo 'opened'; ?>"><span><?php echo esc_html($et_tabs['custom_tab1']); ?></span></a></div>
<div id="content_tab_7" class="tab-content" <?php echo 'style="display:block;"'; ?>>
<div class="tab-content-inner">
<div class="tab-content-scroll">
<?php echo do_shortcode(etheme_get_custom_field('custom_tab1')); ?>
</div>
</div>
</div>
<?php endif; ?>
<?php if ( $et_tabs['custom_tab'] && $et_tabs['custom_tab'] != '' ) : ?>
<div class="accordion-title"><a href="#tab_9" id="tab_9" class="tab-title <?php if( empty( $tabs ) && empty( $et_tabs['custom_tab1'] ) && ! empty( $et_tabs['custom_tab'] ) ) echo 'opened'; ?>"><span><?php echo esc_html($et_tabs['custom_tab']); ?></span></a></div>
<div id="content_tab_9" class="tab-content" <?php if( empty( $tabs ) && empty( $et_tabs['custom_tab1'] ) && ! empty( $et_tabs['custom_tab'] ) ) echo 'style="display:block;"'; ?>>
<div class="tab-content-inner">
<div class="tab-content-scroll">
<?php echo do_shortcode(etheme_get_option('custom_tab')); ?>
</div>
</div>
</div>
<?php endif; ?>
<?php $i = 0; foreach ( $tabs as $key => $tab ) : $i++; ?>
<div class="accordion-title <?php if($i == 1 && $close_tab) echo 'tab_closed'; ?>"><a href="#tab_<?php echo esc_attr($key) ?>" id="tab_<?php echo esc_attr($key) ?>" class="tab-title <?php if($i == 1 && !$close_tab) echo 'opened'; ?>"><span><?php echo apply_filters( 'woocommerce_product_' . esc_attr($key) . '_tab_title', $tab['title'], esc_attr($key) ) ?></span></a></div>
<div class="tab-content tab-<?php echo esc_attr($key) ?>" id="content_tab_<?php echo esc_attr($key) ?>" <?php if($i == 1 && !$close_tab) echo 'style="display:block;"'; ?>>
<div class="tab-content-inner">
<div class="tab-content-scroll">
<?php call_user_func( $tab['callback'], esc_attr($key), $tab ) ?>
</div>
</div>
</div>
<?php endforeach; ?>
</div>
<?php if (etheme_get_option( 'single_layout' ) == 'center' && etheme_get_option('tabs_location') == 'after_content' ) : ?>
</div>
<div class="vc_row-full-width vc_clearfix"></div>
<?php // ! WC Marketplace fix ?>
<?php if ( class_exists( 'WCMp_Ajax' ) ): ?>
<script>
jQuery(document).ready(function($) {
$('.goto_more_offer_tab').click(function (e) {
if (!$('#tab_singleproductmultivendor').hasClass('opened')) {
$('#tab_singleproductmultivendor').click();
}
});
});
</script>
<?php endif; ?>
<?php endif; ?>
<?php endif; ?>
Regards
Hello,
I can’t log in. Have you changed wp-admin access?
Parallax effect of this area https://prnt.sc/meo3rf is what you are looking for? If so, please set these settings – http://prntscr.com/meo91m (on our demo the parallax was added in a bit different way, but I would recommend you to set it via row settings ).
Let me know the result.
Regards
Hello,
I do not see changes on your site. Please make sure that you cleared all cache. You will get this result – https://prnt.sc/menq9k
Also, you can change “Mega menu height” and “Mega menu container width” in settings of menu item https://prnt.sc/menr1r
Regards
You can disable sidebar on these pages to get this result – https://prnt.sc/menl0h
Is it what you are looking for http://prntscr.com/menn5w ?
Our theme inherits the functionality of WooCommerce plugin, if you want to change things relates to WC, you can contact woocommerce support.
Additional customization is not included in our basic support.
Regards
You’re welcome!
Regards