K2 item detail error

GK User
Mon Dec 03, 2012 6:00 pm
Hi I have a problem in several articles of K2, I have the K2 category menu tools right_top position in two categories and the menu changes position and put it under the article, the other category inherit settings that work well. put image problem. Thanks in advance for the help.

Error
error.jpg


Good
good.jpeg
User avatar
Senior Boarder

teitbite
Tue Dec 04, 2012 11:40 am
Hi

If it's happening only to few articles than it's more likely a validation error. Please tell me a url to the example.
User avatar
Moderator

GK User
Tue Dec 04, 2012 5:21 pm
User avatar
Senior Boarder

teitbite
Wed Dec 05, 2012 4:16 pm
Hi

Yes this is exactly what I suspected. http://validator.w3.org/check?uri=http% ... ne&group=0

Please check a html code of an article and see if all html tags got it's proper closing.
User avatar
Moderator

GK User
Thu Dec 06, 2012 11:52 am
Hello I have reviewed the articles on html and good, I deleted text and image items and still have the same problem
User avatar
Senior Boarder

teitbite
Sat Dec 08, 2012 12:08 am
Hi

The link to example is giving a 404 error please tell me where else I can see this issue.
User avatar
Moderator

GK User
Sat Dec 08, 2012 11:10 am
If you forgive me I deleted the category and the article and I've created anew without text and image, but I still get the same error.

http://www.alexandratour.com/es/ideas-p ... e-tenerife
User avatar
Senior Boarder

teitbite
Sat Dec 08, 2012 7:00 pm
Hi

So maybe this validation error comes from K2 item layout file or one of the plugin used by it.

As You can see a code structure at Your site looks like that:

Code: Select all
<div id="gkContent" class="gkMain gkCol gkContentR" style="width:64%">
      <div id="gkRight" class="gkMain gkCol" style="width:36%">
      </div>
</div>


while it should be :

Code: Select all
<div id="gkContent" class="gkMain gkCol gkContentR" style="width:64%">
</div>
<div id="gkRight" class="gkMain gkCol" style="width:36%">
</div>


What modifications have You made to template's code ?

Meanwhile You can use this code to make it looks like it's fixed (but it will not be):

Code: Select all
#gkMainBlock { position: relative; }

#gkRight {
    position: absolute;
    right: 0;
    top: 0;
}
User avatar
Moderator

GK User
Mon Dec 10, 2012 9:07 pm
Thank you very much for your attention teibite, had modified the k2 item code to change the position of video and image gallery, that was giving problems. :?
User avatar
Senior Boarder

teitbite
Mon Dec 10, 2012 11:48 pm
Hi

Ok. Was it comming from orginal template files, or some custom K2 template ? I'm asking if it doesn't need to be reported to programmers.
User avatar
Moderator

GK User
Mon Dec 10, 2012 11:53 pm
Custom template teibite. No problem whith Your template.
Thanks ver y much.
User avatar
Senior Boarder


cron