- Posts: 4
COMMUNITY FORUM
category listing
- Andreas de Bruin
-
Topic Author
- Offline
- New Member
Less
More
11 years 7 months ago #117956
by Andreas de Bruin
category listing was created by Andreas de Bruin
Witch means that 1?
How can I hide it?
How can I hide it?
Attachment not found
Please Log in or Create an account to join the conversation.
- olsen
-
- Offline
- Elite Member
- Joomla and K2 Freelancer
11 years 7 months ago #117957
by olsen
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Replied by olsen on topic Re: category listing
I dont know just seeing the image. can you post link to your site to check it??
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Please Log in or Create an account to join the conversation.
- Andreas de Bruin
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
11 years 7 months ago #117958
by Andreas de Bruin
Replied by Andreas de Bruin on topic Re: category listing
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
-
- Offline
- Platinum Member
- Joomla Developer
11 years 7 months ago #117959
by Mohamed Abdelaziz
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Replied by Mohamed Abdelaziz on topic Re: category listing
There is a code around this area which can generate output like this, this code is:
This code calls the K2 plugins, so try to disable any K2 plugins you have installed and check whether you still get this "1" in the same position.
<!-- Plugins: AfterDisplayTitle -->
<?php echo $this->item->event->AfterDisplayTitle; ?>
<!-- K2 Plugins: K2AfterDisplayTitle -->
<?php echo $this->item->event->K2AfterDisplayTitle; ?>
This code calls the K2 plugins, so try to disable any K2 plugins you have installed and check whether you still get this "1" in the same position.
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.
- Andreas de Bruin
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
11 years 7 months ago #117960
by Andreas de Bruin
Replied by Andreas de Bruin on topic Re: category listing
Thank you for the answer, but they are no active plugins ...
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
-
- Offline
- Platinum Member
- Joomla Developer
11 years 7 months ago #117961
by Mohamed Abdelaziz
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Replied by Mohamed Abdelaziz on topic Re: category listing
Ok, try to delete these lines from your template file, its name is category_item.php
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.
- Andreas de Bruin
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
11 years 7 months ago #117962
by Andreas de Bruin
Replied by Andreas de Bruin on topic Re: category listing
Thank you Mohamed, it works!
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
-
- Offline
- Platinum Member
- Joomla Developer
11 years 7 months ago #117963
by Mohamed Abdelaziz
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Replied by Mohamed Abdelaziz on topic Re: category listing
Great :)
But keep this change in your mind, just in case you install a plugin which needs it in the future.
But keep this change in your mind, just in case you install a plugin which needs it in the future.
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.