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, 9 months ago by
Andre Flores.
- AuthorPosts
- January 27, 2021 at 11:37 am #1065629
Lee Collier
ParticipantI 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 Collier
ParticipantIts 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 #1066712C
ParticipantThis reply has been marked as private.January 29, 2021 at 9:09 am #1066774Maurice Couwenberg
ParticipantLee,
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 #1066780C
ParticipantGot 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 #1066785C
Participantor to remove the categories totally do:
.mphb-room-type-categories { display: none !important; }
February 1, 2021 at 12:58 am #1067454Andre Flores
ModeratorHello 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 Flores
ModeratorHello C,
Thank you as well for sharing your solution, it is much appreciated!
Regards,
AndreFebruary 1, 2021 at 1:00 am #1067459Andre Flores
ModeratorHello 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 Couwenberg
Participanthi 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 Couwenberg
ParticipantThis reply has been marked as private.February 3, 2021 at 1:29 am #1068866Andre Flores
ModeratorThis reply has been marked as private.April 27, 2021 at 9:06 am #1112852Katie Hedgecox
ParticipantThis reply has been marked as private.April 27, 2021 at 11:20 pm #1112997Andre Flores
ModeratorThis reply has been marked as private.April 28, 2021 at 3:51 am #1113168Katie Hedgecox
ParticipantHi 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.