Plugin code interferes with default WP theme code
-
This code is this plugin’s CSS interferes with default theme code:
/* Text styles */ .entry-content img{ margin: 0 !important; }All the images on my site would not align properly when I installed this plugin because when its CSS is loaded in the head, it negates all the .entry-content img margin styling within the theme.
.entry-content img is used by the majority of theme developers, so this is a serious problem.
When I deactivated this plugin, all my image alignments returned to what is stated in my theme’s CSS.
You need to preface it with “.social-feed-element” (…I did this and it corrected the problem) and then upgrade the plugin.
Outside of this issue, this is an excellent plugin!
The topic ‘Plugin code interferes with default WP theme code’ is closed to new replies.