- This topic has 22 replies, 2 voices, and was last updated 7 years, 6 months ago by Mahesh.
-
AuthorPosts
-
January 29, 2017 at 9:05 pm #108275mailhunterParticipant
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
January 30, 2017 at 10:06 am #108306MaheshParticipant@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,
MaheshJanuary 30, 2017 at 7:50 pm #108348mailhunterParticipantOkay, 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?
January 30, 2017 at 8:14 pm #108360mailhunterParticipantIn 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ü', '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?
January 31, 2017 at 11:00 am #108429MaheshParticipant@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,
MaheshJanuary 31, 2017 at 11:40 am #108430mailhunterParticipantYes, 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?
January 31, 2017 at 3:05 pm #108452MaheshParticipant@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,
MaheshJanuary 31, 2017 at 3:44 pm #108457mailhunterParticipantHi,
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”.
January 31, 2017 at 5:28 pm #108474MaheshParticipant@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,
MaheshJanuary 31, 2017 at 5:47 pm #108476mailhunterParticipantHi,
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.
February 1, 2017 at 9:41 am #108532MaheshParticipant@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,
MaheshFebruary 1, 2017 at 12:46 pm #108541mailhunterParticipantYeah, 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?February 1, 2017 at 1:22 pm #108545mailhunterParticipantI 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.
February 1, 2017 at 1:44 pm #108547mailhunterParticipantSorry, Opera had cache problem, after clearing its okay…
February 1, 2017 at 2:56 pm #108554MaheshParticipant@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,
MaheshFebruary 1, 2017 at 3:17 pm #108555mailhunterParticipantThe 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.February 1, 2017 at 4:24 pm #108560MaheshParticipant@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,
MaheshMay 4, 2017 at 3:01 am #115193mailhunterParticipantHi 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.
May 5, 2017 at 12:01 am #115242MaheshParticipant@mailhunter: Add the following CSS:
.site-header-menu #access #menu-item-540 .dropdown-toggle.toggled-on { display: none; }
Regards,
MaheshMay 5, 2017 at 1:50 am #115245mailhunterParticipantThank you, Mahesh! Your support is very good!
-
AuthorPosts
- The topic ‘Problem with mobile menu’ is closed to new replies.