Forum replies created

    Roman
    Spectator
    Posts: 3147
    March 17, 2014 at 9:05 pm #9283

    please, provide your website URL

    Roman
    Spectator
    Posts: 3147
    March 17, 2014 at 9:36 am #9282

    have you install the bbPress plugin?

    Roman
    Spectator
    Posts: 3147
    March 17, 2014 at 9:35 am #9281

    sorry,this is not possible for now

    In reply to About FLEXSLIDER
    Roman
    Spectator
    Posts: 3147
    March 16, 2014 at 8:51 pm #9278

    try these ones, modify per your needs:

    Code:
    [one_half last=”no”]

    [/one_half]

    [one_half last=”yes”]

    [/one_half]
    <div class=”clearfix”></div>
    [slider width=”100%” height=”100%”]

    [/slider]

    Roman
    Spectator
    Posts: 3147
    March 16, 2014 at 2:57 pm #9277

    the tabs width is also responsive, but when changing its value or height value manually can causes issues which you’re experiencing now

    In reply to Carousel Slider
    Roman
    Spectator
    Posts: 3147
    March 16, 2014 at 11:27 am #9275

    it’s unlimited…just copy/paste the items in the carousel slider container

    Roman
    Spectator
    Posts: 3147
    March 16, 2014 at 11:25 am #9274

    try use this code, however it will make padding 0px on the sides of the tab:

    Code:
    .shortcode-tabs .tab-hold .tabs li a {padding:10px 0!important;text-indent: 0px !important;}
    Roman
    Spectator
    Posts: 3147
    March 15, 2014 at 2:45 pm #9271

    yes, you can try to play with this value:

    Code:
    .tab-holder .tabs , .tab-holder .tabs li, .tab-holder .tabs li a , .tab-holder .tabs li.active a{height: 80px!important;}

    modify per your needs

    Roman
    Spectator
    Posts: 3147
    March 15, 2014 at 10:36 am #9269

    aren’t the previous widgets just moved as inactive on the Widgets page?

    Roman
    Spectator
    Posts: 3147
    March 15, 2014 at 10:34 am #9268

    try insert this in the Custom CSS field:

    Code:
    .tab-holder .tabs , .tab-holder .tabs li, .tab-holder .tabs li a , .tab-holder .tabs li.active a{height: auto!important;line-height:2em!important;}
    .tab-holder .tabs li a {padding:0px!important;}
    .shortcode-tabs .tab-hold .tabs li a {padding:10px!important;text-indent: 0px !important;}