22385 comments found.
Hi,
Thanks for your quick response
I want to add custom JavaScript code in child theme. how can I do?
Thank You
Hi,
If you want to add it in your child theme you would either add a .js file to your child theme with your code and use wp_enqueue_script to load or if it’s not a bunch of code you can add it inline via the functions.php file either by hooking into wp_footer and using inline script tags or using the wp_add_inline_script function.
More info here: http://www.wpexplorer.com/javascript-wordpress/
- AJ
From an earlier discussion …
WPExplorer Author 20 minutes ago
Of course the desktop view won’t change because there is no clicking involved on the parent item.
If I do get a lot of requests regarding the menu toggle I will look at having an alternative style.
Although I am also looking at bundling this awesome plugin with Total in a future update – https://codecanyon.net/item/quadmenu-responsive-wordpress-mega-menu/21315450 – so when using the Total header builder you can easily insert nice/custom menus.
- AJ
Not sure we’re on the same wavelength.
Here’s what I’m talking about:
Go to our website, desktop, full page view, with header menu horizontal across the top, https://resourceanalytical.com/.
In the middle, you see parent menu item “Client Services & Solutions.” You can, indeed, click directly on that parent menu item, and that click will take you to a webpage entitled “Client Services & Solutions.” Or in the alternative, you can click on one of the nine child pages found in the submenu that drops down, and that click will take you to the selected child page. We like it like that. Even though it might seem duplicative to have that parent page, we still like it like that.
Before the recent update, the mobile menu worked the same way. Even though we liked the mobile menu that way, it’s really no big deal that it works differently with the recent update. We’re happy with it either way.
Besides, if you add that new plugin, we’ll have all kinds of new options and be able to do some fun stuff with that.
Thanks as always.
Maybe this explains better what the changes were in the last update – https://cl.ly/pVpG
So as I mentioned we were getting requests almost everyday to make the ENTIRE parent item clickable on mobile since clicking just the arrow is not so user-friendly. But if you have a link on the parent element and clicking it opens the sub-items you can’t have it go to the page because then you will never get to the sub-items so now if you have a link on the parent it will be added in the dropdown and when you click the parent it will only toggle the dropdown and not go to the page.
I hope that helps explain better the changes on the mobile menu. Of course desktop won’t change because on desktop you can hover (you can’t hover on touch devices).
But to be honest this page – https://resourceanalytical.com/clientele-services-solutions/ – is just linking to the sub-items so it doesn’t really need to exist on mobile and it could be hidden via CSS:
.wpex-mobile-menu .sub-menu .menu-item-4327 { display: none; }
- AJ
Thanks, and that clarifies the changes.
To be honest back to you, the content of this page – https://resourceanalytical.com/clientele-services-solutions/ – and whether or not it really needs to exist on mobile, is not a tech support issue, but is instead a call for us to make for whatever internal reasons we might have, whether having it is just our preference at present, or whether we’ve had feedback from clients or prospects or partners or financial backers saying that they would just like for their own convenience or other reasons to see that list on a page of its own, or whether that one page for whatever mysterious reason tends get more search engine clicks than most of the other pages, or whether we’re planning on adding copy and graphics to that page (which is in fact the case), or whether we decide to leave it just as it is.
Oh I totally understand. I just wanted to let you know that was an option and took the time to provide you with the code incase it is something you wanted to do.
Of course it’s impossible for me to know how your business/website operates but I like to be proactive and provide suggestions/options to customers that I think they may find useful to save them time/effort in the future. But you never have to take my advice, it’s just there to provide added benefit if wanted 
- AJ
Cancelled request, problem due to caching. (not sure how to delete this post.)
Unfortunately you can’t delete comments here on ThemeForest 
Hello! I need to enable page title and breadcrumbs, with default colors (set in customizer) for pages with an image background. I found the snippet that gets breadcrumbs back in the title area, but all the text (title and breadcrumbs) are all white. The background is a very light pattern and I want it to use my default (darker) font colors. How can I accomplish this, or do I have to add custom CSS for every individual element to make it go back to default?
Hi,
Are you actually displaying different images in the page title for different pages? And if so on how many pages? Because if it’s only a few pages you could just disable the page title via the page settings and then insert a row with a background and a heading, breadcrumbs module at the top of the page instead. Like this: https://cl.ly/pUj4 (just made this quickly for you so I know it’s not perfect, but shows the basic idea)
If you are setting the page title background on tons of pages either via hooks of manually then the right way to alter this custom header style is via CSS. Example:
- AJ
Shoot the code didn’t paste above, here it is:
body .background-image-page-header .page-header-title,
body .background-image-page-header .page-subheading
body .background-image-page-header .site-breadcrumbs { color: #000; }
http://wpexplorer-themes.com/total/docs/making-css-edits/
- AJ
Great, thanks so much! I figured CSS was likely the best way, but just wanted to make sure there wasn’t a universal hook to stop the page headers/subheaders/breadcumbs from turning to white when a background image was added.
hi i have questions about the extended license, what is the price, where can i buy it??
We do not keep the extended license enabled by default because it could allow customers to re-sell the theme as is which we do not want people to do. However, depending what you need we may be able to come up with an agreement and temporarily enable it (it would be $2,950).
The extended license though only gives you 1 license code though and this license is only if you are creating a website for example like wordpress.com where you have Total enabled on an entire multi-site for all clients. It doesn’t give you unlimited licenses for unlimited websites.
That said, depending what you want we can instead do a “bulk” sale at a discount. For example if you need to just buy 100 licenses you could do a bulk purchase of 100 licenses at a discounted rate by contacting Envato – https://envato.com/contact/ (click on Sales&Bulk Purchases).
This is the best route if you need to buy a lot of licenses, for example 50+ licenses at a time.
- AJ
is it possible to get bulk license for 5-10 licenses
You can send Envato an email to see if they are able to provide you with this. Because Envato takes 30% of the sale plus a fee and taxes take another 30% I personally can’t afford to offer sales for such few purchases and still pay for hosting, marketing, support staff, updates, etc. But maybe Envato can give you a discount based on their fee.
If you are doing client work, what most freelancers do is simply charge the client an extra $60 to cover the theme cost. Often developers will actually have the client purchase the theme on their own account, this way they can always contact me if they need help in the future.
- AJ
Hello, I just tried to import the “travel” demo but it didn’t work. The xml-files couldn’t be imported. The error 502 occurred. All the other things (widgets, sliders) got imported. Can anyone help me out with this problem? Thank you very much
Hi,
This is AJ the theme developer. Sorry to hear you are having issues. A 502 error is a server error outside the theme scope. Usually this means the server is timing out. Can you double check your memory max limit and max execution times?
At this point you have 2 options:
- Make sure your server PHP memory limit and max execution are high enough then de-activate your theme license under Theme Panel > Theme License and completely reset your WordPress installation.
- Or if there is something specific you are missing that you don’t know how to add simply add it manually and I can show you how it’s done (I can make a custom video for you). Travel is actually just a very simple blog demo so the only thing we did was add dummy posts (which you’ll delete anyway) and tweak the settings under Appearance > Customize. If the theme options were imported that’s pretty much all you really need to get started.
Please let me know how you would like to proceed and how I can be of further assistance.
- AJ
Sorry I meant to send this screenshot also: https://cl.ly/pUNq
Hello, thanks for your quick response.
I checked it and all three areas are green.
It would be great if i could import the whole demo because i wouldn’t change a lot except for the wording and the pictures 
Hi,
That’s very strange, by any chance do you have access to server error logs so we can see what error was returned during the import? This would really help since a 502 is very generic, it should have saved a log on the server with more details.
Actually, if you want you can also open a private ticket, request it be assigned to me “AJ” and I’ll make sure everything is uploaded correctly for you – https://wpexplorer-themes.com/support/ – so you don’t even have to worry.
If you send WP and FTP logins I can also check the error logs to see what may have happened and make any needed tweaks.
- AJ
okay thank you, that would be great. I’ll open a private ticket
I wanted to let you know that I just opened the ticket
thanks
Got it, there are currently 19 tickets in my queue before yours so I will get back to you as soon as possible. Thank you for your patience!
I have changed the background color to my site but I want the search results page to be white or clear. Can this be changed?
Yes, you can override the search results page via custom CSS. Example:
body.search { background: #fff !important; }
Hi,
Thank you for your efforts
I want sticky sidebar in any pages. how can I do?
please help me
thanks
Hi,
There isn’t a built-in option for sticky sidebar, but there are many plugins you can use for this. Generally though I would recommend instead of a full-sticky sidebar use a sticky widget – https://wordpress.org/plugins/q2w3-fixed-widget/ – because on a lot monitor sizes an entire sticky sidebar may get cut off and look bad.
- AJ
1. How do I change the header or navigation bar and footer background color?
2. How do I add an animated typing text on the featured image or section of the homepage?
3. How do I change the typography or font styles?
Hi,
1. You can do this via Appearance > Customize > Header where you will find subtabs to edit the different header parts.
2. When editing the page via the page builder you can insert the animated text wherever you want. Example: https://cl.ly/pUnx
3. You can change the global theme typography under Appearance > Customize Typography. But if you imported this single page demo a lot of the typography is also set specifically for some of the headings via the page builder: https://cl.ly/pUKd
- AJ
Thanks! Now, how do I remove the cart icon next to the main menus?
If you aren’t going to use a shop then just disable and delete the WooCommerce plugin.
If you are using a shop but want to remove the icon see the docs here: https://wpexplorer-themes.com/total/docs/remove-edit-woocommerce-menu-icon/
- AJ
This is an advanced customization because you will need to do a few things since this is a custom script and not a “simple” animated background.
- Make sure you have a child theme active – http://wpexplorer-themes.com/total/docs/child-theme/
- Add the required CSS and javascript for this script to your child theme.
- Add a unique classname or ID to the element on the homepage where you want to add this sort of background
- Add the code needed to start the script in your functions.php file.
Of course there are some addon plugins for this sort of thing such as this one – https://codecanyon.net/item/vc-particles-background/13139726 (haven’t actually tried myself but one of the top results on Google search) – but its not the exact same pattern you mentioned.
- AJ
i submit a ticket and 48hours gone and there is no response please
Hi,
This is AJ the theme developer. It looks like my support staff assigned the ticket to me. I did take this weekend off (I only take time off like every 2-3 months) I really needed it. I will reply to your ticket right now. Thank you for your patience over the weekend.
- AJ
Looking for help with activation of Total Theme, to install demo file, activation screen sits and spins after putting in purchase code, thanks for any help.
Hi,
Sorry to hear you are having issues. 99% of the time this is due to security checks on the server. Can you make sure outgoing connections are enabled on your server?
If you want you can always submit a private ticket – https://wpexplorer-themes.com/support/ – with the logins and we can get things figured out for you and in the worst case we’ll manually activate the theme for you. About 2 customers have had issues in the past where our own server firewall was blocking them so it is possible it could be a security issue on our end based on your server setup.
We’ll get this sorted out ASAP. I hope you had a nice weekend!
- AJ
Hello AJ,
In order to save space on pages, it would be nice to display the Login Form module horizontally with placeholders instead of fieldnames, like this : http://pnet.fr/login-top.jpg Do you think I could use the way mentioned by this developer : https://gist.github.com/konradsroka/239b7eae4b65d4f8f53b Thanks in advance,Michel
Hi Michel,
Yes you can use javascript to change to placeholders which is probably the easiest way but you only need the top part – https://cl.ly/pTsb – and just use CSS to hide the labels, if you use javascript like in this code it will “flash” on site load.
Personally though I would recommend just doing a popup login form or a separate login page (most common).
- AJ
Thank you AJ.
Should I put this js file in total\assets\js\core ?
No, never never edit or add files to the total theme files. Any advanced modifications should be in your child theme – http://www.wpexplorer.com/javascript-wordpress/
That said, instead of adding javacript to modify a search already on the site, it would be best to instead create your own search box shortcode that you can use in the topbar – this way you can use placeholders to start and you can give your form unique classnames so it’s never overritten by any theme updates.
It’s very easy to add a new shortcode via your child theme: https://codex.wordpress.org/Function_Reference/add_shortcode
- AJ
Linking directly to portfolio category filter is NOT working. https://wpexplorer-themes.com/total/docs/link-to-fiter-category/
Hi,
It’s still working when I check – http://totaltheme.wpengine.com/nouveau/portfolio/?filter=video
Can you share the URL where you are having issues so I can see what’s going on?
- AJ
Hi AJ, Not sure if this is a theme question or a plugin question!
I am using Total with a plugin called LearnDash. I want to be able to use a specially configured sidebar with my courses, topics, and lessons, but I don’t have the option of doing that when I create these. On normal pages, I can select from several options at the bottom of the creation screen. However, these are missing from the creation screen on these posts.
How do I get the customization for these pages?
Thanks so much,
Neil
Hi Neil,
You can easily add the page settings metabox to these pages via some custom code – https://wpexplorer-themes.com/total/docs/page-settings-metabox/ (see bottom snippet).
But this isn’t the way to do it. Manually selecting a custom sidebar each time you create a new course, topic, etc is not efficient and if you ever want to change it it’s going to be a real pain in the butt to edit all those pages manually.
You should be using theme filters to alter the post layout and or sidebar. Example:
- https://wpexplorer-themes.com/total/snippets/altering-layouts/
- https://wpexplorer-themes.com/total/snippets/alter-sidebar/
I don’t have much experience with learndash so I don’t know what conditional checks they have available but if you show them this snippets they should be able to modify them and show you how to make it work for learndash.
- AJ
Thanks for all that detail AJ – your support for the theme is really impressive!
Cheers
Neil
AJ, I tried the first snippet (while I wait for a response from the Leandash people):
// Sample function showing how to tweak the metaboxes display for post types
add_filter( 'wpex_main_metaboxes_post_types', function( $types ) {
// Add to my custom-type post type
$types[] = 'custom-type';
// Remove from blog posts
unset( $types['post'] );
// Return post types array
return $types;
}, 40 );
view raw
I paste that into the child theme functions.php I assume I replace ‘custom-type’ with a custom post type that Learndash uses, but when I do that I get a 500 error.
Two examples of Learndash custom posts are sfwd-lessons & sfwd-topic
Anything obvious I’m doing wrong?
Thanks!
This would be the correct code:
// Sample function showing how to tweak the metaboxes display for post types
add_filter( 'wpex_main_metaboxes_post_types', function( $types ) {
// Add to my custom-type post types
$types[] = 'sfwd-lessons';
$types[] = 'sfwd-topic';
// Return post types array
return $types;
}, 40 );
If you get a 500 error with this code its probably going to be because your server’s PHP version is extremely outdated and doesn’t support anonymous functions.
But like I said, I would not recommend using the page settings metabox to manually tweak every post. If you want to change things like showing a custom sidebar it’s best to do so via filters – https://wpexplorer-themes.com/total/docs/use-filters-wordpress/
Example:
// Register new learndash sidebar
add_filter( 'wpex_register_sidebars_array', function( $sidebars ) {
$sidebars['learndash'] = __( 'Learndash', 'total' );
return $sidebars;
} );
// Display learndash sidebar
add_filter( 'wpex_get_sidebar', function( $sidebar ) {
if ( is_singular( array( 'sfwd-lessons', 'sfwd-topic' ) ) ) {
$sidebar = 'learndash';
}
return $sidebar;
} );
- AJ
Thanks so much AJ!
Cheers Neil
Whats the best way to use “stickyOffset();”?
I need a integrate this snippet in via a hook wp_head or wp_footer. How could I pull this off?
.wpex-sidr-overlay,
#sidr-main {
top: <?php echo stickyOffset(); ?> !important;
}
Hi,
Based on the code below it looks like you are trying to add the mobile menu under the sticky header is that correct?
I assume you are also referring to the stickyOffset function in the theme’s javascript. If so you can’t echo it using PHP, you need to use javascript to access and make use of the function like such wpex.stickyOffset() (all the javascript is under a globally registered object named wpex so you can access the javascript functions accordingly).
I wouldn’t really recommend making use of this function though in the core JS as it may change sometime. Depending what you want to do the easiest thing is to just give your header a fixed height via CSS then you can use CSS to offset any element you want since you have an exact/known height for the header.
- AJ
I understand thanks for the feedback. Could you provide me a snippet of the js, so I can use it in my child theme.
The reason for the usage is so the mobile drawer menu slides out underneath the mobile header. This exposes the enhanced “hamburger to X” animation, instead of covering it up when it slides out 
The way local scroll works is as soon as you click a link it needs to know exactly where to land on the page, shrink header changes the header height after it’s already begun scrolling there is no way to pre-calculate what the header height will be automatically during the local scroll, it must be defined before hand.
The only way to dynamically alter the shrink size on different screen sizes would be via javascript, something like this this: https://gist.github.com/wpexplorer/a2a71694339816f87b450e7bda9f5850
But, this is only for the part needed for the localScroll offset, you also need to add custom CSS for your screen sizes to set the shrink height since the actual height of the header is changed via CSS.
It is actually a very advanced and complex modification and if the sticky header function ever changes in the future you could run into issues.
Depending on your site what you could do is disable the sticky header and do something like this instead – https://wpexplorer-themes.com/total/snippets/sticky-header-scroll/ – which is becoming pretty trendy.
Or simply not use the shrink header or simply disable sticky header on mobile and instead used the fixed header navigation if you want a sticky menu – https://wpexplorer-themes.com/total/docs/mobile-menu-toggle-styles/
- AJ
Is there a way to set this conditionally for mobile, tablet and desktop?
Alter The Sticky Shrink Header Height – https://wpexplorer-themes.com/total/snippets/alter-the-sticky-shrink-header-height/
function my_custom_sticky_header_height( $array ) {
$array['shrinkHeaderHeight'] = 100; // EDIT THIS.
//$array['shrinkHeaderLogoHeight'] = 70; // Uncomment and edit to alter logo height
return $array;
}
add_filter( 'wpex_localize_array', 'my_custom_sticky_header_height' );
Unfortunately you can’t access the browser width (media query) via PHP because PHP renders before the site does and doesn’t’ have access to browser data.
The only way would be to override it via CSS using !important attributes, but it may be a bit glitchy to animate this way.
- AJ
Thanks for the feed back. I now understand the limitation better.
Whats the best way to accomplish having a desktop shrinking sticky header and a sticky mobile header that have different heights (after desktop/mobile shrinks) without throwing off the local scroll offset?
The way local scroll works is as soon as you click a link it needs to know exactly where to land on the page, shrink header changes the header height after it’s already begun scrolling there is no way to pre-calculate what the header height will be automatically during the local scroll, it must be defined before hand.
The only way to dynamically alter the shrink size on different screen sizes would be via javascript, something like this this: https://gist.github.com/wpexplorer/a2a71694339816f87b450e7bda9f5850
But, this is only for the part needed for the localScroll offset, you also need to add custom CSS for your screen sizes to set the shrink height since the actual height of the header is changed via CSS.
It is actually a very advanced and complex modification and if the sticky header function ever changes in the future you could run into issues.
Depending on your site what you could do is disable the sticky header and do something like this instead – https://wpexplorer-themes.com/total/snippets/sticky-header-scroll/ – which is becoming pretty trendy.
Or simply not use the shrink header or simply disable sticky header on mobile and instead used the fixed header navigation if you want a sticky menu – https://wpexplorer-themes.com/total/docs/mobile-menu-toggle-styles/
- AJ
Hi AJ. Having a similar issue to a previous poster with the mobile menu button. It’s just shows an off white button. In fact, since the very last update, this has now become 3 black lines and sits just to the right of the logo rather than on the right of the screen.
Hi,
Can you share the URL with the issue? I posted a more recent update to fix any location issues with the hamburger menu icon. There was a bug in the first 4.5.5 update where it wouldn’t display correctly if you had a custom menu breakpoint but it should be fixed now in 4.5.5.1 – http://wpexplorer-themes.com/total/changelog/
If you still have issues please let me know and share the URL so I can inspect it, thanks!
- AJ
How to change purple background on menu to white? and make menu items purple text color? with submenu with white background, purple boarder, and purple font? we want to move the menu items inline with logo, so menu items will be on the right side inline with logo? http://inno-logic.com
Hi,
Normally this would be done at Appearance > Customize > Header like this: https://cl.ly/pUo1
However, it looks like whoever set up the purple color did it by manually altering the theme’s style.css files to change colors – https://cl.ly/pVHr
Your theme should never be modified because if you ever update you will lose your edits. I also see your theme version is from January 1, 2015 – http://wpexplorer-themes.com/total/changelog – so it would be highly recommended to update the theme – http://wpexplorer-themes.com/total/docs-category/updates/
Not only to access all the new features but also any updated bundled plugins and theme bug fixes. Updating will reset any manual changes but maybe it’s exactly what you need to get things looking exactly how you want them to.
Additionally, I mentioned in this in a previous comment you left that your site has been setup to have the logo in the topbar and your menu is actually the entire header which is a bit strange: https://cl.ly/pV30
Instead of doing that it would be ideal to use header style 2 and then customize the menu like this: https://cl.ly/pTx6
- AJ
How to add anchor on a content inside page, from a drop down sub menu? example, Soft IP (Main menu item) USB 2.0 High Speed (Sub menu item) to anchor to the usb 2.0 section on this page ? (3/4 down on the page)
http://inno-logic.com/solutions/products.phpHi,
Here is the guide for creating a local scroll menu – https://wpexplorer-themes.com/total/docs/creating-local-scroll-menu/ – however, your theme version is over 3 years old so you may not have access to the same features displayed in the screenshots of the docs.
- http://wpexplorer-themes.com/total/changelog/
- http://wpexplorer-themes.com/total/docs-category/updates/
- AJ
Hi AJ -
Yikes! Our mobile menu disappeared with the last update, or possibly with the update just before the last one. It’s gone on both the phone and tablet.
We’ll look for an answer/fix in our settings while we wait to hear back from you.
Thanks.
By the way, I am absolutely positive that we made no changes, ourselves, to any menu settings to cause this.
However, our hosting service, GoDaddy Managed WordPress, did just update WordPress a day or two ago. Don’t know if that has anything to do with it.
https://resourceanalytical.comI’ve found that the menu button is there, but is invisible. Tap on the location where the button should appear, and the menu appears below the header, as it should.
So now I’m trying various ways to make the button visible again.
Evidently, it was changed to white, which made it invisible on white background. (I know we didn’t change it.) So, changing it back to black fixed it. I thought it would be something simple like this. It usually is.
Thanks. Love the theme. And best service and tech support anywhere.
Oops … More to it …
The mobile menu Toggle Button Style has changed from a solid button with three interior horizontal lines to no solid button but only three horizontal lines. I have not found a way to change it back to a button with three interior horizontal lines.
Also, the parent page Client Services & Solutions in the mobile menu is no longer linked to go directly to that page. (It is still linked in the main menu.) In other words, in the mobile menu, tapping on the parent page Client Services & Solutions does not take you to the Client Services & Solutions page. Instead, it acts to function the same as the dropdown icon, to drop down the menu list of child pages. It now also adds the parent page Client Services & Solutions to the list of child pages.
Before the last update or two, tapping on Client Services & Solutions would serve only to take you to the Client Services & Solutions page, and tapping on the dropdown icon to the right of it would drop down the list of child pages. Also, the parent page was not included in the list of child pages.
Hi,
This is AJ the theme developer, thank you for your patience over the weekend. I hope you had a good one!
Yes the design has changed as it has been highly requested for the last year to make the mobile menu more modern and follow current design trends. So it’s now a simple toggle that is also animated – http://totaltheme.wpengine.com/samus/ – previously it was a fontAwesome icon which could look a bit blurry and also impossible to animated if wanted.
To change it into a “button” you can easily add some CSS to give it a background. Example:
#mobile-menu a {
background: #f5f5f5;
border: 1px solid #ddd;
padding: 4px 10px;
border-radius: 3px;
}
But this style is more old-school so I wouldn’t really recommend it 
Regarding the dropdowns in the mobile menu this was also HIHGLY (almost every day) requested. So all parent items are now fully clickable so you can open the subitems instead of clicking the arrow which is more intuitive since most popular sites work this way. If any item in the menu has both a link and sub-items the link will be added in the dropdown so it can still be accessed – https://cl.ly/pU62 – this is how most the top websites work which is why it was highly requested.
That said, it’s generally not recommended to have parent menu items clickable since it’s generally not intuitive for the end user. Normally if you have a dropdown in a menu the parent item won’t be clickable but you may have a “view all” link for example at the bottom of the dropdown. This is how most people setup their site – https://wpexplorer-themes.com/total/docs/adding-non-clickable-menu-links/
I can understand the frustration when big changes like this happen but I only make these changes because sooo many people are requesting it so I know it will benefit the most current customers and future customers. I don’t do these updates lightly, a lot of thought is put into it.
ps: I am actually looking at bundling this plugin with Total in the next update – https://codecanyon.net/item/quadmenu-responsive-wordpress-mega-menu/21315450 – to give you a way of creating your own custom menus and advanced mega menus.
- AJ
Thanks.
For myself, I like having a parent page/item where I can list, summarize or otherwise comment on individually or as a group or subgroups, and provide links to the child pages, and I like to have the parent page/item clickable in the menu rather than the submenu. It still works that way in the desktop view, and I hope you don’t change that.
Of course the desktop view won’t change because there is no clicking involved on the parent item.
If I do get a lot of requests regarding the menu toggle I will look at having an alternative style.
Although I am also looking at bundling this awesome plugin with Total in a future update – https://codecanyon.net/item/quadmenu-responsive-wordpress-mega-menu/21315450 – so when using the Total header builder you can easily insert nice/custom menus.
- AJ