cant get pagnition i mo template

Support forum dedicated to free and advanced Joomla content presentation module with various layout options and data sources support.
GK User
Thu Mar 06, 2014 1:27 pm
Hi dont can get the pagnition on the mo template.

it must work in standard mode.

i have amount of 10 pages used.

I have check your thread with inputs like this:
.nspMain {
overflow: visible;
}

but it dont work.

you can see it here http://www.pentax-akademie.de

It is the second line with the workshops

best

michael
User avatar
Gold Boarder

teitbite
Thu Mar 06, 2014 6:02 pm
Hi

The only module with pages doesn;t have enought articles to display 2 pages, so pagiation is not used. Please lower the number of rows to 1 so I'll be able to check.
User avatar
Moderator

GK User
Thu Mar 06, 2014 6:35 pm
teitbite wrote:Hi

The only module with pages doesn;t have enought articles to display 2 pages, so pagiation is not used. Please lower the number of rows to 1 so I'll be able to check.


I have switch to one row but the same result. Today we are switched fo a customer presentation to 3 before we work with one row.
User avatar
Gold Boarder

GK User
Thu Mar 06, 2014 6:46 pm
Hi i think we have a misunderstand in the communication,

what i mean ist we need one row for all and scroll with pagnition.

what we see ist one row with 3 colums and in the seconc row on the botten the next entys. but only with text links

best
michael
User avatar
Gold Boarder

teitbite
Fri Mar 07, 2014 4:14 pm
Hi

Now I can see that pagination is visible in code. Please add this to css:

Code: Select all
.nspMain,
.nspArts {
    overflow: visible;
}
User avatar
Moderator

GK User
Fri Mar 07, 2014 4:40 pm
teitbite wrote:Hi

Now I can see that pagination is visible in code. Please add this to css:

Code: Select all
.nspMain,
.nspArts {
    overflow: visible;
}


Hi thanks for the code,
i put add it into the style.css but i dont see the pagnition. Must we delete other Codesnipes ??
You can see the result on the page.

Arts 10
colums 3
rows 1

And Articles we have 7

Best Michael
User avatar
Gold Boarder

teitbite
Fri Mar 07, 2014 5:04 pm
Hi

I do not see this code at Your site. Please add it to override.css but with !important rule, like this:

Code: Select all
.nspMain,
.nspArts {
    overflow: visible !important;
}


Please remember that override needs to be enabled in template settings. Also clear cache before checking the result.
User avatar
Moderator

GK User
Fri Mar 07, 2014 9:07 pm
teitbite wrote:Hi

I do not see this code at Your site. Please add it to override.css but with !important rule, like this:

Code: Select all
.nspMain,
.nspArts {
    overflow: visible !important;
}


Please remember that override needs to be enabled in template settings. Also clear cache before checking the result.


Now ist works. My mystake. I put it into the Code direct.

Many thanks for your Help

Michael
User avatar
Gold Boarder

teitbite
Sat Mar 08, 2014 9:34 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron