Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • Lefteris
  • Lefteris's Avatar
03 Apr 2014 15:19
Replied by Lefteris on topic Use same k2 tag in multilingual website

Use same k2 tag in multilingual website

Category: English K2 Community

You are welcome. Thanks for your feedback.
  • ATHANASIOS ILIOPOULOS
  • ATHANASIOS ILIOPOULOS's Avatar
03 Apr 2014 15:09
Replied by ATHANASIOS ILIOPOULOS on topic Use same k2 tag in multilingual website

Use same k2 tag in multilingual website

Category: English K2 Community

Thanks Lefteris,

unfortunately i do not think i can follow the workaround suggested since some of the items of Cat1 are of type Tag1 or type Tag2 ... So the only options here i guess are:

a) have different Tags for each language (e.g. Tag1_EN, Tag1_RU, Tag2_EN, Tag2_RU) and assign two tags per case (Tag1 -> Tag1_EN & Tag2_RU). I hope this is going to work in my case!

b) use some extension which gives the option for multicategory assignment to a k2 item and then implement your suggestion

However i think it could be a great addition to ADD TRANSATION to:

K2 TAGS
K2 extra field groups as also to K2 extra fields (labels & values)

I am using k2 in many multilanguage sites with alot of extra fields/groups and localization is an issue.

Thanks though for your answer
  • Lefteris
  • Lefteris's Avatar
03 Apr 2014 14:56
Replied by Lefteris on topic Use same k2 tag in multilingual website

Use same k2 tag in multilingual website

Category: English K2 Community

Hi. Yes you have to use different tags for each language since tags cannot be translated. One thing you can try to do is to use menu links to categories instead of tags for displaying items in different styles. To select a template from the menu link K2 requires to select more than one categories. To overcome this you can create a dummy empty category and select it along with the desired category in the menu link settings.
  • Fabio Cornero
  • Fabio Cornero's Avatar
03 Apr 2014 12:59
Replied by Fabio Cornero on topic help to solve some problem

help to solve some problem

Category: Commercial Joomla Templates

hi krikor,
thanks for the reply,
but I already tried to disable query everywhere.

If I disable jquery inside the template and leave only active it inside k2, the slider related by tag no longer works.
wearetorino.it/index.php/man/item/205-camo-pocket
and the cart popup when I buy does not appear.

vice versa if disable query inside k2, the problem of the quantity and the popup cart remains but the rest works.

for k2mart:
I know I should open a ticket on joomlaworksnet, but if I change the toreda template with the default joomla template it works well, so I think the problem is in the template and not on k2mart.

thank's
  • ATHANASIOS ILIOPOULOS
  • ATHANASIOS ILIOPOULOS's Avatar
03 Apr 2014 00:06
Use same k2 tag in multilingual website was created by ATHANASIOS ILIOPOULOS

Use same k2 tag in multilingual website

Category: English K2 Community

Guys,

i have the following configuration:

website in 2 languages: English & Russian (default is English)

One K2 category (e.g. Cat1), set for ALL languages
Many K2 items in this category, set for ALL languages
One k2 extra field group with multiple extra fields assigned to this category
One category k2 template (e.g. category_template), assigned to this category

I am also using 2 k2 tags (e.g. Tag1, Tag2) on the k2 items for selecting and displaying them with different style in some areas of my web site. For these i have setup 2 menu items (for each language) which filters out k2 items for Cat1 with tags Tag1 & Tag2 respectivelly.

I have also setup two additional template overrides for each tag (e.g. template_Tag1, template_Tag2) ...

So lets say i have 3 different menu items for each language:

- K2 Category View [EN] (category_template)
- K2 Tag1 View [EN] (template_Tag1)
- K2 Tag2 View [EN] (template_Tag2)

- K2 Category View [RU] (category_template)
- K2 Tag1 View [RU] (template_Tag1)
- K2 Tag2 View [RU] (template_Tag2)

When i switch views in my default language everything works fine! List views are changed according to templates selected in each menu item.

BUT when i switch views in Russian, category view works OK but tag views does not switch rather then the first TAG view visited is always shown .... even if i switch between Tags (menu items) ...

So if i visit first - K2 Tag1 View [RU] and then - K2 Tag2 View [RU], the template template_Tag1 is always enabled ...

Any ideas why? Do i have to use different TAGs for each language?
  • Pat Adkins
  • Pat Adkins's Avatar
02 Apr 2014 21:55
Replied by Pat Adkins on topic How to generate rss feed on my joomla / k2 blog

How to generate rss feed on my joomla / k2 blog

