SOLVED — Ajax Scroller — Not all article showing up ?

13 years 5 months ago - 13 years 5 months ago #6144 by Chacapamac
THIS IS SOLVED
The problem was probably:
a) Ajax scroller have a cache that need to be cleaned (Joomla Cache Manager) ?

b) the article was copy of only one article (with different alias) ?

c) Random with small amount of article?

WORKING GOOD NOW !

First time install.
So far I’m really happy with the possibilities of that modules.
Thanks...

I cannot show you the problem as I developp on localhost to send to the live site after.

I make 4 article with the same content with small changes to each (all different alias, all in the same Section/Category, all published)

I want an horizontal scroller with only 2 article/content showing up at one time.

• The total space in width where those 2 article (at a time) should show are around —> 556px

• the height of the articles around —> 124px

• the width of each article around —> 266px (532px total width of 2 article)

Only 2 article are showing?????

If I play with the ordering (or publish/unpublished) in the article manager you see the articles thar are not showing up remplacing one or both article — I never see the 4 only 2 depending on the ordering in the back????

Do you have an idea??

Thanks

My CSS
.ajaxscrl .mContainer {
	width: 556px;  /* edit this value for your own module width */
	height: 124px; /* edit this value for your own module height */
	display: block;
	overflow: hidden;
	position: relative;
}
.ajaxscrl .mScroller {
	display: block;
	margin: 0;
	padding: 0;
}
.ajaxscrl .mScroller div {
	display: block;
	text-align: left;
	margin: 0;
	float: left;
	width: 556px; /* edit this value for your own module width */
	min-height: 124px; /* edit this value for your own module height */
}
.ajaxscrl .mScroller div div {  /* if more than 1 item displayed use this for individual item size */
	display: block;
	margin: 0 5px 0 5px;
	float: left;
	width: 266px;
}


This is my set up in Ajax scroller admin:
Nr. of items displayed = 2
Max number of items = 0
Scroll direction = Horizontal
Switch = Linear

Please Log in or Create an account to join the conversation.

About us

We provide high quality Joomla components created by a co-founder and original core developer of Joomla. For over a decade, our products have been used by more than 20.000 webmasters around the world.

Stay in touch