Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • Lefteris
  • Lefteris's Avatar
16 Dec 2014 13:22
Replied by Lefteris on topic Including media on tags page

Including media on tags page

Category: English K2 Community

Hi. If it will be the same media for all pages you should consider using a module. If you just want to show the item's video in tags page, then unfortunately this is cannot be done. In K2 parameters you can find options for the elements you can show/hide in the tags page.
  • Lefteris
  • Lefteris's Avatar
16 Dec 2014 13:15
Replied by Lefteris on topic Different URL (Menuitem K2 TAG / K2 page&mod)

Different URL (Menuitem K2 TAG / K2 page&mod)

Category: English K2 Community

@Joseph

This is how it should be displayed. Any non valid URL characters should be URL encoded in order to work. If you don't want URL encoded characters in your tags URLs you need to ensure that your tags do not contain spaces, dots and other characters that are not valid for URLs. Note that in the upcoming version 3 of K2 tags have an alias so there should be no such issues.
  • Lefteris
  • Lefteris's Avatar
16 Dec 2014 13:09
Replied by Lefteris on topic Item Will not Show in SubCatagory

Item Will not Show in SubCatagory

Category: English K2 Community

Hi. First update K2 to 2.6.9. Second, you can set the desired ordering in the category edit page. This is a matter of your setup, there is no known issue regarding K2 items ordering.
  • giammy
  • giammy's Avatar
16 Dec 2014 02:20

Problema Limite articoli prima pagina

Category: Comunità italiana K2

Salve a tutti, ho appena installato nel mio sito k2 (utilizzo joomla 3.3.6)
Devo dire che è davvero ottimo, ma sto riscontrando un problema che non riesco a risolvere.
Come prima pagina ho impostato categorie blog, ovvero che mi fa visualizzare tutti gli articoli che inserisco.
Solo che vorrei mettere un limite, perchè se mettiamo il caso inserisco 20 articoli, la pagina è lunga 20 km.
Le ho davvero provate tutte, sono andato sulle impostazioni k2 (parametri k2 in alto a destra) e nella tabella "Impaginazione"
e non ho trovato nulla che mi possa aiutare, ho trovato solo:
Opzioni di impaginazione e visualizzazione per le pagine utente (autore)
Opzioni di layout e visualizzazione per l'elenco Tag
Opzioni di impaginazione e visualizzazione per ricerca, tag e lista per data

Quindi a quanto immagino, queste voci non c'entrano nulla.
Ho provato pure ad ad andare nel menu principale ---> Homepage, e dopo avermi aperto la voce di menu con categorie blog di k2, sono andato su opzioni, e qui leggo la voce: Opzioni di impaginazione per la scelta di più categorie, pensavo che questa era la voce giusta, invece mi sbagliavo, perchè ho impostato tutti i paramentri su 2 e 1, ma non è cambiato nulla..
Qualcuno può aiutarmi per favore? ve ne sarei davvero grato :)
Grazie anticipatamente.
  • John Vincent
  • John Vincent's Avatar
15 Dec 2014 22:07
Item Will not Show in SubCatagory was created by John Vincent

Item Will not Show in SubCatagory

Category: English K2 Community

Hi,

Using version K2 v2.6.8

I created a new item and it does not show even after I clear my cache.

Even the test item I created does not show up. What are some things I need to be looking at

This is the Main category : clubdevo.com/index.php/photos/itemlist/category/5-devo
This is the sub Category: clubdevo.com/index.php/photos/itemlist/category/18-concert-photos?limitstart=0

The new item I created works but you can see that some of the older items in the top row of the main category will not show in the sub category.

This is fan site so the items need to be in order

Any help would be great

Thanks,

John
  • Amand Structor
  • Amand Structor's Avatar
15 Dec 2014 21:16
Star Rating doesn't show in Article-View was created by Amand Structor

Star Rating doesn't show in Article-View

Category: English K2 Community

Hello Community,

I have a website with K2-category view and artice view. In category view there are the rating stars and everything is fine. But when I click on an article and change to article view the stars are there, but you can't see them.

Here is the category-view:

www.music-room-dortmund.de/charts/einzelgesang

