[TYPO3-UG Dutch] Cufon, jQuery en Powermail
Jordan van Bergen
jordanvanbergen at gmail.com
Sun May 8 15:49:20 CEST 2011
Waarom geen Jquery voor Powermail? Dit lees ik in de handleiding:
Since powermail 1.6.0 jQuery is used for the field validation in the
frontend.
You don't use t3jquery:
If t3jquery is not loaded in your page, powermail will load jQuery
from google in the page footer (see typoscript for implementation)For
example: http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js
Check if jQuery is loaded in your html source
jQuery tools is also loaded from google (if t3jquery is not loaded)For
example: http://cdn.jquerytools.org/1.2.5/all/jquery.tools.min.jsCheck
if jQuery Tools is loaded
The third part is the file powermail_frontend.jsFor example:
typo3conf/ext/powermail/res/js/powermail_frontend.jsCheck if this file
is also loaded
The fourth part is the dynamic javascript with all language outputs in
the javascriptFor example: typo3temp/javascript_67e8ba14fa.jsCheck if
this file is loaded and if there are some locallang messages
If you use Firefox as you favorite browser, you can use the addon
Firebug to check for some javascript conflicts
You're using t3jquery for jQuery implementation:
Check if jQuery is loaded from t3jquery in the source
Check if jQuery Tools (> 1.2.4) is loaded (if not add it with
t3jquery)
The third part is the file powermail_frontend.jsFor example:
typo3conf/ext/powermail/res/js/powermail_frontend.jsCheck if this file
is also loaded
The fourth part is the dynamic javascript with all language outputs in
the javascriptFor example: typo3temp/javascript_67e8ba14fa.jsCheck if
this file is loaded and if there are some locallang messages
If you use Firefox as you favorite browser, you can use the addon
Firebug to check for some javascript conflicts
NOTE: If you use mootools or prototype on the same page where the
powermail form is stored, there could be a conflict with jQuery.
Groeten,
Jordan
On Sun, 8 May 2011 11:45:25 +0200, Martyn Vormgeving <info at martyn.nl>
wrote:
>Hallo allemaal!
>
>Voor een nieuw project maak ik gebruik van Cufon voor de font-replacement van titels en het navigatie menu.
>Dit gaat helemaal goed totdat ik dacht even een powermail formulier te maken.
>
>Dan laat hij op de pagina van het formulier alles weer gewoon in Arial zien.....
>Het probleem is waarschijnlijk het gebruik van 2 libraries.
>jQuery voor mijn fonts en prototype voor Powermail
>
>Nou heb ik dit toegevoegd in mijn setup:
>
>page.includeJS.file31311 >
>page.includeJS.file31312 >
>page.includeJS.file31313 >
>page.includeJS.file31314 >
>page.headerData.31310 >
>
>Maar dat heeft helaas geen resultaat...
>
>Iemand een idee hoe ik dit probleem kan oplossen?
>
>Alvast bedank!
>
>
>
>Met vriendelijke groeten,
>Martijn Kroon
>
>
>
>Martyn Vormgeving
>Grafische vormgeving, Webdesign, Reclame en Communicatie
>Van Oldenbarneveltstraat 1 - 4812 KW Breda - +31 (0)76 513 89 56 - +31 (0)6 489 484 32
>info at martyn.nl - www.martyn.nl
>
>
More information about the TYPO3-UG-Dutch
mailing list