Okay
  Public Ticket #218759
Buttons Disappearing in Safari
Closed

Comments

  •  2
    AJ started the conversation

    Hi, I'm having trouble figuring out why some of my short code buttons are disappearing after visiting certain pages. It only happens in Safari and I've already tried disabling all plugins and removing custom short code, but still didn't help. This post seemed to explain exactly what I'm experiencing: http://themenectar.ticksy.com/ticket/194731/search...

    Here is how to replicate it:

    1. Visit: http://192.185.142.63/~nicoleun/

    2. Click on "Nicole" in the Main Nav

    3. Scroll down and click on "Speaking Topics" button.

    4. Return to the Home page and scroll down to where the short code buttons are (below the icons).

    5. Sometimes these buttons will be missing after doing steps 1-4. If it didn\'t work for you, try it 2-3 times and you\'ll see. I\'ve also attached a screen shot of this happening.

    Thanks for your help in advance! This Theme is SOOO GOOD!!!!

  •  982
    ThemeNectar replied

    Hey AJ!

    This certainly is a strange bug but I think this might be the solution - try opening the init.js file located in the js folder and adding this in after the first line:

     $('.nectar-button').css('display','inline-block').show();

    if that doesn't work try this:

     setTimeout(function(){ $('.nectar-button').css('display','inline-block').show(); },200);
    Cheers :)

  •  2
    AJ replied

    Hi Theme Nectar,

    The code you provided didn't work. But I figured out the bug -- When using short code buttons that pull from "font awesome," it breaks the website in Safari. My solution for now is to not use these.

    Thanks for your help

  •  8,405
    Tahir replied

    Hey AJ!

    Thanks for the feeback . We will look investigate into it and sort this for future updates. 

    Cheers


    ThemeNectar Support Team