Viewing 15 posts - 1 through 15 (of 24 total)
  • #174412
    fixers
    Member
    Post count: 253

    Hi There

    This is without a doubt a problem caused by us, we have some custom css to hide sliders on mobile and show the menu as a header.

    It worked fine but now the menu won’t click and the header logo no longer links back to home?

    Knocking our head against a brick wall as to why.

    If you could take a look please?

    You can see the problem on fixers.travel/home, you will be redirected to fixers.travel where you will need to register (put in any test email).

    You will then be redirected to fixers.travel/home which you will need to view in mobile?

    #174420
    Nishant – SUPPORT
    Spectator
    Post count: 649

    Hello fixers,

    I am checking it.

    #174449
    Nishant – SUPPORT
    Spectator
    Post count: 649

    For Logo:
    The Error that seems here is that the a tag for Logo is not getting the height for it so it is not linking back to the home page so provide some min-height to it.

    For Menu:
    The responsive menu is not working there is some conflict with the your custom CSS and theme js.

    As this out of the theme support scope we cannot provide the customization on this.

    #174469
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hey fixers,

    Just took a look at this for you – really like what you’ve done with the theme so happy to provide a little extra support.

    As Nishant pointed out, because you’ve hidden the logo there is no height on the link. This custom css should work around that:

    @media only screen and (max-width: 767px) {
    #logo > a.logo-link {
    min-height: 100%;
    min-width: 50%;
    }
    }

    The menu click is throwing this error:

    Uncaught TypeError: $(…).gilidFn is not a function

    Again as Nishant said, this is an issue with custom JS.

    – Ed

    #174588
    fixers
    Member
    Post count: 253
    This reply has been marked as private.
    #174597
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I will forward it to Ed so he can reply your last question.

    -Rui

    #174724
    Swift Ideas – Ed
    Keymaster
    Post count: 15264
    #174935
    fixers
    Member
    Post count: 253
    This reply has been marked as private.
    #175007
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    We do have the wp_footer() call in there, unless you have removed it with your customisations.

    Looks like that may be the case, as even the theme js file isn’t loading.

    – Ed

    #175025
    fixers
    Member
    Post count: 253
    This reply has been marked as private.
    #175027
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi fixers,

    Really does look like the wp_footer() hook has been removed from that page.

    I’ll have a look later for you.

    – Ed

    #175063
    fixers
    Member
    Post count: 253
    This reply has been marked as private.
    #175071
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Can you try enabling WP_DEBUG – look as if something is throwing an error somewhere, as the page doesn’t finish rendering (there is no end body or html tag).

    – Ed

    #175079
    fixers
    Member
    Post count: 253
    This reply has been marked as private.
    #175085
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Can you also disable the caching – else it won’t update.

    – Ed

Viewing 15 posts - 1 through 15 (of 24 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register