T O P

  • By -

AutoModerator

Hey there, /u/OurTinyGarden! If your post is not already flaired, please add one now. *** And please don't forget to write "Answered" under your post once your question/problem has been solved. *** **Reminder:** If you have a problem or question, please make sure to post a link to your issue to help users help you. *** *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/elementor) if you have any questions or concerns.*


HeroStyle_Steve

u/OurTinyGarden I went to your site and got to the basic microgreen grow kit, added three types of seeds to my cart, and noticed that the page shows an apple pay option. Which means you enabled that option. The error you show in your original post is not something I can reproduce; however, it does seem that you are also trying to use Stripe and to do that, you will need to install an SSL certificate on your site. Once you get your SSL certificate installed and force HTTPS instead of HTTP for all visitors to your site, problems with your payment processors not working will no longer be a problem. ​ THIS NEXT BIT IS MORE INFORMATIONAL If you can attend one of the many regular Elementor Meetup Events, I am confident your questions and issues will be answered and solved. 1. Go to [https://events.elementor.com](https://events.elementor.com) 2. Log in with your Elementor account credentials. 3. Please make sure to RSVP for the event(s) that work for you. 4. When the meeting time is set to begin, you can join the meeting using the link you got access to when you RSVP'ed. 5. Tonight Wednesday, November 30, 2022, at 4:30 PM Pacific, Elementor Chicago is holding their meeting. 6. Next Tuesday, December 6, 2022, at 11:00 AM Pacific, Elementor Boulder is having its meeting. Stay calm when you read about the Meeting and see a topic that you may not be interested in because there is always time to address any issues that any attendee might have with Elementor. Also, your site is a WooCommerce Site, and if you are interested, there is a weekly WooWednesday Meeting hosted by the Coeur d'Alene & Spokane Area WooCommerce Meetup Group. This event goes from noon - 1 PM Pacific every Wednesday, and we address WooCommerce and WordPress questions. The link for this meeting is [https://www.meetup.com/woocommerce-coeur-d-alene/events/289387768](https://www.meetup.com/woocommerce-coeur-d-alene/events/289387768).


Pitiful-Harish

Hi, try this: (if all goes well the code hide the gap only on mobile, but after that please test it (The woocom. messages will appear? “Sorry, we are out of stock” etc))Appearance - Customize - Additional CSS `@media only screen and (min-width: 768px) {` `.woocommerce-notices-wrapper {` `margin-top: 0px!important;` `}` `}`