Keyword

Advanced Search

Search Results (Searched for: Upgrade k2)

  • Franz Wohlkönig
  • Franz Wohlkönig's Avatar
21 May 2015 13:01 - 21 May 2015 13:02
Replied by Franz Wohlkönig on topic [SOLVED] js error in K2 backend

[SOLVED] js error in K2 backend

Category: English K2 Community

hi,

please search this Forum by "Item must have a title", you get link 40358-item-must-have-a-title-error-after-j3-4-upgrade
Cant link it cause get an Forum-Warning about Virus.

i hope, this helps.

Regards
  • Maciej Dudek
  • Maciej Dudek's Avatar
19 May 2015 11:04
Replied by Maciej Dudek on topic Can't save template parameters

Can't save template parameters

Category: Commercial Joomla Templates

Ok, thank for that info. Sorry, I didn't see link to help desk.
Could you tell me where I can update my template? I have upgraded K2 and Joomla and that's all I can update...
  • Border Control Internet Limited
  • Border Control Internet Limited's Avatar
13 May 2015 11:57
Gallery not rendering was created by Border Control Internet Limited

Gallery not rendering

Category: Simple Image Gallery PRO

Hi,

Hope you can help me.

Gallerys were not rendering using code {gallery} {/gallery}, the SIG button did work and placed gallery code in to module and pages, but the gallery did not render and just showed the code as text on the webpage e.g {gallery}gallery1{/gallery}. I uninstalled SIG and reinstalled to see if it would repair this problem, but now the 'Simple Image Gallery' button is missing on modules, K2, items etc. I've recently upgraded Joomla from 2.5 to 3.4.1, SIG Pro is 3.0.7.

Thank you
  • Roger Edrinn
  • Roger Edrinn's Avatar
08 May 2015 18:33
Replied by Roger Edrinn on topic [Solved] Mobile Friendly K2

[Solved] Mobile Friendly K2

Category: English K2 Community

I've upgraded both Joomla and K2, working fine.

The key word in your reply was "responsive"! I check my template and responsive was only available in the Pro version and the template was obsolete. Installed a new responsive template, assigned it to the failed page and viola passed the Google mobile friendly test.

I now know how to proceed to make my site mobile friendly.

Thank you for the helpful reply. :)
  • Roger Edrinn
  • Roger Edrinn's Avatar
07 May 2015 18:47 - 08 May 2015 18:34
[Solved] Mobile Friendly K2 was created by Roger Edrinn

[Solved] Mobile Friendly K2

Category: English K2 Community

I have a Joomla 3.0 website with K2 2.6.5 and trying to make it mobile friendly. Most of my site is K2 Items arranged in 3-columns x n-rows, those pass the MF test. One recent mobile friendly test kicked a K2 one item page with noting but text, basically an expanded "Read More...". Need to figure out why and fix it. Searched here and on Google, no specific answers.

Some basic questions:
  • Should I upgrade to K2 v2.6.9 before I begin?
  • Is there a K2 mobile friendly How to?
  • Any suggestions?

Thanks
  • Casper Voogt
  • Casper Voogt's Avatar
29 Apr 2015 22:00 - 29 Apr 2015 22:02

System plugin shouldn't modify <html> tag on /adminstrator

Category: English K2 Community

We just upgraded our CiviCRM to 4.6.2 and were then unable to use its Mailing feature. I traced this down to a syntax error in the HTML code produced by Joomla/K2, specifically "function onAfterRender()" in /plugins/system/k2.php. The relevant section of code was:
if (JString::strpos($response, 'prefix="og: http://ogp.me/ns#"') === false) { $searches[] = '<html '; $searches[] = '<html>'; $replacements[] = '<html prefix="og: http://ogp.me/ns#" '; $replacements[] = '<html prefix="og: http://ogp.me/ns#">'; }

