• hi there, thank you for this theme, I like it…
    may I ask hw can I configure the home feature widget in a way that 3 or elements will be place horizontally, and not vertically..
    and how can I add a slider instead of a static header picture?
    tks
    /B

Viewing 3 replies - 1 through 3 (of 3 total)
  • Tanay

    (@tanaykhandelwal-1)

    In swiftbiz-lite/SketchBoard/functions/swiftbiz-featured-widget.php line:13 change “span4” to “span12” and add below css in custom css plugin or child theme

    .row-fluid  .mid-box.span12 {
        margin-left: 0;
    }

    Regards,
    Tanay Khandelwal

    Thread Starter Bertalan

    (@beged)

    ok thank you, I will test it… it would be very useful 1mo ago…
    now I use a different template…
    it could be good if I do not need to change the code,
    I am not a programmer and prefer use the templates as it is,
    best regards,
    /Bertalan

    Tanay

    (@tanaykhandelwal-1)

    Hi Bertaian,
    Hope you’re doing well:)

    Yes it’s the best way to use Child_Theme for any customization and use the templates as it is.

    For the above work you can copy paste the swiftbiz-featured-widget.php file into your Child_Theme directory include the file using below code in Child_Theme’s function.php

    require_once('swiftbiz-featured-widget.php');  					// INCLUDE WIDGET

    Make the changes mentioned in previous reply and rename the new widget class name from SwiftbizFeaturedBox to SwiftbizChildFeaturedBox on line no. 6, 15 & 99. You can also change the name of this widget on line 16.

    Regards,
    Tanay Khandelwal

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Home Featured Siebar’ is closed to new replies.