Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    24.08.2016 at 01:52 #29952

    Hi,

    No apologizes needed. Sorry if I sound too harsh. 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    24.08.2016 at 01:49 #29951

    You are welcome.
    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    24.08.2016 at 01:46 #29950

    Hi,

    I will inform my employer now.
    Ask him to login and take a look, maybe he can spot the cause of this issue.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    23.08.2016 at 11:10 #29942

    Hi,

    I had login to take a look.
    Can’t find what’s causing this issue.
    I used my test site portfolio setting as a reference, and I am still unable to get it working.

    There is no javacript error in browser error console. Therefore no clue as to why the script is positioning all portfolio items with left 0. The calculation is “broken”.

    May I know if you had modified the theme?
    If not, can you try re-installing Evolve plus theme?

    Can you try disabling all plugins except theme4press core and reduxframework plugin? and check if your portfolio page works properly?

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    23.08.2016 at 10:13 #29941

    Hi,

    Please fix your custom css syntax before we proceed any further.
    Nothing will work properly if there is syntax error in your custom css.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    23.08.2016 at 10:10 #29940

    Hi,

    I always write my css in firebug, make sure they work before I provide to customer.
    Please see my screen-cast, the code works on your website.
    http://screencast-o-matic.com/watch/cDj0j1iRfP

    Please check all your custom css.
    By looking at your webpage source code, I can see a lot of missing “closing” semi colons.
    And there need to be spacing before !important declaration.
    You need to fix css syntax errors, if not it will break subsequent added css code.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    23.08.2016 at 02:13 #29937

    Hi,

    You can use following in Theme Options -> Custom CSS
    for the slider background color. Give it a solid color will remove the gradient.

    .sliderblock {
    background: #f1f1f1 none repeat scroll 0 0 !important;
    }

    Use the following to remove the white band at the bottom.

    .da-slider {
    margin: 0 !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    23.08.2016 at 01:52 #29936

    Hi,

    You need to sign up for an API key.
    Please refer to Theme Options -> Contact -> Google Maps API
    https://developers.google.com/maps/documentation/javascript/get-api-key

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    23.08.2016 at 01:47 #29935

    Hi,

    If you are sure that you had enabled visual editor.

    Please proceed to check for plugin conflict by disabling one plugin at a time, clear any cache plugin’s cache, and browser cache before re-visiting your visual editor.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    22.08.2016 at 11:18 #29915

    Hi,

    Please provide URL to your content box shortcode.
    Need to see your website source code in order to provide a solution.

    Thank you.