jarldev
Forum Replies Created
-
The issue is back again.
WP: 6.1.3
Yoast: 2.1.3
If the web address is really long, the little pencil icon for editing won’t appear.
https://snipboard.io/MgiN81.jpgForum: Plugins
In reply to: [Easy Table of Contents] Prevent TOC appearing on rest api excerptBy using the Easy TOC, the table html elements appear also on WP json response.
Example:
“excerpt”:{“rendered”:”<p>Table of Contents 1. Phrases for Complimenting MomHappy Mother’s Day to my wonderful mom!The Best MomYou’re my role model.2. Phrases for Showing AppreciationI’m so lucky to have you as my mother.I’m grateful for you.I wouldn’t…<\/p>\n”}I want to exclude the TOC on excerpt.
Forum: Plugins
In reply to: [Simple Local Avatars] WP Offload S3 With Avatars@matths I have the same problem using WP Offload.
Were you able to solve it?it will delete the comments after clicking the save / publish.
Correction:
Comments are deleted after refreshing the page.Flow:
Write comment -> Add Comment -> save / publish -> refresh page -> deleted.file: class-commenting-block-admin
line: 71
method: cf_add_unfiltered_html_capability_to_usersI tried editing this method by adding the custom role it will solve the problem.
Is there any other way? Like using a filter method where I can add it theme function file instead of editing the plugin source code?
Thanks!