Hi,
I have the following issue:
I would like to use lightbox without having to post it on a module position. All I need is some kind of trick to wrap the following command:
<?php if($this->params->get('twitter')) : ?><li><a href="<?php echo $this->params->get('twitter'); ?>" title="Twitter" id="twitter" target="_blank">Follow Us</a></li><?php endif; ?>
In order for it to open up in a lightbox.
The idea is the following:
1.) I have an icon on my website, which I want to link with an article.
2.) Once you click on the icon, the pop up with the article inside should show up.
Can you please help me? Is this possible at all
Here is the link to the site:
www.studit.ch you can see the icons on the top right side.