How can I show a little description in NSP

Feel free to talk about everything related to our Joomla Products
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 Jan 20, 2013 7:32 pm
Image
(Space marked in the box)

Is it possible to delete the date and to add a description?

Thanks.
User avatar
Senior Boarder

Konrad M
Tue Jan 22, 2013 4:44 pm
Hi,
yes you can do this in NSP module settings. In Article Layout section.
User avatar

GK User
Tue Jan 22, 2013 6:32 pm
Konrad M wrote:Hi,
yes you can do this in NSP module settings. In Article Layout section.


Image

Where? I can't find any option saying "add description"
User avatar
Senior Boarder

Konrad M
Tue Jan 22, 2013 6:52 pm
Sorry I thought that your description will be a few first words from text article.
User avatar

GK User
Wed Jan 23, 2013 3:03 am
Konrad M wrote:Sorry I thought that your description will be a few first words from text article.


So nothing can be done? How can I hide the date? Or how can I add the first words on the article to the "description"?
User avatar
Senior Boarder

Konrad M
Wed Jan 23, 2013 9:56 am
Please set NSP in this way:
sample.png
User avatar

GK User
Wed Jan 23, 2013 5:04 pm
Konrad M wrote:Please set NSP in this way:
sample.png


Worked, Unfortunely, text is too big:
Image

How can I make it smaller and allign it to the left?
User avatar
Senior Boarder

Konrad M
Thu Jan 24, 2013 9:57 am
May I got url to your site?
User avatar

GK User
Thu Jan 24, 2013 5:21 pm
Konrad M wrote:May I got url to your site?


www.naciondelaguila.com.mx
I will sent you a username so you can access.
User avatar
Senior Boarder

Konrad M
Fri Jan 25, 2013 11:39 am
Please add suffix to this module for example ' mysuffix'. Remember about white space before suffix name. Then please add to override.css
Code: Select all
.mysuffix .nspText a {
font-size:10px !important;
}

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

GK User
Fri Jan 25, 2013 6:20 pm
Konrad M wrote:Please add suffix to this module for example ' mysuffix'. Remember about white space before suffix name. Then please add to override.css

How can I add a suffix to this module ( think it has already one)? white space, what's that?
How can I add something to override.css?

Thanks

Code: Select all
.mysuffix .nspText a {
font-size:10px !important;
}

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

Konrad M
Sat Jan 26, 2013 7:16 pm
You can add more than one suffix to module, just add suffix name after last suffix in module settings. Remeber about space between suffix names. You can add something to override.css via ftp or in joomla admin manager.
User avatar

GK User
Sat Jan 26, 2013 11:28 pm
Konrad M wrote:You can add more than one suffix to module, just add suffix name after last suffix in module settings. Remeber about space between suffix names. You can add something to override.css via ftp or in joomla admin manager.


Image

Thanks. Worked. Unfortunely, the text is pretty far from the left aligmnet of the title and too much pretty low from the title. Can you help me?

Red sign is for the aligment and the green is for the height distance.
User avatar
Senior Boarder

Konrad M
Mon Jan 28, 2013 9:32 am
Please add to override.css
Code: Select all
.mysuffix .nspText {
padding: 0px !important;
}
User avatar

GK User
Mon Jan 28, 2013 5:03 pm
Konrad M wrote:Please add to override.css
Code: Select all
.mysuffix .nspText {
padding: 0px !important;
}


Thanks for the code, unfortunely, it didn't work. It is pretty much the same. The font just changed, but the size and the distance between borders is the same.
User avatar
Senior Boarder

Konrad M
Tue Jan 29, 2013 10:09 am
Please change code I gave you to this one:
Code: Select all
.mysuffix .nspText {
padding: 0px !important;
}

.mysuffix p.nspText a {
font-size: 10px !important;
padding-top: 5px !important;
}

and in first article you have couple white spaces inside article and they make extra space. Please compare with second slide.
User avatar

GK User
Tue Jan 29, 2013 5:28 pm
Konrad M wrote:Please change code I gave you to this one:
Code: Select all
.mysuffix .nspText {
padding: 0px !important;
}

.mysuffix p.nspText a {
font-size: 10px !important;
padding-top: 5px !important;
}

and in first article you have couple white spaces inside article and they make extra space. Please compare with second slide.


Muchísimas gracias Konrad. It worked.
User avatar
Senior Boarder


cron