Viewing 6 replies - 1 through 6 (of 6 total)
  • It is very interesting. I updated and all is fine 🙂 Please show link to your site 😉

    Trent

    (@te1280)

    I have the same issue.

    Site is http://stevenkatzmanphotography.com/

    codeasily

    (@codeasily)

    To Trent:
    Your WordPress theme is using old jQuery javascript library v1.2.6
    But GRAND FlAGallery is using new jQuery library v1.7.1 builted in WordPress v3.3.1.
    So, WordPress loads this two jQuery versions and get javascript error.
    You need update your theme to use jQuery library builted in WordPress.

    Plugin Author Rattus

    (@pasyuk)

    To Trent:
    delete script tag with link to jquery from your theme’s header.php file
    and append to theme’s functions.php file this rows:

    function wp_jquery_theme_init() {
    	if (!is_admin()) {
    		wp_enqueue_script('jquery');
    	}
    }
    add_action('init', ' wp_jquery_theme_init ');

    I purchased this great plugin awhile ago. It worked without any problems until this update. Managed to resolve most issues via the threads. The vertical alignment is affected – cutting off the Category, Slide Show and Full Screen buttons. Also Slide button text button is now labelled SL and Full Screen is FS.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: GRAND FlAGallery – Best Photo Gallery] don't upgrade to the newest version’ is closed to new replies.