When the share block in the action block is clicked the page goes grey and nothing else happens. I installed the FB Inviter which seems to work great so I may just hide this block if I can't fix it.
Any ideas on what to check to fix the share?
When the share block in the action block is clicked the page goes grey and nothing else happens. I installed the FB Inviter which seems to work great so I may just hide this block if I can't fix it. Any ideas on what to check to fix the share? |
Are you using the default templates? ManOfTeal.COM a Proud UNA site, six years running strong! |
the share box is a popup, so maybe your popup (it's the invite a friend popup) is either missing, or incorrect permissions. Try clicking the Invite a friend at the bottom of your site and see if the popup appears as it should. If it does, then maybe there was a change made that affected the link for the popup. If using firefox, you can inspect the page elements, and you should have : <button class="bx-btn bx-btn-small bx-btn-ifont" onclick="return launchTellFriendProfile(1);"></button> for the share button. Hope this helps. One question though - did you use an autoinstaller when you setup your site? Note: Item in red would correspond to the user ID of the profile you are sharing. caredesign.net |
Are you using the default templates? No. |
the share box is a popup, so maybe your popup (it's the invite a friend popup) is either missing, or incorrect permissions. Try clicking the Invite a friend at the bottom of your site and see if the popup appears as it should. If it does, then maybe there was a change made that affected the link for the popup. If using firefox, you can inspect the page elements, and you should have : <button class="bx-btn bx-btn-small bx-btn-ifont" onclick="return launchTellFriendProfile(1);"></button> for the share button. Hope this helps. One question though - did you use an autoinstaller when you setup your site? Note: Item in red would correspond to the user ID of the profile you are sharing. I just bought the actions manager by esase - http://www.boonex.com/m/actions-manager-premium - so I can try to fix this, or at least get rid of it. Share works from the photos, but not from the profile. Photo script is showPopupAnyHtml('{moduleUrl}share/{fileUri}') Profile script is return launchTellFriendProfile({ID}); |