How to edit fl-slideshow-content

We are using slideshow as a full-width row background.
We need to edit the files where the divs fl-slideshow-content / fl-slideshow-frame-content are programmed, to add inside the imgs the caption or img title.
We cannot find in which beaver builder plugin file these are referred.
Could you help us to edit this, or even where to find it?
Thanks in advance.

Hey Innovanity SL,

Welcome to the BB forums! :slight_smile:

I don’t think that’s going to be possible. What you’ll see in the file they are being rendered from would be codes, not the actual images that you’ve assigned them to.

You might be able to see them on the JS file that gets generated per page but that is created by the plugin dynamically as well, i.e., you can change stuff on that file but it gets recreated every time the page is loaded so your changes won’t be saved.

If you have a minute, you can add this as a feature request on our User Voice Forums. :slight_smile:

Ben

Thank you for your quick response.
We want to try editing this JS, but which is the specific JS file that is rendering “fl-slideshow-frame-content”?? Because we have been using searching tools over the theme and plugin with no ocurrences.
Thanks in advance.

Hey Innovanity SL,

There should be a cached {post-id}-layout.js file created under /uploads/bb-plugin/cache that you can check but then again, it really won’t help as it gets recreated every time the file is loaded. Sorry, I don’t have a better answer for you.

Ben