caterory style

Sherlock can u tell me
what i miss in here
category style is not displaying as it should ?
Attachment 33003

http://www.boomini.eu/index.php/boom-games.html

19 answers

Profile photo of Sherlock 0.00 $tone January 17, 2014
Public

In back-end of your categories you can set Is Anchor to Yes so that the right filter block can be shown on the left instead of the category navigation block as at the moment. Let me know if this helps.

#3
Profile photo of hyeonjoo an 100.00 $tone January 20, 2014
Public

yes!!! I was going to ask too…
I’ve been tested for one month and I still couldn’t find out the problem.

hope, Joomla engineer give us a comment.

What if you make a new thread then other people can see it.

#9
Profile photo of Sherlock 0.00 $tone January 22, 2014
Public

QUOTE] why slide sometime display like this ?
Click image for larger version Name: img.jpg Views: 2 Size: 18.7 KB ID: 33152

when I refresh page its ok
this often happens on every browser

you can open the file app\design\frontend\default\jm_megamalltemplate\j oomlart\jmproductsslider\list.phtml there you change

HTML Code:

  jQuery(document).ready(function($){
	    jQuery("#<?php echo $divid?>").jCarouselLite({
			auto: <?php echo $configs['autorun']?>,
			speed: 			<?php echo $configs['animationtime']?>,
			visible: 		<?php echo $configs['number_items']?>,
			btnNext: "#jmmainwrap-<?php echo $divid?> .jm-next",
			btnPrev: "#jmmainwrap-<?php echo $divid?> .jm-prev",
			width: <?php echo $configs['number_items']*($configs['width']+10); ?>,
			width_img: <?php echo $configs['width']; ?>
		});
	});

To

HTML Code:

 jQuery(window).load(function($){
	    jQuery("#<?php echo $divid?>").jCarouselLite({
			auto: <?php echo $configs['autorun']?>,
			speed: 			<?php echo $configs['animationtime']?>,
			visible: 		<?php echo $configs['number_items']?>,
			btnNext: "#jmmainwrap-<?php echo $divid?> .jm-next",
			btnPrev: "#jmmainwrap-<?php echo $divid?> .jm-prev",
			width: <?php echo $configs['number_items']*($configs['width']+10); ?>,
			width_img: <?php echo $configs['width']; ?>
		});
	});

I hope this helps !

#11
Profile photo of Radonja Djurisic 0.00 $tone January 23, 2014
Public

Yes i try that one but when refrashing page .. products dont display as it should..
And i put old code
I will do that again maybe i should play with settings to get it right.. i will post screanshoot lil later

#14
Profile photo of Sherlock 0.00 $tone February 6, 2014
Public

I did change from:

HTML Code:

  jQuery(window).load(function($){
	    jQuery("#<?php echo $divid?>").jCarouselLite({
			auto: <?php echo $configs['autorun']?>,
			speed: 			<?php echo $configs['animationtime']?>,
			visible: 		<?php echo $configs['number_items']?>,
			btnNext: "#jmmainwrap-<?php echo $divid?> .jm-next",
			btnPrev: "#jmmainwrap-<?php echo $divid?> .jm-prev",
			width: <?php echo $configs['number_items']*($configs['width']+10); ?>,
			width_img: <?php echo $configs['width']; ?>
		});
		
	});

To

HTML Code:

  jQuery(window).load(function($){
	    jQuery("#<?php echo $divid?>").jCarouselLite({
			auto: <?php echo $configs['autorun']?>,
			speed: 			<?php echo $configs['animationtime']?>,
			visible: 		<?php echo $configs['number_items']?>,
			btnNext: "#jmmainwrap-<?php echo $divid?> .jm-next",
			btnPrev: "#jmmainwrap-<?php echo $divid?> .jm-prev",
			width: <?php echo $configs['number_items']*($configs['width']+10); ?>,
			width_img: <?php echo $configs['width']; ?>
		});
		jQuery(window).trigger("resize");
	});

Let me know how it goes.

#18

This question is now closed

Written By

Comments