Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    22.04.2016 at 09:12 #26875

    You are welcome!

    Denzel Chia
    Moderator
    Posts: 2656
    22.04.2016 at 09:00 #26872

    Hi,

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

    .ei-slider img {
    height: auto !important;
    margin: 0 !important;
    width: 100% !important;
    }

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    22.04.2016 at 08:46 #26871

    Hi,

    From which version did you update to current version?

    What backup file are you referring to? is it the Theme Options export?

    How did you lost your settings?

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    22.04.2016 at 07:48 #26868

    Hi,

    Sorry, I do not understand your issue.

    I check the codes of your menu.
    There is no “sub – level”, you only have parent menu item.

    Please check that you have deployed your menu correctly.

    The following will change your mobile menu button to white background.
    Please use in Theme Options -> Custom CSS

    #wrapper .dd-container .dd-selected-text, #wrapper .dd-options li a:hover, #wrapper .dd-options li.dd-option-selected a {
    background-color: #fff !important;
    }

    To change mobile menu button text.
    Go to Theme Options -> Header -> Menu -> Responsive Menu
    Select Text and you will see the input -> Responsive Menu Text appearing underneath it.
    You can change the word Menu, to your requirement.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    22.04.2016 at 07:33 #26867

    Hi,

    This is learn more button font size.

    .home-content-boxes a {
    font-size: 20px !important;
    }

    The following will reduce the spacing within content boxes.

    .home-content-boxes h2 {
    margin-top: 5px !important;
    }
    .home-content-boxes p {
    margin-top: 0px !important;
    margin-bottom: 15px !important;
    }
    .home-content-boxes a {
    margin-top: 0px !important;
    }

    This will bring up your content boxes.

    .home-content-boxes {
    position: relative;
    top: -10px !important;
    }

    As for your last question, use the 5th header layout.
    Theme Options -> Header

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    22.04.2016 at 07:22 #26866

    Hi,

    Did you use the code I provide?

    Denzel Chia
    Moderator
    Posts: 2656
    22.04.2016 at 07:17 #26865

    Hi,

    Please refer to the following for explanation.
    http://stackoverflow.com/questions/1846882/open-basedir-restriction-in-effect-file-is-not-within-the-allowed-paths

    Maybe your hosting company changed a setting.
    Please contact them for help.

    Or try updating reduxframework plugin to latest version.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    22.04.2016 at 07:07 #26864

    Hi,

    I don’t have a PC to look into this issue.
    I had informed my employer to check this out.

    Please wait for his reply.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    22.04.2016 at 07:03 #26863

    Hi,

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

    .t4p-section-separator .fa-briefcase {
    left: 49.8% !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    22.04.2016 at 06:57 #26862

    Hi,

    Thank you for sharing the code.