Plugin Author
wizzud
(@wizzud)
Hmmm … it shouldn’t do that!
Do you have a web-accessible page I can look at where this is happening?
And maybe the shortcode on the page and the widget’s shortcode equivalent?
Thank you for your fast response, I appreciate that.
You can see the problem at http://keflico.com/ekstranet/ – but you’ll have to log in with testbruger / tritonus
The shortcode in the widget:
[cmwizard menu=6 branch=current start_at="+1" start_mode=level fallback="current" title_from="current"/]
The shortcode on page:
‘[cmwizard menu=6 branch=current start_at=”+1″ start_mode=level fallback=”quit” /]’
The site is using:
Genesis Framework
Woocommerce
Collapsing Categories
Conditional Widgets
Fast Secure Contact Form
ManageWP
Nav Menu Roles
Press Permit COre
Redirection
Relevanssi
Simple Social Icons
Slide-in
W3 Total Cache
Wordpress SEO
WPML
Plugin Author
wizzud
(@wizzud)
I’m sorry but unless I’m looking at the wrong page – http://keflico.com/ekstranet/ , yes? – then I can’t see the problem.
Your widget and shortcode have essentially the same settings : children of current branch. The fallback is slightly different, but since there are children (only 1, but that’s enough!), the fallback doesn’t come into play. Start mode “level” makes no difference, and they both have it anyway.
So, I assume that Ekstranet (the current page) has a single child, Gruppe1: I can see that child (and only that child) in both the content’s shortcode output and the sidebar’s widget output. If I navigate to Gruppe1, the sidebar widget shows me Gruppe1 (it has fallen back to Current, ie. Gruppe1, because Gruppe1 has no kids), and there’s no shortcode output (presumably because it’s not on the page).
Obviously I am missing something, because this seems to be exactly what I would expect to see. What do you think should be showing, and where?
DOH! You’re absolutely right, the problem is all inside my head.
Thank you for pointing that error out to me… 😉