BOCo23
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
If anybody else will have exact problem, I found a solution.
I solved the problem this way:
in the method _set_image_to_view()
add the line _disable_keyboard_navigation();
between lines _resize_container_image_box(objImagePreloader.width,objImagePreloader.height);
and
objImagePreloader.onload=function(){};// Perfomance an effect in the image container resizing it _resize_container_image_box(objImagePreloader.width,objImagePreloader.height); // added line _disable_keyboard_navigation(); // clear onLoad, IE behaves irratically with animated gifs otherwise objImagePreloader.onload=function(){};Thanks
Link
Forum: Plugins
In reply to: [Secure Hidden Login] CTL / ALT – L Doesn't Work – I'm Locked OUtLook for .htaaccess and delete all between first and last #secure hidden login
In your widget add shortcode
start="+1 Day"So your widget must be like
[eventlist start="+1 Day"]Hi!
I have similar problem, but I found a solution (temporary, until to update!)
Into file wp-google-weather.php paste code
error_reporting(0); ini_set('display_errors', '0'); ini_set('error_reporting', '0');This code will not show warning anymore, just a blank WP Google Weather form.
Sorry for my bad english, I hope it will help you!
Viewing 6 replies - 1 through 6 (of 6 total)