Hello,
You may download https://www.8theme.com/download-plugins/ XStore PSD – part 1 > https://prnt.sc/gr2x1i
Regards
Hello,
You may download https://www.8theme.com/download-plugins/ XStore PSD – part 1 > https://prnt.sc/gr2x1i
Regards
Hello,
Please set these options http://prntscr.com/gr2oqw
also, provide wp-admin and FTP access in Private Content.
Regards
You’re welcome!
Thank you for being our customer.
Regards
Hello,
Could you please provide wp-admin access in Private Content?
3. To change social icons you need edit the file wp-content/themes/royal/framework/shortcodes.php (find the section “! Share This Product” in line 1918), comment the code you don’t need.
Regards
Hello,
Unfortunately, there is no such possibility, but I’ve added your request in our tasks list, so very likely this option will be added in one of new theme versions.
Regards
Hello,
1. Add this code in Global custom css:
.st-menu-open .mobile-menu-block > .mobile-menu-block.st-menu {
background-color: rgba(0, 0, 255, 0.29);
}
.mobile-nav-heading.close-mobile-nav {
background-color: red;
color: white;
}
.mobile-nav a, .mobile-nav-heading {
color: white !important;
}
.mobile-nav .links {
border-top: 1px solid white;
}
2. You may add this code in Custom css for mobile:
.header-custom-block {
display: none !important;
}
Regards
Hello,
In console of your browser, you may see this error http://prntscr.com/gr29jy, if Autoptimize plugin is activated, so I’ve disabled the plugin http://prntscr.com/gr29yr. Please check.
Regards
Hello,
1. To replace social icons goto Theme Options > Header > Header custom HTML and Static Blocks > edit your footer static block.
To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.
2. Please disable demo footer blocks in Theme Options > Footer and add your content in Appearance > Widgets > Footer Copyright and Footer Links.
Feel free to ask if you have any other questions.
Regards
You’re welcome!
Regards
Hello,
I am glad that you sorted out.
Regards
You’re welcome!
Regards
Hello,
Please check woocommerce documentation regarding tabs https://docs.woocommerce.com/document/editing-product-data-tabs/
or you may add this code in custom css:
.single-product .tabs {
display: none;
}
Regards
You’re welcome!
Regards
Hello,
Could you please provide wp-admin access in Private Content?
Regards
You’re welcome!
Regards
Hello,
Please provide wp-admin and FTP access in Private Content.
Regards
WP Instagram Widget plugin isn’t compatible with our theme, so they can’t be used together. Please check the site now, our theme is activated but the plugin is deactivated, so use our Instagram functionality.
Regards
Please send me SQL dump file.
Regards
You’re welcome!
I am glad that you sorted out.
Regards
You may add this code in Theme Options > Custom css:
.home .header-type-3.slider-overlap .header .menu > li > a {
color: white !important;
}
Regards
Unfortunately, we can’t connect. If you don’t know FTP login data, then ask your hosting provider support and send them to us.
Regards
Please make changes in single-etheme_portfolio.php of child theme,
at the top of the file write – http://prntscr.com/gqrlf5 (global $post)
then add this code:
<?php $terms = wp_get_post_terms( $post->ID, 'portfolio_category' );
$categories = array(); ?>
<?php foreach ( $terms as $term ) {
array_push( $categories, $term->name);
} ?>
https://prnt.sc/gqrnhj,
and change CATEGORY word to
<?php echo ( isset($categories[1]) ? $categories[1] : $categories[0]); ?>
Regards
There is no such possibility by default, but you may use this code:
http://prntscr.com/gqqu6s > http://prntscr.com/gqqx76
<?php
if ( $product->has_weight() && is_shop() ) {
$weight = $product->get_weight();
echo '<div class="product-meta product-weight-list"><span class="product-meta-label">Weight: </span>' . $weight . get_option('woocommerce_weight_unit') . '</div></br>';
}
?>
in legenda/woocommerce/content-product.php file
to show http://prntscr.com/gqqlyi > http://prntscr.com/gqqmes.
We recommend you to make changes in a child theme.
Regards
Hello,
1. Please read https://www.themepunch.com/faq/video-not-showing-up-on-mobile/
2. Check your element settings http://prntscr.com/gqq5jo
Regards
Hello,
Did you write child_print_item_cats() function yourself? We do not have this function in our theme.
Regards
Hello,
Please try to http://prntscr.com/gqq0ma if the page won’t appear provide wp-admin access in Private Content and I will help you recreate the page.
Regards
To recreate the link position as in Jewellery demo, you need to select http://prntscr.com/gqpumx
Another way, if you want to change the header structure and add my account link you need to edit a file in xstore/headers/ (select file according to your header variant in Theme Options). Use a child theme to do any changes in template files.
Regards
Hello,
We have updated theme and woocommerce. Please check. This notice relates to your child theme http://prntscr.com/gqpnvr > http://prntscr.com/gqpobh, so you just need to compare 2 files (parent theme file and your child theme file) and add the missing code to your child theme file.
Also translation files were synchronized, so you need to translate missing strings.
Regards
You need set http://prntscr.com/gqmy6u and select appropriate settings in Theme Options, please see screenshot from our corporate demo http://prntscr.com/gqox6v
Regards