-
AuthorPosts
-
orpheus2510 Friend
orpheus2510
- Join date:
- July 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 14 times in 1 posts
September 11, 2007 at 11:00 pm #122689I installed the revised version of the slide gallery – and it kills my template. The slide navigation is not shown properly ,the user tool is out of site and the bottom of the template is destroyed.
And it seems as if the guys of JA don’t like the Koniga-template, because there are no more answer to all the questions, no more bug fixes and no more support. What’s going on there at JoomlArt?
I’m very sad about this situation … :((
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 12, 2007 at 7:12 am #229310Hmmmm, can you pm me your index.php file?
orpheus2510 Friendorpheus2510
- Join date:
- July 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 14 times in 1 posts
September 12, 2007 at 7:29 am #229312PM is out – I hope for your help.
THX!Edit: I didn’t realize, which index.php you wanted – that one of joomla (in installations root) or that one of the template. I sent you first that one of the joomla-installation, the other one (from the template’s directory) follows.
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 12, 2007 at 8:04 am #229314The index from the template is same as mine,can you try uninstall the slidegallery and install it again? Or try with the older one if possible…..
orpheus2510 Friendorpheus2510
- Join date:
- July 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 14 times in 1 posts
September 12, 2007 at 8:53 am #229317Same effect with another version of the slide gallery (where can I realize if I have an old version or a newer one?).
Something else: I’ve installed the template and the modul on a local Joomla-installation (XAMPP) – and it works perfectly! Is there possibly any reason for the problems on serverside? Any misconfiguration (the server, where my sites are hosted, had a crash two weeks ago and the guys are still rebuildung it with a new system and new config)?September 12, 2007 at 12:17 pm #229329What other modules do you have running on your site. I know that some of the default Joomla image modules conflct with the slider gallery. Disable random image and any other imaging modules you have running and see if that helps.
bluecafe Friendbluecafe
- Join date:
- October 2006
- Posts:
- 157
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
September 12, 2007 at 12:49 pm #229332Have you solved your problem? Your site looks ok when I looking at it in Firefox and IE and the gallery seems to work fine …
orpheus2510 Friendorpheus2510
- Join date:
- July 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 14 times in 1 posts
September 12, 2007 at 2:35 pm #229333I have disabled all modules except the menus, login, whoisonline and the JA modules belonging to the template. No other situation.
No, problem is not solved. 4 thumbs should be shown (3 are shown), 14 pictures are in the folder, right arrow is missing – I have renamed the files with special german letters (ß,ä,ö,ü), because otherwise no picture were shown. Other modules and components are not installed on the site – it is a fresh J1.0.13 installation. But it must be serverside problem – the local version is running.
bluecafe Friendbluecafe
- Join date:
- October 2006
- Posts:
- 157
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
September 12, 2007 at 4:46 pm #229336hi orpheus,
I just looked at your source-code. Where the forth image should show up there is a fatal error listed:<ul>
<li class="jasg-element" style="padding: 6px; width: 33px;">
<img src="http://rabbelbande.steppstiche.de/images/paintings/thumb/Aufbluehen.jpg" onclick="changeFullimage(0);" id="img_slide_id_0" class="img_slide_smooth" alt="Aufbluehen.jpg">
</li>
<li class="jasg-element" style="padding: 6px; width: 33px;">
<img src="http://rabbelbande.steppstiche.de/images/paintings/thumb/Fluss.jpg" onclick="changeFullimage(1);" id="img_slide_id_1" class="img_slide_smooth" alt="Fluss.jpg">
</li>
<li class="jasg-element" style="padding: 6px; width: 33px;">
<img src="http://rabbelbande.steppstiche.de/images/paintings/thumb/Geburt.jpg" onclick="changeFullimage(2);" id="img_slide_id_2" class="img_slide_smooth" alt="Geburt.jpg">
</li>
<br>
<b>
Fatal error
</b>
: Call to undefined function: imageantialias() in
<b>
/var/www/web34/html/rabbelbande/modules/mod_ja_slidegallery.php
</b>
on line
<b>
337
</b>
<br>
</ul>But don’t ask me what this means … :).
Umlaute etc. are a nono, empty spaces in the image name, too
orpheus2510 Friendorpheus2510
- Join date:
- July 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 14 times in 1 posts
September 12, 2007 at 8:05 pm #229341I’ve got the solution: there was one picture in the folder without a corresponding picture in the thumb subfolder (exactly the fourth one in line). One less in thumbs made the mistake. Selfmade problem! Thanks everybody for help!
But another question I have: when you put the mouse on the big picture in the slide gallery, a text is shown “Click here to view large image”. Where can I change the text (I want to get it in german)?
bluecafe Friendbluecafe
- Join date:
- October 2006
- Posts:
- 157
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 1 posts
September 13, 2007 at 11:04 am #229378In mod_ja_slidegallery.php approximately in the middle:
anchors.onmouseover = function() {
tip.innerHTML = "Click here to view large image";
tip.style.display = "block";You just need to change the text between the quotes.
orpheus2510 Friendorpheus2510
- Join date:
- July 2007
- Posts:
- 149
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
- Thanked:
- 14 times in 1 posts
September 13, 2007 at 11:46 am #229382<em>@bluecafe 27481 wrote:</em><blockquote>In mod_ja_slidegallery.php approximately in the middle:
anchors.onmouseover = function() {
tip.innerHTML = "Click here to view large image";
tip.style.display = "block";You just need to change the text between the quotes.</blockquote>
Thank you! I didn’t find the text yesterday.
lehoai Friendlehoai
- Join date:
- January 2007
- Posts:
- 158
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 13
- Thanked:
- 7 times in 7 posts
September 20, 2007 at 2:59 am #229691HI man, you anybody else have this problem should check status of GD2 library in your hosting.
There are 2 solution for this problem.
one is you create all your thumbnail and save with exacly name in thumb subfolder.
two is you enable GD2 library in your hosting.Thanks for reading and goodluck
-
AuthorPosts
This topic contains 13 replies, has 5 voices, and was last updated by lehoai 17 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum