Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • acheron83 Friend
    #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 Friend
    #464693

    Hi, 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>

    acheron83 Friend
    #464749

    hello;

    I just did an online test and install the module s good but not on WampServer locally ° 0 °?????

    Why???

    acheron83 Friend
    #464783

    Hello
    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 MESSAGE

    cordially

    HeR0 Friend
    #464800

    Hi 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.jpg

    Hope you understand us.

    Regards,

    acheron83 Friend
    #465472

    Hello,
    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 Friend
    #465539

    Hi 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,

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  HeR0 12 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum