NSP GK4 pagination override??

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jun 07, 2012 9:51 am
Dear Gavick,

1. How can I position the pagination inside (not outside) each module? (Please see the image)
If I add paginations for each module they are all summed up and positioned at the top of the page. My paginations are covered and are not inside corresponding module.

2. What can be done not to have second news module over the first one. (Left side of the attached image).

I have Restaurant template.

Thank you for your help
/Ziga

news_gk4_problem.jpg
User avatar
Fresh Boarder

GK User
Thu Jun 07, 2012 1:39 pm
Hi,

1. Can you give me a link to see the problem to advise you better?

2. Please clarify, I don't understand your question.

Thanks,
User avatar
Platinum Boarder

GK User
Fri Jun 08, 2012 12:20 pm
Don Lee,

I send you PM with access details and links to see the problem.

Regards

Don Lee wrote:Hi,

1. Can you give me a link to see the problem to advise you better?

2. Please clarify, I don't understand your question.

Thanks,
User avatar
Fresh Boarder

GK User
Fri Jun 08, 2012 2:45 pm
Hi,

Please add this code to override.css to fix the problem with pagination:
Code: Select all
.nspTopInterface div{
position:relative!important;
padding:0!important;
margin-bottom:10px!important;
float:right;
top:0!important;
}
.nspPagination{
float:right!important;
}
User avatar
Platinum Boarder

GK User
Fri Jun 08, 2012 2:48 pm
Please take a screenshot, add annotations to show me the second problem, I've tried to check but can't find it.

Thanks,
User avatar
Platinum Boarder

GK User
Fri Jun 08, 2012 8:46 pm
OK, I add this code to /templates/gk_restaurant/css/override.css and /templates/gk_restaurant/css/css_noprefix/override.css but now (with this override code) I am getting no paginations at all! I would like to see them inside each corresponding module.

Do you have another solution?

Don Lee wrote:Hi,

Please add this code to override.css to fix the problem with pagination:
Code: Select all
.nspTopInterface div{
position:relative!important;
padding:0!important;
margin-bottom:10px!important;
float:right;
top:0!important;
}
.nspPagination{
float:right!important;
}
User avatar
Fresh Boarder

GK User
Fri Jun 08, 2012 8:53 pm
The background inside red box should not be white, because it is a little bit over the wood background from upper module.

Please see the attached image.
problem2.jpg


Don Lee wrote:Please take a screenshot, add annotations to show me the second problem, I've tried to check but can't find it.

Thanks,
User avatar
Fresh Boarder

GK User
Sat Jun 09, 2012 1:18 pm
Open file: /templates/gk_restaurant/css/gk.stuff.css

Find and remove this code:
Code: Select all
#gkContent .nspTopInterface div {
    top: 28px !important;
}

Then the pagination will show up. It has been set important so my code above can't override it.
User avatar
Platinum Boarder

GK User
Sat Jun 09, 2012 1:22 pm
Add this code to CSS Override to move the white space down:
Code: Select all
#gkContent .box, #gkContent .box_menu, #gkContent .box_text{
margin-top: 25px!important;
}
User avatar
Platinum Boarder

GK User
Mon Jun 11, 2012 1:39 pm
OK! Thanks for your help!

Everything works perfectly.

Regards,

Don Lee wrote:Open file: /templates/gk_restaurant/css/gk.stuff.css

Find and remove this code:
Code: Select all
#gkContent .nspTopInterface div {
    top: 28px !important;
}

Then the pagination will show up. It has been set important so my code above can't override it.
User avatar
Fresh Boarder

GK User
Mon Jun 11, 2012 5:42 pm
I'm glad to know that, feel free to ask if you need any other assistance.

Cheers,
User avatar
Platinum Boarder


cron