cielbleu
Forum Replies Created
-
I also have the problem with the timeout function which I cannot disable it with setting to ‘0’. At the moment I put in largest number allowed to counter the problem.
Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Request: zoom and hoverJorge, Thank you for your replay. The function i am after is images change on hover on the thumbnail instead of mouse click. (Damiaan’s request 1 only). I am sorry that I didn’t make my request clear enough.
I have put wp_register_script and wp_enqueue_script as below in my theme’s function.php but nothing has changed.
function my_js_include_function() {
wp_register_script(‘gallery-hover’, get_template_directory_uri() . ‘/js/gallery-hover.js’, array( ‘jquery’ ), ‘1.0’, true);
wp_enqueue_script(‘gallery-hover’);
}
add_action( ‘wp_enqueue_scripts’, ‘my_js_include_function’ );Forum: Plugins
In reply to: [JSJ Gallery Slideshow] Request: zoom and hoverHi Jorge, I am interested in the image changes on hover as Damiaan suggested. I tried to follow your instruction, but have yet to make it work.
I have created a new js file with your code above and saved it in my wordpress theme’s js folder.I know little about jQuery. Can you enlighten me what I need to do next?
thanks!
Forum: Plugins
In reply to: [Easy Google Fonts] line height custom inputThanks! it works perfectly!