Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • sizu
  • sizu's Avatar
11 Mar 2021 17:49
Replied by sizu on topic problem with pagination K2 tags

problem with pagination K2 tags

Category: English K2 Community

Hi Fotis,
sef urls are deactivated in K2 settings.
We are using last version of sh404SEF and Joomla.

Thank you so much.

Best regards
  • JoomlaWorks
  • JoomlaWorks's Avatar
11 Mar 2021 13:51
Replied by JoomlaWorks on topic problem with pagination K2 tags

problem with pagination K2 tags

Category: English K2 Community

Can you explain your SEO setup a bit? What are K2's settings in regards to "Advanced SEF" options? Are you using sh404SEF? Which versions do you use for all these and Joomla as well? PHP version?
  • sizu
  • sizu's Avatar
10 Mar 2021 12:08
problem with pagination K2 tags was created by sizu

problem with pagination K2 tags

Category: English K2 Community

Hi,
I've realized that the pagination on tags' pages is not working properly, for instance: www.caloryfrio.com/tag/nombramientos.html
If a click on next button, it goes to Page-2.html but some articles of page1 are displayed and at the bottom of the page is displayed "Page 1 of 6".
Besides, if I click on page 5, no page is displayed. 
It seems that there's something wrong with the pagination. Could it be a Joomla issue or something related with sh404Sef or the template?
On the contrary, if I create a new tag or a category, there's no problem at all.
Any help would be very appreciated.
Thanks for your help.

Best regards
  • Suzie H
  • Suzie H's Avatar
01 Mar 2021 23:30 - 01 Mar 2021 23:34
Front-end user/publisher questions was created by Suzie H

Front-end user/publisher questions

Category: English K2 Community

Hi there. I've used K2 for years and love the flexibility especially with tags. Recently, we are moving to more front-end publishers coming on board and we need to make front-end publishing as user friendly as possible. I actually installed joomlart's iJoomla Publisher pro because of how nice the front-end submit article screen is. SPECIFICALLY how you can use and view your own media/images I want to continue to use K2, is there best practices documentation for front end publishers? Are there some free or paid k2 extensions that would make this experience better? Any advice would be greatly appreciated. Thank you.

PS: I tried to attach a screen shot of the funtionality of publihserpro that I need to get close to but the attachment button didn't work for me (in Chrome) Here is a direct link (demo/demo) So I need to get my front-end K2 as close to THIS as possible
ijoomlademo.com/index.php/publisher/submit-article
  • JoomlaWorks
  • JoomlaWorks's Avatar
01 Mar 2021 19:13
Replied by JoomlaWorks on topic Tags look weird in backend

Tags look weird in backend

Category: English K2 Community

If it was a very old K2 installation that was gradually updated, you were simply using the selection-based tagging system because it was what we originally introduced.
  • Hollo Robert
  • Hollo Robert's Avatar
28 Feb 2021 14:56
K2 Extra Fields RadioWave Template was created by Hollo Robert

K2 Extra Fields RadioWave Template

Category: Commercial Joomla Templates

Hello!
I'm Robi from Hungary.
Sorry for spelling mistakes in advance, because I translate my letter into English with Google's translator.
The problem is that I created the user group and user fields fields for the RadioWave template on my test page in K2.
My test page:
lepesradio.hu/teszt/
As shown here:
lepesradio.hu/radiowave/

There are so many differences between the K2 content of the 2 pages that I don't need the Tagline and image fields, only the show time, presenter, show title fields.
I added a headline value to each show time, presenter and show title, e.g. # 1, and so on.
However, the contents of the extra fields do not yet appear on my test page.
I don't use the radio jar, I want to solve it from a K2 component.
Why is it possible that the fields do not appear at lepesradio.hu/teszt in the schedule module at lepesradio.hu/radiowave?

Thanks in advance for your help and I look forward to hearing from you as soon as possible!
Regards.: Holló Róbert
  • Thomas Thrane
  • Thomas Thrane's Avatar
23 Feb 2021 20:59
Replied by Thomas Thrane on topic Tags look weird in backend

Tags look weird in backend

Category: English K2 Community

Not sure what you mean by that?

I never touch SEP settings of K2 - and I have checked, both sides have the same SEO settings in K2.
  • JoomlaWorks
  • JoomlaWorks's Avatar
23 Feb 2021 20:30
Replied by JoomlaWorks on topic K2 Template Overrides for Tag view

K2 Template Overrides for Tag view

Category: English K2 Community

If it's too many tags, then just make your override the default one for all tags.
  • JoomlaWorks
  • JoomlaWorks's Avatar
23 Feb 2021 20:26
Replied by JoomlaWorks on topic Tags look weird in backend

Tags look weird in backend

Category: English K2 Community

Did you modify the tag replacement pairs perhaps in the K2 SEO settings?
  • Goble002
  • Goble002's Avatar
23 Feb 2021 09:58
K2 Template Overrides for Tag view was created by Goble002

K2 Template Overrides for Tag view

Category: English K2 Community

Hi,

When creating a template override for "item list" in Tag view, I understand that I need to create a menu item for that Tag and then assign that menu item to use template I created in override.

However is there a way to mass create menu item for Tags ?

Another solution would be to change the file directly in components/k2 and then reapply the changes after k2 update ? If so which file is it ?

