Support Forums for LiveMesh Themes & Plugins › Forums › Extinct Theme Support › Potfolio 404 error › Reply To: Potfolio 404 error
September 30, 2013 at 11:29 am
#1944
livemesh
Keymaster
This is not due to the code change above. Pls modify the file
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