I did it with some jquery inside footer.php
<?php wp_footer(); ?>
<?php if( is_page( 'terms-conditions' ) ) { ?>
<script>
(function ($) {
$(".aspexifblikebox").hide();
}(jQuery));
</script>
<?php } ?>
Thanks for the great plugin
I found my solution, added this to wp-config.php
/** What do I do if I get the wp-cron error message */
define( 'ALTERNATE_WP_CRON', true );
and follow this tutorial
https://rtcamp.com/tutorials/php/increase-script-execution-time/
Hi, same error here:
“
Your backup failed
Here’s the response from the server:
504 Gateway Time-out
504 Gateway Time-out
nginx/1.6.0
“
Got this after I added
/** What do I do if I get the wp-cron error message */
define( ‘ALTERNATE_WP_CRON’, true );