Wordpress and Woocommerce - unable to add gallery -


i having strange issue when trying open media modal woocommerce product.

basically, modal won't show up.

i running fresh install of wordpress (v4.6.1) , woocommerce. theme custom theme (with correct woocommerce declaration on functions.php file)

i' ve tried following:

  • disable plugins - still not working
  • revert theme - still not working
  • change permalinks both posts , products - still not working
  • create new products - still not working

and checked following:

  • dev console - no errors thrown
  • apache2 error log - again, clear, no errors.
  • apache2 access log - no errors, still clear.

something odd i've noticed, actual link:

when click on add product gallery, page refreshes because link following:

"http://10.254.237.107/wp-admin/post.php?post=9675&action=edit" 

while if try add featured picture (that opens same modal) link correct , modal shows correctly:

"http://10.254.237.107/wp-admin/media-upload.php?post_id=9675&type=image&tb_iframe=1" 

do have idea why happens? , how solve it, or maybe how debug bit more deeply?

thanks in advance suggestion

it turned out issue related, somehow, woocommerce. installed new 1 , fixed itself.


Comments

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -