Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1326103
    mbajadek
    Participant

    I have two questions relating to the X theme mega menu (x-megamenu class).

    1) How can I have a mega menu without having column headers? I wish to have a 3 column menu (with images and underlinks) which I have right now, but in order to do that I have to have a column heading for each one (Which are useless and do not want to link anywhere) but seems I need this in order to create the structure of 3 column mega menu.

    2) With the mobile site, the megamenu does not display the submenu arrows (when it is in portrait display) but does show in landscape display. I am testing on a Samsung Galaxy 6 phone.

    #1326158
    Joao
    Moderator

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1327603
    mbajadek
    Participant
    This reply has been marked as private.
    #1327748
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

    .menu-image-title {
        display: none;
    }

    Hope it helps

    Joao

    #1327833
    mbajadek
    Participant

    This CSS removed the column titles .. but it also removed the text from under the images.

    I do not want the column titles but wish to have the titles/text under the images.

    #1328251
    Rupok
    Member

    Hi there,

    Thanks for writing back. Let’s try this code :

    .sub-menu > .menu-item.current-menu-ancestor > .menu-image-title-after > .menu-image-title {
      display: none;
    }

    Cheers!

    #1330098
    mbajadek
    Participant

    That didn’t change anything

    #1330486
    Christopher
    Moderator

    Hi there,

    Provided URL doesn’t use x theme, please switch to x so we can see the issue.

    Thanks.

    #1335349
    mbajadek
    Participant

    I’m currently running a LOCALHOST given the issues with the ISP hosting the URL. Hoping to resolve in the next day or two, which I will them let you know.

    #1335366
    Joao
    Moderator

    Let us know when it is ready,

    Cheers

    #1337451
    mbajadek
    Participant
    This reply has been marked as private.
    #1337789
    Lely
    Moderator

    Hello There,

    Thank you for the URL.
    Please use this custom CSS instead:

    .sub-menu > .menu-item > .menu-image-title-after > .menu-image-title {
        display: none;
    }

    Hope this helps.

    #1340591
    mbajadek
    Participant

    No good .. the results are equal to the first code suggestion

    .menu-image-title {
    display: none;
    }

    Where it takes the column header titles out but also the text titles from underneath the photos. I need the text under the photos to display.

    #1340754
    Nico
    Moderator

    Hi There,

    I have tried to check your URL however it is still not working or not showing your site yet. If the URL still not working, would you mind sharing us a screenshot of what you want to accomplish so that we could suggest the code to achieve it.

    Once we fully understand the customization, we’ll do our best to help you.

    Thanks.

    #1343480
    mbajadek
    Participant

    The URL is working now

  • <script> jQuery(function($){ $("#no-reply-1326103 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>