Forum replies created
Hi,
That was part of the demo content.
You need to import it. Theme Options -> Import Demo Content
It is one of the demo layerslider, you can find it after importing demo content.
Open up the slider named corporate, and look at the second slide.
The icon is font-awesome HTML code entered in content and the box is created by style code.
You will have to learn how to use the layslider from it’s documentation found in it’s admin interface.
Here is a screenshot of the mentioned slide and it’s interface. http://prntscr.com/7ktnvd
Thanks!
Denzel
Hi,
This could be a javascript conflict cause by other plugins.
I suggest you disable all plugins and clear your browser cache and reload your layer slider admin page.
If it is indeed a plugin conflict, you can find out which one is causing conflict, by enabling them one at a time and check on the layer slider.
Thanks!
Denzel
Hi,
If you are referring to our demo site. http://demo.theme4press.com/alora/
It is using Theme Options -> Header -> Header Content Options -> select the second header
That is not 100% width.
You can use the following in Theme Options -> Custom CSS
#header .alora-row {
max-width: 100% !important;
}
95% would be better.
Thanks!
Denzel
Hi,
Please use the following in your Theme Options -> Custom CSS
table::before {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
table td {
border: medium none !important;
}
Result. http://prntscr.com/7kn0vb
Thanks!
Denzel
Hi,
This needs custom code, which means you need to modify Evolve+ Theme file. This is beyond our support scope.
I can only point you to the file and solution.
The previous_post_link and next_post_link are in navigation.php at line 14 and line 15
With reference to WordPress codex https://codex.wordpress.org/Function_Reference/previous_post_link and https://codex.wordpress.org/Function_Reference/next_post_link
You can set the variable $in_same_term to true.
Please hire a developer to assist you if you do not know how to set the variable.
And you will need to do your modification after every theme update.
Thanks!
Denzel
Hi,
You have put your site back into under-construction mode.
Please note that we need to see your site in order to provide solution to your request.
Thanks!
Denzel
Hi,
In Theme Options -> Blog -> ‘Share This’ buttons placement -> select disable
It will remove the bottom right “sharing icons”.
Thanks!
Denzel
Hi,
Please paste your website url here.
I need url to all the issues that you mentioned.
As for your second issue.
– want to disable mobile site and keep responsive view.
This is not possible, mobile site is responsive view. Unless you have a mobile plugin, then you will have to disable that plugin.
Thanks!
Denzel
Hi,
If you did not modify the theme. You can start troubleshooting by reinstalling your evolve plus theme. Deleting your evolve plus theme and re-installing a fresh evolve plus theme download from your account with theme4press.com
And then by deactivating your plugin, one at a time to see if there is any conflicts.
Thanks!
Denzel
Hi,
This is not possible.
Please kindly check that you have activated Evolve+ theme and not Evolve theme.
If you are using a child theme, kindly make sure your style.css refers to evolve-plus and not evolve.
Thanks!
Denzel