News Show Pro GK1: border?

Joomla template which allow you to present sport news in amazing and professional way.
GK User
Sun Jun 14, 2009 6:24 am
Since yesterday I have a white boder around every News Show Pro GK1 module. I didn't modify the css. Is there a option in the module configuration?

http://p110680.typo3server.info/

Best regards, Carsten
User avatar
Fresh Boarder

GK User
Sun Jun 14, 2009 1:06 pm
Hi

Try adding this on gk_stuff.css file:

Code: Select all
.gk_npro_mainwrap {
border: none!important;
}



Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Jun 16, 2009 4:10 am
this bug is very weird, that line on gk_stuff.css doesn't exist with the "quickstart" installation included with the template and it works fine, but when you do the normal joomla installation without the "quickstart" you get this bug on almost every module :/

I guess that fixes that one border but it doesn't fixes other borders that appear on images.

Can you explain me the nature of this bug please? I can't figure it out why it works on the quickstart without needing to include that line on the gk_stuff.css, it must be something else I'm sure.
User avatar
Fresh Boarder

GK User
Tue Jun 16, 2009 5:52 am
First I install the quickstart Package. Everything was fine. Then I worked on the video tab and suddenly the borders appears:
http://p110680.typo3server.info/

Then I install for a second time the template without the quickstart package and add the css mentioned above:
http://p110860.typo3server.info/

Now we have the borders around the images.

Any solution?

Best regards, Carsten
User avatar
Fresh Boarder

GK User
Tue Jun 16, 2009 10:28 am
I had this problem when installing without quickstart. Basically the 'New Pro Module were not picking up the gk_stuff css file.

Locate modules/mod_news_pro_gk1/helper.php

Locate line 494 where its call the css file in the header

Code: Select all
// add stylesheets to document header
      if($this->config["useCSS"] == 1){
         $document->addStyleSheet( $uri->root().'modules/mod_news_pro_gk1/style/style_'.$this->config['mode'].'.css', 'text/css' );
      }


Change it to this

Code: Select all
// add stylesheets to document header
      if($this->config["useCSS"] == 1){
         $document->addStyleSheet( $uri->root().'templates/gk_icki_sports/css/gk_stuff.css', 'text/css' );
      }


Clean your cache and see if it works.

Good Luck!
User avatar
Fresh Boarder

GK User
Tue Jun 16, 2009 7:02 pm
I guess it's better to install with the quickstart to avoid these bugs.
User avatar
Fresh Boarder

GK User
Wed Jun 17, 2009 1:57 am
To remove image border, add this code on gk_stuff.css file:

Code: Select all
.gk_npro_image {
border: none!important;
}


The margin on image can be set on the module parameters.

Cheers
User avatar
Platinum Boarder

GK User
Wed Jun 17, 2009 6:14 pm
Small suggestion - if you are using our modules in new template - ICKI Sports - please disable option "Use CSS" in module advanced options. Then module has only styling from gk_stuff.css :)
User avatar
Administrator

GK User
Fri Jun 19, 2009 3:33 am
Seichinha wrote:
To remove image border, add this code on gk_stuff.css file:

Code: Select all
.gk_npro_image {
border: none!important;
}


The margin on image can be set on the module parameters.

Cheers


the border on news worked, but this one on images did not worked at all. I'm still having the same white border :(

dziudek wrote:
Small suggestion - if you are using our modules in new template - ICKI Sports - please disable option "Use CSS" in module advanced options. Then module has only styling from gk_stuff.css


It's disabled.

--

With the quickstart installation:

Image

My own installation:

Image

If you notice even the fontcolor is different on the news content, all the settings on both of the modules are EXACTLY the same. The type of module is mod_news_pro_gk1.

This problem is only with this news_pro_gk1 module, because I have news on other modules (mod_gk_tab) and they are all fine.

--

Here's another thing about news_pro_gk1 module when you have several pages:

with:

Image

without:

Image

Here beside the different font color and the white border, you can see that when you hover with the mouse on the prev and next buttons they change to the "lite" style.. both modules have the exact same settings including "module class suffix field" on blank. It must be some file I think where they are both different.

Thanks in advance,
User avatar
Fresh Boarder

GK User
Fri Jun 19, 2009 5:00 am
indi0110 wrote:
I had this problem when installing without quickstart. Basically the 'New Pro Module were not picking up the gk_stuff css file.

Locate modules/mod_news_pro_gk1/helper.php

Locate line 494 where its call the css file in the header

Code: Select all
// add stylesheets to document header
      if($this->config["useCSS"] == 1){
         $document->addStyleSheet( $uri->root().'modules/mod_news_pro_gk1/style/style_'.$this->config['mode'].'.css', 'text/css' );
      }


Change it to this

Code: Select all
// add stylesheets to document header
      if($this->config["useCSS"] == 1){
         $document->addStyleSheet( $uri->root().'templates/gk_icki_sports/css/gk_stuff.css', 'text/css' );
      }


Clean your cache and see if it works.

Good Luck!


oh man you're the shit!!!!!!! :D

thank you very much!, please ignore my previous post and sorry :unsure:
User avatar
Fresh Boarder

GK User
Wed Aug 26, 2009 9:54 pm
dziudek wrote:
Small suggestion - if you are using our modules in new template - ICKI Sports - please disable option "Use CSS" in module advanced options. Then module has only styling from gk_stuff.css :)


How do i disable that option? Where would i find it?

This is the link to the live site.

http://www.onehomestop.com

Attached is the screenshot of the site on localhost. the border does not show on the localhost. It does on the live site.



Can u help me here??
User avatar
Fresh Boarder

GK User
Wed Aug 26, 2009 10:37 pm
skiddhard wrote:
dziudek wrote:
Small suggestion - if you are using our modules in new template - ICKI Sports - please disable option "Use CSS" in module advanced options. Then module has only styling from gk_stuff.css :)


How do i disable that option? Where would i find it?


Hi

Like dziudek said, it's on the advanced parameters of News Show Pro module.

Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Aug 27, 2009 7:12 pm
There are four options in the Advanced Parameters

1. Parse Plugins
2. Use MooTools
3. Use Script
4. Use Compressed Engine

Which one of these do i disable?
User avatar
Fresh Boarder

GK User
Tue May 03, 2011 4:14 pm
i am getting the same problem.At first i was getting a border around both the module as well as the images.Then i turned off use module css in advanced parameters.This fixed the borders around the module but the border around the thumbnails dont go. I am using gk slideshow for thethumbnails and gk news show pro for the module. what to do!!!
I am attaching a pic of the problem..
P.S - i am using gk_hewahoo
User avatar
Fresh Boarder


cron