By Edmondo on Saturday, 04 July 2015
Posted in Technical Issues
Replies 1
Likes 0
Views 779
Votes 0
v5.0.14

When hovering the cover image of a blog post a magnifying glass appears. When selecting the magnifying glass the cover image opens nicely in a popup, but when selecting the cover image not exactly on the magnifying glass the url of the cover image opens.

Should it not always show the popup when selecting the cover image?
Hello Edmondo,

I am sorry for the delay of this reply as it weekends for all of us here.

Currently there is no setting to disable the blog cover image cover popup. You can however place the following css code inside your custom.css template file to disable the popup image.
div#fd.eb .eb-entry-image .eb-image-popup-button {
display: none;
}


Hope these help.
·
Monday, 06 July 2015 11:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post