usin floating on aside
6 years 9 months ago #48695
by micker
usin floating on aside was created 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
MErci
Please Log in or Create an account to join the conversation.
6 years 9 months ago #48696
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic usin floating on aside
salut
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
5-6 modules j'imagine ?là j'ai 5-6 et c'est trop galère a caler
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.
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.
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.
6 years 9 months ago #48724
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic usin floating on aside
salut
essaie avec ce code
par contre sur Protostar le placemenent n'est pas bon a cause d'un conflit css par exemple
CEd
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.
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
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 ?
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>
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