Changes.

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
Mon Oct 28, 2013 7:22 pm
Reply with quote
Report this post
Hi.
I want change some things. I made screen.
1. I want that image bigger but only width.
2. Bigger logo.
3. And I want turn off that alt description after mose hover.

Any suggestions ? :)
User avatar
Junior Boarder

GK User
Mon Oct 28, 2013 7:37 pm
Reply with quote
Report this post
Could You please post an url to your site?
User avatar
Moderator

GK User
Mon Oct 28, 2013 9:45 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Tue Oct 29, 2013 5:35 pm
Reply with quote
Report this post
The logo:
Please edit: /templates/gk_news/css/override.css and add at its end:
Code: Select all
#gkLogo {
height: 35px;
width: 190px;
}


play with the width and height parameter.

But what I would suggest is not to upload logos this big - you have uploaded logo that is over 4000px wide, and on the site you will use at most 200-300px wide. Resize it first in image editing software, and then upload again. Making it exactly same size as width and height set above would be the best solution.


Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Oct 29, 2013 5:40 pm
Reply with quote
Report this post
To change NSP columns proportion add to override.css:
Code: Select all
div.nspArts.right {width: 69%!important}
div.spLinksWrap.right {width: 30%!important}


To be able to display images that are more wide than long - please upload image which proportions are not square.
User avatar
Moderator

GK User
Tue Oct 29, 2013 6:50 pm
Reply with quote
Report this post
Tnx for hel i try.

I have another question. I dont know how to make a modules shows only with single article view. When i click on article from NSK i get only article without any modules ;(
I hvae notice that my article are shown as component but in demo are categories.

This is main:
"http://test.odkryjslaskie.org/index.php/component/k2/item/654-szyb-prezydent-w-chorzowie-t-szklarski#!odkryjslaskie_prezydent_szklarski_01"

This is demo site:
"http://slask.stronazen.pl/index.php/k2/categories/politics/item/48-after-losing-to-obama-what-should-mitt-romney-do-next?"

What I should make to do that ?
User avatar
Junior Boarder

GK User
Thu Oct 31, 2013 6:14 pm
Reply with quote
Report this post
Could You create a screenshot of your current NSP settings and paste it here?
User avatar
Moderator

GK User
Wed Nov 06, 2013 7:00 pm
Reply with quote
Report this post
I just figured out problem with single article.

One thing lest. Its very annoying. How to disable alt attribute on menu items ?
User avatar
Junior Boarder

GK User
Wed Nov 06, 2013 7:57 pm
Reply with quote
Report this post
Have you changed the link to your website? Could you post current one?
User avatar
Moderator

GK User
Wed Nov 06, 2013 8:14 pm
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Wed Nov 06, 2013 8:20 pm
Reply with quote
Report this post
Please edit file:
templates/gk_news/js/gk.scripts.js
and change:
Code: Select all
/**
 *
 * Template scripts
 *
 **/

jQuery(document).ready(function() {   
   
   // style area

Code: Select all
/**
 *
 * Template scripts
 *
 **/

jQuery(document).ready(function() {   
   jQuery('#gkMainMenu a[title]').removeAttr('title');
   // style area

User avatar
Moderator

GK User
Wed Nov 06, 2013 9:29 pm
Reply with quote
Report this post
Works. Great. Tnx.
User avatar
Junior Boarder

GK User
Sat Nov 09, 2013 11:46 am
Reply with quote
Report this post
No problem. I'm glad I could help.
If You will have any other questions, feel free to post new forum threads.
Closing the topic.
User avatar
Moderator


cron