joaovpmamede
Forum Replies Created
-
Thanks @codekraft I tried that solution and it didn’t work.
Guess I’ll have to change the plugin code.Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 not attachment files@supportinteg did you find any solution?
@dphi did you have any luck with this?
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 not attachment files@takayukister did you have the chance to look at this?
Could it be an issue with the plugin?Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 not attachment filesSame’s happening to me.
I’m getting this error message:
“Failed to attach a file. %s is not in the allowed directory.” from mail.php (line 147).Started with the default upload folder (wpcf7_uploads), changed permissions, then tried with one created and defined by me. Always getting the same error.
The email is received but without any files attached.
—
Could be the same as this issue: https://wordpress.org/support/topic/add-attachment-dynamic-doesnt-work-not-in-allowed-directory/
If you check the hook it needs a
$emailparam (http://hookr.io/plugins/woocommerce/3.0.6/actions/woocommerce_email_header/) that is not on the code of this plugin:
https://plugins.trac.wordpress.org/browser/woocommerce-product-stock-alert/trunk/templates/emails/stock_alert_admin_email.php#L13@dualcube yup but this needs to be fixed on the plugins’ code.
@dualcube I think this is just a matter of adding
$emailto
do_action( 'woocommerce_email_header', $email_heading, $email ); ?>Currently it does not have (should be on the 3 templates), hence the error:
https://plugins.trac.wordpress.org/browser/woocommerce-product-stock-alert/trunk/templates/emails/stock_alert_admin_email.php#L13Do you have this project on github?
Thanks
Thanks for the quick answer.
Anyone?
I am trying to get this working as well.
Did you solve it already?How do you guys managed to get the pagination working?
I’ve added a NextGEN Basic Compact Album and then set the custom field as you explained but unfortunately nothing happens. (tried to use different values).
Is it possible to use the pagination within a shortcode as well?
e.g.
<?php echo do_shortcode('[album=1 compact ngg_paged_Galleries=2]'); ?>Thanks in advance