Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

I have problem with the sj carousel
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: I have problem with the sj carousel

I have problem with the sj carousel 11 years ago #9161

  • happi
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
hello
I really like your template. It is ideally suited for my resource.
I established a template usual way. A carousel module has built then - took the quick start - here you have read on the forum that we can do.
The problem I have with the module - sj carousel. When scrolling through slides -'s folds and unfolds like an accordion.
  And I have also established a third-party slideshow. The same pattern.
To make it clear the problem I captured the image below.
And it does not happen on all pages. On some pages, the module behaves normally.
Please help me understand what the problem is. Maybe something I have not set up correctly?
Thanks

Attachment 1copy.jpg not found



Attachment 3copy.jpg not found

Re: I have problem with the sj carousel 11 years ago #9184

  • SA Thang Nguyen
Dear,

To fix this please do the following:
in templates\sj_company\html\mod_carousel\default.php
and in modules\mod_carousel\tmpl\default.php

Add the following code at the end of file:

<script type="text/javascript">
	if (typeof jQuery != 'undefined') { 
		(function($) { 
			$(document).ready(function(){
				$('#myCarousel').each(function(index, element) {
					$(this)[index].slide = null;
				});
			});
		})(jQuery);
	}
</script>



Many thanks !

Re: I have problem with the sj carousel 11 years ago #9242

  • happi
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
thank you very much!
helped!
in this connection, one more question: is it possible to the module instead of the carousel items insert a photo? module settings, I have not found it.

Re: I have problem with the sj carousel 11 years ago #9311

  • SA Thang Nguyen
you can also use

//Method #1

<script type="text/javascript">
if (typeof jQuery != 'undefined' && typeof MooTools != 'undefined' ) {
    (function($) {
        $(document).ready(function(){
            $('.carousel').each(function(index, element) {
                $(this)[index].slide = null;
            });
        });
    })(jQuery);
}
</script>


//Method #2

<script type="text/javascript">
window.addEvent('domready', function(){
    if (typeof jQuery != 'undefined' && typeof MooTools != 'undefined' ) {
        Element.implement({
            slide: function(how, mode){
                return this;
            }
        });
    }
});
</script>

Re: I have problem with the sj carousel 10 years, 6 months ago #12744

  • wmoreno3
  • OFFLINE
  • Fresh Boarder
  • Karma: 0
Dear,
My problem is:
"Sj Carousel
Has no content to show!"
I had have reading about, and I think that directory path at my system is OK
"# pwd
/usr/local/www/joomla/modules/mod_sj_carousel"
I am using FreeBSD 9.2, php55-5.5.4 and joomla25
How I can solve this issue ?
  • Page:
  • 1
Time to create page: 0.22 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes