Remove date and Slide Gavick News Pro - Joomla 2.5

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Fri Sep 14, 2012 4:08 pm
Hello!

I tell him that I am trying to remove the Slide home dates and GK4 NSP.

I performed the steps of the post: https://www.gavick.com/forums/financial-business/how-can-i-remove-date-17689.html?p=82489&hilit=date#p82489 but there has been no change. (I noticed you have override on and clear the cache)

I pass my link: http://www.riocuartoenventa.com.ar

Also attached an image of the dates I want to delete.

Translated with Google Translator

Joomla 2.5
Versión of Template: Gavern v.2.11
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 4:28 pm
Hi

Sometimes we need to use !important rule on override, so use instead

Code: Select all
.gkIsWrapper-gk_financial_business .gkIsTextTitle span {display:none!important;}
.gkIsWrapper-gk_financial_business .gkIsTextTitle a {padding-left: 20px}


The second line is to adjust title padding.

Cheers ;)
User avatar
Platinum Boarder

GK User
Fri Sep 14, 2012 5:01 pm
Thank you!

For the Slide works perfect!

And as I do for the Gavick News Pro (The central module with accordion)
User avatar
Fresh Boarder

GK User
Fri Sep 14, 2012 6:06 pm
Sorry i didn't saw the other issue.
We didn't add any option to disable on NSP parameters... our fault.

Try using this module suffix on it:

Code: Select all
/* " nspportal-nodate" suffix */
.nspportal-nodate .nspTitleTab .nspDate {display: none}
.nspportal-nodate .nspTitleBlock .nspArtMore {margin-left:0!important;}
.nspportal-nodate .nspTitleBlock .nspArtMain {border-left: none!important}


So add this on override.css file and use "[space]nspportal-nodate" suffix.
In this case it should be "[space]clean[space]nspportal-nodate"

It should look like this now:

screen.png


cheers
User avatar
Platinum Boarder

GK User
Mon Sep 17, 2012 6:42 pm
Hi,

This code, where do I insert it ?


BR, Wiberg


Seichinha wrote:Sorry i didn't saw the other issue.
We did add any option to disable on NSP parameters... our fault.

Try using this module suffix on it:

Code: Select all
/* " nspportal-nodate" suffix */
.nspportal-nodate .nspTitleTab .nspDate {display: none}
.nspportal-nodate .nspTitleBlock .nspArtMore {margin-left:0!important;}
.nspportal-nodate .nspTitleBlock .nspArtMain {border-left: none!important}


So add this on override.css file and use "[space]nspportal-nodate" suffix.
In this case it should be "[space]clean[space]nspportal-nodate"

It should look like this now:

screen.png


cheers
User avatar
Gold Boarder

GK User
Mon Sep 17, 2012 10:37 pm
Wiberg wrote:Hi,

This code, where do I insert it ?



Hi

If you want the same result, first you need to go to template parameters > advanced settings and enable the use of css override.
Next, from the template directory open ../css/override.css file.
On that file, add this code:

Code: Select all
/* " nspportal-nodate" suffix */
.nspportal-nodate .nspTitleTab .nspDate {display: none}
.nspportal-nodate .nspTitleBlock .nspArtMore {margin-left:0!important;}
.nspportal-nodate .nspTitleBlock .nspArtMain {border-left: none!important}


Them go to module manager, open the respective NSP GK4 module and Module Suffix use "[space]clean[space]nspportal-nodate".

Notice that [space] is not a word, it's just representing a space that you need to add.

Cheers
User avatar
Platinum Boarder

GK User
Tue Sep 18, 2012 4:20 pm
Thanks a lot :-)

But what about "News" and the slide bar in user position, how do I remove the date from those modules ?

BR, Wiberg

www.xjobx.dk


Seichinha wrote:
Wiberg wrote:Hi,

This code, where do I insert it ?



Hi

If you want the same result, first you need to go to template parameters > advanced settings and enable the use of css override.
Next, from the template directory open ../css/override.css file.
On that file, add this code:

Code: Select all
/* " nspportal-nodate" suffix */
.nspportal-nodate .nspTitleTab .nspDate {display: none}
.nspportal-nodate .nspTitleBlock .nspArtMore {margin-left:0!important;}
.nspportal-nodate .nspTitleBlock .nspArtMain {border-left: none!important}


Them go to module manager, open the respective NSP GK4 module and Module Suffix use "[space]clean[space]nspportal-nodate".

Notice that [space] is not a word, it's just representing a space that you need to add.

Cheers
User avatar
Gold Boarder

GK User
Tue Sep 18, 2012 6:03 pm
On "News" module, you just need to disable Information element on Article Layout from the News Show Pro GK4 parameters.

screen1.png


The other NSP module with Portal Mode 2, just add this line on override.css

Code: Select all
.nodate .nspMainPortalMode2 .nspInfo {display:none}


Them add "[space]nodate" suffix to the module and it will display like this:

screen2.png


Cheers
User avatar
Platinum Boarder

GK User
Tue Sep 18, 2012 6:14 pm
WORKING - great, and thanks again :-)

Cheers

Seichinha wrote:On "News" module, you just need to disable Information element on Article Layout from the News Show Pro GK4 parameters.

screen1.png


The other NSP module with Portal Mode 2, just add this line on override.css

Code: Select all
.nodate .nspMainPortalMode2 .nspInfo {display:none}


Them add "[space]nodate" suffix to the module and it will display like this:

screen2.png


Cheers
User avatar
Gold Boarder

GK User
Tue Sep 18, 2012 7:19 pm
:-) Sorry, what about the date in : Image Show GK4 ?

And this should be my last question for today :-)


BR, Wiberg


Wiberg wrote:WORKING - great, and thanks again :-)

Cheers

Seichinha wrote:On "News" module, you just need to disable Information element on Article Layout from the News Show Pro GK4 parameters.

screen1.png


The other NSP module with Portal Mode 2, just add this line on override.css

Code: Select all
.nodate .nspMainPortalMode2 .nspInfo {display:none}


Them add "[space]nodate" suffix to the module and it will display like this:

screen2.png


Cheers
User avatar
Gold Boarder

GK User
Tue Sep 18, 2012 9:19 pm
No problem ;)

Code: Select all
.gkIsWrapper-gk_financial_business .gkIsTextTitle span {display:none!important;}
.gkIsWrapper-gk_financial_business .gkIsTextTitle a {padding-left: 20px}


Cheers
User avatar
Platinum Boarder

GK User
Tue Sep 18, 2012 10:20 pm
Code to be set into the template "Advance settings" ? This is not working :-(

BR, Wiberg


Seichinha wrote:No problem ;)

Code: Select all
.gkIsWrapper-gk_financial_business .gkIsTextTitle span {display:none!important;}
.gkIsWrapper-gk_financial_business .gkIsTextTitle a {padding-left: 20px}


Cheers
User avatar
Gold Boarder

GK User
Tue Sep 18, 2012 10:35 pm
Add this on ../templates/gk_financial_business/css/override.css
User avatar
Platinum Boarder

GK User
Wed Sep 19, 2012 6:52 am
Thanks :-) Now it´s working.

Cheers

Seichinha wrote:Add this on ../templates/gk_financial_business/css/override.css
User avatar
Gold Boarder


cron