Using Komento

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
Tue Dec 24, 2013 5:58 am
Reply with quote
Report this post
Looking for some help with using Komento with the Publisher template. I have installed the component and I have an issue with the position of the comment and read more links at the bottom of the intro text for each article on the homepage or category blog pages. There is a large gap, which makes them appear to be associated with the below article. You can see the problem at www.gaze.com.au/newsite1. Any assistance would be greatly appreciated. Thanks.
User avatar
Senior Boarder

GK User
Tue Dec 24, 2013 1:31 pm
Reply with quote
Report this post
Hi.
Are you talking about space (bottom margin) ? If yes, it's easy to "fix" it.
User avatar
Platinum Boarder

GK User
Tue Dec 24, 2013 2:06 pm
Reply with quote
Report this post
try this:
Code: Select all
section.blog article {
    margin-bottom: 10px;
    padding: 0 0 10px;
}


use this code here --> http://www.gavick.com/documentation/joo ... -template/
of course you can use different value for example 5px
User avatar
Platinum Boarder

GK User
Wed Dec 25, 2013 12:08 am
Reply with quote
Report this post
Thanks Pawel. That fixed the problem.
User avatar
Senior Boarder

GK User
Thu Dec 26, 2013 6:53 am
Reply with quote
Report this post
Pawel, I have a similar issue that I'm hoping you can help me with. The code that you have provided has fixed the problem for my category blog layouts. I have changed the front page to featured items and I again have a problem with the position of the comment and read more positions. I'm hoping they can be moved to a position closer to the corresponding article. At the moment they appear to be located at the top of the below article. Hope this makes sense. Thanks.
User avatar
Senior Boarder

GK User
Thu Dec 26, 2013 12:27 pm
Reply with quote
Report this post
Sure, could you add URL - where you need changes it will help me a little bit.
User avatar
Platinum Boarder

GK User
Thu Dec 26, 2013 12:59 pm
Reply with quote
Report this post
Yep. www.gaze.com.au/newsite1. The read more, comments and hits has a gap from the article that they represent and they appear to be connected to the below article. Trying to get them to be lifted and then a gap to the next article. Also, there is an '0' underneath the search module on the right side. Not sure how that got there but I think it started when the site was upgraded to 3.2. Any idea on how I can get rid of that?
User avatar
Senior Boarder

GK User
Sat Dec 28, 2013 12:14 pm
Reply with quote
Report this post
Please use:
Code: Select all
.kmt-readon { margin-bottom: 30px; }


you can also add thin border if you like, also in this line.
I hope that you know basics of CSS.
User avatar
Platinum Boarder

GK User
Sat Dec 28, 2013 12:23 pm
Reply with quote
Report this post
Also, there is an '0' underneath the search module on the right side.

Yes, this is our fault :(

Please - rename templates/gk_publisher/html/mod_search folder

and add

Code: Select all
.element-invisible {display:none;} 
User avatar
Platinum Boarder

GK User
Sun Dec 29, 2013 1:03 am
Reply with quote
Report this post
Pawel F wrote:Please use:
Code: Select all
.kmt-readon { margin-bottom: 30px; }


Thanks Pawel. That is really helpful and It has created a gap from the below article. Is there a way I can reduce the gap between the intro text and the read more/comments/hits?

you can also add thin border if you like, also in this line.
I hope that you know basics of CSS.


I would like to add a thin border between the articles on the front page but I am unsure on how to do this. Do I need to add another line to the CSS?
Also, in the category view you will notice there is a thin border line between the articles, however the read more/comments/hits is below the line. What do I need to change to have this line so it is below the read more/comments/hits so that it separates each article? The link for the category view is http://www.gaze.com.au/newsite1/index.php/nba.

Thanks Pawel, really appreciate your help.
User avatar
Senior Boarder

GK User
Sun Dec 29, 2013 3:42 pm
Reply with quote
Report this post
To fix line on
http://www.gaze.com.au/newsite1/index.php/nba
you have to use
Code: Select all
section.blog article { background:none; }

to add thin line under "read more and comments"
I suggest change my last code to this

Code: Select all
.kmt-readon {
    border-bottom: 1px dashed #CCCCCC;
    margin-bottom: 30px;
    padding-bottom: 10px;
}


Have a nice day :D
User avatar
Platinum Boarder

GK User
Mon Dec 30, 2013 4:01 am
Reply with quote
Report this post
Thanks Pawel. All fixed. Well done. I really appreciate your help.
User avatar
Senior Boarder


cron