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

    (@sayontan)

    Sorry, I cannot do that. I have a pretty big user base, and if I change the syntax I will be breaking the sites of thousands of users.

    Thread Starter cirjegan

    (@cirjegan)

    Hi, Thanks for your fast response. Can you give any idea of doing that. that will be very helpful for me.

    Plugin Author Sayontan Sinha

    (@sayontan)

    Can’t say for sure. In the file photonic.php there is a line:

    add_filter('post_gallery', array(&$this, 'modify_gallery'), 20, 2);

    Try changing it to something like:

    add_shortcode('pgallery', array(&$this, 'modify_gallery'));

    Thread Starter cirjegan

    (@cirjegan)

    Thanks. But i have changed the shortcode of theme gallery to gallery1. And now your plugin is working fine. But a problem. when i see the albums the photos inside the album are showing in lightbox as thumbnails but when i click the thumbnail a new lightbox is opening and not displaying any image. when i check into the code. i found the href for that anchor tag is passing null. can you please check that.

    Code:

    <img src=”http://rishithukralphotography.smugmug.com/Events/Harsha-Roha-Pooja/i-cSkjbXm/1/Th/Pooja_001-Th.jpg&#8221; alt=””>

    Plugin Author Sayontan Sinha

    (@sayontan)

    Your pasted URL didn’t come across correctly. Please re-paste it using &lt; instead of <

    Thread Starter cirjegan

    (@cirjegan)

    <a rel="lightbox-photonic-smug-stream-1" class="launch-gallery-colorbox colorbox photonic-pad-photos cboxElement" href=""><img src="http://rishithukralphotography.smugmug.com/Events/Harsha-Roha-Pooja/i-cSkjbXm/1/Th/Pooja_001-Th.jpg" alt=""></a>

    Thread Starter cirjegan

    (@cirjegan)

    Yes. Thats the problem. Why its not coming correctly. the link will be generated dynamically right.

    Plugin Author Sayontan Sinha

    (@sayontan)

    What is your site’s URL? I need to visit a page to help you here.

    Thread Starter cirjegan

    (@cirjegan)

    Sorry. Working in local. Will Upload and let you know. Also is there any way to hide the password protected galleries. it is showing as Empty Gallery now.

    Plugin Author Sayontan Sinha

    (@sayontan)

    I think the link is getting corrupted by either your theme or another plugin. When I see the CSS class, something is adding the “cboxElement” class for you – Photonic doesn’t do that. Whatever is changing the class, it is likely that it is also removing the href.

    Thread Starter cirjegan

    (@cirjegan)

    “cboxElement” class is adding when i m using colorbox. if i use fancybox then its changing to fancybox

    Plugin Author Sayontan Sinha

    (@sayontan)

    OK. In any case, I will need to see your site for this – something is corrupting the link and it is not Photonic. Does your theme come with a lightbox library of its own?

    If you want I can put up your photos on the demo page temporarily to show you that it will work.

    Thread Starter cirjegan

    (@cirjegan)

    The Problem is solved. I Selected Original in Expanded size. so its coming as null. When i select large its coming nice.

    A Small problem remaining is there a way to hide password protected galleries. It is now showing as empty gallery

    Plugin Author Sayontan Sinha

    (@sayontan)

    I will add an option for that in the next release.

    Thread Starter cirjegan

    (@cirjegan)

    Thank you very much for all your early and fast replies. For the time till next release. I can make that by selecting privacy in gallery settings as unlisted.

    Then we can avoid displaying empty gallery like that.

    Once again thanks for your response.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Shortcode Syntax [Gallery] is conflicting with theme shorcode’ is closed to new replies.