Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
07 Jun 2016 14:24
Replied by Krikor Boghossian on topic bug in tags input

bug in tags input

Category: English K2 Community

Hello and thank you for reporting this.
This has already been corrected in the repo.

github.com/getk2/k2/commit/3fccc7ae2574ef622583e513d1b6e013dd75f0c2
  • Webcrea
  • Webcrea's Avatar
07 Jun 2016 13:30
bug in tags input was created by Webcrea

bug in tags input

Category: English K2 Community

when you're in edit mode, the input zone for tag is forced to height:48px; and tags go out the input field. Delete instruction in media\k2\assets\css\k2.css line 463 solves the issue
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
06 Jun 2016 12:13
Replied by Krikor Boghossian on topic duplicate tag pages - is menu item for tags a solution?

duplicate tag pages - is menu item for tags a solution?

Category: English K2 Community

Hello Ilya,

A menu item is a solution.
Create an empty K2 categories menu item (leave the category selection) so that orphan tag are being rendered through that menu.

On the other hand if you are using only a handful of tags you can map each tag directly into a menu item.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
06 Jun 2016 10:48
Replied by Krikor Boghossian on topic Tags redirect to homepage

Tags redirect to homepage

Category: English K2 Community

Are you using any redirect extensions or a custom htaccess file?
Also which version of K2 are you using?
  • Valentine Solo
  • Valentine Solo's Avatar
04 Jun 2016 11:42
Open graph article author was created by Valentine Solo

Open graph article author

Category: English K2 Community

Hello,

K2 has nice open graph meta tags for "og:type" article object. I woundered if I could extend it for facebook and twitter vcard.
What I mean is a certain field for K2 user profile for author FB and Twitter Url, so that Facebook and Twitter could parse it as "article:author" and fb:profile_id from meta tags.

Those fields would be very handy for acticle author og info and follow-buttons.

I guess it would be great improvement. Sorry if you already disqussed it or planned as a new feature in K2 V3. I'd like to know before I start digging the code =]
  • Valentine Solo
  • Valentine Solo's Avatar
04 Jun 2016 11:14
Replied by Valentine Solo on topic dynamic (duplicate) K2 author page URL issue

dynamic (duplicate) K2 author page URL issue

Category: English K2 Community

Krikor wrote: Either map that author page in a menu item, or create a new empty K2 categories item. Leave the category selection empty and call it eg: content.
This way all orphan tags and authors are rendered through that menu item.


The second option with empty K2 cat menu item fully works. Thanks!
  • Xlix
  • Xlix's Avatar
03 Jun 2016 18:52
Tags redirect to homepage was created by Xlix

Tags redirect to homepage

Category: English K2 Community

This is driving me nuts but all my tags set in my K2 articles, redirect to my homepage.
For instance www.vosvacances.com/tag/varsovie redirects to the homepage. I would expect to see a listing page of all articles having this specific tag. I am using SEF but removing it doesn't solve the issue.
Not sure what I did wrong but tags definitively worked before.
Thank you for your help.
  • Ilya Kushliansky
  • Ilya Kushliansky's Avatar
03 Jun 2016 14:39

duplicate tag pages - is menu item for tags a solution?

Category: English K2 Community

Hello,

I have read about this problem but I am not strong in .htaaccess stuff or something like that though I will try.

http://imgur.com/YgWs0rH

the problem is that k2 items on my website each have menu items but k2 tags don't. Will google stop creating duplicates if I assign each tag a menu item? (I have a limited number of thematic tags)

thank you
  • Uriel
  • Uriel's Avatar
03 Jun 2016 07:24
Sort by type - Tags Problem was created by Uriel

Sort by type - Tags Problem

Category: English K2 Community

We create a new menu item displaying all items from our K2 category.

You can see all K2 items here --> gradeco.com.co/index.php/proyectos-realizados

In total, we have 17 items.

12 of them are inside the "Residenciales" Tag

1) vistapark
2) altavista reserva del country
3) altavista country
4) chico virrey
5) arboleda del country
6) gratamira real
7) carolina plaza
8) country plaza
9) kalatea
10) linderos del country
11) santa barbara real
12) casa la alborada

and the final 5 are inside "Comerciales" Tag

13) global business center
14) colyong
15) colinagro
16) estación movil
17) sac estructuras metalicas

