dropshot
Forum Replies Created
-
Forum: Plugins
In reply to: [bbp style pack] Logged in redirect issueThanks for your reply.
I’ve deactivated all plugins except for bbpress and this plugin.
Logout redirect works fine, login redirect isn’t doing anything.
Wordpress version 4.7.2
bbpress 2.5.12
bbp style 3.4.5Forum: Plugins
In reply to: [Post Types Order] CPT not detected on general settings pageAh, sorry. Found it.
‘hierarchical’ must be set to false.
Forum: Plugins
In reply to: [Beaverlodge Maintenance] Not using standard stylesAnother thing.
You need to link in standard fonts set in the customizer.
Since you cannot choose font from within the text-editor module nor the countdown-module etc… Now you have to settle with bootstrap default Helvetica.
Have a look at your template “Running”, where the countdown numbers and text has no style.
Would be great if this could be done.
Surely I could solve it and edit the plugin files but they would ofcourse be overwritten on updates so thats not my first choice.
Cheers!
Ok. I deleted the .htaccess file and tried to update permalinks.
No new .htaccess file is added. And if I add the file manually wordpress doesn’t write to the file when I update the permalink settings.
I even tried to add a new wp installation on the servers at my new host. Same thing happens even to a new installation.
So I think I can confirm that this is NOT a bad behaviour from your plugin.
This must be a server issue.
OK. Thanks!
The .htaccess looks like this
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressBasic settings as from Codex, https://codex.wordpress.org/htaccess
Nope, did not add that to the path.
Very basic site, only three plugins:
BackWpUp
ACF Pro
DuplicatorCan it be a server setting? What do I need to ask my host?
Hey Cory,
Thank you for your reply!
Ok. But, will there be a difference if I choose to add or not to add the ‘/’ ??
Forum: Fixing WordPress
In reply to: Unattached images – WHY??Ok. Let’s agree to disagree there as well.
My original question was why this filter was still here and why anyone would ever want it. What the purpose is. You haven’t convinced me there is a valuable purpose.
You mentioned proper import/export. But if a proper import/export depends on whether an image is considered attached or not the filter is even worse than expected.
Forum: Fixing WordPress
In reply to: Unattached images – WHY??Of course it doesn’t. I’m fine with that.
There a few things in WordPress that I would do in a other way. But still I can understand why some people like it this way.
But this filter I cannot find the reason for keeping. You haven’t convinced me π
The term used is one big problem. “unattached” will have people think an image is not connected to any post/page and therefor safe to delete. And you don’t have to search long enough to find plenty of those cases unfortunately.
So bloggers prefer proper export/import before a clean media library you say? I find it hard to believe. But I’m ok with agree-to-disagree here.
But with my few points of proof that unused images are considered attached and truly used images are considered unattached you wouldn’t get a proper export/import since depending on where the image is uploaded and not if it is actually used.
I’m in a export/import situation now where I’m about to rebuild one site and would love it if I could use this filter in a valuable way. The site has some 800 posts with one featured image to every post. The media gallery contains 1000 images. So approximately 200 images are unused. (But 900 images are unattached…) I want to find out which ones are safe to delete.
Is this a housekeeping purpose where this filter could be used?
Forum: Fixing WordPress
In reply to: Unattached images – WHY??For housekeeping purposes this would be valuable. But it isn’t. Since it doesn’t work.
If one blogger uploads twelve different images to a post and then uses only one of them, the other eleven images wouldn’t be detected as “unattached” and therefor you can’t use that filter for housekeeping purposes.
Many of the bloggers on my sites are blogging via the mobile app and the images uploaded throught that are all considered “unattached”.
With housekeeping I assume you mean cleaning out unused images. But how would you use this filter in that purpose? You will have situations where unused images are considered “attached” and truly used images that are considered “unattached”.
In my meaning, this filter is useless for housekeeping purposes. What you would need is a “used/unused” filter.
If I’m wrong, please let me know.
Thanks for you offer to inspect the CSV.
I did inspect it myself and found the issue. And it’s not really a Mailpoet error. Just a minor “conflict”.
My wordpress date settings is [j F, Y]
So when exporting Subscription date there will be one too many comma in comparison to the header.
Maybe you can add an option to use a semicolon as separator?
Ok. Just realized you’re demanding login data. I’m not all happy providing you with that.
If you have any suggestions, please let me know.
Thanks for your reply!
I’m using version 2.7 but I have had theese problems with earlier versions as well.
I’ll drop you a ticket.
Great Daniel!
Looking forward to the new release.
Update
Contacted the host.
Their reply:
“Unfortunately due to security reasons we cannot disable open_basedir – we think the script is trying to access wp-config.php incorrectly.”
So, host thinks there is something wrong with the plugin.
Any help would be great. Thanks!