Hello,
Please try to use this code in Theme Options > Custom CSS > Custom CSS for desktop:
.woocommerce-checkout .col-lg-7 {
width: 100%;
}
Regards,
Eva Kemp.
Hello,
Please try to use this code in Theme Options > Custom CSS > Custom CSS for desktop:
.woocommerce-checkout .col-lg-7 {
width: 100%;
}
Regards,
Eva Kemp.
Hello,
Sorry for a delay.
The problem is caused by incompatibility of the theme with the latest version of Ultimate VC Addons plugin. If you want to keep theme version 1.5 then you have to revert back to old plugins versions and don’t update them.
Otherwise you need update the theme too.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Could you please show on screenshots what you want to modify?
Thank you.
Regards,
Eva Kemp.
Hello @Baris,
You’re welcome.
The domain has been removed in the topic.
Regards,
Eva Kemp.
Hello,
Have you made any changes in the theme files?
May we reupload the theme?
Regards,
Eva Kemp.
Hello,
You have to recreate footer as described in the documentation https://www.8theme.com/demo/docs/woopress/#!/0_footer .
Regards,
Eva Kemp.
Hello,
You should add the code for SSL certificate gif in Text widget and place it in “Footer Links” area in Appearance > Widgets.
Please use this code in Theme Options > Custom CSS > Global Custom CSS:
.main-footer .menu-social-icons i, .menu-social-icons i {
background-color: red;
}
Regards,
Eva Kemp.
Hello,
I’ve installed “Cosmetics” template. You can find it in wp-admin panel > Pages > Cosmetics page.
Please check.
Essential Grid isn’t shown because Post Type is selected as “Product” in Essential Grid settings, but you don’t have any products. Create some and add featured images for them.
Or ask your hosting provider to increase memory_limit value and install base demo data in Theme Options > Import/Export > Install base demo data button.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
128MB of memory should be enough for the theme. Are you using any 3rd-party plugins?
Concerning VC editor, please provide us with FTP and wp-admin panel credentials in Private Content.
Have you made any changes in the theme files?
Regards,
Eva Kemp.
Hello,
I’ve disabled “Ajax “Add To Cart”” option in Theme Options > Single Product Page.
Clear browser cache and check filters now.
Regards,
Eva Kemp.
Hello,
Please add this code in Theme Options > Custom CSS > Custom CSS for mobile:
.product {
display: inline-block;
}
Regards,
Eva Kemp.
Hello,
The fields will be shown after your product description at the bottom. To make them shown read paragraph “Displaying Custom Fields” of the article I provided you with.
Regards,
Eva Kemp.
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hello,
1. Please provide us with FTP and wp-admin panel credentials in Private Content.
2. The code for bottom “Newsletter form” was written just for our site. It’s not included in the theme. Sorry.
Regards,
Eva Kemp.
Hello,
Please provide us with FTP and wp-admin panel credentials in Private Content.
Also check if you selected menu for “Mobile menu” in Appearance > Menus > Manage Locations tab.
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
We appreciate your understanding.
Please take our apologies for inconveniences.
Regards,
Eva Kemp.
Hello,
Custom field will be displayed on front-end. How to make it visible you can read here:
https://codex.wordpress.org/Custom_Fields
Regards,
Eva Kemp.
Hello,
In this case you need write redirect rules in your .htaccess file.
Please refer to this article:
http://www.webweaver.nu/html-tips/web-redirection.shtml
Also your hosting provider should help you with redirection.
Regards,
Eva Kemp.
Hello,
Please add this code in Theme Options > Styling > Custom CSS > Custom CSS for desktop:
.header-type-5 .header .header-logo img {
max-width: 350px;
}
Regards,
Eva Kemp.
Hello,
I’ve checked the menu on your site and it’s scrolling to the needed section when menu item is clicked.
Please try to clear browser cache and check again or check in another browser.
Regards,
Eva Kemp.
Hello,
2. Please take our apologies but your query requires a lot of work and templates files should be overwritten. We don’t provide such customization. We recommend you to contact some developer (freelancer) to create needed template.
3. You can’t add php code in custom fields.
4. As we removed quantity box the place is empty, but price can’t be moved to the same line where “Add to Cart” button is. You can only change order of the elements as described here:
http://wpbackoffice.com/reorder-product-page-contents-woocommerce/
Regards,
Eva Kemp.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
Sorry for misunderstanding.
As I see that page is created with plugin “Woocommerce – Request a Quote”. You need search for the text in the plugin files.
Also you can find this text in wp-content/plugins/woocommerce/templates/cart/cart-empty.php file.
Regards,
Eva Kemp.
Hello,
Unfortunately this can’t be done.
You may use some 3rd-party plugins to display share icons on posts pages.
Regards,
Eva Kemp.
Hello,
I’ve removed the code you added in home page and added Text widget with the code into “Prefooter area” in Appearance > Widgets: http://storage9.static.itmages.com/i/15/1112/h_1447357524_4156512_9f0c1759bb.png
To make the icon clickable you need edit the code <a href="#"><i class="icon-facebook"> </i></a> and write url to your Facebook account instead of #, for example <a href="http://facebook.com/"><i class="icon-facebook"> </i></a>.
Regards,
Eva Kemp.
Hello,
1. Please use this code in custom.css file:
.page-content {
margin-bottom: 0px;
}
How to create custom.css you can watch in this tutorial.
2. I was able to register myself on your site. Please check if the email or username that you’re using already exists in wp-admin panel > Users section.
3. You need add the code with needed links to Text widget and place it in “Place in header top bar” area in Appearance > Widgets.
4. Add this code in Text element in Visual Composer editor in your home page:
<div class="custom-info-wrap">
<div class="custom-info-block a-left"><a href="#">Do You Have Any Question? Contact Us</a></div>
<div class="custom-info-block a-center"><a href="#">Get 15% Off When You Spend Over $100</a></div>
<div class="custom-info-block a-right"><a href="#">Free Shipping! All Orders Over $199</a></div>
</div>
Regards,
Eva Kemp.