Reply To: Potfolio 404 error

#1944
livemesh
Keymaster

This is not due to the code change above. Pls modify the file /framework/framework.php line number 616 to

            if (is_archive() || is_singular('page'))
                wp_enqueue_script('jquery-prettyphoto', MO_SCRIPTS_LIB_URL . '/jquery.prettyPhoto.js', array('jquery'), '3.1.4', true);

to (remove the condition)

wp_enqueue_script('jquery-prettyphoto', MO_SCRIPTS_LIB_URL . '/jquery.prettyPhoto.js', array('jquery'), '3.1.4', true);

I see the usecase now and will make this change to be part of next update so that you don’t have to repeat it. Thanks