The problem in our case was that 'prefix="og: ogp.me......' was being passed into a CiviCRM JavaScript variable verbatim without escaping the quotes, even though other HTML elements with quotes do get escaped properly by CiviCRM. Seems that K2 alters the HTML output at a later stage than when CiviCRM grabs the HTML output - something along those lines. I could have probably solved this in CiviCRM's code too, but felt it made sense to do this in the K2 plugin, because why would we want OpenGraph HTML code in our admin area?

So, I changed this to:
$app =& JFactory::getApplication(); if ($app->isSite()){ if (JString::strpos($response, 'prefix="og: http://ogp.me/ns#"') === false) { $searches[] = '<html '; $searches[] = '<html>'; $replacements[] = '<html prefix="og: http://ogp.me/ns#" '; $replacements[] = '<html prefix="og: http://ogp.me/ns#">'; } }

Basically, the above checks whether we're on the public side, and only runs if we are. This resolves the issue for me, though I could imagine this might not even be sufficient in some other situations where there might be a frontend conflict, but I do think this is at least an improvement.
  • Steve Hare
  • Steve Hare's Avatar
18 Apr 2015 19:18 - 18 Apr 2015 19:19
White Page/No images was created by Steve Hare

White Page/No images

Category: English K2 Community

I have a web site that is VERY, VERY slow. I have spent several years trying to fix it and even paid experts to find the problem and resolve it. I upgraded to a VPS and nothing did the trick so I am now rebuilding the site.

Original: www.ohiovarsity.com
New: new.ohiovarsitybasketball.com

I have run into two issues:

1. Images are not showing up on the front page but the do appear on the individual item page. The images were entered using K2.
2. In the backend, I'm getting a white page when I try to add a new item or open a current item.

More info:

Item 1:
-No front pages images are appearing, even the ones in the module to the left of the page which pulls the items from K2.
-I have compared all my settings in the new site to the old site to be sure everything is the same.

Item 2:
-I use K2 Additional Categories and have tried both with it installed and uninstalled. I experience the white page in both instances.

The screenshot shows the new site on the left with no photos and the old site on the right the way it should appear. Again, when I click on an individual item it does appear.

http://i.imgur.com/B2OlhgX.png?1
  • Ted Papatsarouchas
  • Ted Papatsarouchas's Avatar
18 Apr 2015 11:51
[SOLVED] Facebook button (Not there)! was created by Ted Papatsarouchas

[SOLVED] Facebook button (Not there)!

Category: English K2 Community

Hi, I have upgraded the latest K2 2.6.9 on a Joomla 3.4.1.
My template from XTC came preloaded with K2.
In my articles Twitter and G+ show, but NOT Facebook... In all browsers!
Any ideas?
Regards
Ted
  • Sandra Currey
  • Sandra Currey's Avatar
17 Apr 2015 10:49
Bootstrap and K2 Modals Conflict was created by Sandra Currey

Bootstrap and K2 Modals Conflict

Category: English K2 Community

Hi,

I have been waiting for K2 Version 3 to solve a conflict between K2 modals and the bootstrap template I am using (Joostrap Pressmag). Since it seems indefinite time before version 3 will be delivered, and in the meantime I don't want to upgrade my K2 beyond 2.6.8 as I will have to redo the changes I needed to allow front-end editing to work (due to conflict with "Modals").

Would using a JoomlaWorks template instead ensure there is no conflict?
  • Vicky
  • Vicky's Avatar
16 Apr 2015 11:57
Error saving items in K2 was created by Vicky

Error saving items in K2

Category: English K2 Community

Having problems saving items in K2 - have upgraded to Joomla v3.4.1 from 3.2.2, K2 v2.6.9 from v2.6.7 and php 5.4.30 from php 5.3.28 after the problem developed but it is still happening.

On save I get a blank white screen. New items are saved but cannot attach images either by uploading or via items already on the server.

Any help would be appreciated Thanks
  • Sanjiv Khullar
  • Sanjiv Khullar's Avatar
