- This topic has 9 replies, 3 voices, and was last updated 3 years, 9 months ago by
wensolutions.
-
AuthorPosts
-
December 17, 2019 at 3:31 am #22065
Sakuna
ParticipantTheme: Travel Base Pro
Plugin: WP Travel
Plugin: WP Utilities
Plugin: WP PayPalThe Prices and Dates layout is wrapped under on desktop Safari. They layout looks great on Chrome and Firefox.
By Prices and Dates I refer to specifically to
class="trip_list_by_fixed_departure_dates_booking"
. The booking button wraps under the rest of the form.Please images:
Safari on Desktop
https://drive.google.com/file/d/1g0dRu_xe_egks4Yd5cWxy6VreX1xEReq/view?usp=sharingChrome
https://drive.google.com/file/d/1uGMmYjUl7Zj9k1zNc0yrpNtVh__1kKxr/view?usp=sharingHow can we address this?
December 17, 2019 at 5:59 am #22070Support Team
KeymasterHello,
The issue regarding the padding, we have fixed the issue in the latest update of the plugin. If the issue still persist then kindly let us know.
Thank you.
December 17, 2019 at 6:45 am #22074Sakuna
ParticipantHey @support:
Thank you for the follow up.
I double-checked after receiving the follow up from you above. With the latest version of the plugin installed, the issue persists on Safari Desktop.
The images I link to above offer a visual of the issue.
December 17, 2019 at 8:37 am #22083wensolutions
KeymasterHello,
Please add following given CSS code to resolve the issue related to safari desktop.
.wp-travel-add-to-cart-form{ flex-wrap:unset; }
screenshot: https://d.pr/i/5Qj4fO
Hope this helps.
If you have any queries further, let us know.
Thank you.
December 22, 2019 at 12:48 pm #22223Sakuna
ParticipantHey @support:
Thanks for the follow up.
I incorporated the above CSS, and it fixed the issue on Safari browser for desktop, but broke the layout on mobile devices so I have removed the snippet.
Any additional ideas?
December 23, 2019 at 4:17 am #22236wensolutions
KeymasterHello @infosanooktiew-com,
When we inspected your site URL, we found that you have not added the CSS that we have provided.
So please once add the CSS and verify the issue. Also, can you please mention the size of the screen so that we can check it as we were not able to find the issue in desktop view upon checking on our side.?
Thank you.
December 23, 2019 at 4:40 am #22238Sakuna
ParticipantHey @support:
Indeed, after having the CSS on the website for 5 days, I discovered it broke the mobile layout on iPhones, so I removed the CSS last night.
I have tested on Safari desktop with view set to Actual Size on the following devices:
Macbook Pro 15″
Macbook Pro 13″
Macbook Air 11″On each device it, the book button is wrapped under the first column as indicated in the Drive link above.
Thanks
December 23, 2019 at 7:26 am #22243wensolutions
KeymasterHello,
Please add following given CSS code to resolve the issue:
@media screen and (min-width: 1200px){ .wp-travel-add-to-cart-form{ flex-wrap:unset; } }
Hope this helps.
If you have any queries further, let us know.
Thank you.
December 24, 2019 at 10:43 am #22269Sakuna
ParticipantThanks for the follow up. I had overlooked exploring this solution. Issue resolved. Thanks 🙂
December 24, 2019 at 11:24 am #22270wensolutions
KeymasterHello,
Glad that the issue has resolved.
If you have any queries further, let us know.
Thank you.
-
AuthorPosts
- The forum ‘WP Travel’ is closed to new topics and replies.