skylerdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Taxing Tips in ErrorHi! I am also having the same issue where my tips are getting taxed, even though I have that option unchecked in settings.
This is a great plugin – any chance you can please fix it?
Thank you!
Erin
Forum: Plugins
In reply to: [Markup by Attribute for WooCommerce] Price not adjustingHi,
This issue is happening with me as well. I have added my markup in my attributes, and have set the Regular variation price, and I can see the attribute on the front end (i.e. My Item (Add $2.50), but the price does not adjust when I add it to the cart.
I have the latest version of WP and Woocommerce.
Please help.. thank you!
Have you tried adding break hours in your Store Timing extension? For example:
Week Days / Open Time / Close Time / Break Hours
Sunday / 9:00am / 7:00pm / 2:30pm-4:00pmUnfortunately, the extension does not allow 15 minute increments (I have asked about this from the developers). I also have not tested break hours so I don’t know if the above will work.
Good luck!
Are there any options to delete the cookie sooner, or change the cookie expiration date to expire sooner (i.e. 1 hour)?
The issue is that it is confusing if a user visits the site on the next day, and the default delivery date is Yesterday which causes an unecessary alert to change the date.
Please advise, thanks!
Hi,
You need to check the addons you want to include on your food item.
In your example, place a checkbox next to Small, Medium and Large.
Hope this helps!
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] formatting issue on checkoutIf you can please share your url, I can help you.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] formatting issue on checkoutI think the issue is there is a lot of text in the label, and perhaps with your particular theme making the column thinner, the label wraps to the next line and causes the inputs to be misaligned.
Why don’t you try replacing the text to something shorter, so there is no wrapping?
i.e. from “Apartment, suite, unit etc. (optional)”
to
“Apartment/suite”
You can use local translation to do this – please see https://docs.restropress.com/restropress-localization/ for more info.
Good luck!
- This reply was modified 4 years, 6 months ago by skylerdesign.
Hi,
For 1 and 3, try adding this to Appearance > Customize > Additional css:
.rp-col-xs-12, .rp-col-sm-12, .rp-col-md-12, .rp-col-lg-12 { margin-left: -10px; margin-right: -10px; }
For the last item, it looks like you are trying to add HTML into the food item title, which the plugin doesn’t support.
Good luck!
Hi Nirmal,
Is it possible to offer both options?
Thanks!
Erin
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Delivery & Pickup modal popupPlease share your site URL so we can try to help you.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] CSS HelpPlease try adding this this to Appearance > Customize > Additional CSS:
@media only screen and (max-width: 768px) { .rp-col-xs-1, .rp-col-xs-2, .rp-col-xs-3, .rp-col-xs-4, .rp-col-xs-5, .rp-col-xs-6, .rp-col-xs-7, .rp-col-xs-8, .rp-col-xs-9, .rp-col-xs-10, .rp-col-xs-11, .rp-col-xs-12 { padding: 10px !important; } }
- This reply was modified 4 years, 6 months ago by skylerdesign.
Change the font size to something higher in the code sample @rosstberlin provided ??
i.e. font-size: 14px;
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Price on modal popupTry this:
#rpressModal .modal-header button.close { background-color: red; /* Regular color */ }
#rpressModal .modal-header button.close:hover { background-color: blue; /* Hover color */ }
- This reply was modified 4 years, 6 months ago by skylerdesign.
Forum: Plugins
In reply to: [RestroPress - Online Food Ordering System] Price on modal popupTry this:
#rpressModal span.rpress-prices { float: right; margin-right: 35px; }
Put it in Appearance > Customize > Additional CSS
adjust margin as necessary. Good luck!
- This reply was modified 4 years, 6 months ago by skylerdesign.
Hi,
You shouldn’t be editing plugin files directly as your changes will get overwritten with the next update.
I think you can customize your translations using a plugin, please see here for details:
https://docs.restropress.com/restropress-localization/
Good luck!