- Posts: 6743
- Thank you received: 716
error in Gallery
-
milos
Support Staff - Moderator
Less
More
14 years 1 month ago #3565
by milos
Replied by milos on topic Re: Thumbnail slider
I checked your site with Safari and Chrome on Mac, and there are no errors on pages with Hot Joomla Gallery.
Please Log in to join the conversation.
-
sradug
Inactive member - New Member
Less
More
- Posts: 7
- Thank you received: 0
14 years 1 month ago #3583
by sradug
Replied by sradug on topic Re: Thumbnail slider
milos
i have changed the mootools.js with the latest one which is 1.3
i have 1.2
everything seems to work but the admin menu in joomla and the slideshow on the first page
here's what i think
i think that mootools.js and your script.jp have some issues
right now i have put back the old mootools.js because i need my admin menu back-although i am on joomla 1.5.22
right now you can see the error on safari
please let me know what will be the next step
i look forward to get this fixed
regards
i have changed the mootools.js with the latest one which is 1.3
i have 1.2
everything seems to work but the admin menu in joomla and the slideshow on the first page
here's what i think
i think that mootools.js and your script.jp have some issues
right now i have put back the old mootools.js because i need my admin menu back-although i am on joomla 1.5.22
right now you can see the error on safari
please let me know what will be the next step
i look forward to get this fixed
regards
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 1 month ago #3585
by milos
Replied by milos on topic Re: Thumbnail slider
Try to delete cpanel script from your template's index.php file.
Or try to enable/disable some other scripts/modules. Our module DOES NOT MAKE conflict with mooTools. It's 100% sure.
Code:
<script type="text/javascript">
var tmpl_name = 'ja_droid';
window.addEvent('load', function () {
$('ja-cpanel-toggle').status == 'close';
$('ja-cpanel-toggle').slider = new Fx.Slide('ja-cpanel-main', {duration: 400});
$('ja-cpanel-toggle').slider.hide();
$('ja-cpanel').setStyle ('top', 0);
$('ja-cpanel-toggle').addEvent ('click', function (e) {
this.slider.toggle();
if (this.hasClass ('open')) {
this.removeClass ('open').addClass ('close');
} else {
this.removeClass ('close').addClass ('open');
}
new Event(e).stop();
});
});
</script>
Or try to enable/disable some other scripts/modules. Our module DOES NOT MAKE conflict with mooTools. It's 100% sure.
Please Log in to join the conversation.
-
sradug
Inactive member - New Member
Less
More
- Posts: 7
- Thank you received: 0
14 years 1 month ago #3595
by sradug
Replied by sradug on topic Re: Thumbnail slider
i've deleted the javascript related to cpanel
same error.
can you take a look at the mootools?
original mootools script v1.2
giaphotos.com/media/system/js/mootools.js
new mootools script v1.3
giaphotos.com/media/system/js/mootools1.3.js
the original is on right now
hot joomla error on safari and apple devices-iphone, ipad, etc
with the new mootools hot joomla works great on safari and apple devices, but my admin menu is dead, also the slideshow on the indexpage-just a black background.
might be a "class" problem
ps did anybody else have the same issue in joomla t3 framework?
look forward to get this fixed because i love your module
Sincerely
Radu
same error.
can you take a look at the mootools?
original mootools script v1.2
giaphotos.com/media/system/js/mootools.js
new mootools script v1.3
giaphotos.com/media/system/js/mootools1.3.js
the original is on right now
hot joomla error on safari and apple devices-iphone, ipad, etc
with the new mootools hot joomla works great on safari and apple devices, but my admin menu is dead, also the slideshow on the indexpage-just a black background.
might be a "class" problem
ps did anybody else have the same issue in joomla t3 framework?
look forward to get this fixed because i love your module
Sincerely
Radu
Please Log in to join the conversation.
-
mparker
Inactive member - New Member
Less
More
- Posts: 1
- Thank you received: 0
14 years 1 month ago #3680
by mparker
Replied by mparker on topic Re: error in Gallery
I to am getting this error when viewing in safari I have tried the fixes suggested but no joy.
www.northernspiritcreative.co.uk
thanks in advance for any help.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 1 month ago #3684
by milos
Please disable loading of jQuery in module parameters.
Replied by milos on topic Re: error in Gallery
mparker wrote: I to am getting this error when viewing in safari I have tried the fixes suggested but no joy. www.northernspiritcreative.co.uk thanks in advance for any help.
Please disable loading of jQuery in module parameters.
Please Log in to join the conversation.
Time to create page: 0.096 seconds