G-Lock Software
Forum Replies Created
-
Forum: Plugins
In reply to: [WPNewsman Lite] Opt in form will not accept typed characters after installPlease try to add to your style.css file
input, textarea {
color: #777;
}Hi, in the next release we will move the checking for the IMAP module installation to the Pro version of our plugin as this module is required only the Bounced Manager available in the Pro version only.
Sorry, this is not possible because the free version of WPNewsman supports only one list. And in the Pro version you can create different mailing lists only by using different signup forms. Probably you should re-consider your list segmentation.
This bug is fixed in the latest 1.1.0 version of WPNewsman. Please, update to the v1.1.0 and clear the cache after update if you use any plugins like W3 Total Cache.
Forum: Plugins
In reply to: [WPNewsman Lite] Fatal ErrorThe plugin also required the php-mcrypt package to securely store your passwords
Forum: Plugins
In reply to: [WPNewsman Lite] Plugin could not be activated: Fatal ErrorAlready replied here http://wordpress.org/support/topic/fatal-error-546
Forum: Plugins
In reply to: [WPNewsman Lite] Fatal Error when activating plugin, no information whyThank you. We’ll correct this in the next update
Forum: Plugins
In reply to: [WPNewsman Lite] Fatal ErrorThe error occurs because you are using a version of PHP that is older than PHP 5.3. Either upgrade your PHP to the latest version, or ask your hosting provider do this for you.
Forum: Plugins
In reply to: [Plugin: G-Lock Double Opt-in Manager] Not working – can’t update settingsIt seems we found and fixed the issue with the plugin on WordPress 2.9 and PHP < 5.2. In version 2.4.4 fixed issues on WordPress 2.9 and PHP < 5.2 – the Blog Broadcast tab was blank and the “Update Options” button did not work in G-Lock Opt-In settings.
Forum: Plugins
In reply to: [Plugin: G-Lock Double Opt-in Manager] Submit button too smallI would recommend that you install the Firebug add-on for Firefox. Using this add-on you can clearly see what part of the gsom.css file you need to edit.
You can open any post on our website, for example, this one http://www.glockeasymail.com/tracking-links-reduce-click-rate/ and use the Firebug add-on to see how the form is styled.
Forum: Fixing WordPress
In reply to: SMTP problems with G-Lock pluginG-Lock Double Opt-In uses Swift mailer so it doesn’t work with gmail SMTP settings.
And the issue with the webhost’s SMTP settings is fixed in the latest 2.3.5 version of G-Lock Double Opt-In plugin.
Hello,
Please, download the latest 2.2.1 version of the plugin. In this version we removed all the scripts which came into conflict with other plugins. So, the version 2.2.1 must work fine.
You can style the form by editing the gsom.css file located here:
…plugins/G-Lock Double Opt-In Manager/css/gsom.css
Advanced styling of widget form
li#g-lock-double-opt-in-manager h2 {
/*
here you can style the form title
*/
}li#g-lock-double-opt-in-manager p {
/*
here you can style the text that appears above and below the form.
*/
}li#g-lock-double-opt-in-manager form {
/*
here you can style the form itself
*/
}div.gsom-optin-form {
/*
this is the main div container inside of
element. It contains all the stuff: buttons, fields, labels, etc.
*/
}div.gsom-optin-form div {
/*
each form element with the label wrapped into div and you can style this container here
*/
}label.gsom-optin-div-label {
/*
this is the common class for all from field labels.
*/
}div.gsom-optin-radiogroup input[type=”submit”] {
/*
here you can style submit buttom
*/
}Advanced styling of the standalone form which can be placed inside the page.
div.gsom-sa-wrapper {
/*
This is the main container that wraps the standalone form including the title.
*/
}form.gsom-sa-from {
/*
class of a standalone form element
*/
}div.gsom-sa-placeholder {
/*
main container inside the form element.
*/
}Forum: Plugins
In reply to: [Plugin: G-Lock Double Opt-in Manager] Customizing Call to SubscribeGo to your WP admin -> Settings -> G-Lock Double Opt-In Manager and see Submission Form section in the settings. Here you can edit the form header, footer and title as you want.