dimned
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Palmeria] Booking cancellation issueHi @cecile8,
Thanks for your questions.1. Please navigate to Accommodation > Settings and make sure that the following option is enabled – User can cancel booking via link provided inside email.
2. Under this option you will notice a selector of the Cancellation Page. Please select a page that will notify the guest that his booking is canceled.Let me know if it is helpful.
Hi @webtopus024,
Most likely you have already used a third-party solution to add a timetable. If the question is still actual I’d like to ask you to provide screenshots to help us understand the issue. Thanks.Forum: Plugins
In reply to: [Timetable and Event Schedule by MotoPress] Words are wrapping in odd places.Hi @nancyboltonrawles,
The design of the timetable depends on the theme styles. For example, you may add the style below to override the theme style that breaks the words incorrectly:table a.event-title{ word-break:break-word; }The title of the events seems to be bold. Let us know if you have any further questions.
Forum: Themes and Templates
In reply to: [Palmeria] reservations pagesHi @elenaconteddu, the system pages can be added manually. Thus you may follow this article to learn how these pages can be added https://support.motopress.com/hc/en-us/articles/360055604712-How-to-set-up-system-pages-if-they-were-not-installed-after-plugin-activation
Hi @theguy1605,
Thanks for contacting us. Could you please share URLs to the pages that are captured on the screenshots to take a closer look at them?Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Call to Slick Slider – change settingsYou are welcome @celes15. It would be helpful if you review the plugin here https://wordpress.org/support/plugin/getwid/reviews/
Forum: Themes and Templates
In reply to: [Palmeria] cost estimate by selecting days on calendarHi @elenaconteddu,
Thanks for your question. When you add a roper season and rate there will appear an availability form that will let you check availability and learn the price. For this, you will also need to navigate to Accommodation > Settings and enabled the Skip Search Results option. Under this option, you will find an additional option to display the price while checking availability. You should enable this too.Hi @celes15,
You may try to add a new post layout and put all the post content inside of the block where you may add margin/padding, etc.Hi @tsvetkokrastev,
Thanks for contacting us and for sorting this out on your own. Feel free to contact us if you have any further questions.
It would be helpful for us if you rate the Getwid plugin here https://wordpress.org/support/plugin/getwid/reviews/Forum: Plugins
In reply to: [MotoPress Hotel Booking] Request to pay the deposit in manual bookingHi @kolumb55, you may use the Payment Request addon to send a payment link to let the guest pay the full amount for a manually approved booking. The deposit can not be charged for manually approved booking yet. This request is on our to-do list.
The deposit can be charged during online payments only. In this case, you may use the Payment Request addon to send a payment link to let the guest pay the balance due automatically or manually.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Call to Slick Slider – change settingsHi @celes15,
Here is a code that will work on the front-end onlywindow.addEventListener( 'load', function() { const baseClass = 'wp-block-getwid-post-carousel'; const loadSlickContent = setInterval( () => { const sliderSelector = $( 'body' ).find( <code>.${ baseClass }</code> ).children(); console.log( sliderSelector ); if ( sliderSelector[ 0 ] ) { [sliderSelector].forEach( slider => { slider.hasClass( 'slick-initialized' ) && slider.slick( 'unslick' ); slider.imagesLoaded().done( () => { slider.not( '.slick-initialized' ).slick( { arrows: true, } ); } ); } ); clearInterval( loadSlickContent ); } }, 100 ); } );Let me know if it is helpful.
Hi @celes15,
Thanks for your question. A similar effect can be achieved by applying Center Mode http://prntscr.com/1bcproi
Unfortunately, there is no other option to show half of the previous and next posts at the moment.Hi Nathan @nf-graphic-design,
Thanks for your reply. I could not replicate the issue locally using the Twenty Twenty theme. Most likely, the issue is caused by a third-party plugin. You may try disabling plugins one by one to find out the one that causes this issue.Hi @capsid,
Are those all the fields that are captured on the screenshot or there are some other ones that are marked as required?
Could you please submit a request to our support team to investigate it further?Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Add SVG Icons to Counter?Hi @stepheniryna,
First of all, WordPress does not support SVG format by default so you will need to install a third-party plugin that enabled the use of SVG files on your WordPress site.
Then you may use columns to add icon/image and a counter next to each other. Also, you may try using the Icon Box block and add a Counter to the content part of the block.