WebMagi
Forum Replies Created
-
Elementor v2.7.3 breaks Elementor Slides. I upgraded a client site this morning, then had to roll it back.
I’ve built more than a dozen websites with Elementor (using their Hello theme), and until I installed your plugin, I never once experienced a double nav menu problem.
As I previously stated, the menu only shows up twice when your QuadMenu is used in the header instead of Elementor’s default nav menu. If I delete your menu, and add Elementor’s own menu back to the header template, the double menu issue goes away. Based on this finding, seems to me it’s the QuadMenu module for Elementor that is broken somehow, and does not play well with Elementor’s own Hello theme.
Perhaps the Elementor team corrected the issue you describe here: https://quadmenu.com/documentation/integration/elementor/, so that now your module is actually adding a second instance of the menu?
Hi @quadlayers
The only place in the Hello Elementor theme where the “wp_nav_menu” function is used is here:
<?php if ( has_nav_menu( 'menu-1' ) ) : ?> <nav class="site-navigation" role="navigation"> <?php wp_nav_menu( array( 'theme_location' => 'menu-1' ) ); ?> </nav> <?php endif; ?>
And it’s only used once.
It should be noted also that if I create an Elementor template that only uses Elementor’s default Nav Menu (and not a QuadMenu), there is no duplication of the menus. The duplication only occurs with QuadMenus.
- This reply was modified 5 years, 2 months ago by WebMagi.
I’m having this same issue, using the Hello Elementor theme (v2.2.1). This is the latest theme in the WordPress repo, not the older GitHub version.
I’m having the same issue. Billing fields cannot be changed from “Optional” to “Required”.
I’ve tested a number of woocommerce checkout fields editor plugins, neither of which could perform this simple modification to the pre-existing optional fields. But I really like the backend workflow of your plugin, so I’m staying with it. Any chance this issue could be looked into/fixed soon?
- This reply was modified 5 years, 9 months ago by WebMagi.
So would a plugin update from you overwrite our custom addition of target _blank for the social links on shortcode-generator.php?