• Resolved beezer26164

    (@beezer26164)


    I can no longer make new galleries because I’m unable to add images. When I click on button to add images from media library nothing happens. I’m using the current version and even tried rolling back to 1.9.8 and there was no change. Any Ideas?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author bradvin

    (@bradvin)

    hi @beezer26164

    Just to clarify, does it show the modal which allows you to select images? Or does it not even show the modal?

    This sort of thing is usually caused by plugin/theme conflict which results in a javascript error. If you open the browser developer tools, do you notice an error in the console? If so then paste the details here

    Thread Starter beezer26164

    (@beezer26164)

    Yes it shows the modal, it just doesn’t do anything when you click on it. I tried deactivating my other plugins but nothing changed.

    Thread Starter beezer26164

    (@beezer26164)

    SyntaxError: missing : after property id media-views.min.js:2:8581
    TypeError: wp.media.view.settings is undefined[Learn More] media-editor.min.js:1:5137
    TypeError: wp.media.view.settings is undefined[Learn More] media-audiovideo.min.js:1:1947
    ReferenceError: IntersectionObserver is not defined[Learn More] admin-foogallery.js:564:13
    TypeError: this.file_frame is undefined[Learn More] age-gate-admin.js:1:4942

    Plugin Author bradvin

    (@bradvin)

    Looks like there is an error in age-gate-admin.js

    Can you deactivate the Age Gate plugin and see if it works?

    Plugin Author bradvin

    (@bradvin)

    What browser/OS are you using?

    Thread Starter beezer26164

    (@beezer26164)

    With Age Gate Deactivated. Still doesn’t work.

    JQMIGRATE: Migrate is installed, version 1.4.1 load-scripts.php:8:542
    SyntaxError: missing : after property id media-views.min.js:2:8581
    TypeError: wp.media.view.settings is undefined[Learn More] media-editor.min.js:1:5137
    TypeError: wp.media.view.settings is undefined[Learn More] media-audiovideo.min.js:1:1947
    ReferenceError: IntersectionObserver is not defined[Learn More] admin-foogallery.js:564:13
    TypeError: createModal(…) is undefined[Learn More] admin-foogallery.js:415:31

    Plugin Author bradvin

    (@bradvin)

    please answer my prev question : What browser/OS are you using?

    Thread Starter beezer26164

    (@beezer26164)

    Due to equipment failure I’m currently using Firefox 52 and Windows XP which have both worked with your plugin before.

    Plugin Author bradvin

    (@bradvin)

    I think I know what is going on now. FF 52 does not support IntersectionObserver, which we use for lazy loading the gallery images in the back from a recent update.

    I will investigate ways around this for a future release

    Thread Starter beezer26164

    (@beezer26164)

    Thank You, I’d really appreciate that!

    Plugin Author bradvin

    (@bradvin)

    I have added in a check for the IntersectionObserver. If it doesnot exist for whatever reason (outdated browser etc) then it loads all images like it used to before the update.

    This will be released in the next update going out this week

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Add Images To Gallery Button Not Working’ is closed to new replies.