HelgaTheViking
Forum Replies Created
-
That does exclude the virtual products! Thanks for the tip, I will relay it to our customer.
I did finally see the help tip, but it might be clearer if this setting were renamed to “Include Virtual Products in calculations?” with “Yes” and “no” as options. Just my two cents, feel free to ignore.
Thanks again for the quick help!
If I understand you correctly, I think it’s “cart value”
https://imgur.com/a/MbWeBBJ
This was how I found the customer’s site.Forum: Plugins
In reply to: [Nav Menu Roles] Nav Menu Roles hides all menus in Appearance->menu settingsBy itself NMR should not do anything like this so i have to suspect that it’s conflicting with another plugin or theme. I would advise creating a staging site to test there. I really like WP Staging for that. Check your error logs as well.
Forum: Plugins
In reply to: [Nav Menu Roles] Menu shown by everyone but in setting hide for 3 rolesalways worth checking for conflicts with themes and other plugins and caching.
if not a conflict, might be a role/capability issue.
do your wholesalers have any of the same capabilities as say customer role?
Because I use
current_user_can
to check where to hide or show an item sometimes a user can have capabilities across roles.Nowhere in WP do roles have to be distinct and it might be more precise if I relied on capabilities, but roles make for a better UI. It’s a trade-off.
Especially when trying to hide an item you have to be extra certain that no other roles share that capability.
Forum: Plugins
In reply to: [Order Weight for WooCommerce] How to translate this in Loco translateNot the author, but it looks to me like the .pot file in the 1.2.2 branch is not the same as the .pot file in the trunk. This is possibly a SVN update mistake.
You should be able to download the .pot file from trunk and use it to replace the one at your site (via FTP)
Forum: Plugins
In reply to: [Nav Menu Roles] Feature requestHi @levismodding,
Do you have a screenshot of what the Display Conditions looks like?
Full disclosure, I don’t have a lot of capacity for new features on this plugin. I would be open to a pull request if you wanted to take a stab at it.
In the short-term, you might be able to achieve what you need with a pseudo-role: which would add a checkbox to the admin UI and then allow you fine-grained control over the frontend display of the menu item.
Forum: Plugins
In reply to: [Nav Menu Roles] Why are there to two sets of Display Mode show/hidethere should not be two sets. You might want to do some debugging like switching to a default theme, disabling other plugins, etc.
Hi there… thanks for the heads up! Hope the fixes help with compatibility. ??
Forum: Plugins
In reply to: [Nav Menu Roles] Mobile Multi-level Menu not responding correctlyIf we examine your markup… the “Get 2nd level sub-menu” is wrapped in a link
<a>
element. Presumably the theme is supposed to have some Javascript that captures the click event and prevents the default action (following the link), but it doesn’t appear to be working. Without that, it looks like expected HTML behavior.<nav id="_nav_menu-312-24" class="oxy-nav-menu oxy-nav-menu-dropdowns oxy-nav-menu-dropdown-arrow" ><div class='oxy-menu-toggle'><div class='oxy-nav-menu-hamburger-wrap'><div class='oxy-nav-menu-hamburger'><div class='oxy-nav-menu-hamburger-line'></div><div class='oxy-nav-menu-hamburger-line'></div><div class='oxy-nav-menu-hamburger-line'></div></div></div></div><div class="menu-__test-menu-created-by-barry-withour-role-plugin-can-be-deleted-after-test-container"><ul id="menu-__test-menu-created-by-barry-withour-role-plugin-can-be-deleted-after-test" class="oxy-nav-menu-list"><li id="menu-item-8510" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8510"><a >About Guildford Arts</a></li>
<li id="menu-item-8511" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-8511"><a>Get 2nd level sub-menu</a>
<ul class="sub-menu">
<li id="menu-item-8513" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8513"><a >ga: Why we exist!</a></li>
<li id="menu-item-8514" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8514"><a >ARTS Events</a></li>
<li id="menu-item-8515" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-8515"><a >ARTS Resources</a></li>
</ul>
</li>
</ul></div></nav>I can see the burger menu (though I actually see lots of them?) and the down arrows…. though yes, clicking on the
<a>
element without anhref
attribute is reloading the page.https://i.imgur.com/BKWzmZp.png
https://i.imgur.com/MBZfjJ2.png
NMR wouldn’t remove an href… it hides entire<li>
items. It also has nothing to do with displaying arrows or not, so I’m not yet sure how my plugin is related to this. I do see a lot of Oxygen markup. are they displaying the menu?Forum: Plugins
In reply to: [Nav Menu Roles] Mobile Multi-level Menu not responding correctlyHi there. I am not entirely certain I understand your question. Is there a URL I can look at? Is the mobile menu even the same menu? Does this happen with the Twenty Twentyfour theme…. if so, can you give me steps to reproduce?
We only decide if a menu item is visible or not… and if nothing’s changed… then a parent item that is not visible should hide it’s sub-menu. Clicking on things and being returned back to the home page, or the existing menu items not having proper links doesn’t immediately sound related.
Forum: Plugins
In reply to: [Maintenance] Maintenance Mode persists after deactivationInteresting. Thanks for the advice.
Forum: Reviews
In reply to: [Spectra - WordPress Gutenberg Blocks] Stop asking me for reviewsI would also suggest that you make it so that when the notice is dismissed it is permanently dismissed! That’s a much better UX for users. You shouldn’t need a code snippet to make that happen.
Forum: Plugins
In reply to: [Nav Menu Roles] Version updateIs it not passing some test? Is something not working?
Nothing has changed to my knowledge, but I will try to update the tested against versions.Forum: Plugins
In reply to: [WP Debugging] Fatal error on activation if wp-config.php is not writableOk, fair enough.