Viewing 20 posts - 1 through 20 (of 23 total)
  • Author
    Posts
  • #108275
    mailhunter
    Participant

    Hi,

    I have just contacted you caused to update from Catch Box Version 4.1 to the actual version (https://catchthemes.com/support-forum/topic/search-widget-2/).

    Now I found a design error in the actual version.

    If I use a tablet and I click on the menu link at the top of page, the menu opens, but there is a space on the right side of the menu (see what I mean: http://www.christus-gemeinde.net/test.png). This gray space between the menu and the content was not there before the update. It looks not good at the moment. How can the problem be fixed?

    I also checked it without my child theme with the same result. The adjustment of the content when I click on menu link seams to be wrong…

    I hope this can be fixed?

    Best regards

    #108306
    Mahesh
    Keymaster

    @mailhunter: The menu script has been modified, sidr menu is no longer in use, so you won’t have this problem anymore. The update will be released soon.

    Regards,
    Mahesh

    #108348
    mailhunter
    Participant

    Okay, but now I have down arrows although I don’t have sub-pages in the mobile menu (see: “Wir über uns -> Bildergalerien”; “Veranstaltung” “Texte”). In the mobile menu there are no pages under this cathegories.

    How is it possible to turn off this arrows I do bot need?

    #108360
    mailhunter
    Participant

    In inc/catchbox-menus.php
    there is
    <span class="mobile-menu-text"><?php esc_html_e( 'Menu', 'catch-box' ); ?></span>

    I changed it to:
    <span class="mobile-menu-text"><?php esc_html_e( 'Men&uuml;', 'catch-box' ); ?></span>

    So, now I get a “ü”. But if I create a inc/catchbox-menus.php in my child theme this do not work. Why?

    #108429
    Mahesh
    Keymaster

    @mailhunter: Just checked your site and now “Menü” is displaying in menu. Seems you’ve fixed the issue. For some reasons, I’m not able to see the mobile menu dropdown. Let me know if any problem.

    Regards,
    Mahesh

    #108430
    mailhunter
    Participant

    Yes, Menü is now fixed, but I have changed the inc/catchbox-menus.php of catch-box, I was not able to change this with my child theme. But this is not a big problem.

    But I have in the mobile menus down arrows, where no subpages are shown. For example the category “Texte”. In the desktop version, there are subpages shown, but in the mobile version (tablet/mobile) they are not shown. But in the mobile version I have the down arrows in the mobile version which represents subpages. But they are not shown. So how can I can turn-off these arrows in the categories where they are not needed?

    #108452
    Mahesh
    Keymaster

    @mailhunter: For modifying menu text with child theme, it cannot be done with including menu.php file in child theme. You need to override the function that displays the menu.
    And about the dropdown issue, I cannot see any menu items in desktop and in mobile just Menu is there, when clicked, nothing happens.
    Let me know further.

    Regards,
    Mahesh

    #108457
    mailhunter
    Participant

    Hi,

    I hope the demo helps to show the problem: http://www.christus-gemeinde.net/test.jpg

    I want to turn-off the marked arrows. In the mobile Version I don’t show all links in the menu. So the arrows are wrong there. When you click on them, no sub-pages are shown. So how can I turn-off the arrows in this categories?

    To be clear: I want to delete the arrows in the categories “Wir über uns -> Bildergalerien”, “Veranstaltungen” and “Texte”.

    #108474
    Mahesh
    Keymaster

    @mailhunter: Okay, finally was able to see the menu on your site. There are sub-menus in categories too and because of some CSS its not displaying. Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    .no-mobile-menu-item {
        display: block !important;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    #108476
    mailhunter
    Participant

    Hi,

    no, this do not help.

    The idea behind “.no-mobile-menu-item”-class is to have a smaller navigation on mobile devices. This is correct.

    The problem is just, that I have the icon which stands for more subpages, which are correctly not shown in the mobile navigation. The idea is not to display the icon beside “Wir über uns -> Bildergalerien”, “Veranstaltungen” and “Texte”.

    So I need a “display:none”-Version for “Wir über uns -> Bildergalerien”, “Veranstaltungen” and “Texte”. My idea is not to show all links in mobile navigation, I want to delete the icon is this three cases.

    #108532
    Mahesh
    Keymaster

    @mailhunter: Please add the following CSS:

    @media screen and (max-width: 960px) {
        #menu-item-538 .dropdown-toggle, 
        #menu-item-540 .dropdown-toggle {
            display: none;
        }
    
        #site-header-menu-primary #access #menu-item-538 > a,
        #site-header-menu-primary #access #menu-item-540 > a {
            margin-right: 0;
        }
    }

    Regards,
    Mahesh

    #108541
    mailhunter
    Participant

    Yeah, thank you. Now it looks fine:).

    Two things:
    I don’t get e-mail notifications when new posts are created although I have subscribed.
    And the other thing: Is it possible to link the “Menu” text with the language, so that I get “Menü” in Germany automatically?

    #108545
    mailhunter
    Participant

    I found a very big error: In Opera I don’t have a menu. It is not displayed! Any idea why? If I turn to mobile view, I have the menu link, but if I click, nothing happens. Have you an idea? If not, I must switch to an old version.

    #108547
    mailhunter
    Participant

    Sorry, Opera had cache problem, after clearing its okay…

    #108554
    Mahesh
    Keymaster

    @mailhunter: What is the problem with subscription. Are you using any plugins? Are you using The theme is translation ready. It should display the menu text in German automatically.

    Regards,
    Mahesh

    #108555
    mailhunter
    Participant

    The subscription problem I have in connection with your support forum. I should get mails if there are new posts, but this don’t work.

    Menu: I mean this:
    <span class="mobile-menu-text"><?php esc_html_e( 'Menu', 'catch-box' ); ?></span>
    This “Menu” should be automatically translated to German? In my case it don’t work. But this would be great.

    #108560
    Mahesh
    Keymaster

    @mailhunter: Please make sure you have subscribed to the topic on the top just beside Favourite. Its working fine.
    And about the Menu, we are looking into it and will let you know.

    Regards,
    Mahesh

    #115193
    mailhunter
    Participant

    Hi again,

    I found something which I want to fix:

    If I am on the page “Texte” I don’t have a arrow down (correct): https://www.christus-gemeinde.net/cms/texte/
    But if I choose the first (or another) child, there is an arrow up.

    Demo: https://christus-gemeinde.net/demo.jpg

    How can I turn-off this arrow up?

    I know, I have to add a CSS for every child (so for every site under the category “Texte”) probably. But what CSS instruction I need to erase this arrow up?

    I hope you get what I want are you are able to help me.

    #115242
    Mahesh
    Keymaster

    @mailhunter: Add the following CSS:

    .site-header-menu #access #menu-item-540 .dropdown-toggle.toggled-on {
        display: none;
    }

    Regards,
    Mahesh

    #115245
    mailhunter
    Participant

    Thank you, Mahesh! Your support is very good!

Viewing 20 posts - 1 through 20 (of 23 total)
  • The topic ‘Problem with mobile menu’ is closed to new replies.