Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    21.11.2015 at 08:12 #22261

    Hi,

    The documentation is here. https://theme4press.com/docs/theme-installation-update/

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    21.11.2015 at 08:04 #22260

    Hi,

    Please go the Theme Options -> Bootstrap slider -> Slides and click on reset section.

    You should see the following slider.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    21.11.2015 at 08:01 #22259

    Hi,

    Please use the following.

    td, th{
    border:none !important;
    }
    .widget::after{
    background:none !important;
    }
    .content-bottom{
    display:none;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    21.11.2015 at 07:49 #22258

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .postid-2791 .thumbnail-post-single {
    display: none !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    20.11.2015 at 09:59 #22239

    Hi,

    I cannot see any Theme Options with that access you gave me.
    You should gave me administrator access.

    Thanks!

    In reply to Alora slider
    Denzel Chia
    Moderator
    Posts: 2656
    20.11.2015 at 09:53 #22238

    Hi,

    You can import demo content for Alora Theme and use it as a start up example.
    It’s in Theme Options -> General -> Import Demo Content.

    If you want to ask for refund. Please contact my employer via https://theme4press.com/contact/

    I do not have access to company funds.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    20.11.2015 at 09:51 #22237

    Hi,

    This topic is related to this thread.

    https://theme4press.com/support/topic/make-page-and-post-background-transparent/

    I have posted an answer there.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    20.11.2015 at 09:48 #22236

    Hi,

    In Theme Options -> Custom CSS.
    Please use the following first.
    Clean up the lines later. It’s too confusing.

    #wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    }

    .widget-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    }
    table{
    border: medium none !important;
    }

    In reply to Menu problems
    Denzel Chia
    Moderator
    Posts: 2656
    20.11.2015 at 09:41 #22234

    Hi,

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

    .sub-menu li .sub-menu{
    position:relative;
    top:10px !important;
    }

    Sorry, I can only get one sub level working.

    Denzel Chia
    Moderator
    Posts: 2656
    20.11.2015 at 09:28 #22233

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .home .entry-content .thumbnail-post {
    float: left;
    margin: 0 20px 0 0 !important;
    }
    .home .entry-content {
    margin-top: 10px !important;
    }

    Screenshot.