-
AuthorPosts
-
August 1, 2014 at 4:33 pm #200181
Dear support, please help me how to disable image pop up ? (see attached file). This feature so annoying when visitor using mobile phone.
Regards
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 1, 2014 at 5:20 pm #544193It would be helpful if you could provide the url of the site you’re working on – so we can inspect this issue.
August 2, 2014 at 2:27 am #544225<em>@TomC 439102 wrote:</em><blockquote>It would be helpful if you could provide the url of the site you’re working on – so we can inspect this issue.</blockquote>
Hi Tom, i just give you via PM.
oh ya, the image pop up appear when you click the articles.
RegardsAdam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
August 4, 2014 at 9:38 am #544409Hi,
You can open this file root_folder/components/com_k2/templates/default/item.php and look for this code :
<span class="itemEditLink">
<a class="modal" rel="{handler:'iframe',size:{x:990,y:550}}" href="<?php echo $this->item->editLink; ?>">
<?php echo JText::_('K2_EDIT_ITEM'); ?>
</a>
</span>then update as below :
<span class="itemEditLink">
<a rel="{handler:'iframe',size:{x:990,y:550}}" href="<?php echo $this->item->editLink; ?>">
<?php echo JText::_('K2_EDIT_ITEM'); ?>
</a>
</span>Save your file and check the result.
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
August 4, 2014 at 7:19 pm #544507Hi pancagram:
Did the above recommendation from Adam resolve the issue?
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by TomC 10 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
how to disable image popup?
Viewing 5 posts - 1 through 5 (of 5 total)