walkera65
Forum Replies Created
-
Forum: Plugins
In reply to: [Send Images to RSS] Hiding the Read More textGot it working but had to alter the add_filter syntax slightly. I ended up with:
add_filter( 'send_images_rss_excerpt_read_more', 'prefix_change_read_more_link', 10, 4 ); function prefix_change_read_more_link( $output, $read_more, $blog_name, $post_name ) { // option 1: remove link completely $output = ''; // option 2: revise the read more link to open in a new window/tab // $permalink = get_the_permalink(); // $output = sprintf( '<a href="%s">%s</a>', esc_url( $permalink ), esc_html( $read_more ) ); return $output; }[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]
Tested both options and they work great. Thanks so much for the quick response.
Forum: Plugins
In reply to: [Send Images to RSS] Hiding the Read More textCheers Robin.
Forum: Plugins
In reply to: [Simple Shopping Cart] Setting up credit card checkout optionOK. Thanks again for your help. Most appreciated.
Forum: Plugins
In reply to: [Simple Shopping Cart] Setting up credit card checkout optionThanks. The options seem to have been renamed but I managed to find the right one and now it’s working fine. Next stop the sandbox.
Forum: Plugins
In reply to: [Simple Shopping Cart] Setting up credit card checkout optionThat’s good to know. Do you know of any instructions for how to activate this within Paypal?
I’ve spent all day on the paypal site and it’s very confusing. I had hoped it would just work out of the box once I’d created the business account but at the moment it’s working no differently to when I connected up my personal account.
Is there an option within the paypal business account to enable credit card transactions?
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] v3.2.0 wont export to fileHi Bobby,
Tried 3.2.2 and still getting the same message but no error log is generated. I’ve entered the details via the ‘REPORT ISSUE’ button.Regards
AndyForum: Plugins
In reply to: [All-in-One WP Migration and Backup] v3.2.0 wont export to fileHi Yani,
Just tried version 3.2.0-4-g041f5f3 and it still does exactly the same – spinning wheel and saying “Done creating an empty archive” – stopped it after 10 minutes. However, it did create an error file this time.The error seems to suggest a problem with the better-wp-security plugin. I’ve removed the path to the /wp-content folder from the error message below:
——————————————–
[Apr 01 2015 08:48:08] ERROR_HANDLER
Number: 2
Message: mkdir(): No such file or directory
File: /<my web path>/wp-content/plugins/better-wp-security/core/class-itsec-logger.php
Line: 32
——————————————–
[Apr 01 2015 08:48:08] ERROR_HANDLER
Number: 2
Message: mkdir(): No such file or directory
File: /<my web path>/wp-content/plugins/better-wp-security/core/class-itsec-files.php
Line: 509
——————————————–
[Apr 01 2015 08:48:08] ERROR_HANDLER
Number: 2
Message: fopen(/<my web path>/public_html/wp-content/uploads/ithemes-security/.htaccess): failed to open stream: No such file or directory
File: /<my web path>/wp-content/plugins/better-wp-security/core/class-itsec-files.php
Line: 510
——————————————–
[Apr 01 2015 08:48:08] ERROR_HANDLER
Number: 2
Message: fwrite() expects parameter 1 to be resource, boolean given
File: /<my web path>/wp-content/plugins/better-wp-security/core/class-itsec-files.php
Line: 511
——————————————–
[Apr 01 2015 08:48:08] ERROR_HANDLER
Number: 2
Message: fclose() expects parameter 1 to be resource, boolean given
File: /<my web path>/wp-content/plugins/better-wp-security/core/class-itsec-files.php
Line: 512
——————————————–
[Apr 01 2015 08:48:08] ERROR_HANDLER
Number: 2
Message: filectime(): stat failed for /<my web path>/wp-content/uploads/ithemes-security/file_change.lock
File: /home/sites/toccomms.net/public_html/foodandhealth/wp-content/plugins/better-wp-security/core/class-itsec-files.php
Line: 517
——————————————–
[Apr 01 2015 08:48:08] ERROR_HANDLER
Number: 2
Message: mkdir(): No such file or directory
File: /<my web path>/wp-content/plugins/better-wp-security/core/class-itsec-files.php
Line: 519These 7 errors were then repeated in the log file until I stopped the migration.
I deactivated the security plugin and run again with exactly the same result except no error log was created.
Hope this helps.
This is exactly the functionality that I’m also looking for. Enable editors to create new users but no higher than the editor role level – certainly NOT admin level.
Forum: Plugins
In reply to: [Editorial Calendar] How to set status default to scheduledForgot to say, I really appreciate your work with this plugin.It really does help with planning and entering posts on our daily news blog.
Forum: Plugins
In reply to: [Editorial Calendar] How to set status default to scheduledWorked a treat. Thanks.
Forum: Plugins
In reply to: [Editorial Calendar] How to set status default to scheduledYes please. I’ve attempted to add ‘selected’ to the ‘future’ option but that made no difference.