Please everyone, I urgently need help on how to use the satellite plugin properly. Thanks
Are you referring to the satellite plugin by zeroqode? Satellite (reusable element addon) Plugin | Bubble
Yes, exactly
Which specific part of the plugin are you having trouble with?
How to send data from reusable to a page… I always get confused using it. Not like i am sending data, I just want to make a particular element show on mobile.
Have you set up both the antenna and satellite properly?
That is what I am yet to confirm. Do you have a proper channel on how I can learn it??
I haven’t used this plugin but I just checked the editor and it seems easy to setup. sdfsfsdfsdf | Bubble Editor
You just need to setup both elements properly.
- setting classes when the antenna is revealed
- targeting the specific class on the satellite
Edit: You could do this in native Bubble as well
How please. That would make more sense
- A satellite emits to an antenna.
- Satellite and antenna have a name, called the “class”.
- In order to communicate they need to share the same class. “Satellite class X only talks to antenna class X”.
- Satellite AND antenna need to be “initialized” before use. Generally with a “when the page is loaded” workflow.
- You place a satellite where the info comes from (inside RE).
- You place an antenna where you need to capture the information.
- If sending data from satellite to antenna, this is 2 actions. You send data AND you trigger the antenna.