news show pro gk4 question

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
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
Wed Sep 01, 2010 11:02 pm
i got some question about some options for news show pro gk4
1st i use memovie v200


-how to show prev next (page) option on bottom of article layout
i enable Bottom pagination, byt dont see anything
p.s. i dont have links layout

- where to search for header title of article, to increase the font

-is it posible to add on bottom,.. more in and show all categories on that section
like on old news show
User avatar
Senior Boarder

GK User
Thu Sep 02, 2010 12:10 am
tomislav wrote:
-how to show prev next (page) option on bottom of article layout
i enable Bottom pagination, byt dont see anything
p.s. i dont have links layout


This is something that we might improve in the future, but the reason is that you probably are "asking" to the module to show more links that exists. Also, don't forget to set the amount of pages.

Anyway (apart of this issue) there's some style fix necessary. Please open this files on css template directory:

On style1.css file find this code:

Code: Select all
 .nsp_top_interface .next:hover { background-image:url('../images/style1/nsp-interface.png'); }


replace with:

Code: Select all
 .nsp_top_interface .next:hover { background-image:url('../images/style2/nsp-interface.png')!important;background-color:transparent!important }


On style2.css file:

Code: Select all
 .nsp_top_interface .next:hover { background-image:url('../images/style2/nsp-interface.png'); }


replace with

Code: Select all
 .nsp_top_interface .next:hover { background-image:url('../images/style2/nsp-interface.png')!important;background-color:transparent!important }


On style3.css file:

Code: Select all
 .nsp_top_interface .next:hover { background-image:url('../images/style3/nsp-interface.png'); }


replace with

Code: Select all
 .nsp_top_interface .next:hover { background-image:url('../images/style3/nsp-interface.png')!important;background-color:transparent!important }


Finally, to add counter style support open gk_stuff.css file and find this lines:

Code: Select all
.nsp_bottom_interface .counter,
.nsp_top_interface .counter {
      background:#ddd;
      color:#444;
      padding:1px 3px;
      cursor:pointer;
      border-radius:2px 2px;
      -moz-border-radius:2px 2px;
      -webkit-border-radius:2px 2px;
      font-size:9px;
      float:left;
      margin:0 0 0 3px;
}
.nsp_bottom_interface .counter span,
.nsp_top_interface .counter span { }


replace with:

Code: Select all
.nsp_bottom_interface .counter,
.nsp_top_interface .counter {
      background-image:none;
      background:#000;
      color:#444;
      padding:1px 3px 1px 6px;
      cursor:pointer;
      border-radius:20px 20px;
      -moz-border-radius:20px 20px;
      -webkit-border-radius:20px 20px!important;
      font-size:9px;
      float:none;
      margin-left: 10px!important;
      width:auto;
      height:16px;
      line-height:17px;
     
}
.nsp_bottom_interface .counter span,
.nsp_top_interface .counter span { background:#000; }


- where to search for header title of article, to increase the font


Please add this code (e.g.) on joomla.css file:

Code: Select all
h2.contentheading span {font-size: 40px}



-is it posible to add on bottom,.. more in and show all categories on that section
like on old news show


Sorry, that not possible at the moment.

About the code above, this will be added on next update of the template.

Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Sep 02, 2010 1:35 pm
thanks a lot man
about the nsp on top of module when i click on it doesnt change the page
i try to clear joomla instalation + the latest template + the latest news show pro gk4

od demo its working, i set the module exacly the same byt no success
does i miss something

here i see to disable compress css, where to find that, on template or

thanks
User avatar
Senior Boarder

GK User
Mon Oct 25, 2010 4:28 pm
i had one thing also how to add border on images
like on the http://demo.gavick.com/index.php?year=2010&month=Sep From Sporting News
User avatar
Senior Boarder

GK User
Thu Feb 10, 2011 1:47 pm
I know that post is late, but I had the same question about how to add image border in news pro gk4.

You probaly have found the solution alredy, but for those that doesn't knoe how to add image border, thats the way I've found:


1 - download and install the latest version of the module (mine is 2.3.1)

2 - go to MODULES - NEWS PRO GK4 - INTERFACE - CSS

3 - open the css file and look for this line:
Code: Select all
.nsp_art img.nsp_image{}


my css file is line 45

between de braces you can put the code por border, border color, paddind.....


soory for the bad english and good look for everyone....
User avatar
Fresh Boarder


cron