Before you ask please READ THIS

Tabs won't display any more

Hi guys,

I'm having a problem with the tabs in my site that is using your Chillout theme. The page is http://nextlevelescape.com

Under the 'Our Rooms' section the tabs won't display properly – only the first tab displays, the other two will not turn up when clicked. This didn't happen until quite recently.

Could you please advise how best to fix this?

Regards,

Daniel

Comments

  • Posts: 1,758
    Hi Daniel!
    I've found this piece of code (I assume it's yours)
    
    jQuery('body').on('click', '. tri-tabs-nav span', function (event, ui) { 
      MYMAP.init('#wpgmza_map', myLatLng, 16);
      UniqueCode=Math.round(Math.random()*10000);
      MYMAP.placeMarkers('//nextlevelescape.com/wp-content/uploads/wp-google-maps/1markers.xml?u='+UniqueCode,1,null,null,null);
    }); 
    as you can see there's an error in first line:
    '. tri-tabs-nav span'
    should be
    '.tri-tabs-nav span'
    Remember to rate our theme if you like it ;)
    All the Best.
  • Posts: 3
    Thanks Surgeon, that fixed it! Turns out it was a plugin that someone had edited badly in the most recent release...
  • Posts: 1,758
    It's always good to hear!
    Remember to rate our theme if you like it ;)
    All the Best.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!