• Resolved jshels

    (@jshels)


    Hi,
    I’m trying to have Photonic display my albums and when you click on the album it displays the photos embedded in our website.

    Currently when you click on an album it goes to Smugmug.

    The embed code we’re using is [gallery type='smugmug' view='albums' nick_name='campgreenacres']

    Thank you!!

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Sayontan Sinha

    (@sayontan)

    One of your plugins (something to do with Facebook events) has a JavaScript error that is causing other JavaScript to fail. That is resulting in Photonic not showing any other information. If you deactivate / rectify that plugin you should be fine.

    Thread Starter jshels

    (@jshels)

    Thanks for your quick response!

    Still seem to be having that issue after removing the Facebook Pixel.

    Thanks

    Plugin Author Sayontan Sinha

    (@sayontan)

    You may need to regenerate your website’s cache. The cache still has the plugin activated and is showing me a JS error.

    Thread Starter jshels

    (@jshels)

    Hmm still having this issue.

    Can I email you a login and pay you to debug it for me?

    Plugin Author Sayontan Sinha

    (@sayontan)

    No. That is a violation of the WP forum’s TOS.

    I am still seeing JS error on your site. Can you deactivate your caching plugin? That will help troubleshoot more easily.

    Thread Starter jshels

    (@jshels)

    I have disabled the caching plugin.

    Plugin Author Sayontan Sinha

    (@sayontan)

    I am still seeing a “minified” version of your page.

    Thread Starter jshels

    (@jshels)

    All plugins are turned off including cache.

    Plugin Author Sayontan Sinha

    (@sayontan)

    Your theme has a block of code that is highjacking clicks:

    $('body').on('click','#header-outer nav .sf-menu a, #footer-outer .nectar-button, .container-wrap a:not(.wpb_tabs_nav a):not(.woocommerce-tabs a), .swiper-slide .button a, #slide-out-widget-area a, #mobile-menu .container ul li a, #slide-out-widget-area .inner div a',function(e){

    There is a bunch of code under this, but essentially what is happening is that the section in the above that says .container-wrap a:not(.wpb_tabs_nav a):not(.woocommerce-tabs a) is capturing the actions performed on the Photonic thumbnails. This is preventing the subsequent Photonic actions from executing and you are being taken directly to the SmugMug page.

    Short of changing your theme I don’t see a way to solve your exact requirement. However, you might want to consider an alternative where you are showing all photos from your album directly on your site instead of showing a thumbnail for the album as a whole. Examples can be found here. If you follow this approach, you might need to change another setting to get the lightbox launched correctly. If this is an amenable option you can give it a shot, and I will walk you through the next steps if you are unable to start up a lightbox.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Smugmug Not Embedding Album Photos’ is closed to new replies.