usin floating on aside

More
6 years 9 months ago #48695 by micker
Hello je me demander si je pouvai utiliser le floating sur un aside ? car là j'ai 5-6 et c'est trop galère a caler ....
MErci

Please Log in or Create an account to join the conversation.

More
6 years 9 months ago #48696 by ced1870
Replied by ced1870 on topic usin floating on aside
salut

là j'ai 5-6 et c'est trop galère a caler

5-6 modules j'imagine ?

je suis pas mal occupé, mais oui ça doit etre possible en utilisant du code perso qui appelle le plugin. Au pire je peux adapter mon code pour que ça marche. Mais jamais testé encore

On peut voir ça demain par exemple
CEd

Joomlack Webmaster and Developer

Please Log in or Create an account to join the conversation.

More
6 years 9 months ago #48697 by micker
Replied by micker on topic usin floating on aside
pas de soucis ! a demain

Please Log in or Create an account to join the conversation.

More
6 years 9 months ago #48722 by micker
Replied by micker on topic usin floating on aside
aller je te rebump la dessus !

Please Log in or Create an account to join the conversation.

More
6 years 9 months ago #48724 by ced1870
Replied by ced1870 on topic usin floating on aside
salut
essaie avec ce code
Code:
jQuery(document).ready(function($){ $('#aside') .attr('data-method', 'onscroll') .attr('data-pos', '') .attr('data-x', '') .attr('data-y', '0') .attr('data-w', '') .attr('data-bg', '') .attr('data-css', '') .attr('data-offsety', '0') .attr('data-bottomlimit', '') .attr('data-bottomoffset', '0') .FloatingModuleCK(); });

par contre sur Protostar le placemenent n'est pas bon a cause d'un conflit css par exemple
CEd

Joomlack Webmaster and Developer

Please Log in or Create an account to join the conversation.

More
6 years 9 months ago #48725 by micker
Replied by micker on topic usin floating on aside
alors comme je suis avec template creator j'ai fais
code perso juste avant la fi du body
Code:
<script> jQuery(document).ready(function($){ $('#left') .attr('data-method', 'onscroll') .attr('data-pos', '') .attr('data-x', '') .attr('data-y', '0') .attr('data-w', '') .attr('data-bg', '') .attr('data-css', '') .attr('data-offsety', '0') .attr('data-bottomlimit', '') .attr('data-bottomoffset', '0') .FloatingModuleCK(); }); </script>
le #left étant l'id de mon aside)
et bizarrement je ne vois rien ni dans mon code ni dans le rendu de la page
j'ai faux ?

Please Log in or Create an account to join the conversation.

Time to create page: 0.238 seconds

Fast and powerful creation, customizable and responsive.

Read More

We have 1010 guests and 3 members online