-
AuthorPosts
-
August 4, 2011 at 3:56 pm #167077
jatypo is not working. I cant see jatypo icons on article
John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
August 5, 2011 at 2:08 pm #404670What 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.August 5, 2011 at 2:31 pm #404671John Wesley Brett ModeratorJohn Wesley Brett
- Join date:
- July 2013
- Posts:
- 2142
- Downloads:
- 17
- Uploads:
- 26
- Thanks:
- 175
- Thanked:
- 645 times in 426 posts
August 5, 2011 at 2:52 pm #404674anoel,
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.
1 user says Thank You to John Wesley Brett for this useful post
August 5, 2011 at 3:48 pm #404680Thanks, its working perfect.
chavan Friendchavan
- Join date:
- October 2014
- Posts:
- 4612
- Downloads:
- 0
- Uploads:
- 110
- Thanked:
- 1440 times in 1290 posts
August 10, 2011 at 9:34 am #405352Hi 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.
2 users say Thank You to chavan for this useful post
sanjiovani Friendsanjiovani
- Join date:
- September 2006
- Posts:
- 217
- Downloads:
- 0
- Uploads:
- 32
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
September 2, 2011 at 4:44 am #410177i 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
-
AuthorPosts
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