Category: English K2 Community

Can I get an response for this problem please?

I have been able to generate RSS feeds for each of the subcategories for my blog, but I need to generate an RSS feed for the homepage / frontage of the blog at www.foremostresumes.com/blog

How can I do this?
  • Rui Durão
  • Rui Durão's Avatar
02 Apr 2014 16:51 - 04 Apr 2014 22:17

[SOLVED] No result displayed when click on any TAG

Category: English K2 Community

Hi,

Strangest thing happening...

I am using K2 in my website and I added Tags to the articles (items).

Problem is, when I click on any Tag, search result comes empty - no results. How is this possible? :blink: :pinch:

Thanks in advance
  • Lefteris
  • Lefteris's Avatar
02 Apr 2014 12:28
Replied by Lefteris on topic Hide featured items from Tag Listing pages

Hide featured items from Tag Listing pages

Category: English K2 Community

Hi. You cannot do this with tags. Tags are just filters displaying all items under a specific tag. The only options for tag listings are available under K2 global parameters.
  • Ian
  • Ian's Avatar
01 Apr 2014 23:15 - 01 Apr 2014 23:16

[SOLVED] Common search/tag results page for all categories?

Category: English K2 Community

Solved. As a recap for future use, to redirect the search module to a custom page to control layout:

- Create a menu item, take note of the menu ID
- Override ...\modules\mod_k2_tools\tmpl\search.php
- Find: <input type="hidden" name="categories" value="<?php echo $categoryFilter; ?>" />
<?php if(!$app->getCfg('sef')): ?>
- Then add: <input type="hidden" name="Itemid" value="MENU_ITEM_ID" />
- Replace your <form action... with:
<form action="<?php echo JRoute::_('index.php?option=com_k2&view=itemlist&task=search&Itemid=123'); ?>" method="get" autocomplete="off" class="k2SearchBlockForm">


Thanks for the help Lefteris
  • zazel baltao
  • zazel baltao's Avatar
01 Apr 2014 22:42
Hide featured items from Tag Listing pages was created by zazel baltao

Hide featured items from Tag Listing pages

Category: English K2 Community

Hi

I have a tag listing page here: housefm.net/index.php?option=com_k2&view=itemlist&layout=tag&tag=London&task=tag&Itemid=241

I created this as a K2 tag menu item type linked to a category called events. In the event category parameters I have set featured items to NOT display and this is fine on a normal category listing page menu item type i.e. here: housefm.net/index.php?option=com_k2&view=itemlist&layout=category&task=category&id=4&Itemid=205 - but if I do a tag listing type page the featured items STILL show.

Could someone please tell me how to exclude featured items from tag type menu listing pages. I have a module at the top of each listing page already that displays ONLY FEATURED ITEMS and I want the listing below to display ONLY NON FEATURED ITEMS so they are not repeated twice.

Thanks
p.s. I am using tags because I have events that need to be displayed in multiple pages i.e. the same event may need to show in London, UK and Festivals listings etc. and I am using the module at the top because I want featured items to have priority displaying in the section at the top. If you have any other suggestions to achieve the above please let me know this also.

Joomla! 3.1.5
K2 v2.6.7

:kiss:
  • goble
  • goble's Avatar
01 Apr 2014 16:00
itemform.php - Customization was created by goble

itemform.php - Customization

Category: English K2 Community

Hello,

Have been able to amend itemform.php in both locations (mentioned hereunder) so as to customize front-end editing to remove options like 'browse server', featured etc...

/public_html/components/com_k2/templates/default
/public_html/templates/template_name/html/com_k2/template_name

But when it comes to remove the 'Tags' option, then I'm lost. Have tried removing the lines hereunder but errors occured. Can any k2 guru tell me the exact lines to remove ?
 
  • Lefteris
  • Lefteris's Avatar
01 Apr 2014 14:11

[SOLVED] Common search/tag results page for all categories?

Category: English K2 Community

Try :
<form action="<?php echo JRoute::_('index.php?option=com_k2&view=itemlist&task=search&Itemid=123'); ?>" method="get" autocomplete="off" class="k2SearchBlockForm"> 

If this also don't work try to change the menu link to com_search menu link.
  • Bysshe
  • Bysshe's Avatar
01 Apr 2014 05:00 - 01 Apr 2014 06:33
Replied by Bysshe on topic dividing categories for menu items

dividing categories for menu items

Category: English K2 Community

