Forum replies created
Hi,
Please use the following in Theme Options -> Custom CSS
.carousel-caption h2, .carousel-caption p {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
In the future, Please open a new thread for your question.
Please do not post in other users thread.
By the way, the free and premium Evolve theme uses the same bootstrap slider since a few versions ago.
Thank you.
Hi,
Yes, it’s been updated in the current version.
Please update your theme and remove the custom css that I had provided.
Thank you.
Hi,
It’s in WordPress admin -> Appearance -> Editor.
Not within the theme. It’s a WordPress core feature.
http://img.prntscr.com/img?url=http://i.imgur.com/6W5BNx5.png
If you do it wrongly, your website will crash.
If it crash, you will need to ask your web hosting company to revert your customization.
Thank you.
Hi,
This means you had already installed the plugin in your website.
If you cannot see the plugin in your WordPress admin, you can use FTP to go to your plugins folder and check if there is remnants of the plugin. If yes, delete it.
Thank you.
Hi,
Use an image tool such as pixelmator.
http://www.pixelmator.com/mac/
Either resize your image or add them onto a large white background and combine as one image.
You can have a large image with a small “icon” in the middle.
Upload as featured image and the theme will crop into predetermined image sizes.
Thank you.
Hi,
You can try to find a free and suitable plugin.
https://wordpress.org/plugins/search.php?q=google+analytics
Thank you
Hi,
Remove the following from your custom css.
img.img-responsive {
max-height: 283px !important;
min-height: 283px;
}
Redo your customization.
Thank you.
Hi,
Please use the following in your Theme Options -> Custom CSS
.page .t4p-content-boxes {
margin: 0 !important;
}
Thank you.
Hi,
Is your google analytics code javascript?
Please post your website URL, I can use developer tools to take a look.
If there is plugin conflict that breaks javascript, it can break your analytics code.
Thank you
Hi,
Your animation speed did changed to 4000
This is a screen-shot of your webpage source code.

But the actual fading animation does not slow down.
Test on localhost, same result, fading does not slow down.
I will report this bug to our developers
Thank you.