amenities showing as links

Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • #1065629

    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?

    #1065631

    Its 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!!

    #1066712
    This reply has been marked as private.
    #1066774

    Lee,
    I have the same issue but with your extra CSS it doesn´t solve the issue. I work with theme Avada…….any ideas?
    Maurice

    #1066780

    Got 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;
    }
    #1066785

    or to remove the categories totally do:

    .mphb-room-type-categories  {
    display: none
    !important;
    }
    #1067454

    Hello Lee,

    Thank you for letting me know, I am glad that you were able to find a solution 🙂

    Regards,
    Andre

    #1067457

    Hello C,

    Thank you as well for sharing your solution, it is much appreciated!

    Regards,
    Andre

    #1067459

    Hello 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,
    Andre

    #1067849

    hi Lee,
    thank for the hints but I did not get it working on AVADA, Andre will now check it for me
    Maurice

    #1067854
    This reply has been marked as private.
    #1068866
    This reply has been marked as private.
    #1112852
    This reply has been marked as private.
    #1112997
    This reply has been marked as private.
    #1113168

    Hi 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

Viewing 15 posts - 1 through 15 (of 20 total)
  • You must be logged in to reply to this topic.