-
Hello,
To extend the sidebar menu functionality, I am using a popular widget called “Custom Menu Wizard Widget“. However, it doesn’t place nice with Tower.
I contacted the plugin developer and here is what he expressed as to an explanation and then a resolution at the end:
The theme (Tower) hooks into WordPress’s wp_nav_menu_args filter and, unless the menu being produced has a menu_id of “mobile-menu”, changes the “walker” to its own.
WordPress has a Walker class that is a general class for producing lists (which is all a menu is). WordPress also has a Walk_Nav_Menu class, which extends the Walker class specifically for menus. Usually plugins will provide their own “walker” as an extension of the WordPress Walker_Nav_Menu class. This is exactly what Custom Menu Wizard does : it uses its own extension of the Walker_Nav_Menu class to do the filtering and set extra classes.
However, because your theme is intercepting every production of a menu and changing the requested “walker” class to its own, the Custom Menu Wizard one never gets called. You’d probably find that other menu plugins (that have their own “walker”) would have exactly the same problem.
The theme code responsible can be found in tower/includes/core/codeless_megamenu.php, as part of the codeless_custom_menu class. The class is included into, and instantiated by, the theme’s functions.php as part of the theme setup. With the sole exception of the mobile menu that activates from the burger button (when the screen is small enough), every menu produced using WordPress’s wp_nav_menu() function will use the theme’s “walker”. (And even the exception isn’t really an exception : it’s just configured to use another of the theme’s “walkers”.)
Would it be possible to make this adjustment to accommodate 3rd party menu plugins such as this one?
Topic: search on mobile menu
I disabled the search button (included in the theme) and added a search-widget in the top navigation area.
How can I add this search to the mobile website without enabling the search button that belongs to your theme?
Thanks!
I updated my logo and on iphone5, I see that the logo and the menu overlap. I looked at another thread that had similar issue (https://support.codeless.co/?topic=logo-not-displaying-properly-on-mobile) and I tried the solution posted but it didn’t seem to change it.
Also, the logo and menu placement is different on home page and other pages. The site is http://www.maplecollaborative.com
Our website does not look okay, on mobile, when our layout is set to Boxed, with a fixed background image. The footer is off to the left, on top of the background image and the logo is off to the right, over the background image.
Also, when clicking on the hamburger menu from a mobile device, there is a hesitation in loading, where the content of the page shows above the hamburger menu and then it quickly disappears. I noticed this for the Business Minimal demo as well.
How can we get a nice responsive look on mobile, with our current setup? We are trying to go off of the Business Minimal theme.
Our website is dev.one2oneus.com.
Our website is about to go live, but I have a few questions before we are fully ready:
The homepage is not responsive, and also pages with buttons are not fully responsive. I can’t see what’s the problem.. Can you please help/advise?
Pages concerned:
Home: (buttons ‘download the app’ and ‘lees meer over zakelijk verkopen’ are positioned somewhere on the right and this is not visible on mobile screen.
https://gratis-ophaalservice/ (grey textfield next to the yellow truck is not fully responsive)
https://zakelijk/ (2x green button ‘download the app’ and ‘overeenkomst downloaden’)
Furthermore:
– On mobile version, 2 mini-menu’s are shown.
– strange order of ‘copyright 2016’ and ‘privacy beleid’ in the footer
– With fullwith desktop screen the “read more” button on this page (https://zakelijk/#consignatie) jumps a few lines too far and therefore title/first text in the row is not showing. On mobile it jumps to the right line.
-none of the (layer slider) headers is responsive, I prefer to show some kind of (header) image on all mobile pages. I tried featured image on the homepage but didn’t work as image on top of the page.
– Is it possible to zoom the pictures or page on mobile version? Concerning this page: https://verpakkingsinstructies/
Thanks for your great support! I am fully satisfied with the theme and website :-)
Linsey
Hello –
After the recent update to Tower 1.8.2, I have the following new issues on my site:
1. The search icon/mini cart icon in the header menu has no left margin. There is no separation between the final/right menu item on the header (BUD & OIL), and the search icon. It now looks like the search icon is sitting on top of the “L”
2. The cart page and shipping details page on mobile/responsive is very messed up in terms of layout. Please see the screenshots:
CART
https://www.lavenderconnection.com/wp-content/uploads/2016/08/Screenshot_20160814-155352.png
https://www.lavenderconnection.com/wp-content/uploads/2016/08/Screenshot_20160814-155400.png
SHIPPING
https://www.lavenderconnection.com/wp-content/uploads/2016/08/Screenshot_20160814-155510.png
Thanks!
Rebecca