Change related items position from the bottom of the page

October 2015 Joomla Template
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.1.00 out of 6 based on 1 vote(s)
GK User
Wed Aug 03, 2016 3:23 pm
Reply with quote
Report this post
Hello,

I am searching to find what code generates the related items so I can change the place of it from the bottom of the page to the "inset" position.

any ideas that could get me started would be most welcome.

Thanks,
M.
User avatar
Senior Boarder

teitbite
Sun Aug 07, 2016 12:50 pm
Reply with quote
Report this post
Hi

Please show me what You have in mind on Your live site exactly.
User avatar
Moderator

GK User
Mon Aug 08, 2016 2:19 pm
Reply with quote
Report this post
Hi,
Thanks, I sent the information via PM.
M.
User avatar
Senior Boarder

teitbite
Wed Aug 10, 2016 7:38 pm
Reply with quote
Report this post
Hi

Add this to the bottom of /layout/blocks/head.php

Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
if( $('.itemAuthorContent').size() > 0 && $('#gkInnerInset').size() > 0 ) {
$('#gkInnerInset').append( $('.itemAuthorContent') );
}
});})(jQuery)</script>
User avatar
Moderator


cron