Bug Report: Visual Editor require “Featured Image”
-
Hello,
First thanks for the nice plugin!
I was using it on a custom (very basic, minimal code) theme and the “Add / Edit Photonic Gallery” would not completely work.
Switching back to TwentySeventeen make it work again.With the custom theme I was getting the following js error:
TypeError: wp.media.view.settings.post is undefined (media-audiovideo.js:84)I found that the js loaded by wp was in a different order when it didn’t work.
finally, adding “add_theme_support( ‘post-thumbnails’ );” in my theme init function is fixing it !!
So I guess that you are missing a dependency somewhere to be able to enable Photonic without adding “Featured Image” support in the theme.
Is it a known issue ?
Best Regards and again thanks for the nice Plugin !
The topic ‘Bug Report: Visual Editor require “Featured Image”’ is closed to new replies.