Links to articles do not work

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
Wed Apr 09, 2014 8:54 pm
Reply with quote
Report this post
Hello,
I guess I'm doing something wrong, but do not see it.
I do not use my articles on K2. When I insert a link in a word for an item addressed to the content of an article does not work, directs me to the home screen and can not see the content.
What I can do?
Thank you.
User avatar
Senior Boarder

GK User
Wed Apr 09, 2014 9:46 pm
Reply with quote
Report this post
User avatar
Administrator

GK User
Wed Apr 09, 2014 10:49 pm
Reply with quote
Report this post
Dziudek Thanks,
Fixed.
Not if I have to create another post for my next question.
As I can make the effect on an image of Joomla article as shown in the demonstration of the template: http://demo.gavick.com/joomla25/cloudho ... ta-centers

Thanks.
User avatar
Senior Boarder

GK User
Thu Apr 10, 2014 9:05 am
Reply with quote
Report this post
This effect is applied only to the article main image specified in the "Articles and Links" section under the article editor.
User avatar
Administrator

GK User
Thu Apr 10, 2014 3:15 pm
Reply with quote
Report this post
So I got on, but does not work.
Thank you.
User avatar
Senior Boarder

GK User
Fri Apr 11, 2014 8:38 am
Reply with quote
Report this post
Could you provide an URL to your website?
User avatar
Administrator

GK User
Fri Apr 11, 2014 10:10 am
Reply with quote
Report this post
User avatar
Senior Boarder

GK User
Fri Apr 11, 2014 1:11 pm
Reply with quote
Report this post
Please add the following code at the end of css/joomla.css file:
Code: Select all
.img-fulltext-left img,
.img-fulltext-right img,
.img-fulltext-none img {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
   -o-box-sizing: border-box;
   box-sizing: border-box;
   display: block;
   height: auto;
   max-width: 100%;
   padding: 0;
   -webkit-transition: all .14s linear;
   -moz-transition: all .14s linear;
   -ms-transition: all .14s linear;
   -o-transition: all .14s linear;
   transition: all .14s linear;
   width: 100%!important;
}
.img-fulltext-left img:hover,
.img-fulltext-right img:hover,
.img-fulltext-none img:hover {
   -webkit-transform: scale(1.2);
   -moz-transform: scale(1.2);
   -ms-transform: scale(1.2);
   -o-transform: scale(1.2);
   transform: scale(1.2);
   opacity: 0.85
}
User avatar
Administrator

GK User
Fri Apr 11, 2014 8:52 pm
Reply with quote
Report this post
I added the code but does not work.

Thanks.
User avatar
Senior Boarder

GK User
Fri Apr 11, 2014 10:36 pm
Reply with quote
Report this post
You have a bug in your joomla.css file - please change the following fragment:

Code: Select all
#gkBreadcrumb {
display: none;


to:

Code: Select all
#gkBreadcrumb {
display: none;
}
User avatar
Administrator

GK User
Tue Apr 15, 2014 12:19 pm
Reply with quote
Report this post
Thanks, had not noticed, it works perfect.
Where I have to put the file joomla.css modified to make use of override, and avoid modifying the original file?
User avatar
Senior Boarder

GK User
Tue Apr 15, 2014 4:27 pm
Reply with quote
Report this post
In this case you have to enable the override.css file in the template advanced settings and then paste only my code to the css/override.css file.
User avatar
Administrator

GK User
Thu Apr 24, 2014 9:36 am
Reply with quote
Report this post
Hello,
I have some problems, do not know how to solve:
1. In my Web can not see the background image.
2.. Is it possible to enter an item code to display a list like this? (image attached)
I try and looks like this: http://www.avivaweb.com/diseno-paginas-web.html
3. Because I can put the cookies warning as You have?
Thank you.
User avatar
Senior Boarder

GK User
Thu Apr 24, 2014 9:59 am
Reply with quote
Report this post
@Jormolca - please create a separate topic for your questions - because your questions are not related to the topic question.
User avatar
Administrator

GK User
Thu Apr 24, 2014 10:23 am
Reply with quote
Report this post
Ok thanks.
User avatar
Senior Boarder


cron