I have tried but didn’t work, this plugin does not replace the text on my forum.
Cam some pls help me.
]]>Can I use this plugin to work only for specific gutenberg block by adding class?
To add some context, please see this page:
https://ingredio.id/anessa-perfect-uv-skincare-milk-spf-50/
I (still try & consider) using this plugin to give span style for the text, but I need that to happen only on specific block (the Komposisi/ingredients part). So every time I paste the ingredients to the new post I don’t need to style the text color manually, just add additional CSS class and the text color will change. Some products use hero ingredients as their product name and I don’t want the product name to appear in partly green color, for example, especially in Title or Headings.
Hope you can help me ??
]]>I have a lot of titles on the site that are defined as plain text
Is it possible to use this extension to define: that each paragraph less than ten words will be considered as an H2 heading?
Thank you
Hello,
I really like your plugin as it works great but I got one little problem with special characters.
I import information with an API and let them print out on my website with Elementor.
Within the html code on my website special characters like e.g. “?”, “?” and “ü” are printed out like this because of the API import:
& # x E 4 ;
& # x F 6 ;
& # x F C ;
(without spaces ofc but WordPress automatically replaces the characters as well.)
I tried to add something like:
& # x E 4 ; => ?
but it automatically replaces the code with an “?”. Therefore it replaces:
? => ?
what doesn’t work in my special case.
Is there anything I could do about this issue?
Thanks a lot for the nice plugin and keep up the great work! ??
]]>This is a great plugin. Is it still maintained for Gutenberg (WP 5.4) in the future? Thanks for the great work!
]]>This is a bug report and warning.
If you leave the “Shortcuts and text replacements” field completely empty, the plugin will interpret that to mean “replace zero with blank”.
e.g. 2019 will become 219.
]]>I installed this plugin as it stated it can replace text all around Wp
Instead, I find a lot of strange explanations about defining I don’t know which shortcuts ?! but NO real explanation as how this is supposed to work ?!
I want to be able to bulk-replace a part of posts title (a part that is similar in many posts), can this plugin do that ?! Was impossible to figure out
]]>I’ve been using this great little plugin for ages, and it’s always been perfect. But something has happened recently to disrupt it’s functioning and I’m not sure what’s up.
On the page noted here (https://nrocnetwork.org/resources/courses/nroc-math/nroc-math-standard/?target=instructors) there are many resources in the list with (secure) after the title. In each case, this should be replaced with a lock icon.
This is the way I have it in settings:
(secure) => <i class="fa fa-lock fa-lg"></i>
I haven’t made any changes (other than usual plugin updates). I’m running WP 4.9.8 and your plugin works fine on a test page (https://nrocnetwork.org/resources/test/). I suspect it must be something about how your plugin’s code is being parsed within the code generated by the WP Download Manager plugin that is generating the lists and the popup on the problematic page.
Can you tell what’s wrong, based on your knowledge of the plugin? Is there a way for me to fix this, or should I be talking to the other plugin author?
Thanks in advance.
]]>Hi,
I just installed the plugin and it’s almost exactly what I need. I have it replacing page content and page titles. However, I’d also like to use it for menu text replacement. Does your plugin work for that? If not, is that planned for the future?
Regards,
Rob
I’ve tried :-: => ‑ but doesn’t seem to work.
Is it possible to do so?
]]>hello, can you tell me where can I modify the plugin so it will replace words inside link tags? I need to add a subdomain to a specific url every time.
]]>I used text replacement for replacing emotion symbol to images.
?? :p ?? :-p these symbols not translated properly.
Please respond ASAP
]]>I feel like I should have worked this out myself, but I use toolset types to manage multiple custom fields and taxonomies which are brought into the page using code such as this…
<?php echo types_render_field( 'ingredients-list' ); ?>
You’re plugin is great for the_content and main filters, but I can’t for the life of me figure out how to just target the entire page so that any text anywhere on the screen would be changed.
Can you help?
]]>–
]]>If I enter a replacement where the value right of the assignment operation is just a zero, it will disappear after hitting save. Example:
:testvalue: => 0
Any other value does not have this problem. If I insert the HTML entity instead of 0, it works once but after save the entity is shown as 0 again and then on the next save it disappears.
]]>Hi! Faced with the problem: with the addition of more than 1.3 million lines of text replacement. First, plug showed an error to limit the file size. Next time, plugin does not show anything but positive message “Settings saved.” I ask the board how do I add its 1.3 million lines of words to replace this plugin? Thanks.
]]>Hi there,
I have a client owner a food blog, who needs to change on the fly every ingredient inside its recipes with links to a new store he has created with a partner. He has around 500 recipes, so to change by hand all the recipes it would be very arduous.
She use for his recipes a plugin called Yumprint, and unfortunately the replacements with TextReplace are not working inside the recipe generated by Yumprint, while TextReplace works perfect replacing terms inside the other text written in the post outside Yumprint.
I’m so sorry but I’m not an expert in wordpress but, Maybe the problem is that TextReplace is filtering the text before Yumprint create the text of the recipe? Is there any order in which the plugins are applied by wordpress? If this last is true, is there a way to delay TextReplace applying filters to the content?
Thanks in advance and really thank you for your work in this plugin!
Alberto
]]>is it possible to replace text on category page also all these plugins just working on post page.
]]>Hi,
How to replace text in custom fields?
]]>Hello,
as you can see here https://i.imgur.com/HB5uWh0.png I have a little problem with the interline space.
How can I increase it?
Thanks,
peppomcr
I recommend to augment the add_filter
hook function to 2000
. In my case I use others plugins that replaced content and this plugins not replaced content.
To fix this problem I augmented priority to 2000
like :
add_filter( $filter, array( $this, ‘text_replace’ ), 2000 );
}
// Note that the priority must be set high enough to avoid <img> tags inserted by the text replace process from
// getting omitted as a result of the comment text sanitation process, if you use this plugin for smilies, for instance.
add_filter( ‘get_comment_text’, array( $this, ‘text_replace_comment_text’ ), 2001 );
add_filter( ‘get_comment_excerpt’, array( $this, ‘text_replace_comment_text’ ), 2002 );
Jose Carlos Ramos Carmenates
]]>Hi, this plugins is excellent, thank you for your time.
I fixed the error when “Text Replace Settings” Text contain empty lines and I said my solution.
In “@package C2C_Plugins” add condition after:
foreach ( explode( "\n", $val ) AS $line ) {
condition can be:
if ( trim($line) != '' ){
I hope help.
Jose Carlos Ramos Carmenates
]]>can you suggest a filter to allow Text Replace to work on Category Archive pages?
It is not replacing the shortcut on the excerpt displayed on the archive page, nor the category description I have enabled.
I don’t know what the filter would be for that, please advise.
thanks
]]>Big fan of your plugins, thanks.
Will Text Replace change the Meta Description?
I saw the functions.php snippet for changing page Title in FAQ but I’m not sure what the Meta Description code would be.
Thanks
]]>I just try to replace this with nothing, it should’t bee seen in each post but it doesn’t work.
How should the line in settings look like?
Hello!
Often when I write a blogpost I might make som abbreviations just for my own writing, if I for instance have some links to other websites that I will mention during the post multiple times.
For example I have a post that tells the reader about different areas of WordPress, so I will have to set some abbreviations up that only shall be used inside that post. Like:
:wpp = WordPress plugin directory
:WP = link to www.remarpro.com
:WPS = WordPress support forums
and so on. In other posts I would like to type the text without having the text replaced.
Is that possible to add in a future version or can I do something to enable this functionality?
Best regards Thomas
]]>Can it do permanent replacement even when deactivated?
]]>Is there anyway I can edit the plugin so that will remain intact?
I would like to use:
C diff => <span class=’c-diff’>C diff</span>
C diff => <span class=’c-diff’>C diff</span>
in the filter.
Thank you!!
]]>Hello,
I’m trying to use this plugin in conjunction with WooCommerce to customize some strings on the checkout page of my site. The plugin works for regular posts / pages on my site, but it doesn’t work to replace strings in the ‘Your Order’ on the /checkout view of the site.
Is anyone familiar with a solution on how to use the text-replace plugin with WooCommerce?
]]>How do we replace sentences that have quotes or commas.
When a sentences has either of these, it will not get changed.\
I even tried adding a backslash before the quotation marks.
Please help.
]]>