Simple Image Gallery Pro in K2 item appears in wrong place

GK User
Wed Nov 18, 2015 6:57 pm
My site is http://www.3cushionbilliards.com. I use the University template. I have added Simple Image Gallery Pro plugin. I publish K2 item with gallery. Gallery images appear correct and slideshow works. However, the title "IMAGE GALLERY" and the thumbnail images are separated and follow the "Related Items". Here is an example:
http://www.3cushionbilliards.com/news/u ... 21-players
I would like the gallery to appear at the end of the article. The thumbnails should show before "Tagged under" and then followed by "Related Items". How can I control this? Thank you
User avatar
Junior Boarder

teitbite
Sun Nov 22, 2015 11:10 am
Hi

An order of elements in K2 layouts has to be change in code directly. You can a file for this layout in our template's /html/com_k2/templates/default/item.php

The line responsible for loading SIG plugin is :

Code: Select all
                    <?php echo $this->item->event->AfterDisplay; ?> <?php echo $this->item->event->K2AfterDisplay; ?> </div>


so just cut/past it in a different place.
User avatar
Moderator

GK User
Fri Nov 27, 2015 9:27 pm
OK... I will experiment and see if I can solve this problem with your suggestion. Thanks.
User avatar
Junior Boarder


cron