I love this theme – It’s almost perfect!
I’m trying to add highslide(.com) so that my posts are displayed in a lightbox instead of a separate page… and I can’t for the life of me make it work! I choose highslide because it seems to work well on all the devices.
I changed function pinbin_scripts()
in functions.php
to include this:
wp_enqueue_script( ‘highslide’, get_template_directory_uri() . ‘highslide/highslide-with-html.js’, array( ), ’20130605′, true );
wp_enqueue_script( ‘highslide-config’, get_template_directory_uri() . ‘highslide/highslide.config.js’, array( ), ’20130605′, true );
wp_enqueue_style( ‘highslide-style’, get_template_directory_uri() . ‘/inc/highslide/highslide.css’ );
and I changed one link as a test in index.php
I’m doing something wrong… but what! Do you have any ideas?