Gallery Not working

Home Forums Hotel Pro Gallery Not working

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #173545
    Werner IngramWerner Ingram
    Participant
    • Topics: 3
    • Replies: 11
    • Total: 14
    Member since: December 2, 2020

    http://hybriddevtest.co.za/

    The gallery I inserted is not working. If you look at my Safari page, you will see I have inserted images, but they are not showing.

    I also have issues with a few things on mobile.
    1. When I test it on my mobile, the burger menu toggle bar does not seem to be working.
    2. For the mobile version, the top header, I would prefer the email address and tel number to be on one line, so it will look like this (with the icons, they just didn’t copy):

    Colchester, Eastern Cape, South Africa
    [email protected] +27 83 281 3383

    3. Also could you make the menu bar sticky on both desktop and mobile.

    #173553
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL please?

    Regards,
    Brad

    #173644
    Werner IngramWerner Ingram
    Participant
    • Topics: 3
    • Replies: 11
    • Total: 14
    Member since: December 2, 2020

    http://hybriddevtest.co.za/safari/

    #173659
    Werner IngramWerner Ingram
    Participant
    • Topics: 3
    • Replies: 11
    • Total: 14
    Member since: December 2, 2020

    #173664
    Werner IngramWerner Ingram
    Participant
    • Topics: 3
    • Replies: 11
    • Total: 14
    Member since: December 2, 2020

    www.hybriddevtest.co.za/safari/

    #173680
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly check for conflicting plugins disable all of the plugins and see if it works.

    If its working fine then some plugin is conflicting. Activate them one by one to find out which one is causing problems.

    Regards,
    Brad

    #173715
    Werner IngramWerner Ingram
    Participant
    • Topics: 3
    • Replies: 11
    • Total: 14
    Member since: December 2, 2020

    It did not work, I tried.

    I also have other problems:

    1. When I test the site on my mobile, the burger menu toggle bar does not seem to be working.
    2. For the mobile version, the top header, I would prefer the email address and tel number to be on one line, so it will look like this (with the icons, they just didn’t copy):

    Colchester, Eastern Cape, South Africa
    [email protected] +27 83 281 3383

    3. Also could you make the menu bar sticky on both desktop and mobile.

    #173798
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    #simple-menu {
        position: relative;
        z-index: 9999999;
    }
    .emltp br {
        float: left;
    }
    }
    
    .header_wrap.layer_wrapper {
        position: sticky !important;
        top: -50px;
        z-index: 9999;
    }

    Regards,
    Brad

    #173840
    Werner IngramWerner Ingram
    Participant
    • Topics: 3
    • Replies: 11
    • Total: 14
    Member since: December 2, 2020

    Thank you Brad

    Now that I have done that the desktop menu is not working and on mobile can see the meta description over the header image.

    #173854
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    span.desc {
    color: transparent;
    }

    desktop menu is not working?

    Ans: We have checked, desktop menu is working fine

    Regards,
    Brad

    #173897
    Werner IngramWerner Ingram
    Participant
    • Topics: 3
    • Replies: 11
    • Total: 14
    Member since: December 2, 2020

    Hi Brad

    My menu items on deskstop, Accommodation, Safari, Cuisine are all clicking back to the homepage, before they went to their correct pages. The mobile version works, but since i put that CSS in desktop does not.

    #173904
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS.

    #topmenu {
        position: relative;
        z-index: 999;
    }

    Regards,
    Brad

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