Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    25.11.2015 at 06:12 #22357

    Hi,

    You can use FTP to download a copy of your current evolve plus theme onto your PC to keep as a backup.

    The latest Evolve plus has changes to bootstrap slider design, your boot strap slider will not be the same if you update to latest version.

    I am not sure if there is any other design changes.

    You can use your own method of theme update.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    25.11.2015 at 06:04 #22356

    Hi,

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

    .blog #secondary {
    display: none !important;
    }
    .blog #primary {
    width: 100% !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    25.11.2015 at 06:00 #22355

    Hi,

    Don’t set posts page, leave it empty.
    Create a page, and use the blog template.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    25.11.2015 at 05:55 #22354

    Hi,

    Please use the following codes.

    .widget-content {
    border: medium none !important;
    box-shadow: none !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    24.11.2015 at 06:22 #22337

    Hi,

    That’s layerslider. It’s not included in the Theme. We only advertise as compatible, not included. https://theme4press.com/alora-multipurpose-wordpress-theme/

    You need to purchase layer slider. It’s not our product.
    http://codecanyon.net/item/layerslider-responsive-wordpress-slider-plugin-/1362246

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    24.11.2015 at 06:16 #22336

    Hi Kathie,

    Please try to edit your slider settings.
    http://i.share.pho.to/70a03c1a_o.png

    Then find Slider width and Slider height input.
    Enter 100% for Slider Width and 500px for Slider Height.
    http://i.share.pho.to/77d083f3_o.png

    Hope this helps.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    24.11.2015 at 06:06 #22335

    Hi,

    Sorry, I don’t see the gray box with white dropdown arrow
    Perhaps you have already found the option to disable it.

    It’s in Theme Options -> Sliding bar

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    24.11.2015 at 06:01 #22334

    Hi,

    Please tell me the font name.

    Thanks!

    In reply to Size font
    Denzel Chia
    Moderator
    Posts: 2656
    24.11.2015 at 05:48 #22333

    Hi,

    That empty column on your right is for shipping address fields. There could be something wrong with your woocommerce settings, which is why that column shows up but it’s empty.

    If you do not require shipping address, you can use the following css to hide it.

    #customer_details .col-2 {
    display: none !important;
    }
    #customer_details .col-1 {
    width: 100% !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    24.11.2015 at 05:19 #22332

    Hi,

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

    @media screen and (max-width:768px){
    .carousel-caption h2 {
    line-height: 1.2 !important;
    }
    }

    Thanks!