Hello,
You can add this code in Custom CSS:
.side-block .close-block {
line-height: 24px;
}
.et-mobile-menu li > a {
line-height: 40px;
}
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.side-block .close-block {
line-height: 24px;
}
.et-mobile-menu li > a {
line-height: 40px;
}
Regards,
Rose Tyler.
Hello,
Go to Theme Options > Single Product Page > Ajax “Add To Cart” > set OFF . Product Addons plugin uses POST method and does not work with Ajax add to cart. Keep this option disabled if you want to use this plugin.
Regards,
Rose Tyler.
Hello,
The problem is caused by 3rd-party plugins – Maps Builder Pro, WP Jump Menu. I have disabled it and don’t see the problem anymore.
Regards,
Rose Tyler.
Hello,
You need to change the ID from the previous code to the new. You can find the ids via Inspect element tool in Chrome browser. Please, read the article and watch the video: https://developers.google.com/web/tools/chrome-devtools/iterate/inspect-styles/
Regards,
Rose Tyler.
Hello,
Please, change the previous code to next:
.woocommerce-MyAccount-content .span3 {
display: none !important;
}
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.divider.horizontal-break {
background: black;
}
Regards,
Rose Tyler.
Hello,
Edit the .po file using POEdit, use the translation field to make replacements https://poedit.net/
Regards,
Rose Tyler.
Hello,
You are welcome!
Regards,
Rose Tyler.
Hello,
You are welcome!
Regards,
Rose Tyler.
Hello,
You are welcome!
Regards,
Rose Tyler.
Hello,
Please, see screenshots: http://prntscr.com/ct969t, http://prntscr.com/ct96kh, http://prntscr.com/ct9780
You need to change these codes.
Regards,
Rose Tyler.
Hello,
What version of Internet Explorer are you using?
I checked your site in IE 10 and don’t see the problem. See screenshot: http://prntscr.com/cssvnm
Please show a screenshot of the issue.
Regards,
Rose Tyler.
Hello,
You can add images into menu as described in the documentation:
https://www.8theme.com/demo/docs/woopress/#!/primary_menu
Regards,
Rose Tyler.
Hello,
You can add this code in Custom CSS:
.footer-black-bg #after_footer_menu {
width: 100% !important;
}
.span6.footer-copyright {
width: 100%;
margin-top: 12px;
margin-bottom: 5px;
}
.copyright {
width: 100%;
}
Regards,
Rose Tyler.
Hello,
Thank you for your questions.
To get VC editor you need go to Visual Composer > Role Manager > Post Types > Custom > tick needed elements http://prntscr.com/csdn15
You can show brands in sidebar using Brands filter widget.
You can create your custom contact form using “Contact Form 7” plugin which is already installed in your Dashboard http://prntscr.com/csdqid
The projects on page you can add via Post Grid element of VC editor. They are taken from Portfolio. To create projects go to Portfolio > Add new. I’ve created “Test project” project in Portfolio section. Please check it.
Please read our documentation https://8theme.com/demo/docs/royal/index.html#!/3_one_page. I’ve created simple One page menu for you.
Regards,
Rose Tyler.
Hello,
We’re glad to hear that issue solved.
If you have any questions feel free to contact us.
Regards,
Rose Tyler.
Hello,
Please provide us with wp-admin access.
Regards,
Rose Tyler.
Hello,
You are welcome!
Regards,
Rose Tyler.
Hello,
Fixed. Please check it now.
Regards,
Rose Tyler.
Hello,
Have you edited original style.css file?
We don’t recommend to do this because you’ll lost the changes after theme update.
Make all style modifications in Theme Options > Custom CSS.
You can add this code in Custom CSS:
.woocommerce-Price-amount {
color: black;
}
Also, provide screenshot for our better understanding and highlight what exactly you want
Regards,
Rose Tyler.
Hello,
It’s sidebar which can be enabled/disabled in Theme Options > Shop > Enable sidebar on “My Account” page.
Also, you can add this code in Custom CSS:
.woocommerce-MyAccount-content .span3 {
display: none;
}
Regards,
Rose Tyler.
Hello,
To hide products count you need to comment the code in the wp-content/themes/legenda/woocommerce/content-product_cat.php file:
if ( $category->count > 0 )
echo apply_filters( 'woocommerce_subcategory_count_html', ' (' . $category->count . ')', $category );
We recommend to make any changes in theme source files in child theme https://codex.wordpress.org/Child_Themes so you won’t lose your customizations after the next theme update.
Regards,
Rose Tyler.
Hello,
Please provide us with link to the site and wp-admin access in Private Content.
Regards,
Rose Tyler.
Hello,
Please read our documentation https://8theme.com/demo/docs/royal/index.html#!/3_one_page
Also, you can add this code in Custom CSS:
.menu-icon {
display: none;
}
div.wpcf7 .wpcf7-form-control {
max-width: 100%;
}
.wpcf7 label {
width: 100%;
}
Regards,
Rose Tyler.
Hello,
You can change sizes in Woocommerce > Settings > Products > Display. Then regenerate thumbnails http://wordpress.org/plugins/regenerate-thumbnails/
Regards,
Rose Tyler.
Hello,
You are welcome!
Regards,
Rose Tyler.
Hello,
Fixed. Please check it now.
Regards,
Rose Tyler.
Hello,
As I see it’s working fine. Please see screenshot: http://prntscr.com/cqwqc6
Have you resolved the issue?
Regards,
Rose Tyler.
Hello,
You can write text content in this function:
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>’;
}
Regards,
Rose Tyler.