asterbird
Forum Replies Created
-
Forum: Plugins
In reply to: [Essential Real Estate] Connect to NRCS soil database?It doesn’t seem like there is an API or connection for it, so I’m not going to pursue it. Thanks for your time anyway!
Ooh, thank you!
Forum: Plugins
In reply to: [Better Search Replace] replace failed did not add :are you sure you didn’t miss the colon in your replacement text? I don’t see how this is the plugin’s error…
Do you have guid checked in the plugin? just a thought…
Forum: Plugins
In reply to: [Better Search Replace] Bring Back Select All Option?!I just used the plugin last week, and I could click at the top of the list then scroll down, holding shift, and click on the last table to select everything.
Forum: Plugins
In reply to: [Better Search Replace] Plugin Better search replace removalI’m not sure what you mean by back links.
No, the https would not change back to http when removing the plugin.
I would be very careful using this plugin as your question seems to indicate you may not fully understand how the plugin works. It makes actual permanent changes to your database. There is no undo or revert, even if you deactivate and delete the plugin.
Hope that answers your question.
Forum: Plugins
In reply to: [Better Search Replace] Replace URL Category StructureYou could try to replace this string:
website.com/recipe/
with this string:
website.com/
Forum: Plugins
In reply to: [Better Search Replace] Search for any CharacterI am wondering the same thing.
Forum: Plugins
In reply to: [Revisionize] Can we change the warning text?@jamiechong that would be wonderful if you can take a look at it and update it. Thanks!
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Problem with download exporting FileThank you! I was having trouble with the download process getting hung up too. That’s neat to grab it from the server via FTP, very helpful!
Forum: Plugins
In reply to: [Revisionize] Can we change the warning text?Hello,
If you can change this line:
<div><em><?php echo sprintf(__('WARNING: Publishing this revision will overwrite %s.'), get_parent_editlink($parent, __('its original')))?></em></div>
to this:
<div><em><?php echo sprintf(__('WARNING: Publishing this revision will overwrite %s.', REVISIONIZE_I18N_DOMAIN), get_parent_editlink($parent, __('its original', REVISIONIZE_I18N_DOMAIN)))?></em></div>
then I think I’ll be all set.
Thanks!
- This reply was modified 5 years, 6 months ago by asterbird.
Sure, I’ll reach out to support.
The problem I’m getting is that when I click export the page refreshes but no download happens. There is no error message that I can see.
Thanks for the reply. I tried it on another site and it did work. But it won’t work on some subsites. How do I troubleshoot?
Forum: Fixing WordPress
In reply to: Changing PaddingTo add padding, you would have to use your theme’s stylesheet and add custom CSS to it.
For example, in the WP admin, go to Appearance > Editor > style.css and add the following:
.hentry {
margin: 40px;
}However, it looks like you are using a paid theme Suffice Pro. Make sure you have a child theme so that when your theme has updates, you won’t lose your CSS change. (https://developer.www.ads-software.com/themes/advanced-topics/child-themes/)
Forum: Everything else WordPress
In reply to: How can I know what sites have installed my plugin ?Hello @efreja,
On your page referenced above, look on the right sidebar where it says “Active installations:” you can see it says “Fewer than 10”