Forum replies created
Hi,
You can use FTP to download a copy of your current evolve plus theme onto your PC to keep as a backup.
The latest Evolve plus has changes to bootstrap slider design, your boot strap slider will not be the same if you update to latest version.
I am not sure if there is any other design changes.
You can use your own method of theme update.
Thanks!
Hi,
Please use the following codes in your Theme Options -> Custom CSS
.blog #secondary {
display: none !important;
}
.blog #primary {
width: 100% !important;
}
Thanks!
Hi,
Don’t set posts page, leave it empty.
Create a page, and use the blog template.
Thanks!
Hi,
Please use the following codes.
.widget-content {
border: medium none !important;
box-shadow: none !important;
}
Thanks!
Hi,
That’s layerslider. It’s not included in the Theme. We only advertise as compatible, not included. https://theme4press.com/alora-multipurpose-wordpress-theme/
You need to purchase layer slider. It’s not our product.
http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246
Thanks!
Hi Kathie,
Please try to edit your slider settings.
http://i.share.pho.to/70a03c1a_o.png
Then find Slider width and Slider height input.
Enter 100% for Slider Width and 500px for Slider Height.
http://i.share.pho.to/77d083f3_o.png
Hope this helps.
Thanks!
Hi,
Sorry, I don’t see the gray box with white dropdown arrow
Perhaps you have already found the option to disable it.
It’s in Theme Options -> Sliding bar
Thanks!
Hi,
Please tell me the font name.
Thanks!
Hi,
That empty column on your right is for shipping address fields. There could be something wrong with your woocommerce settings, which is why that column shows up but it’s empty.
If you do not require shipping address, you can use the following css to hide it.
#customer_details .col-2 {
display: none !important;
}
#customer_details .col-1 {
width: 100% !important;
}
Thanks!
Hi,
Please use the following codes in your Theme Options -> Custom CSS
@media screen and (max-width:768px){
.carousel-caption h2 {
line-height: 1.2 !important;
}
}
Thanks!