vinarcid0810
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Fastest Cache] Problem email with cron job serverNow I have 2 cron job
0,30 * * * * /usr/local/php56/bin/php-cli /home/salvat80/public_html/wp-cron.php
And this
0,30 * * * *
wget -O – “https://www.barpalummo.it/?action=wpfastestcache&type=preload” >/dev/null 2>&1
Forum: Plugins
In reply to: [WP Fastest Cache] Problem email with cron job serverOk I set a new cron job
Like this
0,30 * * * *
wget -O – “https://www.barpalummo.it/?action=wpfastestcache&type=preload” >/dev/null 2>&1
I hope its work
Forum: Plugins
In reply to: [WP Fastest Cache] Problem email with cron job serverSorry but don’t understand
Forum: Plugins
In reply to: [WP Fastest Cache] Disable Cron Notifications About Chached PagesHi I have the same problem … @aminech you solve it?
- This reply was modified 6 years, 2 months ago by vinarcid0810. Reason: Error writing
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] insert DATA birthday and pass to mailchimpYou can view this image for field name of mailchimp
https://www.barpalummo.it/img/mailchimp1.png
And this image for field name of my register form
https://www.barpalummo.it/img/mailchimp2.png
At first moment my custom register form have the possibility of insert data field I insert it (view second image) and put the name of field “MMERGE3” and this not working.
In the second moment I insert html field and insert the code that upload up
But any solution work.
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] insert DATA birthday and pass to mailchimpI want send filed of birthday to mailchimo but if I insert “mc4wp-” don’t work.
I use one extra plugin for register page of customer … I insert html field with this code:
<label> <input type="checkbox" name="mc4wp-subscribe" value="1" checked /> Ricevere promozioni tramite newsletter. </label>
and plugin send name and email to mailchimp.
now I want insert data of birthday and insert on my form registration other field with this code:
<div class="datefield"> <span class="subfield dayfield"><input class="datepart " type="text" pattern="[0-9]*" value="" placeholder="DD" size="2" maxlength="2" name="MC4WP-MMERGE3[day]" id="mce-MMERGE3-day"></span> / <span class="subfield monthfield"><input class="datepart " type="text" pattern="[0-9]*" value="" placeholder="MM" size="2" maxlength="2" name="MC4WP-MMERGE3[month]" id="mce-MMERGE3-month"></span> <span class="small-meta nowrap">( dd / mm )</span> </div>
but don’t send data to mailchimp
why?
solve sorry for my error API
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] checkbox for other form don't worksorry :
<label><input type=”checkbox” name=”mc4wp-subscribe” value=”1″ /> Mi scrivo alla vostra newsletter!! </label>
up
please halp me
Forum: Plugins
In reply to: capture code from the article…up ??
Forum: Plugins
In reply to: Google Sitemaps – Could not writeI found a fix: increasing the PHP memory [did this test on Beta 3.0b1]. To the function BuildSitemap() I added the following:
//Increase memory
ini_set(“memory_limit”,”128M”);Forum: Plugins
In reply to: Google Sitemaps – Could not write??
Forum: Plugins
In reply to: Google Sitemaps – Could not writeForum: Plugins
In reply to: Google Sitemaps – Could not writeplease help me ??