sorccu / cufon

Fast text replacement with canvas and VML - no Flash or images required.
http://cufon.shoqolate.com
MIT License
2.09k stars 237 forks source link

cufon in slideshow #167

Open ebbers opened 13 years ago

ebbers commented 13 years ago

I have the following question. In my site the frontpage is a slideshow. Only in the first slide, the article title shows up. The next titles ar not visible. See: www.ebbersreclame.nl Is there a solution for this?? Please help.

thnx paul

sorccu commented 13 years ago

They're all there. Need more details. What's your browser?

ebbers commented 13 years ago

Tanks for the reply, maybe I explained it not right. On the frontpage I have a slideshow (loftarticleslideshow), on the big image left there is a grey box with the article name and here under the article text. On the start, the first picture the article name is visible but when it slides to the the second picture not, only the article text shows up. I don't know why yet.

ebbers commented 13 years ago

So far I have the folowing done with cufon in the index:

    <script src="/templates/ebbersreclame/Yanone_Kaffeesatz_Regular_400.font.js" type="text/javascript"></script>
    <script type="text/javascript">
        Cufon.replace('h1');
        Cufon.replace('h2');
        Cufon.replace('h3');
        Cufon.replace('h4', {hover: true})
        Cufon.refresh(<div class="lof-main-item-desc">)
        Cufon.replace('h5');
        Cufon.replace('h6');
        Cufon.replace('.art-menu, .art-menu a, .art-menu a:link, .art-menu a:visited, a:hover');
        Cufon.replace('.art-BlockHeader .t');                                       </script>
sorccu commented 13 years ago

It still works for me. The title is visible and rendered in a custom font in all slides. Tested in Chrome and FF 3.6 on OS X. Please tell me your setup or I will not be able to help you.

ebbers commented 13 years ago

It occurs in explorer. I'm working with joomla 1.5.22 and php 5.3.0 Do you need more details? can you let me know what?