Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    03.12.2015 at 08:01 #22697

    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

    Denzel Chia
    Moderator
    Posts: 2656
    03.12.2015 at 07:58 #22696

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    03.12.2015 at 07:49 #22695

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    02.12.2015 at 09:10 #22673

    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

    In reply to Demo Content
    Denzel Chia
    Moderator
    Posts: 2656
    02.12.2015 at 08:10 #22672

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    02.12.2015 at 08:04 #22671

    Hi,

    Please use the following codes in your Theme Options -> Custom CSS

    .home .button-2 {
    float: right !important;
    }

    Thanks!

    In reply to Color
    Denzel Chia
    Moderator
    Posts: 2656
    02.12.2015 at 08:00 #22670

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    02.12.2015 at 07:50 #22669

    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

    Denzel Chia
    Moderator
    Posts: 2656
    02.12.2015 at 07:38 #22668

    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!

    Denzel Chia
    Moderator
    Posts: 2656
    02.12.2015 at 07:29 #22667

    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!