P.S "item list" in Tag view is something quite important for me (but there are too many tags). It seems Joomla article (item) list in Tag view does not require creating a menu item.
  • Andrew Lowry
  • Andrew Lowry's Avatar
17 Feb 2021 16:06

Strange gap appearing in tag-based items on entertainment listing site [SOLVED]

Category: English K2 Community

I have created a site that uses K2 items and the navigation links to pages of tagged entertainment artists.

All of the listings work fine except for the second tribute artist page, which leaves a gap between the acts around half way down the page - it's just after the first Lady Gaga, if you're interested:

www.jkentertainmentagency.co.uk/wow-factor/tribute-acts-tribute-bands?start=100

There are way more acts tagged as tribute artists, so that might be why it doesn't affect any of the other categories.

There's nothing in the code on the page to suggest why it should be happening. I can't find any display options that would affect it - the first Lady Gaga is the 144 act to display.

Any help much appreciated.

Thanks

Andrew
  • JoomlaWorks
  • JoomlaWorks's Avatar
09 Feb 2021 18:47
Replied by JoomlaWorks on topic Problem with K2 and MySQL 8.0.23

Problem with K2 and MySQL 8.0.23

Category: English K2 Community

In the file \administrator\components\com_k2\models\item.php change line 662 from:
$query = "DELETE FROM #__k2_tags_xref WHERE itemID={intval($row->id)}";

to:
$query = "DELETE FROM #__k2_tags_xref WHERE itemID=".(int) $row->id;

The syntax is indeed wacky there... Let me know.
  • Wilfried
  • Wilfried's Avatar
04 Feb 2021 15:35 - 04 Feb 2021 15:37
Replied by Wilfried on topic k2 page titles configure

k2 page titles configure

Category: English K2 Community

Ok, it worked, but all the additional extrafileds are hidden now. I only want this extrafield hidden. My purpose it to change the tag title of the page from the backoffice. But in the front it has to be transparent for the visitors.
I'm gonna search again and maybe I will find a solution.
Thak you for your help.
  • Wilfried
  • Wilfried's Avatar
26 Jan 2021 23:36
Replied by Wilfried on topic k2 page titles configure

k2 page titles configure

Category: English K2 Community

Hi and thank you Fotis for your answer.
I have already an override. I am not an expert in programming. Which loop are you talking about?

In the editing options of the extrafield, I have to choose "text" if I want to add content. And the "text" category don't allow me to hide the tag in the frontend. Visitors will see the content of the tag and I only want this tag for changing the tag title.
I hope that you can understand my message.
  • JoomlaWorks
  • JoomlaWorks's Avatar
26 Jan 2021 20:38
Replied by JoomlaWorks on topic My RSS feed don't appear

My RSS feed don't appear

Category: Communauté française K2

RSS/Atom feeds are automatically published as meta tags. If you don't see the actual feed icon though, that's because your override does not support it OR you simply have that feature off in the menu or category's options.

In any case, just append ?format=feed or &format=feed (if you already have a ? in your current URL) and you'll get the relevant feed from K2. Or just switch to view-source to see the relevant feed links.
  • Wilfried
  • Wilfried's Avatar
22 Jan 2021 18:36 - 22 Jan 2021 18:37
Replied by Wilfried on topic k2 page titles configure

k2 page titles configure

Category: English K2 Community

<?php $newtitle= $this->item->extraFields->EXTRAFIELDALIASHERE->value; $document = JFactory::getDocument(); $document->setTitle($newtitle); ?>
Hi,
I used this solution to add the tag <title> to each page of my website. The result is ok, but the extrafield is visible in frontend. Is it possible to hide the extrafield in the frontend and only have the option in the backend?

Example: the word "Test" appear in the navigator and the extrafield "Balise title:" is visible before the video.
www.cryptoseries.fr/series/item/445-huff

Sorry for my english, I am french.
  • Catherine Mollet
  • Catherine Mollet's Avatar
21 Jan 2021 13:02
Batch operations : no tags ? was created by Catherine Mollet

Batch operations : no tags ?

Category: English K2 Community

Hi,
I have to add tags to items in K2. But there is no "Tags" option in batch operations. Very disappointed because this is possible on Joomla! articles. Is there any way to bulk add tags ?
  • JoomlaWorks
  • JoomlaWorks's Avatar
07 Jan 2021 19:17
Replied by JoomlaWorks on topic Bild Server duchsuchen

Bild Server duchsuchen

Category: Offizielle deutsche Gemeinschaft

Use this guide getk2.org/documentation/tutorials/templating-with-k2-and-the-concepts-of-sub-templates to override itemform.php. Don't change anything there, but just add a tag at the bottom of that file to inject a {display:none;} rule for that HTML element.
  • Thomas Brown
  • Thomas Brown's Avatar
06 Jan 2021 16:55
Replied by Thomas Brown on topic K2 Import/associate +10k Images

K2 Import/associate +10k Images

Category: English K2 Community

Any tool you recommend for re-naming 10K images? This seems like a odd way to manage images. Mapping file names then changing to include the item ID and not the file name itself.... I can see this request as a need to create a better import process. Having the images in the content is not optimal.

Basically it sounds like I need to set the path in the introtext then some how change the file names to Image."itemID" - move those images to the media/K2/items/src directory - then run the rebuild Image Cache. Then remove the <img> tag from the introtext. Is this what you are saying?
Displaying 161 - 180 out of 6582 results.

Powered by Kunena Forum