mariustpz
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Table of Contents] The id is gone on wp block column on child themesHello,
Sorry for my late response.
After i investigated more on this, i found that the problem is caused by a thid party function that i use in my child themes, on all my websites. That function is this:
function im_formatter($content) {
$replace = array(" noreferrer" => "" ,"noreferrer " => "");
$new_content = strtr($content, $replace);
return $new_content;
}
add_filter('the_content', 'im_formatter', 999);If i add this in functions.php the toc ids are gone only headings that they have links added with norefferer (default in wordpress)
The thing is that this function is essential for many websites since wordpress don’t give us an option to remove norefferer from the links and we use afiliate links that need the referral.
Can you check and see if you find the problem and if it has a solution? Because TOC is necesary and this function need to replace only the noreferrer tag…
Forum: Plugins
In reply to: [Easy Table of Contents] The id is gone on wp block column on child themesI enabled that option but still doesn’t work.
Like i said, they work on normal headings, only on headings inside wp column is the problem, and only with child theme enabled. I tested on three more themes.Forum: Plugins
In reply to: [Easy Table of Contents] The id is gone on wp block column on child themesI’m not using any shortcode, i use auto insertion into articles.
I don’t think you checked well, give me a email address and i can send you a link to see what i’m talking about. You need to use the wordpress columns to see the problem, because outside the column it works well. And also you need to enable child theme.
Forum: Plugins
In reply to: [Advanced Tabs Gutenberg Block] Tabs broken after updateuntil you decide is not and make an update again and destroy all the posts , again, yeah.
my bad for using this plugin.
Forum: Plugins
In reply to: [Advanced Tabs Gutenberg Block] Tabs broken after updateGreat. I’ll update but to ultimate blocks. At least i know they will not destroy all my posts.
An update must improve the functions not break them. My bad for using a plugin with few installs. You could made a update to existing code for that block, but Meh..
- This reply was modified 1 year, 2 months ago by mariustpz.
Forum: Plugins
In reply to: [Advanced Tabs Gutenberg Block] Tabs broken after updateYeah, maybe it will find a solution. Its impossible to update all that manually…
Forum: Plugins
In reply to: [Advanced Tabs Gutenberg Block] Tabs broken after updateI saw now that’s an update and the old tabs does not work anymore.
Make something to auto-update the old ones, i have over 500 posts with tabs, it takes weeks to update all the posts.