Hello,
Thanks for contacting us.
We’ve sent the latest theme version to your registration email.
Regards
Hello,
Thanks for contacting us.
We’ve sent the latest theme version to your registration email.
Regards
Hello,
Please provide screenshot of the problem. What page have you tested on GTmetrix and get this problem?
Regards
Hello,
I have checked your site but do not see the problem. Please clear browser cache on your devices and check one more time.
Regards
Hello,
Please note that add_filter( 'woocommerce_product_tabs', 'woo_new_product_tab' ); can be used in functions.php file only once.
Here is an example of code to add 2 tabs:
http://prntscr.com/k5ib0j
add_filter( 'woocommerce_product_tabs', 'woo_new_product_tab' );
function woo_new_product_tab( $tabs ) {
// Adds the new tab
$tabs['test_tab'] = array(
'title' => __( 'New Product Tab', 'woocommerce' ),
'priority' => 50,
'callback' => 'woo_new_product_tab_content'
);
$tabs['test_tab2'] = array(
'title' => __( 'New Product Tab 2', 'woocommerce' ),
'priority' => 20,
'callback' => 'woo_new_product_tab_content2'
);
return $tabs;
}
function woo_new_product_tab_content() {
// The new tab content
echo '<h2>New Product Tab</h2>';
echo '<p>Here\'s your new product tab.</p>';
}
function woo_new_product_tab_content2() {
// The new tab content
echo '<h2>New Product Tab2</h2>';
echo '<p>Here\'s your new product tab contnent for 2nd tab.</p>';
}
Regards
Hello,
Please check now. Some changes were done in center.php of your child theme.
Regards
Hello,
Please provide us with wp-admin access so we can take a closer look.
Regards
You’re welcome!
Regards
Hello,
Please provide us with wp-admin access to your site.
Regards
Hello,
You can use this custom css code:
.footer-copyrights-right .textwidget a {
display: inline-block;
margin: 0px 10px;
}
Regards
Hello,
There is default margin http://prntscr.com/k5hkc4 To remove it you can add this code in Custom css for page http://prntscr.com/k5hloj
.wpb_revslider_element {
margin-bottom: 0px;
}
Regards
Hello,
Please add this code in Theme Options > Styling > Custom css:
.woocommerce-checkout .select2 .select2-selection--single {
background-color: #1f1f1f;
border: 1px solid #2f2f2f;
}
Regards
Hello,
You’re welcome!
Would you mind to rate our product: https://themeforest.net/downloads
That would be much appreciated 🙂
Regards
You’re welcome!
Regards
Hello,
Please add this code in Theme Options > Styling > Custom css or in style.css file of child theme:
.header-standard .menu-wrapper .menu .nav-sublist-dropdown {
top: 100% !important;
}
Regards
Hello,
You’re welcome!
Would you mind to rate our product: https://themeforest.net/downloads
That would be much appreciated 🙂
Regards
You’re welcome!
We send notification about theme update only.
Regards
Hello,
We’ve added custom class https://prnt.sc/k58il6
Please add this code in Custom css:
li.mega-2-col .nav-sublist > ul {
width: 400px !important;
}
.menu .nav-sublist-dropdown .mega-2-col .nav-sublist > ul > li {
width: 50% !important;
float:left;
}
Regards
Hello,
Please provide us with site URL and temporary wp-admin access so we can take a closer look.
Regards
We are trying to connect to your server but can’t http://prntscr.com/k57zou Please check.
Regards
Thank you for letting us know.
Regards
I’ve uploaded + activated lifestyle theme and activated required plugins via admin panel.
To install Base demo content go to Theme Options > Import / Export. Do not forget to read theme documentation https://www.8theme.com/demo/docs/lifestyle/
Feel free to ask if you have any questions.
Regards
Hello,
Please provide URL of this site and temporary wp-admin access.
Regards
Hello,
I do not see the problem on your site.
Please clear cache and check one more time.
Regards
You’re welcome!
Regards
You’re welcome.
500 Internal server error means that there is some Fatal error in PHP script or on the server side. You can turn on debug mode in WordPress to see the error https://codex.wordpress.org/Debugging_in_WordPress
If it will not show any errors then contact your hosting provider and ask them to give you a server error log to check what is wrong.
MailPoet plugin doesn’t come bundled with our theme, so it would be better to contact author of the plugin. We don’t provide support for 3-rd party plugins as it’s out of our support scope.
Regards
Hello,
Thanks for the topic.
Please provide us with temporary wp-admin and FTP access, so we can explore this problem.
Regards
You’re welcome. Feel free to ask if you have any other questions.
Regards
Hello,
1. Please add this code in Custom css:
.product-information table.variations select {
background-color: white;
border: 1px solid #ff8ca7;
}
2.
.product-information .product_meta .sku_wrapper {
display: none;
}
Regards
Hello,
We’ve fixed the problem with fonts.
I do not see the problem with creating new product http://prntscr.com/k55qhc
mailpoet newsletters are not formatting correctly.
– please describe this problem in more details.
Regards