christiemade
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Doesn't workUnfortunately, no, checking “Disable Anti-spam measures” on the widget’s setting did not fix the issue.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Doesn't workThe database table appears to match what you have above – here’s the structure –
CREATE TABLE IF NOT EXISTS
wp_subscribe2(
idint(11) NOT NULL AUTO_INCREMENT,
emailvarchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT ”,
activetinyint(1) DEFAULT ‘0’,
datedate NOT NULL DEFAULT ‘2013-07-15’,
timetime NOT NULL DEFAULT ’00:00:00′,
ipchar(64) COLLATE utf8_unicode_ci NOT NULL DEFAULT ‘admin’,
conf_datedate DEFAULT NULL,
conf_timetime DEFAULT NULL,
conf_ipchar(64) COLLATE utf8_unicode_ci DEFAULT NULL,
PRIMARY KEY (id)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=6 ;And yes, adding people directly from the form on the Subscribers page works with no issue.
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Doesn't workYes, that’s where I am looking (/wp-admin/admin.php?page=s2_tools). When I add using the third-party widget form, the e-mail address shows up there in red and I receive a confirmation e-mail.
When I use the built in form, the e-mail address does not show up in that list at all and I get no e-mail. I am working on getting any php errors from the server in-case that will be helpful.Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Doesn't workThere is no error, I get the success message!
Forum: Plugins
In reply to: [Subscribe2 - Form, Email Subscribers & Newsletters] Doesn't workHi there –
I am having the same issue except backwards! The built-in widget is giving me the success confirmation page, but the e-mail doesn’t actually get added to the list.
The third-party widget DOES add e-mails to the list.Version 9.0
Forum: Plugins
In reply to: [Post Types Order] No Re-Order optionthat did the trick! Thanks!
Forum: Plugins
In reply to: [Plugin: Classy wp_list_pages] Last class not workingHere is a sample output:
<ul> <li class="first page_item page-item-2"><a href="http://02e95c6.netsolhost.com/blog/?page_id=2">About Us</a> <ul> <li class="first last page_item page-item-11"><a href="http://02e95c6.netsolhost.com/blog/?page_id=11">What we do</a> </li> </ul> </li> <li class="page_item page-item-17 current_page_item"><a href="http://02e95c6.netsolhost.com/blog/?page_id=17">Technology Consulting</a> </li> <li class="page_item page-item-21"><a href="http://02e95c6.netsolhost.com/blog/?page_id=21">Business Development</a> </li> <li class="page_item page-item-19"><a href="http://02e95c6.netsolhost.com/blog/?page_id=19">Product Placement</a> </li> <li class="page_item page-item-27"><a href="http://02e95c6.netsolhost.com/blog/?cat=3">News</a> </li></ul>Forum: Installing WordPress
In reply to: Unable to install correctly?What’s the solution to this problem? I’m having the exact same problem.