Floating Module CK en bas d'écran
- chetanmadaan
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 3
5 years 7 months ago #53674
by chetanmadaan
Replied by chetanmadaan on topic Floating Module CK en bas d'écran
Hi CEd,
We are using similar (but a little advanced) modChrome layouts in Astroid.
Thanks for sending me a copy of he plugin, I'll see if I can reproduce this and get back to you possibly with a fix.
Thanks,
Chetan
We are using similar (but a little advanced) modChrome layouts in Astroid.
Thanks for sending me a copy of he plugin, I'll see if I can reproduce this and get back to you possibly with a fix.
Thanks,
Chetan
The following user(s) said Thank You: ced1870
Please Log in or Create an account to join the conversation.
5 years 7 months ago #53675
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Floating Module CK en bas d'écran
technical details
>>> loaded in the plugin
then
here is the code that adds the "floatingmoduleck" style to the module
hope it helps
Code:
function modChrome_floatingmoduleck($module, &$params, &$attribs)
then
Code:
public function onRenderModule($module, &$attribs) {
...
// find a module to float
if ($moduleParams->get('floatingmoduleck_enable', 0, 'int')) {
$attribs['style'] .= ' floatingmoduleck';
...
}
hope it helps
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
- chetanmadaan
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 3
5 years 7 months ago #53676
by chetanmadaan
Replied by chetanmadaan on topic Floating Module CK en bas d'écran
Fair enough! Thank you for the details. We'll see if we can get this fixed.
Please Log in or Create an account to join the conversation.
- chetanmadaan
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 3
5 years 7 months ago #53677
by chetanmadaan
Replied by chetanmadaan on topic Floating Module CK en bas d'écran
Hi Lorenzo,
I just tried it with the login module and it seems to work just fine.
www.dropbox.com/s/z566hoiakz554gg/2019-09-16_15-05-36.mp4?dl=0
Are you not having the same results?
Thanks,
Chetan
I just tried it with the login module and it seems to work just fine.
www.dropbox.com/s/z566hoiakz554gg/2019-09-16_15-05-36.mp4?dl=0
Are you not having the same results?
Thanks,
Chetan
Please Log in or Create an account to join the conversation.
5 years 7 months ago - 5 years 7 months ago #53678
by iorbita
Replied by iorbita on topic Floating Module CK en bas d'écran
Hello Chetan,
... to be more clear, I have not yet bought the module of Cédric, I asked him if it will be compatible with Astroid framework and he answered me no (because modChrome issue), so I’m waiting to see if it can be compatible before buying it
Thank you again,
Lorenzo
... to be more clear, I have not yet bought the module of Cédric, I asked him if it will be compatible with Astroid framework and he answered me no (because modChrome issue), so I’m waiting to see if it can be compatible before buying it

Thank you again,
Lorenzo
Last edit: 5 years 7 months ago by iorbita.
Please Log in or Create an account to join the conversation.
- chetanmadaan
- Offline
- New Member
-
Less
More
- Posts: 6
- Thank you received: 3
5 years 7 months ago #53679
by chetanmadaan
Replied by chetanmadaan on topic Floating Module CK en bas d'écran
Well, I just tested and it looks like it's compatible with Astroid. Seems to be working right off the back without any changes.
Please Log in or Create an account to join the conversation.
Time to create page: 0.247 seconds