New Landing How can we help? Themeforest Theme Support Dante Tabs not working since Dante update

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #203882
    Ian
    Member
    Post count: 121

    This is a little strange. Any page I have made edits to since the 3.x Dante update the tabs have quit working. Any page that has not been edited the tabs are still working http://sandboxes.iansterne.ca/sandbox21/black-bean-and-corn-salsa/

    -Ian

    #203883
    Ian
    Member
    Post count: 121

    OK figured out my own problem – If I add a new tab and save, then remove the tab again everything works fine.

    A little buggy. ๐Ÿ™‚

    -Ian

    #204307
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Will have a look into that – thanks for the heads up.

    – Ed

    #207944
    Steve
    Member
    Post count: 54

    follow

    #207945
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @Steve
    – Have you managed to resolve the issue?
    Thanks
    Mohammad

    #207947
    Steve
    Member
    Post count: 54

    hej mohammad.
    not yet, have just stumbled upon it!
    will try to locate where tabs stop working.
    until then: following. ๐Ÿ˜‰
    best,
    s

    #207950
    Steve
    Member
    Post count: 54

    to speed that upโ€ฆ

    1.) my tabs are working when i kill all the id=”” attributes. seems that the overwriting is not working correctly.
    i do get anchors (#โ€ฆ) even when i leave out the id attribute. with the id attribute overwrite of course my anchors could look smarter. ๐Ÿ˜‰

    2.) i found also the option to define an icon. this icon does not appear. and even more i do not see any handle in my source code. i was trying with icon=”fa-picture-o”. i would have expected at least any :before css

    any ideas?

    best,
    s

    #208081
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi @Steve,

    Can you provide your tabs page url and admin credentials?
    Thanks

    -Rui

    #208323
    Steve
    Member
    Post count: 54

    hej rui.

    sorry, rui. too much effort for that litte bug.
    it’s the ul class=”nav nav-tabs” that is not updating the href=”#…”.
    the tab-content id is ok.

    best,
    s

    #208467
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    So it’s sorted for you?
    -Rui

    #208484
    Steve
    Member
    Post count: 54

    rui, thanks for coming back.

    as far as i can see in your tabs.php i found โ€ฆ


    if($id == ''){
    $output .= "\n\t\t\t" . '<div id="'.preg_replace("#[[:punct:]]#", "", (strtolower(str_replace(' ', '-', $title)))).'" class="tab-pane load">';
    }else{
    $output .= "\n\t\t\t" . '<div id="'. preg_replace('/\s+/', '-', $id).'" class="tab-pane load">';
    }

    โ€ฆ what does the working replacement for the content part, but it seems to be missing for the navigation part of the tabs mechanism.

    regarding your question: i am fine for now and my site. can definitely wait for the next update. ๐Ÿ˜‰

    best,
    s

    #208498
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Thanks. Definitely needs to be updated to get the proper id.
    We will try to sort it for the next update.

    -Rui

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

You must be logged in to reply to this topic.