• John

    (@johnnygchandler)


    Hello I have tried to use https://ww.wp.xz.cn/plugins/image-widget/ in the editor and seems to not work and not allow you to select an image!
    I am using this widget plugin currently on my site and inserting the images via widgets with no issues, I use custom css styling for the caption that I want to keep and use it. It is an overlay I made.

    I have found no other way to create the same effect with beaverbuilder.
    You can see an example on http://www.aprilmae.net/ look at the the must haves, blog toward the bottom of the page. Those are the image widgets with overlay I am trying to achieve.
    Any help would be greatly appreciated! Thanks…

    https://ww.wp.xz.cn/plugins/beaver-builder-lite-version/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Johnny,

    Thanks for posting! I tried playing around with the said widget and it seems our Photo module can do the exact same thing. Any reason you’re using the widget instead?

    Ben

    Thread Starter John

    (@johnnygchandler)

    Thanks Ben for the reply,
    Yeah I tried to achieve the same goal as using image widget but I have been unable to style it the same. I styled the description with image widget to show as an overlay on the bottom of the image with css. I have tried this with your Photo module with no luck at all. Is there some css that would allow me to style the caption. I know I use .widget_sp_image-description for styling for the image widget..

    Thanks Johnny

    Plugin Contributor Ben Carlo

    (@hinampaksh)

    Hey Johnny,

    Try using our Photo module with the On Hover option for the caption. Then use this CSS to make it so it is visible all of the time.

    .fl-photo-content .fl-photo-caption.fl-photo-caption-hover {
      opacity: 100;
      filter: alpha(opacity = 100);
    }

    Ben

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Issue with Image Widget Plugin’ is closed to new replies.