-
AuthorPosts
-
don german Friend
don german
- Join date:
- August 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
June 5, 2011 at 4:09 am #164831Hi, sorry i dont know is this related to post here, but i have a problem anyway.
I cant use the style.
I used JCE with this configuration: http://i.imgur.com/dUJGz.png
I prove a lot of variable and nothing.
If you use the same editor, you know.
Help me please.:((kshama_k Friendkshama_k
- Join date:
- May 2011
- Posts:
- 99
- Downloads:
- 0
- Uploads:
- 12
- Thanked:
- 11 times in 10 posts
June 6, 2011 at 12:40 pm #394914hi
please send me your admin access via pmkshama_k Friendkshama_k
- Join date:
- May 2011
- Posts:
- 99
- Downloads:
- 0
- Uploads:
- 12
- Thanked:
- 11 times in 10 posts
June 15, 2011 at 7:08 am #396446hi
I checked your site and I found that the issue occurs with other templates too,
so this problem doesnt seem to be related to the ja template,so can you please post this issue in jce forum.
jce forum link: http://www.joomlacontenteditor.net/forumdon german Frienddon german
- Join date:
- August 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
June 17, 2011 at 11:20 pm #397056Hello, im very very sad:(( I cant use style on my template. Take a look
on JCE:
The list of style on JCE also include: email, telephone, website etc.
But cant use it, I select the text, choose email and dont show nothing. Dont show the little icon. Thats all the problem!
This is the configuration on JCE
Ok maybe is the editor, choose another, JCK, ok
but show diferent style?? where is email, telephone, website etc.
I use the same custom template on the configuration. Why this editor show me different style?
Ok I would try with Tiny MCE this is very simple, of course.
I cant belive it!
The three editors show different styles! usually happen?
I am very disappointed, I can not use the full potential in the articles. I feel frustrated. There is some extension to bring style to the items? someone help me.
of course it’s my first site in my life. Is not it important to use styles?
Thank you very much.1 user says Thank You to don german for this useful post
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
June 20, 2011 at 10:07 am #397377Hi don,
For TinyMCE the default styles are coming from the templates/system/css/editor.css
For JCE I think there are no default styles, it directly takes styles from your active template..If you want to use custom css in TinyMCE editor, try giving full path from http::/…. then editor style dropdown will show custom styles from your css file.. It worked for me. For JCE, I think you need not change ‘templates/$template/css/editor.css’ since its label says “The $template variable will be replaced with your active template name”
try above and let me know if it helps.
don german Frienddon german
- Join date:
- August 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
June 22, 2011 at 3:59 am #397761OK, thanks for your reply himangi.
what do you mean with: try giving full path from http::/….
I copy all template.css into the templates/system/css/editor.css (tinyMCE)
Now i have a lot of style to choose ( but still dont work! )
All i want is put one icon type for example ¨email¨
select the text, select email style and the icon dont appear.
the html look like this:
<div class=”email”>Estaba todo atareado creando galaxias llenas de estrellas, planetas, agujeros negros, satèlites y todas las constelaciones.</div>
but where is the icon?
I want to use the icon that comes with the template typography.himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
June 22, 2011 at 8:09 am #397812Since this seems to be an editor issue and not a JA related issue, it’s not in the scope of JA support. But I would still like to take a look at your site to check why that is happening and if it is happening only with the JA template.
Can you please update your site admin and ftp details at http://support.joomlart.com/index.php?/Tickets/Ticket/View/74000 so that I can check it?
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
June 23, 2011 at 12:44 pm #398049Hi, Have you solved the problem? Cause Ididnt see your updated details in the ticket.. Could you please update those if you want me to take a look?
himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
June 24, 2011 at 10:56 am #398225Hi,
I tried applying the email style from the list to the first word ‘Erase’, in the article ‘Cuento Naranja’ and I can see by inspecting element that the style is applied to word. But it seems that the style properties are not defined for class’email’ . The class is getting applied like <span class=”email”>Erase</span>
Hope this helps.
don german Frienddon german
- Join date:
- August 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
June 24, 2011 at 11:27 pm #398304Yes, I can see it in the html, but I can not display icon in any editor.
Any suggestion?:confused:himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
June 27, 2011 at 9:19 am #398615Hi,
As I said earlier, there is no styling defined for email class.
You need to have something like span.email{ background:url(‘image path’) no-repeat left center; padding: xxpx;} in your template.cssThe padding should be defined such that the background image and the text is separated to make it look good..
1 user says Thank You to himangi for this useful post
don german Frienddon german
- Join date:
- August 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
July 10, 2011 at 3:01 am #400404Well maybe i dont understand css…
thank you.
I put the image searching image into the editor but not with the button style.
not a big deal but looks the same.himangi Friendhimangi
- Join date:
- April 2011
- Posts:
- 1406
- Downloads:
- 1
- Uploads:
- 86
- Thanks:
- 21
- Thanked:
- 345 times in 332 posts
July 11, 2011 at 4:45 am #400469Hi Don,
I see you have added some styling for span.email in your template.css
Now remove the current styling to span.email and add <blockquote>background: url(../images/copyrights/iphone/email.png) no-repeat left center;
padding-left: 17px;</blockquote>Save the file and see if this is what you want. I have attched a screenshot of how this will show the icon if say email class is applied to the word ‘components’ in the screenshot.
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 3 voices, and was last updated by himangi 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
style configuration
Viewing 13 posts - 1 through 13 (of 13 total)