Viewing 14 posts - 16 through 29 (of 29 total)
  • Author
    Posts
  • infomathmods Friend
    #370689

    Hello, did you manage to log in and take a look at the settings that may cause that strange typography?

    Thank you

    Phill Moderator
    #370691

    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.

    Phill Moderator
    #370692

    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

    infomathmods Friend
    #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).

    infomathmods Friend
    #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 Moderator
    #370701

    Ok, 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.

    infomathmods Friend
    #371171

    Any updates? I think I’ll try and install another template and see if it works properly.
    Thank you anyway for your support

    Phill Moderator
    #371180

    I have raised a bug report. With the release of Joomla 1.6 it may not be high on the priority list though.

    cndglobal Friend
    #373608

    I installed community plus using quickstart.
    How can I enable the JA Typo in TinyMCE?
    Thanks for your help!:((

    missshona Friend
    #374458

    JA 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 Moderator
    #374465

    The JA typo plugin does not work well with this template.

    tfosnom Friend
    #374536

    Hi Phil
    Doesn’t seem to work at all with my J1.6 community + and Tiny mce either
    see my post in the community + thread if you have time to investigate

    fredgnome Friend
    #382067

    Not 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 Moderator
    #382078

    The 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.

Viewing 14 posts - 16 through 29 (of 29 total)

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