-
AuthorPosts
-
July 31, 2008 at 5:03 am #131567
Hi, I’m glad with my recently buyed membership. I build a site with JA Teline II, but I have an issue with “Hot Topic” module. It shows the picture but the transparent blue box doesn’t move and doesn’t show the text.
Some Useful Info:
– Joomla 1.5.4
– PHP 5.2.2
– Web Server ApacheThe weird right here is that the module works fine when I installed in local (using Xampp) to build the site. When I uploaded the site to my hosting, this module doesn’t work. :confused:
You can see it right here: http://www.secuprof.com.ar
Thanks a lot π
questbg Friendquestbg
- Join date:
- May 2008
- Posts:
- 1912
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 146
- Thanked:
- 339 times in 197 posts
July 31, 2008 at 5:14 am #263159Can you send a screen grab of this in the Article Editor? So I can see placement of image, text and ‘Read More’?
July 31, 2008 at 2:28 pm #263213Sorry my english… I think you are asking me the file I attached.
The weir thing is that in my local build of the site, the article is in the same way, but the module works fine…
Well, look at the print screen, and you tell me if I’m doing something wrong.
Thanks a lot.
August 5, 2008 at 4:18 am #263835Any Idea? I need help down here… :-[
Thanks again.
Gue.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 6, 2008 at 10:30 am #264085Hi,
Can you please PM me your site admin account as well as FPT account? Without investigating into the codes, I am afraid that we can not provide any solutionAugust 6, 2008 at 11:05 am #264090I have the same problem with garciad, and i send you pm too, i hope you can help me too…
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
August 6, 2008 at 4:40 pm #264135garciad, try to unpublish some other modules in right position, the one you have called: Γltimos Comentarios and Calendario de Eventos atleast.
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 6, 2008 at 6:02 pm #264150Actually…you simply have a misdirected file in the header of your template.
The HOT TOPIC depends on ja_catslwi.css to do its thing.
Your template is looking for it currently at:
<link type="text/css" href="//modules/mod_ja_catslwi/mod_ja_catslwi/ja_catslwi.css" rel="stylesheet">
When it should be looking at:
<link type="text/css" href="/modules/mod_ja_catslwi/mod_ja_catslwi/ja_catslwi.css" rel="stylesheet">
So just correct that one little “/” and you’ll be good to go.
The devil’s always in the details, ain’t he! π
John.1 user says Thank You to John Wesley Brett for this useful post
August 6, 2008 at 6:52 pm #264158Thank you you saved my life! π
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 6, 2008 at 6:55 pm #264159Anytime. And welcome.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 7, 2008 at 1:30 am #264219Hi garciad
Do you have any success ?August 7, 2008 at 2:56 am #264231<em>@jbrett 71985 wrote:</em><blockquote>Actually…you simply have a misdirected file in the header of your template.
The HOT TOPIC depends on ja_catslwi.css to do its thing.
Your template is looking for it currently at:
<link type="text/css" href="//modules/mod_ja_catslwi/mod_ja_catslwi/ja_catslwi.css" rel="stylesheet">
When it should be looking at:
<link type="text/css" href="/modules/mod_ja_catslwi/mod_ja_catslwi/ja_catslwi.css" rel="stylesheet">
So just correct that one little “/” and you’ll be good to go.
The devil’s always in the details, ain’t he! π
John.</blockquote>Thanks John, and sorry my beginner level… what file have I to change? I just don’t know in which file modify this issue… I was searching, but I’m a beginner.
Thanks again!
Gue.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 7, 2008 at 3:00 am #264233hi
Seem you use old version of that module
You can view mod_ja_catslwi.php (modulesmod_ja_catslwi folder)
line 6
JHTML::stylesheet('',modJaSLWI::getFile('ja_catslwi.css','modules/mod_ja_catslwi/mod_ja_catslwi/','templates/'.$mainframe->getTemplate().'/css/'));
August 7, 2008 at 3:10 am #264237Thanks nguoiabcd. So I have to copy and paste the code you post? Or Have I to re install the module again?.
Thanks again,
Gue.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 7, 2008 at 3:49 am #264245Hi garciad
Your module is old version (I checked via FTP what you send me at other topic via PM)
i changed for you mod_ja_catslwi.php (modulesmod_ja_catslwi)
Change from:
JHTML::stylesheet( "ja_catslwi.css","/modules/mod_ja_catslwi/mod_ja_catslwi/");
To
JHTML::stylesheet('',modJaSLWI::getFile('ja_catslwi.css','modules/mod_ja_catslwi/mod_ja_catslwi/','templates/'.$mainframe->getTemplate().'/css/'));
1 user says Thank You to Sherlock for this useful post
AuthorPostsThis topic contains 21 replies, has 8 voices, and was last updated by chopperp1 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum