amenities showing as links

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

    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
    Lee Collier
    Participant

    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
    C
    Participant
    This reply has been marked as private.
    #1066774
    Maurice Couwenberg
    Participant

    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
    C
    Participant

    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
    C
    Participant

    or to remove the categories totally do:

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

    Hello Lee,

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

    Regards,
    Andre

    #1067457
    Andre Flores
    Moderator

    Hello C,

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

    Regards,
    Andre

    #1067459
    Andre Flores
    Moderator

    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
    Maurice Couwenberg
    Participant

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

    #1067854
    Maurice Couwenberg
    Participant
    This reply has been marked as private.
    #1068866
    Andre Flores
    Moderator
    This reply has been marked as private.
    #1112852
    Katie Hedgecox
    Participant
    This reply has been marked as private.
    #1112997
    Andre Flores
    Moderator
    This reply has been marked as private.
    #1113168
    Katie Hedgecox
    Participant

    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.