GK4 in article : how to move pagination ?

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
Fri Apr 05, 2013 3:47 pm
Hi,

My problem is different from : https://www.gavick.com/forums/news-show ... 21403.html

I want to move pagination to bottom with NSP GK4 IN an article. nsp suffix can't work here. Have you any solution for that ?

My test website: http://plugngeek.net/responsive/index.p ... ue/android
User avatar
Fresh Boarder

Konrad M
Fri Apr 05, 2013 5:34 pm
Hi,
please enable pagination becasue there is no pagination on this page.
User avatar

GK User
Fri Apr 05, 2013 5:36 pm
Pagination enable. Sorry.
User avatar
Fresh Boarder

Konrad M
Fri Apr 05, 2013 5:43 pm
Please add suffix to your module. For example ' mysuffix' and then add to override.css
Code: Select all
.mysuffix .nspArts {
    position: relative;
}
mysuffix .nspTopInterface {
    bottom: -5px;
    position: absolute;
    right: 0;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Apr 05, 2013 6:33 pm
It does not work.

(CSS override is ON, tested with "nsp pngsuffix" and "pngsuffix" in module without " ")

It is in source code : <div class="moduletable nsp pngsuffix">
User avatar
Fresh Boarder

Konrad M
Fri Apr 05, 2013 6:36 pm
Show me your override.css file. Becasue I checked it using ff and it is empty. Please check if you didn't add code inside /* */ comment tags.
User avatar

GK User
Fri Apr 05, 2013 6:39 pm
Code: Select all
/*
#------------------------------------------------------------------------
# GameNews - August Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: [email protected]
*/

/* Here you can include your override CSS styles */

.pngsuffix .nspArts {
    position: relative;
}
pngsuffix .nspTopInterface {
    bottom: -5px;
    position: absolute;
    right: 0;
}
User avatar
Fresh Boarder

Konrad M
Fri Apr 05, 2013 6:42 pm
You missed dot in second rule. Should be:
Code: Select all
.pngsuffix .nspArts {
    position: relative;
}
.pngsuffix .nspTopInterface {
    bottom: -5px;
    position: absolute;
    right: 0;
}
User avatar

GK User
Fri Apr 05, 2013 6:47 pm
Same problem, it is doesn't work with :

Code: Select all
/* Here you can include your override CSS styles */

.pngsuffix .nspArts {
    position: relative;
}
.pngsuffix .nspTopInterface {
    bottom: -5px;
    position: absolute;
    right: 0;
}
User avatar
Fresh Boarder

Konrad M
Fri Apr 05, 2013 6:51 pm
Send me Private Message with access to your joomla backend. Remember add link to this topic too.
User avatar

GK User
Fri Apr 05, 2013 7:10 pm
Konrad M wrote:Send me Private Message with access to your joomla backend. Remember add link to this topic too.


Informations sent - Thank you.
User avatar
Fresh Boarder

Konrad M
Mon Apr 08, 2013 8:49 am
I tried to check your issue but I got info that your website is offline. Let me know when you fix it.
User avatar

GK User
Mon Apr 08, 2013 6:27 pm
Konrad M wrote:I tried to check your issue but I got info that your website is offline. Let me know when you fix it.


Hi,

I haven't notice any problem. It was probably a provider problem. http://wwwplugngeek.net/responsive/
User avatar
Fresh Boarder

GK User
Mon Apr 08, 2013 6:34 pm
Skalp wrote:
Konrad M wrote:I tried to check your issue but I got info that your website is offline. Let me know when you fix it.


Hi,

I haven't notice any problem. It was probably a provider problem. http://wwwplugngeek.net/responsive/


http://www.plugngeek.net/responsive/ is better :D
User avatar
Fresh Boarder

GK User
Tue Apr 09, 2013 2:26 pm
Have you find any solution ?
User avatar
Fresh Boarder

Konrad M
Tue Apr 09, 2013 5:27 pm
I don't know why override.css file isn't save after edit whe you are using joomla backend. Try edit this file using ftp client. To show you that code I gave you is working I added it to custom CSS option in template settings in 'Advanced settings' tab. You can check that navigation is bottom now.
User avatar

GK User
Tue Apr 09, 2013 10:20 pm
Thank you for your help :) It is very appreciated.
User avatar
Fresh Boarder


cron