-
AuthorPosts
-
August 19, 2012 at 6:51 pm #180052
Hello
I m just a sighting of a problem on the module ja_slideshow, since I can not install it:
> administrator >> management modules >>> new >>>> configuration >>>>>> jaslideshow >>>>> save (or close and new) nothing’s happening!
Why????
cordially
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 20, 2012 at 4:36 am #464693Hi, Acheron83,
This is joomla method and i have just checked on our demo step by step and could not see any error occured.
Please attach screenshots and pm me your site information then i’ll have a look and help you out.Regards,
<em>@acheron83 335008 wrote:</em><blockquote>Hello
I m just a sighting of a problem on the module ja_slideshow, since I can not install it:
> administrator >> management modules >>> new >>>> configuration >>>>>> jaslideshow >>>>> save (or close and new) nothing’s happening!
Why????
cordially</blockquote>
August 20, 2012 at 10:59 am #464749hello;
I just did an online test and install the module s good but not on WampServer locally ° 0 °?????
Why???
August 20, 2012 at 8:53 pm #464783Hello
I have a lot of problem with ja slide show you can take a quick look
http://www.team-gk.fr/gk2.0/ I send you the code accessible from PRIVATE MESSAGEcordially
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 21, 2012 at 2:57 am #464800Hi Acheron83,
I have seen an js error on your site, so it made slideshow stop working
TypeError: div is null
links = div.getElements('a'),
I am sure that i know where it is.
window.addEvent('load', function () {
var duration = 300,
div = document.getElement('div.slider-tabs');
links = div.getElements('a'),
carousel = new Carousel.Extra({
autostart: false,
activeClass: 'selected',
container: 'slide',
scroll: 1,
circular: true,
current: 0,
previous: links.shift(),
next: links.pop(),
tabs: links,
/* mode: 'horizontal', */
fx: {
duration: duration
}
}),
removed = 0;
function change() {
var panel = this.retrieve('panel');
if(this.checked) {
if(!panel) {
if(carousel.running) {
carousel.addEvent('complete:once', change.bind(this));
return
}
panel = carousel.remove(Math.max(0, this.value - removed));
if(panel) {
this.store('panel', panel);
removed++;
}
this.checked = !!panel
}
} else {
if(panel) {
this.eliminate('panel');
removed--;
carousel.add(panel.panel, panel.tab.inject(div.getFirst(), 'after'), this.value)
}
}
}
$$('input.remove').addEvents({click: change, change: change})
})
Please check and fix this error. As you know, the our template is only first step for development a new website. So during developing, you modify, install 3rd extensions will not avoid some conflict issues… which you must control from yourself.
<blockquote>I have a lot of problem with ja slide show you can take a quick look</blockquote> I could see have not any problem with JA slide show. The images on slide is small because images source is small size /gk2.0/images/resized/media/k2/items/cache/c1011ef61ed9937904f4938c63d014ea_Generic_300_300.jpgHope you understand us.
Regards,
August 27, 2012 at 10:49 am #465472Hello,
I modules Ja ja slideshow Bulletin and who do not want to run local, closing and recording.I do not understand why you said to me that there is an error on Jomsocial but I used it with RocketTheme JomSocial and I must admit that it worked well.
S you please help me to rectify the draw I do not understand these conflicts.
cordially
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
August 28, 2012 at 2:18 am #465539Hi Acheron83
This is error notice
TypeError: div is null
links = div.getElements('a'),
It in
window.addEvent('load', function () {
var duration = 300,
div = document.getElement('div.slider-tabs');
links = div.getElements('a'),
carousel = new Carousel.Extra({
autostart: false,
activeClass: 'selected',
container: 'slide',
scroll: 1,
circular: true,
current: 0,
previous: links.shift(),
next: links.pop(),
tabs: links,
/* mode: 'horizontal', */
fx: {
duration: duration
}
}),
removed = 0;
function change() {
var panel = this.retrieve('panel');
if(this.checked) {
if(!panel) {
if(carousel.running) {
carousel.addEvent('complete:once', change.bind(this));
return
}
panel = carousel.remove(Math.max(0, this.value - removed));
if(panel) {
this.store('panel', panel);
removed++;
}
this.checked = !!panel
}
} else {
if(panel) {
this.eliminate('panel');
removed--;
carousel.add(panel.panel, panel.tab.inject(div.getFirst(), 'after'), this.value)
}
}
}
$$('input.remove').addEvents({click: change, change: change})
})
You must fix this error then your issue will resolve.
Regards, -
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by HeR0 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum