Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: All tabs quit working again #221396
    purplesu
    Member
    Post count: 2

    Same problem here, I just found out where the problem is.

    1. Open dante/swift-framework/page-builder/builder/shortcodes/tabs.php

    2. find line 25 :

    $output .= "\n\t\t\t" . '<div id="'. preg_replace('/\s+/', '-', $id).'" class="tab-pane load">';

    replace with:

    $output .= "\n\t\t\t" . '<div id="'. preg_replace('/\s+/', '-', strtolower($id)).'" class="tab-pane load">';

    I dunno this solution is correct or what, but it works fine on my site. Hope it was useful to you and sorry for my bad english.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Change boxed content border color with extra class #202073
    purplesu
    Member
    Post count: 2

    Hey man! you should hide your login info ~~~

Viewing 2 posts - 1 through 2 (of 2 total)