Hello,
I have some problems with representations and optimizations.
In principle everything works by default.
But as soon as I try to make an adjustment, it just doesn't work.
In the current example I want to display an image in VIEWS, in the page details with:
[24 show_image=1]
That's still possible!
But as soon as I want to open the image in a LightBox with:
<a href="[24 show_image=1]" rel="rgg"> <img src="[24 show_image=1]" alt="Show image in original size" /> </a> I can't get a view of the image in large, see picture:
I have already installed 3 different lightbox plugins, none of them worked.
CSS code also almost never works.
Can someone please help me?
Are you aware that Formidable has it's own modal popup window that you can use with views? https://formidableforms.com/knowledgebase/bootstrap-modal/. I recommend using it instead of struggling with 3rd-party plugins.
ok, thanks, work. but how can I chance the Color of the font. or, can I remove the Titel:
[frmmodal-content modal_title='Image' label='[24 size=medium show_image=1]']24 size=full show_image=1][/frmmodal-content]
if I remove :::modal_title='Image' ::: than I see booth picture, the small one and the full size
Doing some things require using shortcode blocks instead of the formidable forms blocks in gutenburg. You might want to look at playing around with the parameters. https://formidableforms.com/knowledgebase/bootstrap-modal/#kb-parameters.
Please login or Register to submit your answer
In this example you would need to have the parameter show_filename=1 to have the actual URL read by the href and src elements.