End of Support for Joomla 3 - Forum closed
[SOLVED] shortcode lightbox full screen
Hi How do I do to make a full screenof light box about html link (I frame)?
Thank you
Tony
Thank you
Tony
by nohart
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hello, here you can check all available oprions for ight box
bdthemes.com/support/knowledge/details/2...ode%20attribute.html
bdthemes.com/support/knowledge/details/2...ode%20attribute.html
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
I starting to know How to use in general the shortcodes.
The problem is when pop up of light box coming, I want to modifiy and create pop-up with different size for each link that I'm going to create.
For example in this link: www.noh-art.com/little-shop-of-art.html clicking on first Enquire button You are going to go to open the light box. Here I created the override under Template/html folder and modified directly there the size.
Now I need to open another pop up in other page changing the size when lightbox come out.
I try to write in Custom.css this:
and on the shortcode I do that:
but doesn't work.
I can't figure out where I did mistake.
Any suggest?
Thank you
Tony
The problem is when pop up of light box coming, I want to modifiy and create pop-up with different size for each link that I'm going to create.
For example in this link: www.noh-art.com/little-shop-of-art.html clicking on first Enquire button You are going to go to open the light box. Here I created the override under Template/html folder and modified directly there the size.
Now I need to open another pop up in other page changing the size when lightbox come out.
I try to write in Custom.css this:
Code:
.width700{
max-width:700px;
}
and on the shortcode I do that:
Code:
[lightbox class="width700" src="/privacy-policy.html"]Privacy Policy[/lightbox]
but doesn't work.
I can't figure out where I did mistake.
Any suggest?
Thank you
Tony
Last Edit:3 years 8 months ago
by nohart
Last edit: 3 years 8 months ago by nohart.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
please check the path >> http//www.test.com/privacy-policy.html
[lightbox class="width700" src="/privacy-policy.html"]Privacy Policy[/lightbox]
PS: I would do it with modalbox
getuikit.com/v2/docs/modal.html
please check the path >> http//www.test.com/privacy-policy.html
[lightbox class="width700" src="/privacy-policy.html"]Privacy Policy[/lightbox]
PS: I would do it with modalbox
getuikit.com/v2/docs/modal.html
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:3 years 8 months ago
by joomlaplates
Last edit: 3 years 8 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
The problem is the Override.
No works any override.
I tried with my other template (BIZ) and it works properly.
And also if I change the templates with protpstar. It's working.
Here on Time template even if I'm going to put the code on custom.css doesn't work.
URL: www.noh-art.com/artist-that-i-like/alexander-maxwell.html
for example
in my Custom.CSS I create this rule
and on the custom module
I can always see little text. Please see as attached
How I can fix this trouble?
P.S. I tested it on any article: same problem
Thank you
Tony
No works any override.
I tried with my other template (BIZ) and it works properly.
And also if I change the templates with protpstar. It's working.
Here on Time template even if I'm going to put the code on custom.css doesn't work.
URL: www.noh-art.com/artist-that-i-like/alexander-maxwell.html
for example
in my Custom.CSS I create this rule
Code:
.test {
font:size: 50px;}
Code:
<p class="text-carousel">You Might Also Like</p>
<p><span style="color: #f7f7f7;">[showcase source="category: 15" filter="no" filter_deeplink="no" page_deeplink="no" item_link="link" medium="6" large="6"]</span></p>
<p> </p>
How I can fix this trouble?
P.S. I tested it on any article: same problem
Thank you
Tony
Last Edit:3 years 8 months ago
by nohart
Attachments:
Last edit: 3 years 8 months ago by nohart.
Please Log in or Create an account to join the conversation.
Upgrading after a few test.
The over ride works. I had to clean the cache of Browser too.
But doesn't work with shortcodes.
LINK: www.noh-art.com
scrolling down and click on the video: my pop-up is very small.
So on my custom.css I have:
on my custom module I have:
I can't figure out how do to to enlarge the pop-up.
The over ride works. I had to clean the cache of Browser too.
But doesn't work with shortcodes.
LINK: www.noh-art.com
scrolling down and click on the video: my pop-up is very small.
So on my custom.css I have:
Code:
.w700{
max-width: 700px;
}
on my custom module I have:
Code:
class="w700"
I can't figure out how do to to enlarge the pop-up.
Last Edit:3 years 8 months ago
by nohart
Last edit: 3 years 8 months ago by nohart.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates