pgideonbolger
Forum Replies Created
-
Oh I get it: if you change the title it changes the filename. That’s great thanks!
Would I need the pro version for that? Can’t see a way of editing the filename without.
Forum: Plugins
In reply to: [Image Processing Queue] Activate and forget, or code it first?Not sure. I can’t get it to activate at all in 4.9
Plugin could not be activated because it triggered a fatal error.
Catchable fatal error: Argument 1 passed to wp_queue() must be an instance of WP_Job, none given, called in /var/www/wordpress/wp-content/plugins/image-processing-queue/image-processing-queue.php on line 34 and defined in /var/www/wordpress/wp-content/plugins/mailchimp-for-woocommerce/includes/vendor/queue.php on line 38
Forum: Plugins
In reply to: [Add From Server] Sub-Directory SupportIf this plugin isn’t designed to do that, could you suggest something that is?
I’m rebuilding a hacked WP site and need to build the media directory as an exact replica of the original using just the files. Your plugin can do that, but it’s rather fiddly as I have to do each directory individually.
Actually, strike that, it still doesn’t work.
When you say ‘you are using a category template’ do you mean there’s some element in the html which is causing the parser to split the document up into sections?
It’s ok, I’ve worked it out. Used the single post template here
https://www.advancedcustomfields.com/resources/tutorials/querying-relationship-fields/
and it works fine.
Not a category template, but using a second loop. That’s how we are assembling our newsletter, using a custom post type which pulls in individual posts as subitems.
Is it possible to make print/pdf see it as a single page?
Forum: Fixing WordPress
In reply to: upgrade WordPress ftp promptThanks.
It’d be nice to solve it rather than rely on an ugly hack. What is causing it?
Forum: Plugins
In reply to: wp-includes/pluggable.php on line 881I think this may be to do with extra junk space at the end of your functions.php file.
See here:
https://forums.digitalpoint.com/showthread.php?t=2510420
Thanks ashishkg!
Forum: Fixing WordPress
In reply to: upgrade WordPress ftp promptThanks! Not exactly sure why, but that did it.
Added
define('FS_METHOD', 'direct'); //updates via file system
to my wp-config.php file, just before the
/* That's all, stop editing! Happy blogging. */
message and it worked.One question: Should I comment that out for the moment, or is it ok to leave it there?