Hello,
To disable logo you may add this code in Theme Options > Custom css:
.header-logo {
display: none;
}
or
.navbar {
display: none;
}
Regards
Hello,
To disable logo you may add this code in Theme Options > Custom css:
.header-logo {
display: none;
}
or
.navbar {
display: none;
}
Regards
Hello,
You may add this code in Theme Options > Styling > Custom css:
.tax-product_tag .page-heading {
background-image: none;
}
Go to Appearance > Widgets > After the products area https://www.8theme.com/documentation/docs/widgets-custom-widget-areas/
Regards
Hello,
Go to Theme Options > Single product page > Show Product Title > On.
Regards
You’re welcome!
Regards
Hello,
You may try some plugin or add more tabs by custom development https://docs.woocommerce.com/document/editing-product-data-tabs/
Regards
In this case, you may add this code in function.php file of your child theme:
add_action('woocommerce_single_product_summary', 'et_print_brands', 10);
function et_print_brands(){
global $post, $product;
$terms = wp_get_post_terms( $post->ID, 'brand' );
if(count($terms)>0) {
?>
<p>Brands:
<?php
foreach($terms as $brand) {
$image = '';
$thumbnail_id = absint( get_woocommerce_term_meta( $brand->term_id, 'thumbnail_id', true ) );
?>
<a href="<?php echo get_term_link($brand); ?>">
<?php
echo $brand->name;
?>
</a>
<?php
}
?>
</p>
<?php
}
}
Regards
Try to enable sidebar on single product page, by default brand will be shown here.
Regards
Hello, @scorleo,
We’ve created image menu item http://prntscr.com/h28xe1. Please check http://prntscr.com/h28xqa
Also, it would be better to optimise images for the menu https://tinypng.com/
Regards
Hello, @Rob van Gils,
Only one menu item can have such image effect.
Regards
At first, these flags are not related to our theme. But you may use code that I provided before http://prntscr.com/h28iwk
Regards
Hello,
Please check now. We’ve made changes in woopress/framework/inc/really-simple-captcha/really-simple-captcha.php file.
Regards
You’re welcome!
Try to disable all 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins) and then check.
Regards
You’re welcome!
Regards
Hello,
We are glad that you sorted out.
Regards
Hello,
It is not possible because logo and the wpm flags relate to different blocks.
Regards
To be sure if it is correct you need to check the situation with a default WC theme, so please activate Storefront theme on your site and check.
Regards
Hello,
There is only one default blog page, but you may use Post grid element and create own design in Grid bigger https://wpbakery.atlassian.net/wiki/spaces/VC/pages/4030487/Grid+Builder.
Regards
Hello,
Please go to Theme Options > Header and select needed header type, also you may disable cart here -http://prntscr.com/h27bs6
to change top bar color you may add this code in Custom css:
.top-bar {
background-color: red;
}
How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
To change the height, please try this code:
.top-bar .container {
padding: 3px;
}
Regards
Of course, you may use some 3-rd party plugin to achieve needed result, but note that we don’t guarantee full compatibility of 3rd-party plugins with the theme.
Regards
Please see screenshot http://prntscr.com/h274e0
You are right, files were in the same folder.
Regards
You have 3 translation for the same language http://prntscr.com/h26ln7 it is not right, you need to delete .po and .mo files in themes/woopress/languages folder and themes/woopress/languages folder, and use only translation files in languages/themes folder.
Regards
Hello,
Please try to update theme via FTP https://www.8theme.com/demo/docs/woopress/#!/installation_upgrade Before uploading theme files delete “woocommerce” folder, which is located in wp-content/themes/woopress/ to avoid problems with old files (it’ll be reuploaded from a new theme package).
Don’t forget to create backup of your files and database before starting update process!
You need to enter your purchase code and SKIP Setup Wizard.
Also, enable debug mode https://codex.wordpress.org/Debugging_in_WordPress and check if you have any error message on your site.
Let us know result and provide wp-admin access in Private Content.
Regards
Hello,
You may add this code in Theme Options > Styling > Custom css:
.header-wrapper.header-advanced .navigation-wrapper {
background-color: #32302f;
}
.header-wrapper.header-advanced .search-form-wrapper, .header-wrapper.header-advanced .header-search.act-default div.fancy-select div.trigger {
border-color: #32302f;
}
Regards
Hello,
You may change color of video button using this code in Theme Options > Styling > Custom css:
.open-video-popup.showed, .open-360-popup.showed {
background-color: cadetblue;
}
Regards
Hello,
You’re welcome!
Regards
Also, please provide link to your site.
Regards
Hello,
Please try to activate theme now.
Regards
Hello,
In console, you may see – http://prntscr.com/h26472 so likely you need to re-upload images for the slider (slide1-relaunch-1.png, slide2-ponchos.png).
Regards
Could you please provide wp-admin access in Private Content?
Regards
Hello,
Let’s try to sort out, you need to update plugins, please follow instruction that I wrote before.
To change logo (image in header), you need upload own images in Theme Options > Header > http://prntscr.com/h25vt6
Also, do not use 2 versions of the same plugin together, you need to delete old one http://prntscr.com/h25wxc.
You set the same page as cart and checkout, I’ve changed settings http://prntscr.com/h260kc Please check http://prntscr.com/h260zq and http://prntscr.com/h2614v
To disable sidebar on page, do to edit page > Page Layout > Sidebar Position > Without.
Regards