Constantin Oesterling
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] “?add-to-cart=” links don’t workI was just setting up a staging environment for you to test and figured out the culprit by lucky accident.. It’s a plugin conflict with “Facebook for WooCommerce” (https://ww.wp.xz.cn/plugins/facebook-for-woocommerce/). If you install and enable that plugin, the described bug gets triggered. Would be awesome if you could deploy a fix considering this is a rather popular and common plugin for WC shops and I’m sure you guys would be able to deploy a fix/workaround way faster than Facebook… 🙂
Forum: Plugins
In reply to: [SimpleTOC - Table of Contents Block] [Feature Request] = JS-less accordion<details> <summary>Table of Contents</summary> <nav>*toc output here*</nav> </details>Then add an ID so we can modify the style, like:
<details id="simpletoc-details"> <summary>Table of Contents</summary> <nav>*toc output here*</nav> </details>…and then users can for example do:
#simpletoc-details > summary {list-style-type: '▶️';}- This reply was modified 2 years, 2 months ago by Constantin Oesterling.
- This reply was modified 2 years, 2 months ago by Constantin Oesterling.
- This reply was modified 2 years, 2 months ago by Constantin Oesterling.
@olatechpro thanks for your fast reaction and the bugfix release – I can confirm this is fixed in 2.10.1.
Forum: Plugins
In reply to: [Auto Post Scheduler] Recycle specific post IDs in specific frequency@johnh10 Oh, that’s awesome! I didn’t see this on the features list or screenshots so didn’t know this is an existing feature already. I’ll buy it – thank you!
Forum: Themes and Templates
In reply to: [Blockpress] Child ThemeI see. With the “old” non-FSE child themes it always resulted in /wp-content/theme/childname/ in frontend source code, so I was surprised that this isn’t the case with FSE child themes. I guess you don’t know of an easy way to change/cloak the theme directory name to make it less easy for people and tools like builtwith.com to see that my site uses Blockpress?
Forum: Themes and Templates
In reply to: [Blockpress] Child Theme@motionblocks I created and activated a child theme of Blockpress using https://ww.wp.xz.cn/plugins/create-block-theme/ but for some reason the /wp-content/theme/ path still shows /wp-content/theme/blockpress/ everywhere in the frontend source instead of /wp-content/theme/childname/ .. Is this normal with FSE themes or does the plugin just create the child themes incorrectly?
Forum: Plugins
In reply to: [The GDPR Framework By Data443] Invalid CSS in cookieconsent codeGreat, thanks for your quick response! I look forward to the update – I fixed it manually for now.
Forum: Plugins
In reply to: [Calculated Fields Form] Different HTML output depending on just field inputAwesome, thank you for your super quick help! 🙂
3 days without any update rollback, hotfix or confirmation of an easy-to-reproduce and severe bug that potentially fs up rankings. Uninstalled this on my main sites already.
@sanjeevsetu @magazine3 Here’s how you can reproduce this: https://drive.google.com/file/d/1RKEI0Tvh2Lu884U3_-QF5OUH7P3l4EIB/view?usp=sharing (I already kind of mentioned how to do this in my previous messages, but maybe the video makes this more clear)
..when the post/page has multiple images I might add.
@sanjeevsetu in my case it’s happening with ImageObject of Article schema.
Confirmed. Just wanted to report this as well. All schema types that include ImageObject are messed up as described above. This should be fixed ASAP. @sanjeevsetu
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Removing “articleBody” from WebPage@sanjeevsetu Thank you, works for BlogPosting now!
However, I just realized that the issue isn’t resolved yet for the property I initially mentioned in this ticket: “Article Body” is still missing in custom output options of WebPage.
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Removing “articleBody” from WebPage@sanjeevsetu I just realized articleBody field is missing from output customization for BlogPosting schema type as well, not just WebPage. Would be awesome if you could fix both to avoid that much dupe content inside the HTML body of a page. 🙂