Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • anoel Friend
    #167077

    jatypo is not working. I cant see jatypo icons on article

    John Wesley Brett Moderator
    #404670

    What was causing it not to show was that your cache had not been cleared.
    Routinely you should go to:
    TOOLS > GLOBAL CHECK-IN (check all and check-in)
    TOOLS > CLEAN CACHE (check all and delete)
    TOOLS > PURGE CLEARED CACHE > DELETE
    and in the upper right of the Admin area JAT3 CLEAR CACHE (Just push it)

    This clears out ALL of your cache so you can see the updates to your website immediately.

    Have fun!
    John.

    anoel Friend
    #404671

    Hello Jbreet, its not working I send you screenshots.


    1. Desktop.zip
    John Wesley Brett Moderator
    #404674

    anoel,

    Very good I see the issue now.

    Goto: EXTENSIONS > TEMPLATE MANAGER > JA_IRONIS > CSS & JAVASCRIPT COMPRESS > make the setting for Optimize CSS: “Linked files“.
    Making it “Joining & Minify & Compress” causes the URL to the icons to be rendered incorrectly.

    This is a bug which we will take care of. For the time being, using “Linked Files” will work.

    John.

    anoel Friend
    #404680

    Thanks, its working perfect.

    chavan Friend
    #405352

    Hi anoel

    You can follow via steps to fix this bug:
    1. Open file pluginssystemjat3corehead.php
    2. Find function converturl
    3. Replace this code


    if ($base === '\' || $base === '/') $base = '';
    $url = $base.'/'.$url;

    by this block


    //if ($base === '\' || $base === '/') $base = '';
    $url = $base.'/'.$url;
    if ($url[0] == '\' || $url[0] == '/') {
    $url = ltrim($url, '\/');
    $url = '/' . $url;
    }

    Clear cache. Refresh your page.

    Note: You should notice this issue because it may be not effect when you upgrade your version of JA T3 plugin.

    sanjiovani Friend
    #410177

    i have tried both suggestions at above and continue to the errors

    Notice: Undefined variable: javersion in /home/ifilm2/public_html/plugins/system/jatypo/jatypo.php on line 31

    Notice: Trying to get property of non-object in /home/ifilm2/public_html/plugins/system/jatypo/jatypo.php on line 31

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 4 voices, and was last updated by  sanjiovani 13 years, 2 months ago.

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