And here is an article view:

www.music-room-dortmund.de/charts/einzelgesang/item/7-sarah-price-tag

Anyone an idea why that happens?

Thx in advance
  • Joe Campbell
  • Joe Campbell's Avatar
15 Dec 2014 20:45
Replied by Joe Campbell on topic Different URL (Menuitem K2 TAG / K2 page&mod)

Different URL (Menuitem K2 TAG / K2 page&mod)

Category: English K2 Community

I enabled Tag Normalization, then added "New Tag"

When I went add it to an item, the auto complete tag was lowercase, even though I saved it as Capital Case.

When viewed from the frontend it displays as...

domain.com/view/tag/new%20tag
  • geggo
  • geggo's Avatar
15 Dec 2014 20:28

How to move position of simple image gallery pro?

Category: English K2 Community

Kalista Imaging wrote: IT IS ACTUALLY QUITE EASY.

What you will do is, go into your Joomla installation,
YOURSITE/components/com_k2/templates/default

Find and copy to your desktop, : "item.php"

Open in note pad, scroll to the bottom, scan up, looking for:

</div>

<?php if($this->item->params->get('itemImageGallery') && !empty($this->item->gallery)): ?>
<!-- Item image gallery -->
<a name="itemImageGalleryAnchor" id="itemImageGalleryAnchor"></a>
<div class="itemImageGallery">
<h3><?php echo JText::_('K2_IMAGE_GALLERY'); ?></h3>
<?php echo $this->item->gallery; ?>
</div>
<?php endif; ?>

Paste this where you want it, and delete it from the bottom. Save a copy of the original item.php in another folder for saftey sake, now replace the file on your server again in: YOURSITE/components/com_k2/templates/default

Refresh you k2 page and you should see your gallery to the top. kalistaimaging.com, see all my active articles for reference.

You can also do the same exact thing with the video code, which happens to be right above the gallery code section in the item.php file. Copy, delete, paste where you want it.

B)


