NS Pro GK4 navigation

GK User
Mon Aug 27, 2012 7:45 pm
NS Pro GK 4 navigation arrows showing up in upper corner of the website and not with the module. How do I fix this?

Hate Your Rivals: module section

website: http://www.secbattles.com

Thanks

login: demo
pass: demouser
User avatar
Expert Boarder

GK User
Mon Aug 27, 2012 9:50 pm
Please always remember to add the " nsp" suffix (with the space at the beginning) for all News Show Pro module instances which have a navigation arrays or pagination buttons.
User avatar
Administrator

GK User
Tue Aug 28, 2012 2:29 pm
Thanks dziudek, that did work, but now the navigation arrows are overlapping the content.

See Hate Your Rivals Section:

http://www.secbattles.com

dziudek wrote:Please always remember to add the " nsp" suffix (with the space at the beginning) for all News Show Pro module instances which have a navigation arrays or pagination buttons.
User avatar
Expert Boarder

GK User
Tue Aug 28, 2012 2:34 pm
Could you provide an access data to your website? Because now it is offline.
User avatar
Administrator

GK User
Tue Aug 28, 2012 2:41 pm
online now sorry

dziudek wrote:Could you provide an access data to your website? Because now it is offline.
User avatar
Expert Boarder

GK User
Tue Aug 28, 2012 2:46 pm
Probably it is connected with lack of the module title, but you can solve it by creating new suffix named " topinterface" - to make it working please put this suffix in the problematic modules and in the gk.stuff.css file please add following code:
Code: Select all
/* topinterface suffix for NSP module */
.topinterface .nspMain {
    padding-top: 18px!important;
}
.topinterface .nspTopInterface > div {
    top: -2px!important;
}
User avatar
Administrator

GK User
Wed Aug 29, 2012 5:50 am
I added the code and the suffix, but the navigation is still in overlapping the article. Also using the new code I can't use the background I would like to use for the module.

See: Hate Your Rivals section

website: http://dev.secbattles.com

dziudek wrote:Probably it is connected with lack of the module title, but you can solve it by creating new suffix named " topinterface" - to make it working please put this suffix in the problematic modules and in the gk.stuff.css file please add following code:
Code: Select all
/* topinterface suffix for NSP module */
.topinterface .nspMain {
    padding-top: 18px!important;
}
.topinterface .nspTopInterface > div {
    top: -2px!important;
}
User avatar
Expert Boarder

GK User
Wed Aug 29, 2012 5:56 am
dziudek the code did work, I needed to refresh the browser.

Now that it works, for each of the modules that I have use nspro I have a differenct suffix for background. What would the code look like to add alternate color background.

Thanks

site: http://www.dev.secbattles.com

mooreg42 wrote:I added the code and the suffix, but the navigation is still in overlapping the article. Also using the new code I can't use the background I would like to use for the module.

See: Hate Your Rivals section

website: http://dev.secbattles.com

dziudek wrote:Probably it is connected with lack of the module title, but you can solve it by creating new suffix named " topinterface" - to make it working please put this suffix in the problematic modules and in the gk.stuff.css file please add following code:
Code: Select all
/* topinterface suffix for NSP module */
.topinterface .nspMain {
    padding-top: 18px!important;
}
.topinterface .nspTopInterface > div {
    top: -2px!important;
}
User avatar
Expert Boarder

GK User
Wed Aug 29, 2012 3:15 pm
I don't understand - why you cannot combine suffix topinterface and suffix responsible for the different background color?

The topinterface suffix doesn't change the background so it shouldn't interfere with the other suffixes.
User avatar
Administrator

GK User
Wed Aug 29, 2012 6:44 pm
Did not know that was an option, How would I do this?

dziudek wrote:I don't understand - why you cannot combine suffix topinterface and suffix responsible for the different background color?

The topinterface suffix doesn't change the background so it shouldn't interfere with the other suffixes.
User avatar
Expert Boarder

GK User
Wed Aug 29, 2012 6:56 pm
You have to just put two suffixes separated by space i.e.:

Code: Select all
 nsp topinterface
User avatar
Administrator

GK User
Thu Aug 30, 2012 1:31 pm
Thanks Dziudek Problem Solved

dziudek wrote:You have to just put two suffixes separated by space i.e.:

Code: Select all
 nsp topinterface
User avatar
Expert Boarder


cron