Please read more in these articles:
http://www.w3schools.com/css/css_margin.asp
http://www.w3schools.com/css/css_padding.asp
Regards,
Robert Hall
Please read more in these articles:
http://www.w3schools.com/css/css_margin.asp
http://www.w3schools.com/css/css_padding.asp
Regards,
Robert Hall
I’ve added the following code to Page Settings (http://prntscr.com/agakqm) of first page that you provide us.
.vc_row{
margin-right: 0px !important;
margin-left: 0px !important;
}
.vc_column_container>.vc_column-inner{
padding-left: 0px;
padding-right: 0px;
}
.content{
padding-left: 0px;
padding-right: 0px;
}
You should do the same thing for other pages like that. Also you need remove all margin values in the Row Settings. (See screenshot: http://prntscr.com/agakdp)
Regards,
Robert Hall
Hello,
Your wp-admin credentials aren’t correct. Please check them.
Regards,
Robert Hall
Hello,
Please provide us with link to the page.
Regards,
Robert Hall
Hello,
In this case you should use a [share] shortcode.
Regards,
Robert Hall
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
Try to remove this code in custom.css
#prefooter .one-half.gift {
width: 650px;
}
Regards,
Robert Hall
Hello,
You can install WooCommerce Quantity Increment plugin to get quantity increment like +,-
Regards,
Robert Hall
The problem caused by this code in custom.css file.
#default_products_page_container {
width: 960px !important;
}
Please remove it and check the issue.
Regards,
Robert Hall
Hello,
Please try to add this code in custom.css file.
#loader {
display: none !important;
}
Regards,
Robert Hall
You’re welcome!
Regards,
Robert Hall
Hello,
Please try to add the following code in Theme Options->Custom CSS->Global Custom CSS
.product-categories > li > a {
font-weight: bold;
}
.product-categories > li > ul.children li > a {
font: 10px/16px 'Raleway';
}
Regards,
Robert Hall
Hello,
You are welcome!
Would be very appreciate if you leave a rating! You can do this in Downloads area. Login to your account on ThemeForest, go to Downloads area, find WooPress theme and you’ll see the stars next to it.
Thank you!
Regards,
Robert Hall
Hello,
Please provide us with wp-admin and FTP credentials in Private Content.
Regards,
Robert Hall
Hello,
Please add the following code in Theme Options->Custom CSS->Global Custom CSS.
.menu .nav-sublist-dropdown ul > li > a{
color:red;
}
Regards,
Robert Hall
We’ve removed the following code on Checkout Page. Please check it.
<pre class="lang:default decode:true"></pre>
Also if we disable the custom.css file then checkout layout looks the same as on our demo theme.
Please check custom css also.
Regards,
Robert Hall
Hello,
I’ve set the padding left and right value 0px in Page Setting->Column Setting. Please check the map.
Regards,
Robert Hall
I’ve just added the following code in Custom CSS for landscape and mobile.
.single-product .sidebar-mobile-top > .product > .row,
.sidebar-mobile-top > .product > .row,
.woocommerce-cart .sidebar-mobile-top > .row {
display: initial;
}
Regards,
Robert Hall
Hello,
Please check the sidebar position now.
Regards,
Robert Hall
Hello,
In this case you should copy etheme_share_shortcode(...){} function from wp-content/themes/woopress/framework/shortcode.php file (line 1923-2017) and paste it in function.php of the Child Theme.
Please find // ! Share This Product section and you’ll see a function there.
After this you can change the link for your social pages in a href attribute. For example:
<a href="https://your link here" class="'.$tooltip_class.'" title="'.__('Twitter', ET_DOMAIN).'" target="_blank"></a>
Regards,
Robert Hall.
Hello,
Please navigate to Dashboard->Visual Composer->Role Manager->Post Types->Custom and select all types there.
Regards,
Robert Hall
Hello,
Please update the theme to the latest version and check issue.
Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
Don’t forget to make backup of the site before update.
Here is video tutorial how to update theme.
https://www.youtube.com/watch?v=KdWESIIPU1k
(it’s for Legenda theme but the process is the same).
Regards,
Robert Hall
Hello,
Please provide us with wp-admin access in Private Content.
Regards,
Robert Hall
Hello,
You’re welcome!
Regards,
Robert Hall
Hello,
Please use this code in custom.css
.slide-item .product .product-name, .products-grid .product .product-name{
text-align:center;
}
Regards,
Robert Hall
As I see you’ve disabled the titles for products. Please select Show product name in Dashboard->Theme Options->Products Page Layout. Then you can change products name in Dashboard->Products.
Regards,
Robert Hall