Viewing 6 posts - 1 through 6 (of 6 total)
  • #23867
    myloft
    Member
    Post count: 30

    Hi.

    Thanks for support every time.

    I made page include “tabs” with swift page builder.
    But tabs are not working.

    Please check below link.

    http://rooomers.cafe24.com/wp/?page_id=423

    Many thanks.

    #24227
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this,

    open up wp-content\themes\neighborhood\includes\swift-framework\page-builder\builder\shortcodes\tabs.php

    in that file replace all the sanitize_title to remove_accents

    for ex: in the line #19

    you see something like this

    $output .= "\n\t\t\t" . '<div id="'.sanitize_title($title).'" class="tab-pane">';

    and change to this

    $output .= "\n\t\t\t" . '<div id="'.remove_accents($title).'" class="tab-pane">';

    there are 5 occurrence so change everything, I report this to the developer to, because usually sanitize_title will work. Let us hear some words from him too ๐Ÿ™‚

    Happy weekend.

    Thanks,
    laranz.

    #24802
    myloft
    Member
    Post count: 30

    Thanks, Laranz

    I changed every “sanitize_title” to “remove_accents”.
    Tabs title was changed, but not contents below.

    Please help.

    #25173
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you remove the space in the second tab? I think something problem with the other language. I report this to the developer. He will respond you as soon as possible.

    Let me know, what you got.

    Thanks,
    laranz.

    #25237
    myloft
    Member
    Post count: 30

    It worked!

    Thanks a lot!!!

    #25612
    Melanie – SUPPORT
    Member
    Post count: 11032

    Fantastic! ๐Ÿ™‚

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register