Plugin Author
tssoft
(@tssoft)
Thanks for your feedback! We’ve just checked and unfortunately this is really a bug. It will be fixed in the next release soon.
Plugin Author
tssoft
(@tssoft)
Hasbunallah, which version do you have? It works well on recent 1.11. Please try to update plugin and let us know if it helped.
Thread Starter
Siddiq
(@hasbunallahdotcom)
Thanks for your reply.
I have version 1.11 which is the latest and it’s the same issue as i have mentioned earlier.
Regards
Plugin Author
tssoft
(@tssoft)
Please empty browser cache and try again. Let us know about results.
Thread Starter
Siddiq
(@hasbunallahdotcom)
Did that, used two different browsers and still same output. Value “before” is retained. Any fix?
Plugin Author
tssoft
(@tssoft)
Which version of WordPress are you using?
Thread Starter
Siddiq
(@hasbunallahdotcom)
I am using WordPress version 4.1
Plugin Author
tssoft
(@tssoft)
Please try our newest version 5.1.26, it works well with WP 4.1
Thread Starter
Siddiq
(@hasbunallahdotcom)
just upgraded to the latest version 5.1.26. Tried changing the options.php with the value ‘after’, saved the changes however, still seeing ‘before’. No change unfortunately.
Plugin Author
tssoft
(@tssoft)
Is it the only value on the options.php page that is unchangable? Please try to change some other values, like “sociallikes_shortcode” or “blogdescription”.
Also, if you have access to your MySQL database, please try to execute the following query:
update [dbname].wp_options set option_value = 'after' where option_name = 'sociallikes_placement';
Thread Starter
Siddiq
(@hasbunallahdotcom)
Running the update SQL Query against the database worked.
Thanks heaps…
Thread Starter
Siddiq
(@hasbunallahdotcom)
Running the SQL Query against the DB worked, thanks heaps…