Okay
  Public Ticket #286622
Map bug within tabs
Closed

Comments

  •  21
    Simon started the conversation

    Password is social5

    When inserting a map within a tab, it doesn't display correctly on the second tab. It gets chopped off. 

    Please see screenshot attached or follow the link.

    Many thanks for your help - your support is second to none.

    Si

  •  8,839
    Tahir replied

    Hey!

    Please update to Salient Theme Version 4.5.22 . Also try setting the google map again as the api has been changed.

    Please take a backup of your theme folder before you update so that if there are any changes made to the theme files they are not lost.
    You can update your theme by downloading a fresh copy from ThemeForest, deleting the current version you have on your server and uploading the new.
    It's recommended that you use FTP, but this also can be done with the WP dashboard if you prefer. The reason FTP is superior for this is because the theme won't have to be deactivated during the process so you won't have to reassign your widgets. If you're
    interested in keeping up to date with the latest changes and fixes, please refer to the changelog: http://themenectar.com/changelogs/salient.html
    Also, remember to clear your browser cache after each update if you notice anything off. Old theme files can persist in your local cache and make you think something's wrong.
    Also please see this FAQ: http://themenectar.ticksy.com/faq/2252 .

    Thanks


    ThemeNectar Support Team 

  •   Simon replied privately
  •  1,070
    ThemeNectar replied

    Hey Simon!

    Try to add this line:

    window.dispatchEvent(new Event('resize'));
    into the init.js file at the tabbed section - search "tabbed" to end up at the function place and then place that line on a line before return false;
  •  21
    Simon replied

    Great, many thanks. That did the trick.