fraubaumann
Forum Replies Created
-
Hello!
Thank you for you quick reply!
Based on your feedback I switched the theme to “Storefront” and disabled all plugins except woocommerce and yours. Because I still could not get the “selected_item_template” to show in a different place, I looked into “frontend.js” of your plugin.
What I found is that in the “prepareLabel()” function, I can add elements as often as I want in any place like for example this:
this.$element.find(‘.variations .label’).append(“hi”);
But if I use “_this.selected_item_template”, the _this.selected_item_template seems to come back empty for all except one instance.
I understand that this, like you said, might have to do with filters and hooks, because if I repeat the whole variation display, including the woocommerce_reset_variations_link, it works for all instances.
Anyhow I thought I still let you know.
Kind regards, Petra
Hello!
I solved my problem by adding a second role – “author” – to the user. While I’m still curious about the permissions, I understand if the question remains unanswered ??
Thank you for this great plugin.Forum: Plugins
In reply to: [Travelers' Map] Conflict with “Page Builder by SiteOrigin”Hi Alex,
thank you for following up on this!
PetraForum: Plugins
In reply to: [Travelers' Map] Conflict with “Page Builder by SiteOrigin”Dear Camille,
I have some further feedback from the developers at SiteOrigin and post it here in case you want to make use of it. In a new update, their plugin will contain a fix to resolve the infinite loops, but it wont
“play well with how Travellers Map stores configuration data. It creates a unique instance for each instance of its settings then and that’s problematic because anything that triggers the_excerpt will result in a new hash being generated. Ideally, they should apply the configuration directly to the container (this is what we do for the SiteOrigin Google Map widget) rather than using specific instances using hashing – there can be only one container per map after all.”Kind regards and thank you for all your work,
PetraForum: Plugins
In reply to: [Travelers' Map] Conflict with “Page Builder by SiteOrigin”Thank you so much for looking into this!
Thank you, Thomas!
Forum: Plugins
In reply to: [Watu Quiz] Multiple quizes on the same page?Hi!
You can’t use the shortcode for Quizzes twice on one post/page, but you can show multiple posts whose content is the the shortcode for a Quiz. We use a grid for that, showing the featured image of the post and the excerpt and when the visitor clicks on those, the Quiz starts. I don’t know if I explain it well, you can see it here: https://pilawa-quiz.de/.
Kind regardsI think I have additional information on this problem. I get this Error with a Custom role, created by the timely “all in one event calendar” plugin. Logged in with this role, the user can not add any events or other posts to which he has the right.
I am still testing, but I also have this problem with some custom made role (created with the plugin “user role editor”.
I am looking into it myself, but maybe this helps in some way.
Kind regards!Forum: Themes and Templates
In reply to: [Twenty Eleven] On Adding Second Menu to Twenty ElevenThank you!