bulini (Giuseppe Surace)
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Sendit] Errors on submit.php, alert not workingHi!
I discover a little bug if you use permalinks structure different from the classic one p=1 or /postnamei need to release a fix but if you want just open your submit.php
and change like this by adding status_header(200) and nocache_headers()<?php
include(“../../../wp-blog-header.php”);
status_header(200);
nocache_headers();
require_once ‘libs/actions.php’;$sendit=new Actions();
$sendit->NewSubscriber();
?>
Forum: Plugins
In reply to: [Sendit WP Newsletter] [Plugin: Sendit] Widget doesnt workGuys i discover this issue not by me but by the hooks so some stuffs doesn’t happen when upgrding all plugins via svn.
I tryed in another new wordpress installation. Uploading 1.6.2 and then upgrade to last version. Actually when auto upgrade the register activation hook fault and this is a current wordpress issue:
http://old.nabble.com/Plugin-register_activation_hook%28%29-td33051067.html
But if you deactivate and reactivate the plugin you will see all default value correctly so basic it doesn’t setup the default options (html to generate the widget and css). Just DEACTIVATE and RE ACTIVATE SenditForum: Plugins
In reply to: [Sendit WP Newsletter] [Plugin: Sendit] Widget doesnt workBro the 2.0.6 is out now!!
try it and let me know
http://wordpress.org/extend/plugins/sendit/Forum: Plugins
In reply to: [Sendit WP Newsletter] [Plugin: Sendit] Widget doesnt workOk!
i’m still developing the 2.0.6 i wish to fix this on plugin activation
Can you send me the url where Sendit run?Forum: Plugins
In reply to: [Sendit WP Newsletter] [Plugin: Sendit] Widget doesnt workHi bro!
I’m working like a crazy man these days to fix everything on the plugin.
Probably something wrong happens with the html and css of widget, another customer report to me the same problem.
Try to see from the menu in the wp-admin left bar Widget settings and if you see empty the first 2 textareas is missed evrything im upgrading the plugin to fix this but if you find the field empty just put this:
in html code (the first textarea whiteone)
<!– Start Sendit Subscription form –>
<div class=”sendit”>
<h4>Subscribe to our newsletter</h4>
<form name=”theform” id=”senditform”>
<!– the shortcode to generate subscription fields –>
{sendit_morefields}
<p><label for=”email_add”>Your email</label>
<input id=”email_add” type=”text” placeholder=”email here” name=”email_add”/>
<input type=”hidden” name=”lista” id=”lista” value=”{list_id}”><div id=”sendit_wait” style=”display:none;”></div>
<input class=”button” type=”button” id=”sendit_subscribe_button” name=”agg_email” value=”{subscribe_text}”/>
</p>
</form>
<div id=”dati”></div>
<small><i>You will receive an email with the confirmation link (check your spam folder if NOT)</i></small><small>Sendit WordPress newsletter</small>
</div>and in the CSS field (the black one) this code: you can change both to customize the appearance
.sendit{
background:#f9f9f9;
border-radius: 10px;
padding:10px 5px 10px 5px;
border:10px solid #efefef;
}
.sendit h3, .sendit h4{
font-size:1.5em;
}
.sendit label{
color:#444;
margin-right:10px;
font-weight: bold;
display:block;
}
/*DO NOT CHANGE THIS ID*/
#sendit_subscribe_button{margin:5px 0;background:#ff9900;color:#fff;}.sendit input, .sendit textarea, .sendit select{
/*width: 180px;*/
background:#FFFFFF;
border: 1px solid #BBBBBB;
border-radius: 2px 2px 2px 2px;
margin: 0 5px 0 0;
padding: 4px;}
.short{
width: 100px;
margin-bottom: 5px;
}.sendit textarea{
width: 250px;
height: 150px;
}.boxes{
width: 1em;
}#submitbutton{
margin-top: 5px;
width: 180px;
}.sendit br{
clear: left;
}.info, .success, .warning, .sendit_error, .validation {
border: 1px solid;
margin: 5px 0px;
padding:10px;}
.info, .notice{
color: #FFD324;
background-color: #FFF6BF;
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
}
.sendit_error {
color: #D8000C;
background-color: #FFBABA;
}
.sendit small{font-size:80%;}Forum: Plugins
In reply to: [Sendit WP Newsletter] [Plugin: Sendit] UglyTry the new versione!! a lot of bug were fixed! let me know
2.0.4
http://wordpress.org/extend/plugins/sendit/Forum: Plugins
In reply to: [Sendit WP Newsletter] [Plugin: Sendit] Widget doesnt workHi! I update the plugin to fix an issue that was unable to create the field to email table so upgrade to 2.0.4!
http://wordpress.org/extend/plugins/sendit/Forum: Plugins
In reply to: [Sendit WP Newsletter] [Plugin: Sendit] Newsletter received as spam mailHi
Some time reason to be in spam is caus you maybe use an email that is not the same of the domain from where you run sendit so gmail or other providers think it’s phishing or spam. Sometimes can depend for the “wild” sending of high volume of users without a schedulerForum: Plugins
In reply to: [Sendit WP Newsletter] [Plugin: Sendit] Widget doesnt workHi i just try in a lot of websites and everything looks ok? can you send me the url?
Uhm it looks very strange?! i never had problem with permalinks or custom permalinks..
I tried on your website now some subscriptions but it seems to work.
Send me some url where doesn’t work
Thank youHi! i ve just upgrade to 1.5.8. using jQuery in noconflict mode try it and let me know
Ok! Perfect i understand everything.
i’ve just updgrade now the plugin to set jQuery in order to work in no-conflict mode. I saw some unexpected $ in firebug console.
Just wait some “minutes” and get the new version… 1.5.8Let me know!
and happy new year to all Sendit “lovers”
GHi Webwitch!
Thanks to you for help me to understand bugs and issues…!
Can you send me your domain to see with firebug what’s happen?Hi guys the new version (1.5.7) fixes everything, i finally decide to switch to Jquery Ajax library instead of Sack. Sack was the javascript generating the error “Ajax erroe in voting”. With jQuery this should never happen.
Let me know if now everything works better
http://wordpress.org/extend/plugins/sendit/Also please consider to take a look to this official website where i am trying to “sell” some extensions “pro” for Sendit like Scheduler and now the new tool to export lists as CSV files.
http://sendit.wordpressplanet.org/Forum: Fixing WordPress
In reply to: Get the current category taxonomy term name?not sure, it returns the slug? with –