G-Lock Software
Forum Replies Created
-
Forum: Plugins
In reply to: [WPNewsman Lite] How to Change Widget TitlePlease watch this 3-minute video to learn how you can customize the subscription form in WPNewsman: http://wpnewsman.com/documentation/form-list-options/
Forum: Plugins
In reply to: [WPNewsman Lite] Character corruption in custom forms labels and buttonPlease check how it works in the latest version of the plugin
Forum: Plugins
In reply to: [WPNewsman Lite] Cannot activate the pluginHi,
Thank you for the provided information. Our programmer found the problem and fixed it. He activated WPNewsman on your site. This fix will be included into the next 1.5.5 version of the plugin.
Forum: Plugins
In reply to: [WPNewsman Lite] Textarea input fieldHi,
You can add new text fields to the form. To do this:
– Click on ‘Lists and Forms’ under WPNewsman in your dashboard;
– Click on ‘Edit Form’ under the list name
– Click on ‘Add Field’ button in the Form Builder
– Select the Text Field item from the menu.For more information about how to customize the form, please, watch the quick video guide at http://wpnewsman.com/documentation/form-list-options/
Forum: Plugins
In reply to: [WPNewsman Lite] Cannot activate the pluginHi,
In order we can find out why WPNewsman does not work on YOUR site, we need:
1) full access to your FTP server to be able to edit the wp_config.php file and enable/disable the WP_DEBUG option;
2) test admin account on your blog where you installed WPNewsman to be able to de-activate/activate all plugins;
3) access to your cPanel to see the error log.If you have a production site and you cannot provide us with the above, please, search for the alternate plugin and do not use WPNewsman.
If you have a test site and you can give us the access to your FTP, cPanel and test admin dashboard on your WordPress, please, place a support ticket here http://support.glocksoft.net/new-ticket and send us the required information.
Forum: Plugins
In reply to: [WPNewsman Lite] change submit button text on formHi,
Please, click on “Lists and Forms” item under the WPNewsman in your WordPress dashboard, hover the mouse over the list name and click on “Edit Form” under the list name. Here you can customize the subscription form and button. Click on the button and type the text that you want to show on it at the right side.
For more details, please, watch the video guide at this page:
Forum: Plugins
In reply to: [WPNewsman Lite] How to add new articles without selecting the previous oneJust a follow-up.
The id=”posts_container” code is inside the <td> tag. Delete only id=”posts_container” code from the tag as shown below
<td align="left" id="posts_container"> => <td align="left">Forum: Plugins
In reply to: [WPNewsman Lite] How to add new articles without selecting the previous oneHi Phil,
>Each time i select a new article to include it in the newsletter, all the articles already present are deleted and replaced by the article i currently select.
To make the plugin insert a new post without deleting existing posts, you need to go to the email template (if you downloaded the template from the WPNewsman’s store or use the default digest template) source and delete this line from the source
id=”posts_container”
After you delete the above line, the plugin will insert a new post into the cursor position.
To delete the inserted post, hold down Ctrl and click on the “Remove” button. You can also press Ctrl+Z to undo the last operation.
>Well, If i have to select all the articles again, how can i reorder them without using cut and paste ?
Sorry, there is no way to re-order the posts without using cut and paste.
Forum: Plugins
In reply to: [WPNewsman Lite] No text in the subscriber boxes in IE9.0.8this happens because some of your plugins or theme loads an old version of jQuery(1.4.4) while the default version bundled with your wordpress is 1.8.3.
I think you need to find the lines of code which load the old jquery and remove them to make wordpress responsible for loading correct version. Or at least change it to the some newer version which support by the plugin ( 1.8.3 or 1.9.1 ).
Those lines might look something like this:
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, ‘http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js’);Forum: Plugins
In reply to: [WPNewsman Lite] No text in the subscriber boxes in IE9.0.8Please post URL of your site where wpnewsman is installed
Forum: Plugins
In reply to: [WPNewsman Lite] Emails dont stop sending.Thank you for notifying us about the solution. We will add it to our FAQ section on the site and in our KnowledgeBase.
Forum: Plugins
In reply to: [WPNewsman Lite] wpnewsman breaks other plugin nextgen or vice versa?I installed both plugins Nextgen and WPNewsman. WPNewsman works well for me. No errors. Please, clear the cache in your browser and install the newest 1.4.0 version of WPNewsman. See how it works.
Forum: Plugins
In reply to: [WPNewsman Lite] wp-content path changed for securityWe’ll fix this in the version 1.4
Forum: Plugins
In reply to: [WPNewsman Lite] Action PagesTo remove all the postmetas/leave a comment etc information from the action pages, follow these instructions:
1. Locate your theme’s folder on the blog or local computer.
2. Duplicate the file single.php or page.php.
3. Rename it to single-newsman_ap.php.
4. Modify the code as you wish. For example, find the line for the author and remove it.
5. Upload single-newsman_ap.php to your theme’s folder online using FTP or other method.
6. Go to WPNewsman -> Action Pages and click “View” under the page title to view the page.Forum: Plugins
In reply to: [WPNewsman Lite] Opt in form will not accept typed characters after installHi petejoe43,
Be sure to post the more support related questions like these in our Support Department http://support.glocksoft.net/ as that’s a more ideal place to provide an answer.