Title: janwill's Replies | WordPress.org

---

# janwill

  [  ](https://wordpress.org/support/users/janwill/)

 *   [Profile](https://wordpress.org/support/users/janwill/)
 *   [Topics Started](https://wordpress.org/support/users/janwill/topics/)
 *   [Replies Created](https://wordpress.org/support/users/janwill/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/janwill/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/janwill/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/janwill/engagements/)
 *   [Favorites](https://wordpress.org/support/users/janwill/favorites/)

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/janwill/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/janwill/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/janwill/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login IP & Country Restriction] Testing](https://wordpress.org/support/topic/testing-58/)
 *  Thread Starter [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/testing-58/#post-18371187)
 * Thx for your answer. Two more questions:
    - Is your plugin only for backend or both? Front- and backend? Can I restricted
      the frontend, too?
    - Whrer can I found the Pro version?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] What are the plans?](https://wordpress.org/support/topic/what-are-the-plans/)
 *  Thread Starter [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/what-are-the-plans/#post-18292089)
 * Thanks for the reply. Is it also planned to create several jobs like in the previous
   version? At least 3 jobs with different times and different data selection?
    -  This reply was modified 1 year, 4 months ago by [janwill](https://wordpress.org/support/users/janwill/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Website slow after update – …feedback/schema…](https://wordpress.org/support/topic/website-slow-after-update-feedback-schema/)
 *  Thread Starter [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/website-slow-after-update-feedback-schema/#post-17460814)
 * It`s a staging site. Is there a way to disable the files/functions? Maybe by 
   functions.php or another setting?
 * br
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Problems with backup directory settings](https://wordpress.org/support/topic/problems-with-backup-directory-settings/)
 *  [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/problems-with-backup-directory-settings/#post-17265775)
 * Nope,
 * after reinstall the same issues… If I click on the save button the path is changing
   to the deefault xxxlogs file…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Backup Directory URL can’t start with a slash](https://wordpress.org/support/topic/backup-directory-url-cant-start-with-a-slash/)
 *  [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/backup-directory-url-cant-start-with-a-slash/#post-17169084)
 * Hi, I have the same problem. the log files are ok but the zip files not. The /
   on the url is delete…
 * janwill
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] Show date](https://wordpress.org/support/topic/show-date-8/)
 *  Thread Starter [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/show-date-8/#post-17090385)
 * Hi there,
 * I could find a solution but I need one change in your code. How can I change 
   your code
 *     ```wp-block-code
       add_action('publishpressfuture_post_expired', function ($postId) {
           $actionDate = (int)get_post_meta($postId, '_expiration-date', true);
   
           update_post_meta($postId, '_last_expiration_date', $actionDate);
       });
       ```
   
 * so the value of your custom field `_expiration-date` is copy to `_last_expiration_date`
   AND in another custom field `_last_expiration_date_NEW` but here with the right
   date output: **d.m.Y H:i**?
 * I need this for a custom query for the Plugin Search and Filter PRO, so I can
   filter the posts in the pasts… Do you can help me?
 * By the Way is it possible to change your custom field, so that the date is not
   save in UNIX but in normal date format, or is this to complex?
 * janwill
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] Show date](https://wordpress.org/support/topic/show-date-8/)
 *  Thread Starter [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/show-date-8/#post-17089898)
 * Hi, many thx for help. This snippet worked well but I have another quistion for
   this:
 * How can I show the new custom field “_last_expiration_date” in the frontend like
   the field “_expiration_date”? For “_expiration_date” I use
 * [postexpirator type=date]
 * But how can I use this shortcode for the new custom fiel to show the date?
 * br
 * janwill
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] Show date](https://wordpress.org/support/topic/show-date-8/)
 *  Thread Starter [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/show-date-8/#post-17064903)
 * thxy 🙂
 * But I have another question:
 * I´m planning to change the category by a date from your plugin – that`s fine 
   and ist working. Now, after change the category, I`m planning to show the posts,
   after a certain time, on another page with another WP_Query-Loop and order (‘
   meta_key’ => XXX) this posts with the expired date before.
 * But I can´t find the expired date in the table AFTER the plugin is change the
   category…
 * DO you know what I mean and do you can help me?
 * janwill
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] Show date](https://wordpress.org/support/topic/show-date-8/)
 *  Thread Starter [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/show-date-8/#post-17063988)
 * Ahhhhhh
 *     ```wp-block-code
       <?php echo do_shortcode('[postexpirator type=date]'); ?>
       ```
   
 * 🙂 Thx for help 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schedule Post Changes With PublishPress Future: Unpublish, Delete, Change Status, Trash, Change Categories] Show date](https://wordpress.org/support/topic/show-date-8/)
 *  Thread Starter [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/show-date-8/#post-17063967)
 * hmmmm I have found this snippet but this will show not a right date:
 *     ```wp-block-code
       	 <?php echo get_post_meta( get_the_ID(), '_expiration-date', true);  ?>
       ```
   
 * For a test I have set the expire date of 21.09.2023 but in the table there are:
 *     ```wp-block-code
       1695331200
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Firelight Lightbox] issues alt attribute](https://wordpress.org/support/topic/issues-alt-attribute/)
 *  Thread Starter [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/issues-alt-attribute/#post-16859759)
 * Or is it only possible with the pro version:
 * [https://premium.status301.com/knowledge-base/easy-fancybox/disable-fancybox-on-certain-pages/](https://premium.status301.com/knowledge-base/easy-fancybox/disable-fancybox-on-certain-pages/)
    -  This reply was modified 2 years, 11 months ago by [janwill](https://wordpress.org/support/users/janwill/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Firelight Lightbox] issues alt attribute](https://wordpress.org/support/topic/issues-alt-attribute/)
 *  Thread Starter [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/issues-alt-attribute/#post-16859463)
 * Hi,
 * thx for reply. I use the newest version 1.9.5…
   I have test the snippet like this:
 * add_action(
   ‘wp_enqueue_scripts’,function() {class_exists(‘easyFancyBox’) && !
   is_page(‘home’) && easyFancyBox::$add_scripts = false;},0);
 * But nothing is happend. Do you can take a look, what is wrong with the snippet
   or I have a syntaxerror? I need the js and css files only on 4 pages and I use
   ACF with customs settings to handle some other css and js files. My customers
   can choose, if js/css is loading or not on every page like:
 * if ( get_field( ‘contact’ ) ):
   some-files.cssendif
 * In the backend on every pages are buttons to choose YES or NOT
 *  Is is it possible to modify the code above like this:
 * add_action(
   ‘wp_enqueue_scripts’,function() {class_exists(‘easyFancyBox’) && **
   CHECK-ACF-FIELD-YES** && easyFancyBox::$add_scripts = false;},0);
 * hui… sorry for my english… I hope you understand my plans 🙂
    -  This reply was modified 2 years, 11 months ago by [janwill](https://wordpress.org/support/users/janwill/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] html or paragraph tags](https://wordpress.org/support/topic/html-or-paragraph-tags/)
 *  [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/html-or-paragraph-tags/#post-16377955)
 * @[Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * Jupp, same here… Plans for updates???
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] wpcf7_autop() messes up tables in email HTML layout](https://wordpress.org/support/topic/wpcf7_autop-messes-up-tables-in-email-html-layout/)
 *  [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/wpcf7_autop-messes-up-tables-in-email-html-layout/#post-16343278)
 * Hi
 * same problem here… **PLEASE update the plugin and delete the p tags**… All my
   customer website – the forms – are broken. I have the similiar problem in another
   threads but no answer…. 🙁
 * [https://wordpress.org/support/topic/p-tag-around-checkbox-is-new/#new-topic-0](https://wordpress.org/support/topic/p-tag-around-checkbox-is-new/#new-topic-0)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] p tag around checkbox is new](https://wordpress.org/support/topic/p-tag-around-checkbox-is-new/)
 *  Thread Starter [janwill](https://wordpress.org/support/users/janwill/)
 * (@janwill)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/p-tag-around-checkbox-is-new/#post-16333838)
 * Hi,
 * do you have an answer for me (us)?
 *     ```wp-block-code
       <p><span class="wpcf7-form-control-wrap" data-name="checkbox-503"><span class="wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="checkbox-503[]" value="&nbsp;" tabindex=""><span class="wpcf7-list-item-label">&nbsp;</span></label></span></span></span></p><p>Ich akzeptiere die aktuellen Datenschutzbestimmungen.</p>
       ```
   
 * Above is the new code, but on older versiones was it
 *     ```wp-block-code
       <span class="wpcf7-form-control-wrap" data-name="checkbox-503"><span class="wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required"><span class="wpcf7-list-item first last"><label><input type="checkbox" name="checkbox-503[]" value="&nbsp;" tabindex=""><span class="wpcf7-list-item-label">&nbsp;</span></label></span></span></span>Ich akzeptiere die aktuellen Datenschutzbestimmungen.
       ```
   
 * Why do you have change the output? It brokes in every project on my client sites.
   Please, remove this unnecessary p tag. I hope there is an answer now, the new
   update has bugs and there isn´t a solution and I can´t fount any solutions.
 * This one isn´t a solution. It´s breaks other lines…
 *     ```wp-block-code
       define('WPCF7_AUTOP', false);
       ```
   

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

1 [2](https://wordpress.org/support/users/janwill/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/janwill/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/janwill/replies/page/2/?output_format=md)