nsp gk5: arrows in bottom

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
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
Sun Feb 15, 2015 11:47 am
Hello everyone, how I can move the arrows bottom to the module?

defalut of arrows only show at the top

thanks
User avatar
Junior Boarder

teitbite
Mon Feb 16, 2015 12:32 pm
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

GK User
Mon Feb 16, 2015 2:33 pm
hello teitbite, I understand very well, but at the moment the website is on a local server.

the module that I've used is the latest version of nsp GK5 (joomla 2.5) and working on a not yours template and I have not changed any files but the arrows appear only at the top. :dry:
I will attach a picture but I think you understood my problem and I ask you if you can change and where.

I use only "article pagination" and I have disabled "link layout"
User avatar
Junior Boarder

teitbite
Tue Feb 17, 2015 5:52 pm
hi

I understand as well but there is a lot more factors here. I just need it to see in online so I'll be able to tell the css selector needed for this to be moved. Please ignore the problem for now and come back to me when site will be on a live server.
User avatar
Moderator

GK User
Wed Feb 18, 2015 12:45 pm
certainly, next week I will upload my test site on a test server online and then I'll write.

thank you ;)
User avatar
Junior Boarder

teitbite
Thu Feb 19, 2015 4:22 pm
Hi

Ok. I'll we waiting for a message from You.
User avatar
Moderator

GK User
Sat Feb 21, 2015 10:53 pm
I have same problem. I would like to show pagination at the top and also at the bottom of the module.

http://www.cardioteca.com/articulos-comentados.html

Is possible to do this?

Many thanks in advance.
User avatar
Fresh Boarder

teitbite
Mon Feb 23, 2015 8:49 pm
Hi

I'm afraid not without changes to module's code which we do not support I'm afraid. But in Your case I would suggest a simplier change. Try add this to override.css and make sure override is enabled in template settings:

Code: Select all
.nspTopInterface {
    margin: 0 0 0 -47px !important;
    position: fixed;
    width: 40px;
}
User avatar
Moderator

GK User
Tue Feb 24, 2015 12:30 am
Thanks a lot for the try, but it does nor work, see the picture. The pagination is fixed and does not scroll with the screen.

And it would be easier to have the pagination only at the bottom (instead of top)?
User avatar
Fresh Boarder

teitbite
Thu Feb 26, 2015 9:48 am
Bover Freire wrote:Thanks a lot for the try, but it does nor work, see the picture. The pagination is fixed and does not scroll with the screen.


That was the idea :) I hoped You will like, but if You wish to have pagination at the bottom try with this code:

Code: Select all
.nspTopInterface {
    margin: 0 !important;
    position: absolute;
    bottom: 0;
}
User avatar
Moderator

GK User
Thu Feb 26, 2015 4:48 pm
Thanks!!
User avatar
Fresh Boarder

teitbite
Mon Mar 02, 2015 12:06 pm
Hi

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

GK User
Thu Mar 05, 2015 8:09 am
hello Teitbite, have you read the link that I have sent a private message? :)
User avatar
Junior Boarder

teitbite
Fri Mar 06, 2015 12:35 pm
Hi

Please add this to css:

Code: Select all
.nspArts {
    position: relative;
    padding-bottom: 35px;
}

.nspTopInterface {
    bottom: 0;
    position: absolute;
    right: 0;
}
User avatar
Moderator

GK User
Thu Mar 12, 2015 8:16 am
teitbite wrote:Hi

Please add this to css:

Code: Select all
.nspArts {
    position: relative;
    padding-bottom: 35px;
}

.nspTopInterface {
    bottom: 0;
    position: absolute;
    right: 0;
}


YEAH!!! ARE YOU GREAT :woohoo: 8-)

Thanks a lot
User avatar
Junior Boarder


cron