We are glad that you sorted out. Thank you for the explanations.
Regards
We are glad that you sorted out. Thank you for the explanations.
Regards
Hello, @dm4491,
Please create a new topic http://prntscr.com/gr32ow and provide your purchase code http://prntscr.com/gr32v6
Regards
Hello,
Please note that you may use the 1 license for the 1 dev domain and 1 live domain. But keep in mind that you can use our theme license for 1 end product only.
Regards
You’re welcome! 🙂
Regards
Hello,
Please provide screenshots of your problems with explanation how can I recreate these situations.
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