-
AuthorPosts
-
January 7, 2011 at 6:50 pm #370689
Hello, did you manage to log in and take a look at the settings that may cause that strange typography?
Thank you
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 7, 2011 at 7:04 pm #370691I missed your PM.
I’ve just taken a look and it appears you have not inserted the typography code in your html. For instance, your organizing committee article contains the following code.
<h3>Members of the Organizing Committee</h3>
<ol>
<li>Fabio ANCONA (Co-Chair, Universita' di Padova)</li>
<li>Andrea MARSON (Co-Chair, Universita' di Padova)</li>
<li>Debora AMADORI (Universita' dell'Aquila)</li>
<li>Franco CARDIN (Universita' di Padova)</li>
<li>Annalisa CESARONI (Universita' di Padova)</li>
<li>Giuseppe M. COCLITE (Universita' di Bari)</li>
<li>Donatella DONATELLI (Universita' dell'Aquila)</li>
<li>Mauro GARAVELLO (Universita' del Piemonte Orientale)</li>
<li>Paola GOATIN (INRIA, Sophia Antipolis)</li>
<li>Graziano GUERRA (Universita' di Milano)</li>
<li> Camillo De Lellis, University of Zurich</li>
</ol>so that would just give a standard list. If you want it styled the you need to add the correct classes eg
<h3>Members of the Organizing Committee</h3>
<ul ja-typo-list list-arrow>
<li class="icon">Fabio ANCONA (Co-Chair, Universita' di Padova)</li>
<li class="icon">Andrea MARSON (Co-Chair, Universita' di Padova)</li>
<li class="icon">Debora AMADORI (Universita' dell'Aquila)</li>
<li class="icon">Franco CARDIN (Universita' di Padova)</li>
<li class="icon">Annalisa CESARONI (Universita' di Padova)</li>
<li class="icon">Giuseppe M. COCLITE (Universita' di Bari)</li>
<li class="icon">Donatella DONATELLI (Universita' dell'Aquila)</li>
<li class="icon">Mauro GARAVELLO (Universita' del Piemonte Orientale)</li>
<li class="icon">Paola GOATIN (INRIA, Sophia Antipolis)</li>
<li class="icon">Graziano GUERRA (Universita' di Milano)</li>
<li class="icon"> Camillo De Lellis, University of Zurich</li>
</ul>If you are inserting those and JCE is stripping them out then you will need to ask JCE why? If you are trying to use the dropdowns in JCE to apply these then again you need to speak to JCE with regards to setting that up correctly.
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 7, 2011 at 7:08 pm #370692I have just done further tests and your advanced code editor is stripping out code. You need to take a look at that. You will experience the same with any template if this component is not setup correctly
January 7, 2011 at 8:12 pm #370699<em>@phill luckhurst 213512 wrote:</em><blockquote>I missed your PM.
I’ve just taken a look and it appears you have not inserted the typography code in your html. For instance, your organizing committee article contains the following code.
<h3>Members of the Organizing Committee</h3>
<ol>
<li>Fabio ANCONA (Co-Chair, Universita' di Padova)</li>
<li>Andrea MARSON (Co-Chair, Universita' di Padova)</li>
<li>Debora AMADORI (Universita' dell'Aquila)</li>
<li>Franco CARDIN (Universita' di Padova)</li>
<li>Annalisa CESARONI (Universita' di Padova)</li>
<li>Giuseppe M. COCLITE (Universita' di Bari)</li>
<li>Donatella DONATELLI (Universita' dell'Aquila)</li>
<li>Mauro GARAVELLO (Universita' del Piemonte Orientale)</li>
<li>Paola GOATIN (INRIA, Sophia Antipolis)</li>
<li>Graziano GUERRA (Universita' di Milano)</li>
<li> Camillo De Lellis, University of Zurich</li>
</ol>so that would just give a standard list. If you want it styled the you need to add the correct classes eg
<h3>Members of the Organizing Committee</h3>
<ul ja-typo-list list-arrow>
<li class="icon">Fabio ANCONA (Co-Chair, Universita' di Padova)</li>
<li class="icon">Andrea MARSON (Co-Chair, Universita' di Padova)</li>
<li class="icon">Debora AMADORI (Universita' dell'Aquila)</li>
<li class="icon">Franco CARDIN (Universita' di Padova)</li>
<li class="icon">Annalisa CESARONI (Universita' di Padova)</li>
<li class="icon">Giuseppe M. COCLITE (Universita' di Bari)</li>
<li class="icon">Donatella DONATELLI (Universita' dell'Aquila)</li>
<li class="icon">Mauro GARAVELLO (Universita' del Piemonte Orientale)</li>
<li class="icon">Paola GOATIN (INRIA, Sophia Antipolis)</li>
<li class="icon">Graziano GUERRA (Universita' di Milano)</li>
<li class="icon"> Camillo De Lellis, University of Zurich</li>
</ul>If you are inserting those and JCE is stripping them out then you will need to ask JCE why? If you are trying to use the dropdowns in JCE to apply these then again you need to speak to JCE with regards to setting that up correctly.</blockquote>
I had not applied any particular typography to that page. I tried to apply to the pages Location and Time (the ones in the attached screenshot).
January 7, 2011 at 8:26 pm #370700<em>@phill luckhurst 213513 wrote:</em><blockquote>I have just done further tests and your advanced code editor is stripping out code. You need to take a look at that. You will experience the same with any template if this component is not setup correctly</blockquote>
I’ve just uninstalled JCE. Now I’m using no editor at all and the problem is still there, not only in my pages Location and Time, but also in joomlart typography 1 page http://www.hyp2012.eu/component/content/article/36-typography/56-typography1.
Probably this depends on some other plugins, I don’t know…Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 7, 2011 at 8:58 pm #370701Ok, so now we have got rid of the advanced code editor (and believe me, that was causing problems and stripping code) I can see that typograpthy is not working as it should. Removing the type plugin has helped but new typo is failing if you enter it in the standard way, you have to wrap your typo in a div with the correct class for it to work. I shall ask questions.
January 10, 2011 at 7:14 pm #371171Any updates? I think I’ll try and install another template and see if it works properly.
Thank you anyway for your supportPhill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 10, 2011 at 7:51 pm #371180I have raised a bug report. With the release of Joomla 1.6 it may not be high on the priority list though.
cndglobal Friendcndglobal
- Join date:
- March 2009
- Posts:
- 170
- Downloads:
- 31
- Uploads:
- 13
- Thanks:
- 52
- Thanked:
- 16 times in 1 posts
January 25, 2011 at 2:02 am #373608I installed community plus using quickstart.
How can I enable the JA Typo in TinyMCE?
Thanks for your help!:((missshona Friendmissshona
- Join date:
- December 2006
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 8
- Thanked:
- 1 times in 1 posts
January 30, 2011 at 1:55 pm #374458JA Typo also does not seem to behaving properly for me. I am using Joomla 1.6 and installed the Quickstart package. JA Typo seems to work in that the demo content is showing ok. However, I do not see the JA Typo button in the TinyMCE editor. I tried to uninstall and re-install the plugin but I received the following error:
Plugin Uninstall: Manifest file invalid or not found.
It also does not show up at all in the JA Extension Manager.
As far as the coding, I have run into difficulties creating my own message boxes….in that the formatting/box is there, but the icon is not.
Small issues overall; but it does seem like there are some unresolved issues with JA Typo in Joomla 1.6. 😮
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
March 18, 2011 at 11:42 am #382067Not sure why this thread has been flaged ‘Solved’ when the problem is still here.
After spending some times pulling my hair with the same issue, the problem is indeed that typo needs to be with 1 specific div to work: <div id=”ja-typo”>.
So either that or editing the css and removie #ja-typo in front of the styling you want to use (I only tested bullet lists).
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
March 18, 2011 at 1:11 pm #382078The thread was marked as solved because for the original poster it was.
The JA Typo plugin is not working well with all the templates and that will be looked into over time. Instead you should use the standard tried and tested method of adding typography.
-
AuthorPosts
This topic contains 29 replies, has 9 voices, and was last updated by Phill 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum