- Posts: 26
COMMUNITY FORUM
Should the Josetta - K2 categories be updated?
- Jo
-
Topic Author
- Offline
- Junior Member
Less
More
7 years 8 months ago #163523
by Jo
Should the Josetta - K2 categories be updated? was created by Jo
Hi
I'm having a problem with OG tags.
Just trying to fumble my way around what the problem could be.
Just checking the update and I see that Josetta - K2 Categories and Josetta - K2 Items have not updated since version 2.6.9 Is this correct?
I have updated to 2.8.0 via the automatic update in Joomla and by downloading and installing, but still both these folders are 2.6.9
Could this be a problem?
Many thanks
Jo
I'm having a problem with OG tags.
Just trying to fumble my way around what the problem could be.
Just checking the update and I see that Josetta - K2 Categories and Josetta - K2 Items have not updated since version 2.6.9 Is this correct?
I have updated to 2.8.0 via the automatic update in Joomla and by downloading and installing, but still both these folders are 2.6.9
Could this be a problem?
Many thanks
Jo
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 8 months ago #163543
by Krikor Boghossian
Replied by Krikor Boghossian on topic Should the Josetta - K2 categories be updated?
Hello, Josetta has been abandoned as of January 20, 2017.
This means that there won't be any updates.
This means that there won't be any updates.
Please Log in or Create an account to join the conversation.
- SPOTTERON
-
- Offline
- New Member
Less
More
- Posts: 14
6 years 5 months ago #170389
by SPOTTERON
Replied by SPOTTERON on topic Disable Josetta? - Language Meta Tag Issue (K2)
Hi,
does that mean the 2 Plugins of Josetta should be deactivated in the backend?
We have a big problem with the K2 language meta tags in head, they just show one language lang="de-De" without any change if switching from DE to EN on a multilingual site.
(all components & Joomla up to date)
Example URL: www.spotteron.net/blog-and-news/brushturkeys-citizen-science-app-australia-on-tv
Source Code shows: <html prefix="og: ogp.me/ns#" lang="de-DE" dir="ltr">
should be lang="en-.GB", Item is set to en-GB (English) in K2.
best regards,
Jonathan, SPOTTERON
does that mean the 2 Plugins of Josetta should be deactivated in the backend?
We have a big problem with the K2 language meta tags in head, they just show one language lang="de-De" without any change if switching from DE to EN on a multilingual site.
(all components & Joomla up to date)
Example URL: www.spotteron.net/blog-and-news/brushturkeys-citizen-science-app-australia-on-tv
Source Code shows: <html prefix="og: ogp.me/ns#" lang="de-DE" dir="ltr">
should be lang="en-.GB", Item is set to en-GB (English) in K2.
best regards,
Jonathan, SPOTTERON
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6227
6 years 5 months ago #170393
by JoomlaWorks
Replied by JoomlaWorks on topic Disable Josetta? - Language Meta Tag Issue (K2)
Josetta plugins have been removed in the latest K2 release. You can safely uninstall the Josetta plugins.
As for the language attribute in the <html> tag not updating, did you verify your template has the right PHP variable there and not a fixed string?
As for the language attribute in the <html> tag not updating, did you verify your template has the right PHP variable there and not a fixed string?
Please Log in or Create an account to join the conversation.
- SPOTTERON
-
- Offline
- New Member
Less
More
- Posts: 14
6 years 5 months ago - 6 years 5 months ago #170395
by SPOTTERON
Replied by SPOTTERON on topic Disable Josetta? - Language Meta Tag Issue (K2)
ok, thanks for the info!
regarding the lang tag: yes, it is defiantly not in the template (using the gantry framework),
when i disable "Enable Facebook meta tags" in K2, the exact line is reduced to:
<html lang="de-DE" dir="ltr"> - it seems it is generated by K2, but the language tag is still wrong.
regarding the lang tag: yes, it is defiantly not in the template (using the gantry framework),
when i disable "Enable Facebook meta tags" in K2, the exact line is reduced to:
<html lang="de-DE" dir="ltr"> - it seems it is generated by K2, but the language tag is still wrong.
Last edit: 6 years 5 months ago by SPOTTERON.
Please Log in or Create an account to join the conversation.
- JoomlaWorks
-
- Offline
- Admin
Less
More
- Posts: 6227
6 years 5 months ago #170403
by JoomlaWorks
Replied by JoomlaWorks on topic Disable Josetta? - Language Meta Tag Issue (K2)
K2 just appends some additional meta tags for Facebook and other social network sharing. Your template is the one that should output the language tag in place of lang="de-DE". See the default (protostar) template on how that is done (it's just a PHP variable to output).
Please Log in or Create an account to join the conversation.