k2 item tinymce layout

Premium, Furniture Joomla Design Shop Template with K2Store support
GK User
Tue Jun 18, 2013 10:20 am
Hi i'm using joomla 2.5.9 installation with black & white template
I installed additional simple image gallery pro (is the only addon installed after quickstart installation)
When making layout in k2 item like indents and other, when displayed the layout dissapears
i included printscreens
Any suggestion to solve this problem
Thank you
User avatar
Fresh Boarder

teitbite
Tue Jun 18, 2013 10:23 am
Hi

Some content constructions are not allowed by joomla by security reasons. Please paste the exact text You are trying to publish here.
User avatar
Moderator

teitbite
Tue Jun 18, 2013 3:55 pm
Hi

Now I understand what You mean, got a mail with screens. Articles are being styled in template, so everything looks similar to group/blog styles which are generated separately. Please show me the exact page when You have made the screen and I'll tell You which css classes to remove.
User avatar
Moderator

GK User
Tue Jun 18, 2013 4:19 pm
Hi,
I made a new k2 item with the text. It can be found on this location
http://www.smalle-vanloocke.be/index.ph ... em/40-test
Regards
User avatar
Fresh Boarder

GK User
Tue Jun 18, 2013 4:27 pm
i send you a mail with login info
User avatar
Fresh Boarder

GK User
Wed Jun 19, 2013 4:04 pm
in witch file i can find the class your talking about
thx
User avatar
Fresh Boarder

teitbite
Wed Jun 19, 2013 10:18 pm
Hi

I can see what the problem is now. You are copying text from Word. Word is adding an enormous amount of additional code to style it. It's so much that in most cases a capacity of database table cell is exceded and text could be cut off. This is why joomla editor is removing this styles on save. I believe editor should have an icon which will enable adding text from Word, but some of the styling can still be lost.
User avatar
Moderator

GK User
Wed Jun 19, 2013 11:07 pm
Hi,
Sorry my mistake, in the meantime i had already altered the article and to make a new test one, i copied text from word, but the problem exists even without copying anything, and just by using the internal tinymce editor. So i deleted the content and entered now some text directly in tinymce, and you can see the formatting/style of the original text is gone. You can see the live result here http://www.smalle-vanloocke.be/index.ph ... em/40-test
I sended you also by mail 2 pdf files where you can see the format/layout when entering the text and the live result, together with the login info. Hope this will make it more clearly now for you.
Regards
User avatar
Fresh Boarder

teitbite
Thu Jun 20, 2013 2:09 pm
Hi

I know what's going on. In the matter of fact styles are missing for elements You have used. Please just let me know the correct url to this article You've made (it's perfect for this fix), unfortunately the above is leading to 404 error.
User avatar
Moderator

GK User
Thu Jun 20, 2013 2:29 pm
hi,
this is the url of the live article
http://www.smalle-vanloocke.be/index.ph ... em/40-test
this is the url of the admin version
http://www.smalle-vanloocke.be/administ ... tem&cid=40
regards
User avatar
Fresh Boarder

teitbite
Thu Jun 20, 2013 3:08 pm
Hi

Please try add this to override.css and allow using of override in template settings:

Code: Select all
.itemFullText ol {
    list-style-position: inside;
    list-style-type: decimal;
}
.itemFullText ul {
    padding-left: 30px;
}

.itemFullText ul li {
    list-style-position: inside;
    list-style-type: disc;
}
User avatar
Moderator

GK User
Thu Jun 20, 2013 3:17 pm
Thank you very much!! Top support!
It works perfect like this.
User avatar
Fresh Boarder

teitbite
Fri Jun 21, 2013 5:39 pm
Hi

I'm glad it's working. I was afraid I'll miss some element.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.