See this image to see tags --> imgur.com/ovUvNfX

***** THE PROBLEM *****

When you click on "Comerciales" Tag, everything is from "Comerciales" Tag but if you go to the page number two on the link below.

You will also see items from the other tag "Residenciales" which is something we don't want.

When the user clicks on each tag, we only want to display items with that specific tag and not from other tags.
  • Coyote
  • Coyote's Avatar
31 May 2016 12:00

Item listed by tag, long intro text needs to be limited

Category: English K2 Community

Hi,
Thank you very much. Pointing out this was the key which helped. So I changed tag.php in K2 template in this way:

The default is this:
<div class="itemIntroText"> <?php echo $item->introtext; ?> </div>

An I changed it to this where 40 is the words limit:
<div class="itemIntroText"> <?php echo K2HelperUtilities::wordLimit($item->introtext, 40); ?> </div>

Thanks once again. Case solved.
  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
30 May 2016 16:27
Replied by JoomlaWorks Support Team on topic Item listed by tag, long intro text needs to be limited

Item listed by tag, long intro text needs to be limited

Category: English K2 Community

Hello,
You need to modify tag.php template file as if I understand correctly you are trying to limit the text in a K2 item list filtered by a tag.
  • Coyote
  • Coyote's Avatar
30 May 2016 15:11

Item listed by tag, long intro text needs to be limited

Category: English K2 Community

Hello,
I am trying to limit the intro text on a menu I made which links to show "items by tag". I found the info below on another post but I could not get it to work. I need a little bit further info to understand what to do. Many thanks in advance
This is the function you need:
<?php echo K2HelperUtilities::wordLimit($item->introtext, 5); ?>

Where 5 is the limit.

The complete code that should replace the default in item.php would be:
<?php if($this->item->params->get('itemRelatedIntrotext')): ?> <div class="itemRelIntrotext"><?php echo $item->introtext; ?></div> <?php endif; ?>
  • Martien van Ee
  • Martien van Ee's Avatar
20 May 2016 23:10
Joomla 3.5 compatibility issues? was created by Martien van Ee

Joomla 3.5 compatibility issues?

Category: Free Joomla Templates

Hi,
I have just installed two versions of a site with the ModusVersus template on the same Xampp environment.
One is your demo site and one is a Joomla 3.5.1 site with the ModusVersus template installed.
The Joomla 3.5.1 generates a series of warnings/notices that the Joomla 3.1 version used by the demo website does not.
As they both run on the same Xampp environment, I assume that these are Joomla 3.5.1 compatibility issues.
I have seen a previous answer on this forum that these are 'only' warning messages, but they do not occur with the Joomla 3.1 installation and to be honest, I am a bit worried by even warning messages, especially as they also show up in the backend, the configuration page of the template.

On the frontpage the errors in the menu area are:
Warning: Invalid argument supplied for foreach() in C:\xampp-joomla\basis\htdocs\templates\numodusversus\includes\helper.php on line 283
Notice: Undefined index: Open Sans in C:\xampp-joomla\basis\htdocs\templates\numodusversus\includes\helper.php on line 298
Notice: Undefined index: query in C:\xampp-joomla\basis\htdocs\templates\numodusversus\includes\helper.php on line 300
Notice: Undefined index: family in C:\xampp-joomla\basis\htdocs\templates\numodusversus\includes\helper.php on line 301
and in the main content area (joomla article):
Notice: Undefined property: stdClass::$tags in C:\xampp-joomla\basis\htdocs\templates\numodusversus\html\com_content\featured\default_item.php on line 120
Notice: Trying to get property of non-object in C:\xampp-joomla\basis\htdocs\templates\numodusversus\html\com_content\featured\default_item.php on line 120

On the template configuration page the errors are:
Warning: SimpleXMLElement::attributes(): Node no longer exists in C:\xampp-joomla\basis\htdocs\libraries\joomla\form\field.php on line 866
Warning: property_exists(): Node no longer exists in C:\xampp-joomla\basis\htdocs\libraries\joomla\form\field.php on line 869
Warning: property_exists(): Node no longer exists in C:\xampp-joomla\basis\htdocs\libraries\joomla\form\field.php on line 869

