Search code examples
jquerywordpressprettyphoto

prettyPhoto Works on Wordpress Post but Not Page


Link (removed) should open with prettyPhoto instead of a standard href link.

I copy and paste the exact code into a wordpress post and its prettyPhoto works.

The jquery and prettyPhoto scripts are included both times, along with the css and the prettyPhoto javascript. No idea what's going on.


Solution

  • in your wordress site there is issue regarding superfish() javascript function

    please find on that

    jQuery(document).ready(function()

    there is a problem with $test = jQuery.noConflict();

    now replace jQuery to $test

    please solve this with conflict jquery.