- Posts: 3
- Thank you received: 0
icon next and previous not shown (wrong link)
-
pevers
Inactive member - Topic Author
- New Member
Less
More
14 years 9 months ago #751
by pevers
icon next and previous not shown (wrong link) was created by pevers
The icons circleleft and circleright are not shown at my site, because the link that the HOTJoomlaGallery creates has "index.php/" in between.
Is this a bug, or is my site causing this?
Thanks in advance
Is this a bug, or is my site causing this?
Thanks in advance
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
14 years 9 months ago #752
by milos
Replied by milos on topic Re: icon next and previous not shown (wrong link)
"index.php/" is created because you enabled SEF without mod_rewrite in global Joomla Configuration.
Please Log in to join the conversation.
-
pevers
Inactive member - Topic Author
- New Member
Less
More
- Posts: 3
- Thank you received: 0
14 years 9 months ago #762
by pevers
Replied by pevers on topic Re: icon next and previous not shown (wrong link)
Dear Milos, thanks for your quick response!
Indeed that is the issue, but when I turn on mod_rewrite no other pages than my frontpage is visible. I have tried several .htaccess settings, but none work.
Is it not possible to get the circles visible with SEF on and mod_rewrite off?
Thanks in advance, regards, pevers
Indeed that is the issue, but when I turn on mod_rewrite no other pages than my frontpage is visible. I have tried several .htaccess settings, but none work.
Is it not possible to get the circles visible with SEF on and mod_rewrite off?
Thanks in advance, regards, pevers
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6745
- Thank you received: 716
14 years 9 months ago #763
by milos
Replied by milos on topic Re: icon next and previous not shown (wrong link)
Please open file /default/js/slideViewerPro.js and change lines 49 and 50 to absolute links. In example:
change it to
Code:
leftButtonInner: "<img src='modules/mod_hot_joomla_gallery/images/circleleft32.png' width='32' height='32' alt='' />",
Code:
leftButtonInner: "<img src='http://www.yoursite.com/modules/mod_hot_joomla_gallery/images/circleleft32.png' width='32' height='32' alt='' />",
Please Log in to join the conversation.
Time to create page: 0.166 seconds