12 Apr 2015 01:35 - 12 Apr 2015 01:36
Replied by Sanjiv Khullar on topic K2 2.6.9 not working with Joomla 3.4

K2 2.6.9 not working with Joomla 3.4

Category: English K2 Community

hello i just upgraded k2 - from 2.68 to 2.69 and now the k2 images on home page are no longer showing up for the bottom half of the page - i am using joomla 3.4.1

bit.ly/1tqYfXW
  • Okan
  • Okan's Avatar
06 Apr 2015 16:57

"Item must have a title" error after J3.4 upgrade

Category: English K2 Community

Krikor wrote: It will be fixed (of course) in the next update, but in the time being if you do not want to use the DEV version you can simply deactivate the module.


Yes, as it is Admin side (Backend Side), and you are not middle of adding a new language, disabling Multilanguage Status - Admin Module corrects the very annoying error and you can work with K2 Items as quick as you and your systems can.

Thanks Krikor and Paul
  • Ian
  • Ian's Avatar
02 Apr 2015 16:06
Replied by Ian on topic Joomla 3.4+/K2 URL's

Joomla 3.4+/K2 URL's

Category: English K2 Community

I have since reverted to 3.3+ until i can solve this.

See: goo.gl/g9hN0X. The 5 initial home page items, plus the items displayed in the tabs further down display the URL as ...com/Top-Level-Category-Alias/Sub-Category-Alias/Item-Tile-Alias. After the update, the URL structure was ...com/item/Item-#-Item-Alias. Nothing was changed in the menu structure.

The Top Level Cat & Sub Cat's are mapped into a menu item, and additional lower level items in the menu are displayed via tag.

I believe this is a Joomla issue. I upgraded Joomla first, then noticed it. I then upgraded K2 via the new extension update option, and the issue was not resolved.
  • Ian
  • Ian's Avatar
01 Apr 2015 20:47
Joomla 3.4+/K2 URL's was created by Ian

Joomla 3.4+/K2 URL's

Category: English K2 Community

I just updated a site to J3.4.1 & updated K2 to the most recent. The home page uses K2 Categories to display items from 3 different cat's. Prior to the upgrade, the URL structure for each item pulled the all the relevant info for the item, and displayed the URL as: ...com/category-alias/sub-cat-alias/item-alias. All is used was the native Joomla SEF settings, no sh404sef, & no K2 advanced SEF settings. Now, to get the same URL structure, i have had to turn on the K2 advanced settings, but it only works within the category. The home page now displays the item's URL as ...com/item-alias. This has created an issue with module settings ion the item page since now the item lives under multiple URLs, not just the intended full URL. I added StyleWares canonical plugin in, but there was no effect.

Any ideas where to look next?
  • Paul Adamson
  • Paul Adamson's Avatar
01 Apr 2015 17:54
Replied by Paul Adamson on topic "Item must have a title" error after J3.4 upgrade

"Item must have a title" error after J3.4 upgrade

Category: English K2 Community

So when you extracted the file 'k2-dev-master.zip' into the folder webroot/tmp, you then had

/webroot/tmp/k2-dev-master/all-the-files-and-subfolders

and then when you installed by directory you added the /k2-dev-master/ to the end of webroot/tmp and then clicked Install.

Might be easier for you to just disable the multilingual status module for now. it doesnt serve a lot of purpose unless you are in the middle of seeting up a new langauage.

cheers
paul
  • Litho-Verlag e.K.
  • Litho-Verlag e.K.'s Avatar
01 Apr 2015 16:54
Replied by Litho-Verlag e.K. on topic Fehlermeldung "Titel des Artikels fehlt"

Fehlermeldung "Titel des Artikels fehlt"

Category: Offizielle deutsche Gemeinschaft

Damit andere nicht lange suchen müssen:
www.joomlaworks.net/forum/k2-en/40358-item-must-have-a-title-error-after-j3-4-upgrade?start=40#142811

