Forum Replies Created

Viewing 15 replies - 1 through 15 (of 166 total)
  • Disclaimer, I work for Envato. In case it helps you, on ThemeForest we tell authors the following:

    Theme slugs must be unique in order to prevent current or future naming conflicts with the www.remarpro.com theme library. Those conflicts could result in users ‘updating’ the theme to one hosted on www.remarpro.com.

    Code based solutions to prevent theme update checks are allowed, but will only work while the theme or the plugin containing the code is active. Any solutions used must not prevent updating of WordPress core or other installed themes and plugins.

    As mentioned, there are code based solutions out there that prevent your theme being included in the update check, but you would need to test them out thoroughly before using them. Also, from memory, they prevent future comparisons but don’t get rid of the Update theme message once it’s set (I remember some issues proving it was working once it had already decided an update was available).

    By far the best thing is to make the slug/folder name unique by adding your name etc, as the others have said above, but maybe this will help as well.

    There are a couple of trac tickets about this problem and potential solutions, although the oldest has been around for 9 years and neither have had any movement for 2 years, so not likely to help in the foreseeable future:

    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi talgalili,

    Sorry, I thought I answered this, but must have just been in my head!

    I am planning to add more features like this, but can’t promise when they’ll be added. I’m considering quite a few things at the moment and want to add many of them, but I’m still working out which come first and when I’ll do them..

    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi Bookworm480,

    Sorry for the delay in answering, I’ve been away.

    Yes, you can use the $numtoshow variable to change the number, but bear in mind that will be lost when you update the plugin in future.

    You can also add &no=4 to the URL, but the nonce must be added to the URL before that will work. If the URL is just wp-admin/admin.php?page=fix_duplicates and you add &no=4 it will give you the “Sorry, you are not allowed to access this page.” error.

    Easiest way to make sure the nonce has been added to the URL is to click the Filter Posts button (without selecting anything) and it will add the nonce and $no=20 (which you can then change).

    I was originally planning to add a control on the page to set this, but because the plugin uses WordPress’s wp_trash_post function on a lot of posts, it takes a long time. If you set that too high, your server is likely to timeout, so I’ve left it harder to access.

    In the future, I’ll probably add batch processing so that you can set a lot more to run and it will work away in the background taking as long as it needs. At that point I’ll probably add a control.

    Cheers,
    Stephen

    Forum: Plugins
    In reply to: [Fix Duplicates] Cron Job
    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi rhf1900,

    Sorry, it’s still on the list of features to be added, but I haven’t had time to add it yet. It will be coming, but not sure when yet.

    I’ve had limited time to spend on this plugin this in the last few months, but it remains a priority for me.

    Hope you find another solution.

    Cheers,
    Stephen

    Forum: Plugins
    In reply to: [Fix Duplicates] Cron Job
    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi @dancooper,

    Unfortunately not at the moment, but it’s on the list of things for the future. No ETA yet.

    Cheers,
    Stephen

    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi Maxianna,

    I was fully expecting this to be because the plugin is so old, but…

    I downloaded the latest version of EclipseCrossword (1.2.61) and created a crossword, then exported it in the “Interactive with JavaScript” format, then set it up using the latest version of this plugin (1.02) and latest version of WordPress (4.8.2) and…

    It worked! The styling was a little messed up in places, but I couldn’t get the problem you experienced.

    Could you please send me a copy of the file you are trying to use? If you contact me via https://scratch99.com/contact/ then I will email you back with my email address. Thanks!

    Cheers,
    Stephen

    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi Maxianna,

    To be honest, I haven’t used the plugin in years! I’ll take a look over the next day or so and see if it’s something I can replicate (and fix). Thanks for your patience.

    Cheers,
    Stephen

    I had the same problem.

    I’ve published 3 episodes. The filesize was automatically detected for the first episode, but not for the next two. The filesize field was empty, so I manually added the size. However, it wasn’t showing up in the feed, it was just 0.0MB.

    Once I read this, I went back and found that the filesize_raw field had not been created for these two episodes. I added it manually and the problem was solved (at least in the feed, my podcast app can’t see it yet, but I guess that’s a caching thing).

    Hope it’s something that can be fixed. Thanks!

    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi @kalico,

    Sorry – The plugin is maintained, but it’s only 7 lines of code, so there’s not much maintaining to do! ??

    Anyway, I double checked it works with 4.8 and then updated the “Tested up to” field and the “hasn’t been updated in 2 years” banner is gone now.

    Thanks for using the plugin. You too @kld53

    Cheers,
    Stephen

    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi Progresst,

    Sorry for the delay in getting back to you.

    Unfortunately this plugin does not remove the media attached to the deleted post. The plugin uses WordPress’ built in function to delete posts*, but while this will remove comments and other things, it does not remove media.

    If you go into WordPress and add a new post with a newly uploaded image, then delete that post through the normal Trash option, you’ll see the image is not deleted either.

    *Note the Remove All option works differently, but it will not remove media either.

    Your best option is to find a plugin that will delete unattached images. From a quick Google search it seems there is one called Media Cleaner which does this. It does have some bad reviews, but also it has 8000 installs so must be working for some people. Please note: I have not used that plugin and am not endorsing it, you should do your own testing on whether that works or not and you should definitely make a backup of the database and all your attachments before using it.

    Hope that helps.

    Cheers,
    Stephen

    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi Steven,

    Given that we resolved this via email, I’m going to go ahead and mark this as resolved. Thanks!

    Cheers,
    Stephen

    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi Steven,

    Sorry for the long long delay. Things got a little busy and I didn’t get back to this. If you’re still interested in solving this:

    I’ve had a good look through all the information you’ve provided and tried to replicate it with many of the plugins you’ve listed apart (any which seem like they may be involved somehow).

    The only way I can make it happen is by adding CSS similar to the following using the Add Admin CSS plugin:

    .comment p a:after{content: "\A" attr(href); font-size:0.9em; color:#CCC; white-space: pre; }

    That will give an affect very similar to what you’ve shown me. Can you please go into Appearance > Admin CSS and see if there is any CSS similar to this in there?

    If it’s not that, then I’m at a bit of a loss. The problem is almost certainly coming from some CSS similar to the rule above, but I don’t know where that rule would be defined. It’s definitely not coming from Show Parent Comment though – this plugin is just outputting content in a way that is somehow triggering that existing CSS.

    The pattern of outputting the URL after the link is normally used when printing things, as the URL can’t normally be seen once printed (in this case you can because the anchor text is also the URL, but normally it would be keywords). Maybe you have a browser extension that does that? Although it wouldn’t make sense for it to fire there. But it might be worth trying it in a different browser.

    I did check out the PDF & Print plugin because it operates in the space where it might make sense for it to do that, but I couldn’t make it do it. It also had the ability to add some CSS, but that only appears on the front end, not in the admin area as far as I can tell. But it might be worth going to BWS Panel > PDF & Print and checking the Custom Code tab.

    [redacted]

    Sorry again for the delay on this.

    Cheers,
    Stephen

    • This reply was modified 7 years, 6 months ago by bdbrown.
    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi Auvajs,

    Thanks for the explanation! I see what you mean. Maybe I can work something into the plugin to help with this in future, although it obviously won’t help you this time around.

    I do have a possible future inclusion of an option to compare the post length when finding duplicates, so I may look at that again more closely. Or of course I could actually compare that the post body is the same. Whatever I do, I need to be careful it doesn’t slow down the query to find the duplicates too much (it needs to works with large databases etc). Anyway, I’ll see what I can come up with.

    Once again, thanks for the explanation, it’s much appreciated and will help improve the plugin, even if it doesn’t help you in this case. Thanks!

    Cheers,
    Stephen

    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi Auvajs,

    Yes, that’s right, it uses the title as the basis for finding duplicates. This seems to be what most people need (including me, when I wrote the plugin).

    Do you have a use case where the body post content is the same, but the titles are different? I’d love to hear more about that use case, so I can consider adding a post content match in future. That is actually on the list for possible future inclusion, but not at a high priority as I haven’t heard a really good use case for that. If you can provide more information, that would be very helpful.

    Thanks!

    Cheers,
    Stephen

    Plugin Author Stephen Cronin

    (@stephencronin)

    Hi Steven,

    Just to let you know that I haven’t forgotten this, but I have been delayed in getting to it (Easter and some day job stuff). Hoping to get back to it shortly.

    Cheers,
    Stephen

Viewing 15 replies - 1 through 15 (of 166 total)