Forum replies created
Hi,
In Evolve Theme, the mobile navigation is only a small icon, not a bar.
Can you please provide a screenshot, with annotation?
Please point to me the element that you want to hide.
Thanks!
Denzel
Hi,
I am able to load the preview on my test site. But it is very slow, due to larger number of settings.

For your Appearance -> Customize to load, your WordPress Address (URL) and Site Address (URL) must be the same.
Please continue to use Theme Options, it’s the same as Appearance -> Customize
but much faster.
Thanks!
Hi,
There is no redirection.
What you are seeing is the WordPress tool bar.
https://codex.wordpress.org/Toolbar
It will only be visible when you log into WordPress.
Every user can turn it on or off.
https://codex.wordpress.org/Toolbar
Thanks!
Hi,
I am having problem, doing a fresh new translation on the latest version of Alora Theme.
Therefore, it may not be a problem with your language files.
I have reported this issue to the Theme author. He will try out translations on the latest Alora Theme. If there is indeed a bug, he will ask his developer to fix it.
Thanks!
Denzel
Hi,
Please increase your PHP settings max_execution_time value and try again.
You can contact your web hosting company for assistance if you do not know how to do this.
Our you can setup a localhost test site on your computer using MAMP and import demo content on it.
Thanks!
Hi,
Please use the following codes in your Theme Options -> Custom CSS
.home .button-2 {
float: right !important;
}
Thanks!
Hi,
Please use the following codes in Theme Options -> Custom CSS
#main, footer, body, #content {
background: #f1f1f1 none repeat scroll 0 0 !important;
}
.full-width {
background: #f1f1f1 none repeat scroll 0 0 !important;
}
.post-content {
background: #f1f1f1 none repeat scroll 0 0 !important;
}
.t4p-fullwidth {
background: #f1f1f1 none repeat scroll 0 0 !important;
}
Change #f1f1f1 to your require color hex code.
Thanks!
Hi,
Please provide the following in private reply.
I will login to take a look.
FTP server url
FTP username
FTP password
WordPress login url
WordPress username
WordPress password
Thanks!
Denzel
Hi,
It’s your word fence plugin that’s causing issue.
I have deactivated it now.

Don’t use word fence, it writes a big bunch of codes in your .htaccess file without you knowing, and it causes many issue.
Thanks!
Hi,
Please remove the following codes from the above solution.
.container.container-header.custom-header {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
Thanks!