intro text doesn't show

GK User
Tue Feb 23, 2016 4:34 pm
Hi,
I would like a small intro text to show in a list of items but can't do it.
Also in the same section the pathway in breadcrumb isn't always right.
http://www.artemrede.pt/v3/index.php/pt/espetaculos/espetaculo
---
In the next list of items the titles are diferent. the first two are smaler.
Can't find the error.
http://www.artemrede.pt/v3/index.php/pt/imprensa/jornal-artmerede
Can you help me?
Thank you very much
User avatar
Fresh Boarder

teitbite
Sat Feb 27, 2016 1:59 pm
Hi

Both Your links are showing error 404. Please tell me correct ones and let me know what type of articles are those, K2 or regular joomla articles.
User avatar
Moderator

GK User
Mon Feb 29, 2016 1:16 pm
Hi,
They are K2 items
The links changed. The correct links are:
1º - http://www.artemrede.pt/v3/index.php/pt ... spetaculos
2º - http://www.artemrede.pt/v3/index.php/pt ... -artemrede
Thank you.
User avatar
Fresh Boarder

teitbite
Thu Mar 03, 2016 1:13 pm
Hi

I've just visited Your site and You do not have any content for Your articles beside of the flash app there. Please smply add some content over the app and make sure You include <read more> line between them. Than in category settings select to show Intortext and in Item settings for this category select not to show it. This way text will only be visible in category view. Refere to K2 support or documentation for instruction how to do this.
User avatar
Moderator

GK User
Mon Mar 07, 2016 8:16 am
Hi,
For this link
http://www.artemrede.pt/v3/index.php/pt ... -artemrede
the problem is the diference between the firts two titles and the rest of them in listing.

In this link the intro text doesn't show:
http://www.artemrede.pt/v3/index.php/pt ... spetaculos
I've tried what you say and read documentation and post's.
Can't find why, allthough the settings are like you say, they don't work.
Perhaps theres another setting in the way that I can't find...
Thank you.
User avatar
Fresh Boarder

GK User
Mon Mar 07, 2016 1:02 pm
Hi,
the titles I manage to correct.

This question remains.
"In this link the intro text doesn't show:
http://www.artemrede.pt/v3/index.php/pt ... spetaculos
I've tried what you say and read documentation and post's.
Can't find why, allthough the settings are like you say, they don't work.
Perhaps theres another setting in the way that I can't find..."
Thank you.
User avatar
Fresh Boarder

teitbite
Thu Mar 10, 2016 2:42 pm
Hi
Please send me an access to Your joomla panel via forum's PM or to my mail [email protected] I'll take a look.
User avatar
Moderator

teitbite
Mon Apr 11, 2016 5:44 pm
Hi TEIBITE,

I have the post below on gavick:
https://www.gavick.com/forums/universit ... show-50330

You've asked to send you a private message with the acesses.
Could you see it please. I need to solve the situation and I still could not do it.

Thank you very much,


I'll help, but I still haven't got an access to Your site. Please send it via mail.
User avatar
Moderator

teitbite
Wed Apr 13, 2016 3:27 pm
Hi

Unfortunately my admin access is too low to make changes to K2 configuration.

Error
You are not authorised to view this resource.


please rise it and let me know when it'll be ready.
User avatar
Moderator

GK User
Wed Apr 13, 2016 4:59 pm
Hi,
it's ready.
sorry my mistake.
thank's
User avatar
Fresh Boarder

teitbite
Wed Apr 20, 2016 1:42 pm
Hi

Now I understand :) You are using K2 subtemplate prepared for events where introtext was not needed. Try simply add it by editing file /html/com_k2/templates/events_listing1/category_item.php and add this code:

Code: Select all
     <?php if($this->item->params->get('catItemIntroText')): ?>
     <!-- Item introtext -->
     <div class="catItemIntroText">
        <?php echo $this->item->introtext; ?>
     </div>
     <?php endif; ?>


after line 55, between those two lines:

Code: Select all
                    <?php endif; ?>
                    <?php if($event_info['when'] != '') : ?>
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.