Abu Bakar
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Aweber Optin Widget] list ID & extra redirectSure.
ThanksForum: Plugins
In reply to: [Simple Aweber Optin Widget] list ID & extra redirectPlease check the Unlimited Sites License https://theweb-designs.com/plugins/
Let me know if you need any question?
Thanks
Forum: Plugins
In reply to: [Simple Aweber Optin Widget] list ID & extra redirectI am working on licensing.
You can also get the unlimited site’s license.
I will update you about this in an hour or so …
Forum: Plugins
In reply to: [Simple Aweber Optin Widget] list ID & extra redirectIn phpmyadmin > wp_options > search for widget_twb_aweber_optin_widget
you will widget data there.You can use the Pro version on your sites only. If you want to use on clients sites then you will have to purchase the separate plugin for each client.
Forum: Plugins
In reply to: [Simple Aweber Optin Widget] list ID & extra redirectI have renamed some files in the plugin that has caused this issue for you.
You will not face this same issue in any future update/s.
Choice is all yours. You can use the aweber copy and paste javascript code but that will slow down your site’s speed.
This is the main reason I created this plugin. It does not load anything from external sources and does not affect your site’s speed.
Forum: Plugins
In reply to: [Simple Aweber Optin Widget] list ID & extra redirectSorry to hear about that.
The whole plugin has been recreated from scratch with many modifications and more features..
Forum: Plugins
In reply to: [Simple Aweber Optin Widget] list ID & extra redirectJust released the updated version.
Forum: Plugins
In reply to: [Simple Aweber Optin Widget] list ID & extra redirectThank you for your feedback.
I am working on the updated version of this plugin and the new version will have many more features added including your above mentioned requests.
I will be uploading it in this week or so and will notify you.
Forum: Reviews
In reply to: [Simple Aweber Optin Widget] Ateeq RafeeqThanks!
Forum: Plugins
In reply to: [Facebook] How to add comments titlelooks like this plugin is not being supported anymore ..
Forum: Plugins
In reply to: [Facebook] How to add comments titleI have tried the following code but it did not work.
Any recommendations on it ?function my_custom_filter( $title ) { $title = 'Your title goes here'; return $title; } add_filter( 'facebook_wp_comments_title', 'my_custom_filter' );
[Moderator Note: No bumping, thank you.]
Forum: Plugins
In reply to: [WP Custom Fields Search] Adding placeholder text to text fieldI have found a small solution for this.
We can make Label to appear as Placeholder and then using CSS to hide label.
Go to PLugin directory and look for the file “extra_search_fields”
At line number 399, add
$placeholder = $this->params['label'];
below this.And modify the line number 401 to add
placeholder='$placeholder'
Thats all.
Hope it will help you ??
Forum: Plugins
In reply to: [IvyCat AJAX Testimonials] Page Not Found Error.Eric,
After updating to latest version of plugin, I am still have the same Page Not Found issue.
is this plugin compatible with Catalyst Theme ?
Permalink structure is fine but still Page Not Found Error..
Can you please help me?
Forum: Plugins
In reply to: [IvyCat AJAX Testimonials] Page not found when clicking "View".
Forum: Plugins
In reply to: [IvyCat AJAX Testimonials] Page Not Found Error.Eric,
What is the possible date for New Updated Version of this plugin?
I have downloaded files from GitHub and it override existing files but I think I am missing some steps.
I saw source code in Github files.
It is different from earlier version.
Please help me in this regard.
I have same plugin working Perfectly on other sites but not on this current site..
I have tested plugin by deactivating all plugins , and themes to see whether the issue is due to other plugin inflicts or theme inflicts but the testing showed me the error is in plugin itself.
Thanks for your help.
Abu