Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    28.05.2016 at 07:23 #28050

    Thank you for your feedback.

    In reply to Blog Issue
    Denzel Chia
    Moderator
    Posts: 2656
    28.05.2016 at 07:21 #28049

    Hi,

    Theme Options -> Blog -> Featured Image -> Enable featured images
    Theme Options -> Blog -> Featured Image -> Enable featured image on Single Blog Posts
    Make sure they are enabled.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    28.05.2016 at 07:16 #28048

    Hi,

    In your Theme Options -> Typography -> Headings
    You had already set a color.
    Please edit from the option.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    27.05.2016 at 05:28 #28034

    Hi,

    Please remove all your custom css and keep them in a text file.
    Check if your slider is responsive now.

    There could be codes in your custom css that affects the responsiveness, especially any modification that is for slider.

    Please tell me how you want your menu to look like, we can try to redo the customization.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    27.05.2016 at 05:13 #28033

    Hi,

    It’s easier to maintain, if we keep them separate in their own files.

    For responsiveness, it makes no difference if they are kept in a single file or separate files.

    To find any code, you can use your code editor’s search function, it will find any code in any file.

    If you need to minify and combine them, you can find a suitable free plugin from WordPress.org
    https://wordpress.org/plugins/

    Keep the file loading sequence correct when you minify and combine them or it will cause issues.

    Thank you.

    In reply to Blog Issue
    Denzel Chia
    Moderator
    Posts: 2656
    27.05.2016 at 05:07 #28032

    Hi,

    I cannot replicate your issues on my test site. It’s working properly for me.

    Did you set a featured image for your post?

    For category sidebar, the setting is in Theme Options -> Blog -> General -> Blog Archive/Category Sidebar
    Check that your selected sidebar has widgets deployed to it.

    If you have any cache plugin or server cache. Please clear it’s cache content after making updates.
    Please clear your browser history too.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    27.05.2016 at 04:58 #28031

    Hi,

    It should be as follows

    
    

    h2{
    color: #3c61a5 !important;
    }

    Depending on which element, it might not work if there is already specific css targeting that element.
    It’s better, if you post me URL and tell me which element on that page you want to change it’s color.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    27.05.2016 at 04:55 #28030

    You are welcome!

    Denzel Chia
    Moderator
    Posts: 2656
    27.05.2016 at 04:53 #28029

    Hi,

    As mention in previous reply.
    Theme Options -> Custom CSS

    If you are using a cache plugin or server cache, you will have to clear it’s cache content.
    Clear your browser history.

    If you are still unable to get it to work after clearing cache, you will have to check your previous custom css codes for syntax error.

    Thank you
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    26.05.2016 at 01:51 #28003

    Hi,

    I read the description from the shortcode editor button.
    When you set excerpt to no, it displays the full content.

    This is the description.

    Show excerpt or choose “no” for full content

    Screenshot.
    http://image.prntscr.com/image/42f597b378f84bd5bb3e2844710ed14f.png

    We can try using css to hide your excerpt or content.
    Please post your website URL to your blog shortcode.

    Thank you.