Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Using the Phantom module, I would like to be able to insert a link on an image to direct it to a new page. However, it is currently opening a new tab. Is there anyway of changing this so that the link stays in the same window?
Be sure you have latest version of all modules: go to Manage Galleries.. page -> Available Modules tab -> update modules if any.
If you use Phantom module, then edit init.php file ( /wp-content/grand-media/module/phantom/init.php ) on line 106 find:
'linkTarget': ''
and change to
'linkTarget': '_self'
