K2 frontend edition not work

February 2014 Joomla Template
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Aug 16, 2015 9:57 pm
Reply with quote
Report this post
Hello,

I changed the option to "Load v.1.11.x" and the buttons started to work properly. After that I was able to load some test and tryout articles but at the moment to start editing them everything froze up preventing me from editing K2 items from the front end.

Please help me on this issue since I am trying to create and develop a website that will be edited by publishers on a daily basis from the front end. If this does not work properly it is impossible for publishers to gain access to the front end.

Thanks in advance
Kind Regards
User avatar
Fresh Boarder

teitbite
Fri Aug 21, 2015 11:39 am
Reply with quote
Report this post
Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it? It is a lot easier for us to diagnose issues when we have a live site to examine.
User avatar
Moderator

teitbite
Tue Aug 25, 2015 9:30 am
Reply with quote
Report this post
Hi

Everything works for me in case of buttons when I'm testing it on Your site, but I can see a lot of layout issues.

Looks like translations for Your language takes much more space than default English and everything gets much much bigger breaking layout ;/ Unfortunately this is strictly connected with K2 itself so changes to that may be needed after every K2 update.

Try edit: /media/k2/assets/css/k2.css and add this at the end
Code: Select all
ul.simpleTabsNavigation li a {
    font-size: 10px;
}

div.simpleTabsContent {
    padding: 0;
    border: medium none;
}

.k2ItemFormEditor {
    padding: 0;
}

.btn {
    font-size: 12px;
}
User avatar
Moderator


cron