Forum replies created

    In reply to Slideshow icons
    Denzel Chia
    Moderator
    Posts: 2656
    24.06.2015 at 16:50 #18483

    Hi,

    That was part of the demo content.
    You need to import it. Theme Options -> Import Demo Content

    It is one of the demo layerslider, you can find it after importing demo content.
    Open up the slider named corporate, and look at the second slide.

    The icon is font-awesome HTML code entered in content and the box is created by style code.

    You will have to learn how to use the layslider from it’s documentation found in it’s admin interface.

    Here is a screenshot of the mentioned slide and it’s interface. http://prntscr.com/7ktnvd

    Thanks!
    Denzel

    In reply to Layer Slider
    Denzel Chia
    Moderator
    Posts: 2656
    24.06.2015 at 05:27 #18462

    Hi,

    This could be a javascript conflict cause by other plugins.
    I suggest you disable all plugins and clear your browser cache and reload your layer slider admin page.

    If it is indeed a plugin conflict, you can find out which one is causing conflict, by enabling them one at a time and check on the layer slider.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    24.06.2015 at 05:22 #18461

    Hi,

    If you are referring to our demo site. http://demo.theme4press.com/alora/
    It is using Theme Options -> Header -> Header Content Options -> select the second header
    That is not 100% width.

    You can use the following in Theme Options -> Custom CSS

    #header .alora-row {
    max-width: 100% !important;
    }

    95% would be better.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    24.06.2015 at 05:12 #18460

    Hi,

    Please use the following in your Theme Options -> Custom CSS

    table::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }
    table td {
    border: medium none !important;
    }

    Result. http://prntscr.com/7kn0vb

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    24.06.2015 at 04:55 #18459

    Hi,

    This needs custom code, which means you need to modify Evolve+ Theme file. This is beyond our support scope.

    I can only point you to the file and solution.
    The previous_post_link and next_post_link are in navigation.php at line 14 and line 15

    With reference to WordPress codex https://codex.wordpress.org/Function_Reference/previous_post_link and https://codex.wordpress.org/Function_Reference/next_post_link

    You can set the variable $in_same_term to true.

    Please hire a developer to assist you if you do not know how to set the variable.
    And you will need to do your modification after every theme update.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    24.06.2015 at 04:35 #18458

    Hi,

    You have put your site back into under-construction mode.
    Please note that we need to see your site in order to provide solution to your request.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    23.06.2015 at 03:26 #18437

    Hi,

    In Theme Options -> Blog -> ‘Share This’ buttons placement -> select disable

    It will remove the bottom right “sharing icons”.

    http://prntscr.com/7k7ngh

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    23.06.2015 at 03:15 #18436

    Hi,

    Please paste your website url here.
    I need url to all the issues that you mentioned.

    As for your second issue.

    – want to disable mobile site and keep responsive view.

    This is not possible, mobile site is responsive view. Unless you have a mobile plugin, then you will have to disable that plugin.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    23.06.2015 at 03:11 #18435

    Hi,

    If you did not modify the theme. You can start troubleshooting by reinstalling your evolve plus theme. Deleting your evolve plus theme and re-installing a fresh evolve plus theme download from your account with theme4press.com

    And then by deactivating your plugin, one at a time to see if there is any conflicts.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    22.06.2015 at 16:14 #18429

    Hi,

    This is not possible.
    Please kindly check that you have activated Evolve+ theme and not Evolve theme.
    If you are using a child theme, kindly make sure your style.css refers to evolve-plus and not evolve.

    Thanks!
    Denzel