[Plugin Social Dropdown] Fixing Problems with 2.3.1
-
When you unzip the files it outputs the folder name “social-dropdown”, I tried uploaded that as an upgrade then activeated the plug in. But when you visit the Options area it tells you that the plugin is not installed correctly, also on the main page with the blogs I was getting a javascript error..
to fix this just deactiveate the plugin and then rename the plugin folder from “social-dropdown” to “socialdropdown”, and re active the plugin this will fix all the problems.
Also the Raw Sugar url points to a 404 page, maybe the webmaster recently changed the urls but here is how to fix it.
Find socialdropdown.php then on line 461 change this
case 'rawsugar': echo htmlentities('https://www.rawsugar.com/pages/tagger.faces?turl='.get_permalink().'&tttl='.get_the_title());
to this
case 'rawsugar': //echo htmlentities('https://www.rawsugar.com/pages/tagger.faces?turl='.get_permalink().'&tttl='.get_the_title()); echo htmlentities('https://rawsugar.com/home/extensiontagit/?turl='.get_permalink().'&tttl='.get_the_title());
All that changed what the url.. This is my 2rd upgrade with this plugin and I really like it.. I am sure the author will fix the problems soon.
If you would like to see the demo fixes please check this page out. https://www.isthatascam.com/2007/12/04/day-job-killer-scam.html
Thanks,
David Eaton
- The topic ‘[Plugin Social Dropdown] Fixing Problems with 2.3.1’ is closed to new replies.