Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • pancagram Friend
    #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


    1. Screen-Shot-2014-08-01-at-11.50.26-PM
    TomC Moderator
    #544193

    It would be helpful if you could provide the url of the site you’re working on – so we can inspect this issue.

    pancagram Friend
    #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.
    Regards

    Adam M Moderator
    #544409

    Hi,

    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 Moderator
    #544507

    Hi pancagram:

    Did the above recommendation from Adam resolve the issue?

Viewing 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