Christoph Herr
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Connect for Woothemes Sensei] Problems in template single-course.phpHi,
sorry if I am misunderstanding your issue.
This plugin doesn’t include templates.Did you maybe mean to post to the https://www.ads-software.com/plugins/genesis-connect-woocommerce/ support?
The error is thrown by the SmartCrawl SEO plugin from WPMUDev
hook_change_listener() { let debounced = _.debounce(() => this.dispatch_content_change_event(), 10000); wp.data.subscribe(() => { if ( this.get_editor().isEditedPostDirty() && !this.get_editor().isAutosavingPost() && !this.get_editor().isSavingPost() ) { debounced(); } }); }
Line 48 is this.get_editor().isEditedPostDirty()
And later line 104 is the return statement here
is_post_dirty() { return this.get_editor().isEditedPostDirty(); }
- This reply was modified 5 years ago by Christoph Herr.
Hi Hans,
Thank you for using the plugin and letting me know about this.
Yes,
quiz
should be in that array.Would it make sense if I added post_type_support for
genesis layouts
andgenesis archive settings
to thesensei_message
CPT instead?
That should give more flexibility about the layout.Christoph
- This reply was modified 6 years, 4 months ago by Christoph Herr. Reason: formatting
Forum: Plugins
In reply to: [Genesis Connect for Woothemes Sensei] widget errorToday’s update forces a content-sidebar layout on course, lesson and question pages.
Please refer to the readme.txt if you want to disable this new feature.
Hi Kelly,
today’s update should take care of that.
Please let me know if you still receive error messages.
Thank you!
Christoph
Hi Sybre,
thank you.
I saw that the Structured Data Testing Tool didn’t complain about it. I just didn’t like the empty space in the head tag. ??
Wow, that′s a huge refactor/rewrite.
If you want/need beta testers, you could ask in the Genesis slack group.
The plugin is becoming quite popular there.Forum: Fixing WordPress
In reply to: Tag Cloud Not Showing Properly in Widget Since WordPress 4.4 UpdateSearching for the issue I found this thread which might help you, too:
https://www.ads-software.com/support/topic/wordpress-44-update-broke-tag-cloud#post-7767763Forum: Plugins
In reply to: [Genesis Connect for Woothemes Sensei] widget errorI appreciate your suggestions.
I doubt there will be a theme in the near future but I will consider adding a few features to the plugin.
Thank you for caring.
Forum: Plugins
In reply to: [Genesis Connect for Woothemes Sensei] Fix missing entry-content?Hi Daniel,
thank you for the question.
The plugin does not change the internal HTML markup of the Sensei templates.I see an issue for this was raised on Github (https://github.com/woothemes/sensei/issues/1048) and closed because the new templates in 1.9 will only use <section class=”entry fix”>.
Unfortunately, you will have to modify their code until the update.
Christoph
Forum: Plugins
In reply to: [Genesis Connect for Woothemes Sensei] widget errorHi Daniel,
thanks for the screenshot.
I guess the full-width layout option in Genesis – Theme Settings – Default Layout is selected.
The immediate fix would be to change it to one of the sidebar options. Of course, this would affect other pages.
I′ll see if I can include something so that Sensei pages use the content-sidebar layout by default.
Christoph
Forum: Plugins
In reply to: [Genesis Connect for Woothemes Sensei] widget errorHi,
sorry for my late reply.
I didn’t set up my notifications properly.Thank you for using the plugin
I don’t see this problem on any of my site.
Could you share an URL to the website with the issue?
Thanks,
Christoph