Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    11.06.2015 at 07:38 #18194

    Hi,

    In Theme Options -> Custom CSS Please use the following.

    .single-alora_portfolio .title {
    display: none;
    }

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    11.06.2015 at 07:33 #18191

    Hi,

    Sorry, all these issues requires custom coding, including the latest question that you asked.

    I do not know if the features request by you will be included in next update, this depends on my employer.
    He is always reading the forum thread, he will instruct me to do so, if he thinks they are necessary enhancements.

    Thanks!
    Denzel

    In reply to Can anyone help
    Denzel Chia
    Moderator
    Posts: 2656
    11.06.2015 at 07:27 #18190

    Hi,

    That error points to something related to WPML plugin. The Alora theme code detects the presence of WPML plugin’s ICL_LANGUAGE_CODE PHP constant, but encounters error when it tries to do something…

    I think you have WPML plugin install and activated.

    Please disable all WPML plugins and activate only after you have installed the theme and activated theme.

    Hope this solves your issue. You are welcome to get back to me if you still encounter errors.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    11.06.2015 at 07:19 #18187

    Hi,

    Sticky header works properly on our theme, I just tested it on my computer.

    When I visit your site, I saw one error. Please see screenshot. http://prntscr.com/7fmz3f
    Maybe that is what’s causing this issue.
    You are advised to disable one plugin at a time to see which one is causing conflict. Reload your browser when you are doing this trouble shooting.

    At the moment you can use this following css fix to hide your sticky menu.
    In Theme Options-> Custom CSS Please use the following.

    .sticky-header {
    display: none !important;
    }

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    11.06.2015 at 07:07 #18186

    Hi,

    The documentations are here. https://theme4press.com/docs/

    Knowledge Base

    You need to install and activate all recommended plugins, so that there will be no shortcodes showing up on website after you import demo content.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    11.06.2015 at 06:55 #18185

    Hi,

    Works properly for me.
    Please see a screenshot from my iPhone. http://prntscr.com/7fmpbz
    Not by narrowing desktop window.

    Seems like your server is still giving you issue on font-awesome fonts.
    This is a screenshot from my desktop. http://prntscr.com/7fmqkn
    No font-awesome icons.
    See firebug, font-awesome loading from CDN or within Evolve theme are all blocked by CORS

    I am no server expert and does not know how to resolve this CORS issue, but looking at your previous forum thread,
    https://theme4press.com/support/topic/all-fontawesome-icons-showing-broken-symbol/
    I think you are well verse in server setting. So perhaps this article is able to help you. http://benjaminhorn.io/code/setting-cors-cross-origin-resource-sharing-on-apache-with-correct-response-headers-allowing-everything-through/

    Base on the fact that font-awesome fonts on our demo site is showing up properly, and the CORS errors seen in my firebug console when visiting your site, I would like to highlight that this is not a theme issue but your own server setup issue.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    11.06.2015 at 06:30 #18184

    Hi,

    In Theme Options -> Custom CSS
    Please use the following codes.

    .facebook_like .widget-content {
    height: 353px;
    }
    .facebook_like iframe {
    position: absolute;
    left: 32px;
    }

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    11.06.2015 at 06:08 #18183

    Hi,

    There has been a lot of changes in code for that update. Previously there was only index.php, now it was separated into many templates. So the English po file and po files are not having the same ‘location” for the words now.

    Please kindly use that codestyling-localization plugin to regenerate the en_EN.po and en_EN.mo file and redo your translation.

    Very sorry for causing these inconveniences.

    By the way, this codestyling-localization plugin is a really good one, but does not know why it’s not available in WordPress plugins repository now.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    11.06.2015 at 05:42 #18182

    Hi,

    Go to Theme Options -> Header -> Header Image Height
    Set this height to 350px or 400px so that the header stretches over your logo.

    Something’s wrong with the logo centering option, Please kindly use the following fix.
    In Theme Options -> Custom CSS
    use the following code to center your logo.

    #logo-image {
    float: none;
    margin: 0 auto;
    }

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    11.06.2015 at 05:14 #18177

    Hi,

    I cannot replicate this issue on my computer. I think this could be a bug in our theme.
    I will need to find out what causes it on your website.

    Please kindly provide the following details via private reply.

    WordPress Login Url:
    Username:
    Password:

    Ftp Server Url:
    Port:
    Username:
    Password:

    (Note: To make a private reply -> Click on the “Set as private reply” check box found at lower left corner of this forum’s text box before clicking on Submit button. This will ensure that your reply is visible only to Moderator and Keymaster)

    Thanks!
    Denzel