Topic-icon Pinterest Button Keeps on Disappearing and Z-Index Issue

Active Subscriptions:

None
Hello folks. I have two issues:

1. My Pinterest button comes and goes;
2. I have a drop down menu that crosses over my social bar and the menu shows behind the social bar. I know I have to edit the z-index but I don't know where I should look and edit so as not to mess it up for anything else.

Here is the link:

stylewithwillie-m.com/swwm2/index.php/news-feed/elle
The topic has been locked.
Support Specialist
Pinterest is an image-based social network. The button only works if there is an image that can be shared. Our JFBContent plugin tries to determine if there is an image in the article that can be shared. If no image is found, we can't show the Pinterest button. That's my only guess as to what's wrong here. If you're saying that, on the same page, it sometimes shows and sometimes doesn't, then it would be a different issue that we haven't heard of.

2. I have a drop down menu that crosses over my social bar and the menu shows behind the social bar. I know I have to edit the z-index but I don't know where I should look and edit so as not to mess it up for anything else.

I just tried on a few pages to get the drop-down menu to overlap with the sharing buttons but couldn't, even when I resized the page. Can you let me know a specific URL and, roughly, how you've sized the browser so we can try to recreate?

Thanks,
Alex
The topic has been locked.
Support Specialist
10 years 4 months ago #56847 by mel
I just wanted to add that if the article has an image but the Pinterest button is still not present, please try enabling the 'Open Graph - Content' plugin so that JFBConnect can determine the best image.
The topic has been locked.
Active Subscriptions:

None
OK folks. Thank you Pinterest issue resolved. I did not realize it only appears when there is an image available. Alex, the link you can look at is as follows:

www.stylewithwillie-m.com/swwm2/index.ph...-feeds/fashion-style

If you navigate to News Feeds then select Women's Wear Daily, it will bring down another drop down menu that reaches the social media bar. As you will see, the drop down appears behind the social bar and won't allow some of the items on the drop down to be selected.

Thanks, Elena
The topic has been locked.
Support Specialist
Your CSS is compressed, so I don't know the exact file that you'll need to change. The issue is with the following style from your template:
#rt-header, #rt-top {
    z-index: 2;
    position: relative;
}
You'll want to change that z-index value to 100, which will make it appear above all other elements.

I hope that helps,
Alex
The topic has been locked.