For more context on the app itself, it’s essentially a local business listings and events app that’s meant to foster kinship between the consumers and local small businesses, as well as increase comradery in the populace.
It was very important for me to keep the cost of development as low as possible because it’s a free public app and a budding social enterprise, which means that I want even the lowest income, small business owners to be able to afford continuous app presence. The single-row single-cell solution would keep my cost contained since I wouldn’t have to worry about row limits when managing potential growth (country population = ~1.4 million). I was really happy to accomplish this without making users sign in and without a user table.
Other resources I blended into the app: @Himaladin 's floating button CSS was a great addition to the chat room. I used it to place a button on the top and on the bottom too. @Joe_Gabriele 's button gradient CSS @Joe_Gabriele 's full screen image. I extrapolated to create gradient colored full-sized containers @Himaladin 's carousel (cardousel) @Darren_Murphy custom search bar, which really amped up the app’s functionality and user friendliness!
Oh, I also repurposed JavaScript from @Himaladin and @Jeff_Hager 's work and used them as triggers to automatically refresh the messages in the chat room.
I’m not entirely sure to be honest. But before I added it I thought that the messages were taking too long to appear… don’t know if it was just due to the network connection.
Either way, it can’t hurt to have a forced refresh every 5 seconds.
Why don’t you use a 3D slide-show to avoid the gap when transitioning from the last frame to the first frame? Another thing is you can add a clear button for quick search, it will be more convenient. I made it with the rich text component.
thanks! I was actually wishing I had the option to clear the text… didn’t know it was possible!
How do I add it?
With respect to the 3d slide show, I was a little concerned about how the images on the sides appear (skewed) as well as the set up because i’d want at least 3-4 images on the front face of the cube
hmm… did you copy the html code part to the richtext component and the css to the css part.
The way this CSS works is only to lift richtxt to the top without binding the two components.
*It works now, thanks!
**Actually the button appears but isn’t effective… let me check that I didn’t omit something.
Maybe I also need to add an action.
no visible change with those either.
I suspect the X in the original image is actually transparent. Would explain why inverting does not affect it. Unless the invert was targeting the background and not the image itself… then I dunno.
But it’s ok, my new image works in both modes.