-
AuthorPosts
-
hcharly Friend
hcharly
- Join date:
- April 2008
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 11 times in 1 posts
February 5, 2009 at 9:35 pm #137835Hello Everyone,
Instead of RSGallery Slide show at user5, I installed and published there Mod_jaslideshow.
Everything is working properly.
But I need some help to fix the slidebar actyally displayed vertically. I would like it horizontally displayed. This can be seen visiting this linkIn advance Thanks.
-Charles
Joomla 1.5../ ja_avian_ii_l / php 4.4.9cjmicro Friendcjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
February 5, 2009 at 10:22 pm #289770Wouldn’t the module parameters width & height help this? You can set the width/height of the slideshow in the parameters of the module.
Cherylhcharly Friendhcharly
- Join date:
- April 2008
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 11 times in 1 posts
February 6, 2009 at 7:59 am #289853Hello Cheryl
<em>@cjmicro 110155 wrote:</em><blockquote>Wouldn’t the module parameters width & height help this? You can set the width/height of the slideshow in the parameters of the module.
Cheryl</blockquote>I make some adjustments to the width/height; but the problem seems to concern a css or php edit.
May be both.
In this image, you may find in green color how I excepted the slidebar to display.I appreciate your help.
-Charleshcharly Friendhcharly
- Join date:
- April 2008
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 11 times in 1 posts
February 6, 2009 at 8:28 am #289864I did it.
The slidebar class was missing in the template.css.
That’s normal since Mod_jaslideshow wasn’t included in the Avian template.
-Charlescjmicro Friendcjmicro
- Join date:
- June 2008
- Posts:
- 501
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 198
- Thanked:
- 81 times in 10 posts
February 6, 2009 at 11:29 am #289907Good job! thanks for posting the solution. I had a similar issue with captions and found that I also had to copy some of the css from another template. Hopefully this will help someone else too.
Cheryl
hcharly Friendhcharly
- Join date:
- April 2008
- Posts:
- 107
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 14
- Thanked:
- 11 times in 1 posts
June 15, 2009 at 1:33 pm #307982Hi all,
Here is a problem I found in mod_jaslideshow and the way I solved it.
The problem:
Beyond http:// declaration, double slashes should not be present in valid URLs.
The “//” is rather used by hackers for code injections.If you block the double slash in your htaccess (RedirectMatch 403 //), you’ll get a lot of 403 errcode in your log file.
This is due to mod_jaslideshow which is using “REQUEST_URI : //modules/mod_jaslideshow/ja_slideshow/” to get ja-slideshow.js and ja-slideshow.css.
The solution:
To block this kind of hack attempts and continue to use jaslideshow, you need to edit /modules/mod_jaslideshow/mod_jaslideshow.php changing from line 185 to 191 everyJURI::base().'/modules/mod_jaslideshow/ja_slideshow/
toJURI::base().'modules/mod_jaslideshow/ja_slideshow/
In my case, I receive a mail at each 403 errorcode. The mod_jaslideshow being at home page, I had a very bad surprise.
That’s all.
Hope this helps someone.
-Charles -
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by hcharly 15 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum