Vijayakumar Selvaraj
Forum Replies Created
-
Forum: Reviews
In reply to: [Advanced GeoIP Redirect] does not workSame issue here..
Same problem for me also. Kindly fix it. I fixed it manually, by removing static keyword before all defined functions in includes/class.plugin.settings.php & includes/class.render.front.icons.php files.
Sample script below,
static public function enqueue_scripts() to public function enqueue_scripts() (repeat the same for all above mentioned files.)
- This reply was modified 5 years, 7 months ago by Vijayakumar Selvaraj.
Forum: Plugins
In reply to: [Follow us on widget] attribute_escape() inserts php Notice in settingsIt will be included in next release. Thanks for the info.
Forum: Plugins
In reply to: [Follow us on widget] center the facebook iconThis will play a trick. Add this CSS class in your style file.
ul.wpFUP { text-align: center !important; }
It will align center.
Forum: Plugins
In reply to: [Simple Scroll To Top] Feature requestHi yoramzara,
Thanks for your suggestions. Surely mentioned options will be there in coming version.. 🙂
Forum: Plugins
In reply to: [Follow us on widget] [Plugin: Follow us on widget] Got 1 star for lyingSorry for my delayed response. These critical errors occurred due to my first plugin.
Now added Google Plus & Pinterest. Thanks.