Yes I am using K2.
My regions are not items or categories or anything in particular YET. they are just menu title names with nothing decided what they should be yet.
these title names are my main menu as it is at the moment with no real links working. It is just regions eg Europe Asia USA etc not functioning yet. when Im clear Ill choose what Im advised to make them.

The trouble seems to be that what I want to appear under these menu titles are categories not items. See each of my suppliers is a category all with the same single parent category Suppliers.
N.B. I dont want this to change.

I wonder can I add tags to categories? if so how?

or is it possible to use extra fields for ( the individual Supplier )categories that will make them show up under each region menu title name?
The problem is I just want the supplier category! to show up under each respective region menu title NOT the ITEMS within the category they can been seen once the category is clicked on.
If this is possible where and how do I do it?
any assistance appreciated
  • Lefteris
  • Lefteris's Avatar
31 Mar 2014 15:13
Replied by Lefteris on topic SIGP in multilingual site with K2

SIGP in multilingual site with K2

Category: Simple Image Gallery PRO

Hi. The language is used mainly for items or articles sharing the same gallery via a gallery tag. In K2 there is no such need since each item has it's own gallery. In that case you need to create one gallery for each item. Finally note that official support for commercial extensions is provided in the Subscriber Help Desk at www.joomlaworks.net/dashboard/helpdesk
  • Lefteris
  • Lefteris's Avatar
31 Mar 2014 14:03
Replied by Lefteris on topic dividing categories for menu items

dividing categories for menu items

Category: English K2 Community

Hi. You mean that you want them to appear to the menu or to the inner pages? If it's in the menu you can just create menu links. If it is to the inner pages there is no way to cross reference a category from an other category without making a plugin. You also need to clarify what the region page is. Is it a category? An item? Regarding tags you can create menu links to them by following the standard Joomla! procedure. When it comes the time to choose the menu link type just select K2 tag.
  • Lefteris
  • Lefteris's Avatar
31 Mar 2014 13:55
Replied by Lefteris on topic [SOLVED] No Text Visible in Categories Blog

[SOLVED] No Text Visible in Categories Blog

Category: English K2 Community

Hi. What version of K2/Joomla! are you using? The tags issue indicates a javascript error. Check your browser console for errors.
  • Lefteris
  • Lefteris's Avatar
31 Mar 2014 13:27
Replied by Lefteris on topic Control of tag creation?

Control of tag creation?

Category: English K2 Community

Hi. Go to K2 parameters and check the relative options. K2 has options for locking and normalizing tags to avoid duplicates. Let me know if that works for you.
  • Lefteris
  • Lefteris's Avatar
31 Mar 2014 13:15

[SOLVED] Common search/tag results page for all categories?

Category: English K2 Community

Try :
<form action="<?php echo JRoute::_('index.php?Itemid=123'); ?>" method="get" autocomplete="off" class="k2SearchBlockForm"> 

Also try to change the menu link to K2 categories ( don't select a category in the filter ).
  • Andrey German
  • Andrey German's Avatar
30 Mar 2014 04:15 - 30 Mar 2014 04:45
[SOLVED] No Text Visible in Categories Blog was created by Andrey German

[SOLVED] No Text Visible in Categories Blog

Category: English K2 Community

I'm having this very aggravating problem, and I don't know how to fix it.
On this page where I want to display News articles (K2 Categories page), absolutely no text from the actual article shows up. The image does though. If you click on the link, everything is there. I have gone through every single option in categories, the individual articles, the menu item. Nothing that I've found fixes this. Creating a new category with default settings has the same problem.
What's even more irritating is that everything worked exactly as it should with the sample articles that came with the template. I used them to figure out what settings I wanted, and proceeded to delete them and start making my own when I was happy. So I can't go back and just modify those. Please help! (And yes, I deleted them completely)

Edit: Additionally, I cannot tag within the article creation interface. I have to create tags separately in the Tags section. When attempting to tag in the article interface, I can write them all into the field, but when I save, they all disappear, and do not exist in the Tags section.

Here's a link: itercm.com/index.php/news
  • rysic
  • rysic's Avatar
29 Mar 2014 19:54
k2 article display order was created by rysic

k2 article display order

Category: English K2 Community

Hi!

I have this page: openit.net.pl/
There are featured articles and to every article is added Tag List, and Categoary and then Read More.
I'd like to have Read More as cloce to article as it is possible. How can I move Tag List, Category and publishing date below title?

PS. Are H1 and H2 controlled by K2 css or it is Joomla site? Titles in articles are really big :-/ openit.net.pl/index.php/item/42-programowanie-w-bash-14-wyrazenia-regularne
Displaying 2681 - 2700 out of 6582 results.