Hi, sorry for my english. I found just this topi about my problem.
I have same question and i followed you suggest.
I have an override template and I modified item.php like u explain but it's not work. i tried to delete rows u said but galleries continue to show in last position.
I saw K2 use SIG pro (with botton under text editor) and a tab with "Galleries". Are the same thing? Because if I add a gallerie from TAB it shows also in category view (but not in article also if it's activated) and there's not the tag {gallery}product{/gallery} in text editor.
I thought item.php modify THAT gallery and it should be correct for your modification.
This can explain why gallery not shown if I delete rows in item.php. It seem gallery it's showned ONLY with {gallery}prodotti/SVD/SVD-gallery{/gallery} code in text.
QUESTION:
1- I don't understand difference between TAB gallery and SIG Pro gallery.
2- ITEM.PHP modify only TAB gallery or it's the same for SIG Pro? In case, what other file should I modify?

I hope you understand.
Thanx
  • Kristen Gardner
  • Kristen Gardner's Avatar
15 Dec 2014 20:14
Including media on tags page was created by Kristen Gardner

Including media on tags page

Category: English K2 Community

Hello,
I would like to include a media file (a video) at the top of all my k2 items. However, when k2 shows me a list of items that belong to a particular tag, the media does not show unless I click to enter the particular item page. I have tried editing the template, and I add this to templates/default/tag.php:
<div class="latestItemVideoBlock">
<h3><?php echo JText::_('K2_RELATED_VIDEO'); ?></h3>
<span class="latestItemVideo<?php if($this->item->videoType=='embedded'): ?> embedded<?php endif; ?>"><?php echo $this->item->video; ?></span>
</div>


However, nothing at all appears. It seems something else is missing elsewhere. Could someone give me a hand?
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
15 Dec 2014 19:42
Replied by Krikor Boghossian on topic Different URL (Menuitem K2 TAG / K2 page&mod)

Different URL (Menuitem K2 TAG / K2 page&mod)

Category: English K2 Community

This is a different issue.
You need to enable the tag normalisation option in K2's settings. This will work for newly created tags only.
  • Joe Campbell
  • Joe Campbell's Avatar
15 Dec 2014 16:09 - 15 Dec 2014 16:10
Replied by Joe Campbell on topic Different URL (Menuitem K2 TAG / K2 page&mod)

Different URL (Menuitem K2 TAG / K2 page&mod)

Category: English K2 Community

My tags suddenly became broken - specifically, the URLs are displaying the tag name instead of alias in URL (capital letters & spaces, instead of lowercase with dashes):
domain.com/tag/Tag%20Name

I followed your instructions and created a hidden menu titled "View" and saved it without adding any K2 categories, but the problem still persists:
domain.com/view/tag/Tag%20Name

What else could be the issue?
  • Roman Lipatov
  • Roman Lipatov's Avatar
11 Dec 2014 18:39
Replied by Roman Lipatov on topic How to remove cyrillic tags from urls?

How to remove cyrillic tags from urls?

Category: English K2 Community

Joomla! version 3.3.6.
K2 version 2.6.8

Is it possible to get tag Проверка which have url items/tag/proverka ?
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
11 Dec 2014 17:42
Replied by Krikor Boghossian on topic How to remove cyrillic tags from urls?

How to remove cyrillic tags from urls?

Category: English K2 Community

Which version of Joomla! and K2 are you using?
Beware, the actual will change as well.
It will be proverka instead of проверка (not only in the URL).
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
11 Dec 2014 17:29
Replied by Krikor Boghossian on topic K2 - catalogue with categories and regions

K2 - catalogue with categories and regions

Category: English K2 Community

You can create a menu spefically for tags to have a similar structure.
  • Sitte.pl Bartosz Machnik
  • Sitte.pl Bartosz Machnik's Avatar
11 Dec 2014 15:40
Replied by Sitte.pl Bartosz Machnik on topic K2 - catalogue with categories and regions

K2 - catalogue with categories and regions

Category: English K2 Community

Hello. Thank You for responce. I searched all K2 addons form JED before. Only one possibly matching extenstion I found was "aditional categories" but download site doesn't work and from description it was made to add 2 categories to one intem not to create 2 category structures. Can You point me some specyfic extension?

I tried to use tags as regions but I cannot create tree structure with this. Have You seen any page using this method. It could help if I see what You mean.

Anyway thank You very much for responce.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
11 Dec 2014 13:59
Replied by Krikor Boghossian on topic K2 - catalogue with categories and regions

K2 - catalogue with categories and regions

Category: English K2 Community

You can use tags as regions or look at the JED for an extension that creates custom taxonomies.
  • IgorKysin
  • IgorKysin's Avatar
11 Dec 2014 13:58
Replied by IgorKysin on topic How sorting articles by name for tag-searching?

How sorting articles by name for tag-searching?

Category: English K2 Community

Sorry for my English. Perhaps I bad explain.. I try again.
K2-articles of my site have tags. If click to some tag, it take out a list of articles belong this tag. I would like sorting this list by title of articles (alphabetically for example)
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
11 Dec 2014 12:43
Replied by Krikor Boghossian on topic How sorting articles by name for tag-searching?

How sorting articles by name for tag-searching?

Category: English K2 Community

There is a setting called "Item ordering (Only for tag listings)"
in K2's parameters. You need to change this to alphabetically.
  • IgorKysin
  • IgorKysin's Avatar
11 Dec 2014 10:12

How sorting articles by name for tag-searching?

Category: English K2 Community

Hello, K2 Community!
Please help me. How can I sorting articles by name for tag-searching view?
Thanks.
  • E. Alana James
  • E. Alana James's Avatar
09 Dec 2014 14:55
How to require login at the readmore? was created by E. Alana James

How to require login at the readmore?

Category: English K2 Community

Hi everyone and thank you for your help on this one. All of our content at dotoralnet.com/mdev is on K2 and I'm loving the way the category menus are working with public access to the articles - the only rub is that when this goes live we want the visitor to get a login required notice when they click on the read more tags.

In the past we've used nynja access for this but find it cumbersome - I thought I would ask the K2 community because it would be a sweet bit of code to have readmore and login required to somehow be simultaneous.

Any ideas? Thanks in advance,
Alana
Displaying 2121 - 2140 out of 6582 results.

Powered by Kunena Forum