Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • albertogaliza Friend
    #182268

    Hi,

    Disably JA Thumbnail Plugin mobile (iphone) page?

    Or… modifiy CSS iphone ?

    thanks… !


    1. IMG-20121107-WA0004
    Ninja Lead Moderator
    #473121

    On this case we could not support on this, but you can try to do as follows. M suggestion will help you disable JA Thumbnail plugin on iPhone layout
    <blockquote>Open plugins/content/plg_jathumbnail/plg_jathumbnail.php file</blockquote>
    find this function “function article(&$article, &$params, $limitstart = 0)
    from


    if (!$this->pluginParams->get('content_mode', 'auto')) {
    $article->text = $this->removeCode($article->text);
    return;
    }

    change to

    $iphone = strpos($_SERVER['HTTP_USER_AGENT'],"iPhone");
    if ($iphone !== false) {
    return;
    }
    if (!$this->pluginParams->get('content_mode', 'auto')) {
    $article->text = $this->removeCode($article->text);
    return;
    }

    or you can download and extract my fixes on my attachment file

    Hope it helps


    1. plg_jathumbnail.zip
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum