- Posts: 1
COMMUNITY FORUM
And K2 2.7.0 is finally here :)
- Adam
-
Topic Author
- Offline
- New Member
Please Log in or Create an account to join the conversation.
- carlos
-
- Offline
- New Member
- Posts: 14
Please Log in or Create an account to join the conversation.
- NormanBLN
-
- Offline
- Junior Member
- Posts: 29
Greetings
Norman
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
getk2.org/blog/2549-k2-v270-released
Please Log in or Create an account to join the conversation.
- Bam Bam
-
- Offline
- Senior Member
- Posts: 77
Matthew.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
If the old stylesheet is being cached, or the old markup, you won't see the new UI properly.
Please Log in or Create an account to join the conversation.
- Bam Bam
-
- Offline
- Senior Member
- Posts: 77
The issue was a multiimage plugin for K2. It was only compatible to K2 2.6.8. ;)
I uninstalled it at now it works.
Matthew.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
You had me worried for a second there.
Please Log in or Create an account to join the conversation.
- Bam Bam
-
- Offline
- Senior Member
- Posts: 77
But: I have another question: I enabled to submit an article via frontend for registrated users. In the itemform the tabs don't work anymore. All content of the tabs are among each other. Got a hint for me?
Matthew.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
It is 99% a JS conflict/ error.
Open your browser's developer tools and click on the console tab to show the error.
Please Log in or Create an account to join the conversation.
- Bam Bam
-
- Offline
- Senior Member
- Posts: 77
I only get these two errors:
Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys (util.js:218)
Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required (util.js:218)
I got a googlemap-plugin running. Is this the cause?
Please Log in or Create an account to join the conversation.
- Edin
-
- Offline
- New Member
- Posts: 1
everything looks nice on backend, maybe some small items table color corrections needed. It's look little to light and contrast between green button color YES and other things on item page is to hard.
But, that is not so big problem like on Frontend item edit page. My Clients are not able to add new items, buttons (SAVE - CLOSE, PUBLISH - FEATURED) are not working and tabs are listed. Image attached. Any issue and how to solve this problems?
Thx for the best J! component.
PRINT SCREEN: imgur.com/0rxa94s
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
It appears that your browser has cached the old stylesheet and quite possibly some other files.
Clear your browser's cache and please try again. These issue will be resolved.
If they are not, let me know.
Please Log in or Create an account to join the conversation.
- Bam Bam
-
- Offline
- Senior Member
- Posts: 77
Thanks for trying to help me.
Matthew.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
One of them is crashing that form.
The two errors in your previous post are from the maps plugin.
Finally make sure that this is not a JS error. Open your browser's developer tools and navigate to the console tab. This will show any potential js errors.
Please Log in or Create an account to join the conversation.
- Bam Bam
-
- Offline
- Senior Member
- Posts: 77
I already disabled all 3rd party plugins, and the errors I previous posted were just warnings - disappeared now.
However - it doesn't matter, maybe it is caused by the template I'm using. Now I'm almost done with my override.
Only one more question:
I'm using extrafields and like to change the way they are displayed. But my override doesn't work in the "foreach"-part. Editing components/com_k2/controllers/item.php would work but is not an option for me.
One more idea? :$
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
You can render extrafields pretty much everywhere in your template using this code as a starting point.
github.com/kricore/Advanced-templating-with-K2/blob/master/_inc/cheatsheet.php#L104-L109
Please Log in or Create an account to join the conversation.
- Bam Bam
-
- Offline
- Senior Member
- Posts: 77
Does this work in itemform.php, too?
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
The itemform renders fields, this code is only for displaying data.
It is possible to override the itemform.php file but you need completely different code. It is more of a custom thing.
Please Log in or Create an account to join the conversation.
- eberhard
-
- Offline
- New Member
- Posts: 1
where can I dl the 2.6.9 version? I will try a fix via rollback due to Textsize-problems, hard to guess Symbol-colors, and Layout-clobbering introduced with the update to version 2.7.0. (No, I changed nothing else and yes, the site is on 3.5!)
Try to avoid restoring the site via an outdated backup due to much extra data adding work ...
Nice greetings
eberhard
Please Log in or Create an account to join the conversation.