funktioniert aber nicht (zumindest krieg ich es nicht hin). alle warten auf 2.7.... da soll es gefixt werden.
Das Problem tritt auch nur auf bei multi lingualen seiten.
  • Litho-Verlag e.K.
  • Litho-Verlag e.K.'s Avatar
01 Apr 2015 16:44
Replied by Litho-Verlag e.K. on topic "Item must have a title" error after J3.4 upgrade

"Item must have a title" error after J3.4 upgrade

Category: English K2 Community

Hello Lefteris,
thank for your instruction. But most of the files doesn't exist in the folder you wrote. Is it possible to get a complet zip with all the files in the right subfolders just to replace it?

Regrads
litho

Lefteris wrote: Finally i managed to reproduce the issue. It occurs when the module multilingual status is enabled and the system debugger is disabled.

This commit solves the issue: github.com/joomlaworks/k2/commit/4bbfd5cf0cf3911dbbf5393a4bcd882ec111ff99

Thank you all for your valuable feedback.

  • JoomlaWorks
  • JoomlaWorks's Avatar
31 Mar 2015 20:54 - 31 Mar 2015 21:35
March 31st, 2015: Joomla Template Updates was created by JoomlaWorks

March 31st, 2015: Joomla Template Updates

Category: Product Updates [Archive]

Our Joomla templates Kiji, Nokkori, nuMusik, Takai &Toreda have been updated. More specifically:

Kiji
Updated to version 1.0.3.
This a bug fix release. It addresses an issue where colors could not be assigned to K2 Categories in the backend.
Files affected /includes/elements/assets/js/behaviour.js

Nokkori
Updated to version 1.0.5.
This a bug fix release. It fixes a minor JS error where the slideshow was not respecting vertical touch events (swipes).
Files affected: /js/behaviour.js

nuMuzik
Updated to version 1.0.4.
This a bug fix release. It addresses an issue where parameters where not updated
Files affected the /includes folder.

Takai
Updated to version 1.0.5.
This a bug fix release. It fixes a minor CSS issue under Joomla! 3.4 where the link for the frontend module editing was not visible.
Files affected: /css/template.css

Toreda
No version change (still in 1.1.2), but we now provide a package that supports the new release of J2 Store (v3).
This release is intended ONLY for users who want to use J2Store v3. Users utilizing K2Store or any other extension as their product catalog/eshop do not need to upgrade.
Files affected: Removed mod_j2store/com_k2store overrides (compared to the regular release) since they are now considered deprecated in J2Store v3. All styling provided is CSS based only.



DOWNLOAD
If you have an active subscription (either an individual template or a bundle), just head over to the Subscriber Dashboard at www.joomlaworks.net/dashboard and grab your copy from the "Subscriptions" page.

Or purchase the latest release for individual templates from just 19.90 EUR. More info at: www.joomlaworks.net/joomla-templates/



UPGRADING
For upgrading an existing Joomla site with one of the above templates, upload the "upgrade" marked zip file. More info on the process is explained here: www.joomlaworks.net/support/templates/general-resources/installation/item/211-installing-vs-upgrading

For support questions please use our Help Desk System inside the Member Dashboard at www.joomlaworks.net/dashboard/helpdesk - active product subscription required.
  • Anthony
  • Anthony's Avatar
27 Mar 2015 14:26

"Item must have a title" error after J3.4 upgrade

Category: English K2 Community

You can simply deactivate the Multilanguage Status module.

its a K2 bug .. i hope its not the solution for the future ..

i have the same after replacing these files master.zip ..

this problem is really boring :)
  • Okan
  • Okan's Avatar
27 Mar 2015 13:09

"Item must have a title" error after J3.4 upgrade

Category: English K2 Community

Thanks for your reply,

I have doubted, this is procedure is not an upgrade, replacing the code.

Of course I will do backup but let me ask, what about existing content ? do I have to do something ? or replacing the existing K2 code with the new one just enough to use it ?
Displaying 621 - 640 out of 2231 results.

Powered by Kunena Forum