I am aware of the fact that this is a free template, but... it is a template that is very much to my liking, and I would have happily paid for it if it had been a commercial template.

O, yes. The 3.5.1 site has K2, Simple Image Galery Pro and Frontpage Slideshow installed. All of them the latest versions.

So my real question is: are these errors 3.5.1 related or do I need to finetune the parameters or settings? If it si 3.5.1 related, I don not need to bother trying to fix them. If not, I need to fix them.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
17 May 2016 13:00
Replied by Krikor Boghossian on topic How to set <h1> headers for item's title?

How to set <h1> headers for item's title?

Category: English K2 Community

It is not considered a good practise to have multiple h1 tags.
You can have more than one in HTML but too many might hurt your site's SEO.

Make sure to use overrides, getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates, the file you are looking for is the item.php one.
  • Joe Campbell
  • Joe Campbell's Avatar
17 May 2016 08:22
Replied by Joe Campbell on topic Items order with mobile devices

Items order with mobile devices

Category: English K2 Community

The solution is to provide an ordering dropdown interface on each edit page (category, tag, and item).
This would then offer ordering functionality to touch devices.

I have submitted the feature request:
github.com/getk2/k2-v3-dev-build/issues/302
  • Daniele Pinti
  • Daniele Pinti's Avatar
16 May 2016 21:19
Replied by Daniele Pinti on topic How to set <h1> headers for item's title?

How to set <h1> headers for item's title?

Category: English K2 Community

OK, thanks.
What about my first question: is there some specific reason why K2 outputs titles in <h2> tags?
Could I mess something somewhere forcing K2 to output <h1> titles?
  • JoomlaWorks Support Team
  • JoomlaWorks Support Team's Avatar
16 May 2016 17:08
Replied by JoomlaWorks Support Team on topic How to set <h1> headers for item's title?

How to set <h1> headers for item's title?

Category: English K2 Community

Hi,
You can change the html tags by modifing your K2 template file(s).
  • Daniele Pinti
  • Daniele Pinti's Avatar
16 May 2016 14:46
How to set <h1> headers for item's title? was created by Daniele Pinti

How to set <h1> headers for item's title?

Category: English K2 Community

Hi.
1) Is there a good reason why K2's default items' titles have <h2> tags (I'm not an expert, just asking...)?

2) I would rather set K2 to output items' titles between <h1> tags. How to do that?

Thanks in advance.
  • Ilya Kushliansky
  • Ilya Kushliansky's Avatar
16 May 2016 14:39
Replied by Ilya Kushliansky on topic K2 creation date and Google index

K2 creation date and Google index

Category: English K2 Community

Sure,

btw, I have recently added a language and had to change the entire menu structure but now I seem to have sorted it all out and I see google gradually replacing links at least to categories. discoverminsk.by/index.php/en/minsk-travel-info-en/transport-in-minsk.html

This is the indexed item discoverminsk.by/index.php/en/where-to-stay-in-minsk/find-minsk-hotels/item/84-hotel-example-minsk-3-tarif.html
and you can find it in google by typing
hotel example 3 minsk
For now it still does not return the right link and I hope it will soon be re-indexed. I submitted a new sitemap 2 days ago. Google for some reason indexes k2 categories better and faster than items...

This is the item I cannot find in the index: discoverminsk.by/index.php/en/events-activities-sights-minsk/events-in-minsk/sporting-events/item/218-isu-short-track-world-cup.html It has a creation date 10 Feb 2017 00:00:00 (the date the event starts, for k2 sorting by creation date)

if I type in google
ISU Short Track World Cup 2017 minsk
I get only the category indexed but not the item. Even the tag Winter Events has been indexed but not the item.

The search
ISU Short Track World Cup 2017 site:discoverminsk.by
does not return anything. I have not intentionally submitted items to Google (except for one just for experiment and it worked) since it is the robot who should find it on its own.
  • Krikor Boghossian
  • Krikor Boghossian's Avatar
16 May 2016 13:33
Replied by Krikor Boghossian on topic URL rewriting

URL rewriting

Category: English K2 Community

You can either use K2's advanced SEF settings or create an empty K2 categories menu (leave the category selection empty) and call it eg: content, to handle all orphan users and tags.
Displaying 1241 - 1260 out of 6582 results.

Powered by Kunena Forum