Langsung ke konten utama

Booking engine tidak mau muncul kalendar

 I created another website with Divi, I included a booking engine script from another party.

I installed it on the website: https://jeng.com/the-kanjeng-elitya-villa-ubud-bali/

and it will be installed (the calendar will appear)




But the script is the same on the website: https://camppat.com/

why won't it appear, even though all the setup and configuration are all the same.



Daryl here. Thank you for contacting the Technical Support Team.

I checked this and it seems that the Code Module was set to Overflow hidden.


This means that elements will be cut off if they overlap the container of the Code Module:

To fix this, go to Code Module Settings > Advanced > Visibility > Set the Overflow the Visible:

Here's the result:


Here's the result:



Komentar

Postingan populer dari blog ini

Quick Tip: Remove Space between Footer and Post in Divi

 Divi has a weird quirk where any blog post that is published has a space between the post and the footer. Luckily there is a quick fix. Click on the gear icon in the Divi Visual Builder. In the CSS section of the post editor, add the following code snippet and save. .single .et_pb_post {  margin-bottom: 0;  padding-bottom: 0; } #left-area {  padding-bottom: 0 !important; } If it is saved correctly, you should no longer see a space between the post and footer.

Membuat background colom atau section yang saat di hover zoom

https://www.youtube.com/watch?v=EMud8mbVZ50 Pada colom yang ada backgroundnya, masuk ke ADVANCE - CUSTOM CSS - MAIN ELEMENT: background-size:100%; transition: all 0.5s ease; dan di HOVER: background-size:130%; Start write the next paragraph here