valecava29
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] customize cfdb7_before_send_mailI use this
add_action( ‘wpcf7_before_send_mail’, ‘wpcf7_change_recipient’,1 );
function wpcf7_change_recipient($contact_form){
$id= $_POST[‘_wpcf7’];
$mail = $contact_form->prop( ‘mail’ );if ($id == 671){
…..
$contact_form->set_properties(array(‘mail’=>$mail));
}
return ($contact_form);
}- This reply was modified 4 years, 6 months ago by valecava29.
- This reply was modified 4 years, 6 months ago by valecava29.
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] Change PDF line-height between rowsHi, can I have an little example of css, I can’t understand the name of classes that I’ve to use.
thank you
ps: great plugin!
I’ve solved my problem using changing pagination method from ajax to normal.
Hope in future ajax problem will be fixedForum: Plugins
In reply to: [Prenotazioni] si può prenotare solo in data odiernaanche con l’aggiornamento al 1.6.2 dal backend non è posibile scorrere i giorni e quindi si può prenotare solo in data odierna
Forum: Plugins
In reply to: [WP2Social Auto Publish] Authorize issueIt solves, thank you
- This reply was modified 7 years, 2 months ago by valecava29.
Forum: Plugins
In reply to: [Category Posts Widget] More news link won’t showIt works, thank you very much!
Forum: Plugins
In reply to: [Category Posts Widget] More news link won’t showHi,
I’m using wp 4.8 and category posts widget plugin version is 4.7.2 and I have the same problem, the “More posts” link is not shown at all.What can I do to solve this?
Regards
Valeria
Forum: Plugins
In reply to: [WooCommerce] Problem with translating Woocommerce after upgrading to 3.0.0Problem solved, I have a problem with loco traslations that can’t compile mo file. I had to use poedit and now it works.
Thank you
Forum: Plugins
In reply to: [WooCommerce] Problem with translating Woocommerce after upgrading to 3.0.0The case is correct
Forum: Plugins
In reply to: [WooCommerce] Problem with translating Woocommerce after upgrading to 3.0.0Hi,
i’ve lost part of traslation of my cart and cart widget,
“View cart”
“Update cart”
“Cart totals”are in .mo and .po italian traslations (dir /wp-content/languages/plugins and /wp-content/languages/woocommerce), but system doesn’t use them, other strings work.
Where can I search the problem? At the moment I had overwrite the cart template (but “View cart” still doesn’t work)Forum: Plugins
In reply to: [WP Hotel Booking] checkout problemI can’t move the site to the real server, because there is the old one and it’s running an old joomla with an old version of php, mysql and apache and if I upgrade them it problably don’t work anymore.
thank you
Valeria
Forum: Plugins
In reply to: [WP Hotel Booking] checkout problemHi, thank you.
now I’m using php 5.6.25 apache 2.4.23 and mysql 5.7.14
but I’ve the same problem