Free and Premium WordPress Plugins & Themes Forums WordPress Plugins Hotel Booking amenities showing as links
- This topic has 19 replies, 5 voices, and was last updated 3 years, 6 months ago by Andre Flores.
- AuthorPosts
- January 27, 2021 at 11:37 am #1065629Lee CollierParticipant
I am using divi with the Hotel Booking integration plugin. Is there any way that I can stop amenities showing as links when I use the short code [mphb_room] or the HB Accom. List Settings?
January 27, 2021 at 11:44 am #1065631Lee CollierParticipantIts like magic, stuck on something for hours, post on the forum and find a solution in the next 5 minutes!
In Customizing/Additional CSS
.mphb-room-type-facilities a {
pointer-events: none;
}All good!!
January 29, 2021 at 8:15 am #1066712CParticipantThis reply has been marked as private.January 29, 2021 at 9:09 am #1066774Maurice CouwenbergParticipantLee,
I have the same issue but with your extra CSS it doesn´t solve the issue. I work with theme Avada…….any ideas?
MauriceJanuary 29, 2021 at 9:22 am #1066780CParticipantGot it working with Aquentro
//Disables Amenities and Categories links .mphb-room-type-facilities a { pointer-events: none !important; } .mphb-attribute-value a { pointer-events: none !important; }
January 29, 2021 at 9:43 am #1066785CParticipantor to remove the categories totally do:
.mphb-room-type-categories { display: none !important; }
February 1, 2021 at 12:58 am #1067454Andre FloresModeratorHello Lee,
Thank you for letting me know, I am glad that you were able to find a solution 🙂
Regards,
AndreFebruary 1, 2021 at 12:59 am #1067457Andre FloresModeratorHello C,
Thank you as well for sharing your solution, it is much appreciated!
Regards,
AndreFebruary 1, 2021 at 1:00 am #1067459Andre FloresModeratorHello Maurice,
It usually does not depend on the theme but the page you need to disable links on. Get back with the URL to the page in question, so I check it and provide valid CSS code.
Regards,
AndreFebruary 1, 2021 at 9:41 am #1067849Maurice CouwenbergParticipanthi Lee,
thank for the hints but I did not get it working on AVADA, Andre will now check it for me
MauriceFebruary 1, 2021 at 9:44 am #1067854Maurice CouwenbergParticipantThis reply has been marked as private.February 3, 2021 at 1:29 am #1068866Andre FloresModeratorThis reply has been marked as private.April 27, 2021 at 9:06 am #1112852Katie HedgecoxParticipantThis reply has been marked as private.April 27, 2021 at 11:20 pm #1112997Andre FloresModeratorThis reply has been marked as private.April 28, 2021 at 3:51 am #1113168Katie HedgecoxParticipantHi Andre,
Sorry, I’m not sure if your reply is to me, but if so it is currently private and I cannot view it. Please may you resend?
All the best,
Katie - AuthorPosts
- You must be logged in to reply to this topic.