End of Support for Joomla 3 - Forum closed
Link to a popup Menu
- StefanBecker
- Offline Topic Author
- Fresh Boarder
- Posts: 2
- Thank you received: 0
Hello Joomla team,
how can I get an pop up window when I click on the BUY NOW Button on the
Starter Modul
This is a really cool product
Colorful and Fun
Rarely Lets You Down
Environmentally Friendly
Sometimes Disappears
Buy NOW
There are 3 Moduls
Starter Advanced Developer
Thank You and best regards
Stefan
how can I get an pop up window when I click on the BUY NOW Button on the
Starter Modul
This is a really cool product
Colorful and Fun
Rarely Lets You Down
Environmentally Friendly
Sometimes Disappears
Buy NOW
There are 3 Moduls
Starter Advanced Developer
Thank You and best regards
Stefan
by StefanBecker
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hello,
what do you want exactly?
A popup, or a lightbox or just a href target blank?
what do you want exactly?
A popup, or a lightbox or just a href target blank?
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- StefanBecker
- Offline Topic Author
- Fresh Boarder
- Posts: 2
- Thank you received: 0
Hello,
I want to get contact information we use e.g. JSUniform
Thank you and best regards
Stefan
I want to get contact information we use e.g. JSUniform
Thank you and best regards
Stefan
by StefanBecker
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi again,
1.) Edit the file > templates\jp-biz\roksprocket\layouts\tables\themes\product\item.php see image
Change the lines, see below:
2.) After that you have to add a link to the module
1.) Edit the file > templates\jp-biz\roksprocket\layouts\tables\themes\product\item.php see image
Attachment lightbox-2-3-4-5.jpg not found
Change the lines, see below:
<?php if ($item->getPrimaryLink()) : ?>
<div class="sprocket-tables-link sprocket-tables-cell sprocket-tables-bg1">
<a data-lightbox-type="iframe" data-uk-lightbox href="<?php echo $item->getPrimaryLink()->getUrl(); ?>" class="uk-button"><?php echo $item->getParam('tables_item_link_text'); ?></a>
</div>
<?php endif; ?>
2.) After that you have to add a link to the module
Attachment lightbox1-2.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:5 years 4 months ago
by joomlaplates
Attachments:
Last edit: 5 years 4 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates