Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    10.06.2016 at 03:15 #28317

    Hi,

    If you are using a cache plugin, Please clear it’s cache content and revisit your website.

    Please post your website URL.

    I need to see what’s going on.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    10.06.2016 at 03:09 #28316

    You are welcome!

    Denzel Chia
    Moderator
    Posts: 2656
    09.06.2016 at 04:35 #28282

    Hi,

    The learn more buttons are hidden by css in mobile so as to reduce clutter.
    You can display them by using the following css in Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    .bootstrap-button {
    display: block !important;
    }
    }

    also which parameter/element controls the spacing between the slider and new text row below it. I tried setting slider margin in negative percentages, and it seems to work, but don’t think thats the proper way to do it?

    I do not know what you are referring to, but in CSS it’s ok to use negative margin, as long as it looks good to you. You can also use relative positioning.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    09.06.2016 at 04:27 #28281

    Hi,

    Use the following in Theme Options -> Custom CSS

    p#copyright .credits {
    color: #000000 !important;
    }

    Change the #000000 to a color hex code of your requirement.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    09.06.2016 at 04:24 #28280

    Hi,

    Yes, it’s a text shadow.
    Please use the following in your Theme Options -> Custom CSS

    .nav-menu li a {
    text-shadow: none !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    09.06.2016 at 04:21 #28279

    Hi,

    Use the following in Theme Options -> Custom CSS to adjust the vertical position of your list.

    .content-box ul {
    top: 170px !important;
    }

    Find the following in your existing custom css codes.

    .content-box ul {
    position: absolute !important;
    z-index: 9999 !important;
    }

    Change the 9999 to 1
    So that it does not show on top of your sticky menu.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    09.06.2016 at 04:08 #28278

    Hi,

    Yes, you are correct.
    In the changelog found on this page.
    https://theme4press.com/evolve-multipurpose-wordpress-theme/

    It’s written in version 2.6.0
    – Added unlimited number of Parallax slides and reordering option
    http://image.prntscr.com/image/3d0bc4dcab0f4ad8a34c1d16cc67c36f.png

    I checked the current version 2.6.4
    Drag and Drop only works for Bootstrap slides and There is no Drag and Drop for Parallax Slider slides.

    I will report this issue to our developers. Please wait for update in new Theme version.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    09.06.2016 at 03:56 #28274

    Hi,

    Go to Appearance-> Theme Options -> Typography -> Menu
    Adjust the font weight and style of Main menu font.
    Select -> Normal 400.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    09.06.2016 at 03:51 #28273

    Hi,

    Please provide your website URL.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    09.06.2016 at 03:47 #28272

    Hi,

    Edit your page.

    1) Look at Page Options -> Sidebar Position
    Check that you had selected a position that has a sidebar.

    2) Look at -> Sidebar and ensure that a sidebar is selected.

    3) Go to Appearance -> Widgets
    Check that there are widgets deployed to the sidebar.

    Thank you