Forum replies created
Hi,
You can only use either http or https throughout your website.
Login to your WordPress admin
Go to Settings -> General to set your WordPress Address (URL) and Site Address (URL)
For your home page menu item.
You can use Custom Links, instead of a page.

Thank you
Hi,
Please use the following in Theme Options -> Custom CSS
It will produce a bottom border.
.sticky-header {
border-bottom: 1px solid #f1f1f1 !important;
}
You can change #f1f1f1 to other color hex code.
Thank you
Hi,
Using our demo as a reference.
http://demo.theme4press.com/evolve/
Please tell me which page you want to be your frontpage.
Thank you
Hi,
Are you referring to the carousel caption p tag?
You can reduce the padding, in order to reduce the “box”.
#bootstrap-slider .carousel-caption p{
padding: 0px !important;
}
If not, Please post your website URL and screenshot with annotation to explain your requirement.
Thank you
Hi,
Not sure if it’s possible.
You can try using first child and last child selector.
http://www.w3schools.com/cssref/sel_firstchild.asp
http://www.w3schools.com/cssref/sel_last-child.asp
Thank you
Hi,
You have WP Super Cache plugin installed.
Please clear it’s cache content and see if it works for you.
You should also edit your post or page and check under Page Title Options and see if your page title is set to hide, you should set it to show.
Thank you
Hi,
Sorry to keep you waiting.
My Employer is still working on the update, and I do not have an estimate release date yet.
As for the slider, I do not have WPML with me to carry out the test.
You can try using a page with slider.
In your translated page, Edit the page and see if you are able to set the slider Type to no slider.
Thank you.
Hi,
All custom css codes in Theme Options -> Custom CSS will be intact because they are saved in database.
All settings in Theme Options will be intact because they are saved in database and both themes use the same settings.
If you modify any code within theme files, they will not be carried over to Evolve Plus Theme.
Thank you
Hi,
You have to enter your shortcode in text editor.
And you have to activate your plugin in order for the shortcode to be parse into HTML
Thank you
Thank you for your reply!
Best Regards.