Have you removed this http://prntscr.com/kctjw2 ?
Regards
Have you removed this http://prntscr.com/kctjw2 ?
Regards
Please provide us with FTP access.
Regards
Hello,
Please try to add this code in Global Custom css:
@media only screen and (max-width: 1030px){
.top-bar {
display: block;
}
.top-bar .languages-area {
display: block;
max-width: 100%;
text-align: center;
width: 100%;
float: none;
}
.top-bar .top-links .topbar-widget {
display: inline-block;
}
.top-bar .top-links {
width: 100%;
max-width: 100%;
text-align: center;
}
.top-links ul {
float: none;
}
.top-bar .show-in-tb-right {
margin: 0px;
padding: 0px !important;
}
}
.top-bar .top-bar .languages-area .widget_icl_lang_sel_widget {
margin-right: 0px;
}
.top-bar .wpml-ls-sidebars-languages-sidebar.wpml-ls.wpml-ls-legacy-list-horizontal, .top-bar .wpml-ls-legacy-list-horizontal a {
padding-right: 0px;
}
Regards
Find function etheme_breadcrumbs() { in the file and copy content from 1779 line to 1912 line to the child theme.
Regards
Hello,
1. Thanks for the notice. We will fix it in next theme update.
As a temporary solution, you may edit woopress/woocommerce/single-product-reviews file and change this http://prntscr.com/kctp2t to
$comment_form['comment_field'] .= '<div class="form-group"><label for="comment" class="control-label">'.__('Your Review', 'woopress').'</label><textarea id="comment" name="comment" cols="45" rows="12" aria-required="true" required></textarea></div>';
+ add this code in custom css:
.tab-content-inner #commentform textarea {
width: 100%;
outline: none;
}
2. It works in the same way with default WC theme – Storefront.
Regards
Settings > Permalinks > remove this / http://prntscr.com/kctjw2 + copy etheme_breadcrumbs function (lifestyle/framework/theme-functions.php) into functions.php of child theme and change this http://prntscr.com/kctm06 to https://prnt.sc/kctk7f
Regards
You’re welcome!
Regards
You’re welcome!
The file can be changed in result of the theme update.
If the problem occurs one more time, I would recommend you to check woo.php.
Regards
Hello,
Please add this code in Theme Options > Styling > Custom css > Global custom css or in style.css of child theme:
.top-bar .languages-area, .top-bar .wpml-ls-legacy-list-horizontal {
padding-left: 0px;
padding-top: 0px;
}
Regards
Hello,
Please provide screenshot for better understanding.
Thanks in advance.
Regards
Fixed. Please check https://www.criticalenvironmentsolutions.co.uk/brands/dupont/
We’ve changed https://prnt.sc/hjx174 to https://prnt.sc/hjx1uv in woopress/framework/woo.php and re-saved permalinks.
Regards
Hello,
You’re welcome!
Regards
Please provide us with temporary wp-admin and FTP access so we can take a closer look.
Regards
Please change this code http://prntscr.com/kcrnt1 to:
.main-header .badge-number {
display: block;
top: 5px;
right: -5px;
font-size: 11px;
}
Regards
Hello,
We are glad that you sorted out.
This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.
Regards
You’re welcome!
Regards
You’re welcome!
Select the specific post from All Posts and click Edit Post. Below the writing area, you’ll see a heading Discussion. If you cannot see this option, enable “Discussion” under “Screen Options”. In the Discussion box, uncheck “Allow comments” http://prntscr.com/kcqx38
Regards
You need to find required strings and translate them – http://prntscr.com/kcquhd
Regards
Hello,
Please try to re-save Permalinks settings in WP Dashboard > Settings > Permalinks.
Regards
You can use this custom css code:
.tax-product_cat .page-heading {
display: none;
}
Regards
Hello,
It is a bit difficult to give a solid response without the ability to see the problem on your site.
Please contact us once the problem appears next time and provide us with your site URL, Dashboard and FTP access to check and fix problem.
Regards
Hello,
Please add this code in Theme Options > Styling > Custom css > Global custom css:
@media only screen and (max-width: 768px){
.posts-navigation {
display: none;
}
.page-heading.bc-type-left .title {
line-height: 1;
font-size: 3rem;
}
}
Regards
Hello,
1. Please change this custom css code:
.menu-wrapper .menu>li:hover .nav-sublist-dropdown {
margin-top: 0px;
top: 45px !important;
}
to:
.menu-wrapper .menu>li:hover .nav-sublist-dropdown {
margin-top: 0;
top: 25px !important;
}
2. You can add this code in Custom css for the page:
.page-heading .a-center a, .page-heading.bc-size-large .title {
font-size: 0px !important;
}
http://prntscr.com/kco6g3
3. Theme Options > Styling > Custom css > Global custom css:
@media only screen and (max-width: 768px){
.page-heading {
background-size: contain;
padding-bottom: 0px;
margin-bottom: 3%;
}
}
4. http://prntscr.com/kco99u
5. Make sure that you set the correct settings in Infinite Scroll plugin settings https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/
The text can be changed via settings or translation files of the plugin.
6. Global custom css:
.tabs .tab-content p {
line-height: 1;
margin-bottom: 18px;
}
7. Please note that negative padding is not valid http://prntscr.com/kcogat http://prntscr.com/kcogsp
Styling on mobile is dependent on your static block content.
You may add this code in Global custom css:
@media only screen and (max-width: 768px){
#etheme-popup .ulp-content {
transform: translateX(15%) !important;
}
#etheme-popup .ulp-inline-window {
margin: 0px !important;
}
}
8.
.back-top {
border-radius: 30px;
}
I would recommend you to create separate topics for different questions to prevent misunderstanding.
Regards
Hello,
This file was edited via your child theme http://prntscr.com/kcnvma so you need to compare https://text-compare.com/ 2 files and add the missing code to your child theme file.
Regards
Hello,
Please check Theme Options > General > Header Settings > Breadcrumbs Style and [8theme] Layout options of Shop page > Breadcrumbs Style http://prntscr.com/kcntyd
Regards
Hello,
There is no such possibility by default.
If you want to edit header type 9 you can customize the wp-content/themes/woopress/headers/header-structure-1.php file. Make changes using a child theme https://codex.wordpress.org/Child_Themes to prevent losing it after theme updated.
Regards
Hello,
Theme Options > Header Settings > Top Bar > Tob bar color scheme > Dark.
Feel free to ask if you have any other questions.
Regards
Hello,
Thanks for contacting us.
1. Please add this code in Theme Options > Custom css > Custom css for mobile:
.header-wrapper .header-logo {
margin-bottom: 10px;
}
2. Theme Options > Custom css > Custom css for mobile:
.main-header .badge-number {
display: block;
top: 5px;
right: -5px;
}
Regards
Hello,
It is a bit strange problem that can’t be fixed via the child theme. I’ve sent the report to our developers and hope this will be fixed in next theme update.
Regards
Hello,
1. Please add this code in custom css for page:
.breadcrumbs-type-disable.et-header-not-overlap:not(.home) .header-wrapper {
margin-bottom: 0px;
}
http://prntscr.com/kcn3zq
2. You need to add z-index: 1; here http://prntscr.com/kcn4q4
http://prntscr.com/kcn4zy
Regards