The fancy Box Plugin disfunction my Pinterest Button

Forums Easy FancyBox Pro The fancy Box Plugin disfunction my Pinterest Button

Viewing 2 reply threads
  • Author
    Posts
    • #4569
      sagiv shats
      Participant

      Hi,
      I bought the premium plugin & unfortunately it’s dysfunction my pinterest button:

      Mammoth Ivory Carvings – Foo Dogs The Temple Lions


      When i disable your plugin the pinterest button works.
      How can i solved it asap
      Thanks
      Sagiv

    • #4571
      Pharéo
      Keymaster

      Hi, thanks for reporting this conflict. I’ll have a look!

    • #4572
      Pharéo
      Keymaster

      Follow-up: it appears your Pinterest button uses another class than usual. This is why Easy FancyBox does not recognize it properly to avoid this conflict.

      Could you try the following script snippet in a text widget or in your themes footer.php where it must come before/above the wp_footer() call!

      
      <script type="text/javascript">
      jQuery(document).on('ready post-load',
        function(){ jQuery("a.pinterest").addClass("nofancybox"); }
      );
      </script>
      

      Let me know how that works out 🙂

Viewing 2 reply threads
  • You must be logged in to reply to this topic.