NSP GK5 problem

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Sep 06, 2014 9:42 pm
Reply with quote
Report this post
Hi.
Dont understand why at the frontpage correctly works only Standart mode and Portfolio mode? In all other modes I see only 1234...-list of articles, one column of articles wih photos, just one article or just one article with photo... Whats the problem? Where is all buty from demo? And whats the names of modules modes in attachments?
NSP_GK5_1.JPG

NSP_GK5_2.JPG

NSP_GK5_3.JPG
User avatar
Expert Boarder

GK User
Mon Sep 08, 2014 10:39 am
Reply with quote
Report this post
Hello,

Did you enabled the usage of the module default CSS while you are using other portal modes?
User avatar
Administrator

GK User
Mon Sep 08, 2014 1:18 pm
Reply with quote
Report this post
Hi
Do you meen Basic settings-Module suffix must be empty? Nothing changes... (
Or you meen something else?
http://samotury.ru/#gkBottom1-2
User avatar
Expert Boarder

GK User
Mon Sep 08, 2014 5:25 pm
Reply with quote
Report this post
No, I mean the settings under the "External files" tab.
User avatar
Administrator

GK User
Mon Sep 08, 2014 8:07 pm
Reply with quote
Report this post
it's a miracle!!! )))
hallelujah )))))
User avatar
Expert Boarder

GK User
Mon Sep 08, 2014 9:34 pm
Reply with quote
Report this post
But...
Standard mode - OK
Centered Title Overlay - showing just one article (((
Grid Title Overlay - showing one huge big image on whole template (((((
News Blocks - SUPER
News Gallery - OK
Portfolio - OK
Portfolio II - showing images with empty field at right side
Product Gallery II - OK
Title Overlay - showing just one article (((

Dont find this
NSP_GK5_3.JPG

and this
NSP_GK5_1.JPG

Whats the names of this modes?
User avatar
Expert Boarder

GK User
Tue Sep 09, 2014 9:58 am
Reply with quote
Report this post
The first one is a Grid GK5 module with NSP GK5 inside

The second one is a NSP standard mode with custom styling dedicated for the News2 template.
User avatar
Administrator

GK User
Tue Sep 09, 2014 11:49 am
Reply with quote
Report this post
dziudek, thank you for the answers on my second and third questions... And what about first question?
Why Grid Title Overlay showing one huge big image on whole template ???
And why others incorrect?
User avatar
Expert Boarder

GK User
Tue Sep 09, 2014 12:13 pm
Reply with quote
Report this post
And in a Standard mode in the Links - small image of the article is on the left but ABOWE the text! It looks terrible.
What I must change in the template code to set this image on the LEFT side (NOT ABOWE)?
Thanks in advance
User avatar
Expert Boarder

GK User
Tue Sep 09, 2014 2:10 pm
Reply with quote
Report this post
Regarding the first question - most probably container over the module has no position: relative; CSS property.

Regarding the problem with the links - do you have it somewhere online?
User avatar
Administrator

GK User
Tue Sep 09, 2014 2:17 pm
Reply with quote
Report this post
User avatar
Expert Boarder

GK User
Wed Sep 10, 2014 7:13 am
Reply with quote
Report this post
Please add in the css/gk.stuff.css file the following code:

Code: Select all
.nspList > li > .nspImageWrapper {
   float: left;
}
User avatar
Administrator

GK User
Wed Sep 10, 2014 10:22 am
Reply with quote
Report this post
dziudek, thank you for help on my second problem... )))
it works.

And what about first problem? I want to install on frontpage Grid mode NSP GK5 module like in gavick NSP GK5 official demo... But in gavick official quickstart template it doesnt work. I see just one huge big image on whole template... What I must to do step by step to see the same buty like in a demo?

I understand that you a professinal and I admit that Im not. Its just my second site. I need professional help instead of 4-days correspondence... and hope I get it.

Thanks in advance
User avatar
Expert Boarder

GK User
Wed Sep 10, 2014 2:13 pm
Reply with quote
Report this post
Please provide me an URL to a page where you have the mentioned issue - only in this case I will be able to prepare a CSS fix for your issue.
User avatar
Administrator

GK User
Wed Sep 10, 2014 8:36 pm
Reply with quote
Report this post
default CSS is on

http://samotury.ru/#gkBottom1
Title Overlay: showing just one article

http://samotury.ru/#gkBottom1-2
Centered Title Overlay: set 3 columns, 12 new, autoanimation on, pagination on... In result just one article without animation and pagination (((((

http://samotury.ru/#gkBottom1-4
Grid Title Overlay: showing one huge big image on whole template (((((

Thanks in advance
User avatar
Expert Boarder

GK User
Thu Sep 11, 2014 11:58 am
Reply with quote
Report this post
Regarding the first two ones: these portal modes are design to display only one article as it was prepared for the Grid GK5 module or for the Grid implementation in the RockWall template.

Regarding the last instance: this module is designed for the Grid GK5 module use. If you want to show it properly on your website please add the following CSS code at the end of any CSS file:

Code: Select all
#gkBottom1-4 .content.gkPage {
position: relative;
height: 200px;
}
User avatar
Administrator


cron