PDA

Zobacz pełną wersję : Problem z modułem TPPopLogin.



Maxior
25-04-2012, 13:09
Witam ;) Zainstalowałem sobie właśnie ten moduł TPPopLogin ver.1.0 i mam następujący problem. Gdy z strony głównej chcę się zalogować widzę coś takiego: 5394 a takie mam ustawienia tego modułu: 5395 . Oczywiście jest to postawione na Joomla 2.5.4. Proszę o pomoc.

Maxior
25-04-2012, 17:10
Poszukałem w google i znalazłem coś takiego tylko nie wiem o co w tym do końca biega.

Fixing the problems with Z-indexing is done by first putting a class-sufix for the TpPopmodule in backend -> modules to make it unique. so the module class would be something likemoduletableTpPop up

When done locate the javascript file tppoplogin.js on the server and change the line jQuery('body').append('<div id="fade"></div>'); to jQuery('.moduletableTpPop').append('<div id="fade"></div>');

this will put the #fade div the right place

thanks for a great pop-up!
Jeżeli ktoś to rozumie proszę o napisanie.

---------- Post dodany o 15:10 ---------- Poprzedni post był o 14:07 ----------

Problem rozwiązany. Tak jak pisze w cytacie w pliku
tppoplogin.js odnaleźć linię
jQuery('body').append('<div id="fade"></div>'); i zamienić na to
jQuery('.
moduletableTpPop
').append('<div id="fade"></div>');