Number "1" On All Posts
-
Subscribed Products:
4 responses Add a reply
-
Hello Craig,
I believe I have replied to you on your ticket but in case other users who are wondering why, the problem is actually coming from the content plugin called 'RokSocialButtons'. It is returning a boolean value which causes it to be "1". A quick fix for this is to replace the following codes that you find in the file /plugins/content/roksocialbuttons/roksocialbuttons.php
return true;
To,
return;
I have already reported this to Rockettheme and they'll be releasing a fix.
-
-
-
Your Response
Please login to reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.