Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    15.03.2016 at 14:36 #25474

    Hi,

    You need to create menu in different language.

    Use the language switcher in WordPress admin toolbar to switch between languages.

    For example if you have English and French, You need to create one menu in English and Another in French.

    In Appearance -> Menu -> Manage Location, you will find there is two Primary Menu location, one for each language.

    Assign your menu to the respective location.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    14.03.2016 at 01:11 #25385

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .page-title-captions .entry-title {
    display: none !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    14.03.2016 at 01:00 #25384

    Please provide your website URL.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    14.03.2016 at 00:57 #25383

    Thank you for your reply.

    Denzel Chia
    Moderator
    Posts: 2656
    13.03.2016 at 09:22 #25375

    Hi,

    Sorry, that’s not possible.
    The theme is designed to be responsive.

    You will have to re-design almost everything in order for it to be non-responsive.
    Every element that uses percentage for width values will have to be changed to a fixed width…

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    13.03.2016 at 09:17 #25374

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .home-content-boxes a, .entry-meta .read-more {
    background: #adf0e7 none repeat scroll 0 0 !important;
    border: medium none !important;
    box-shadow: none !important;
    color: #666 !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    13.03.2016 at 09:06 #25373

    Hi,

    Use the following.

    .footer-widgets a {
    padding: 0 !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    13.03.2016 at 09:04 #25372

    You are welcome!

    Denzel Chia
    Moderator
    Posts: 2656
    12.03.2016 at 08:46 #25336

    Hi,

    You can use a diff tool to compare all the files at once, to find out the difference.
    For example this tool for mac. https://sourcegear.com/diffmerge/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    12.03.2016 at 08:43 #25335

    You are welcome.