andykillen
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Share and Follow] updating doesn't workI can only think that this is a server problem when the servers $_POST variable is limited in size.
What happens if you try to make changes to any of the options lower down the page, do they fail also?
regards
AndyAs it cannot find curl_init() I think that curl is not working correctly on your server. removing the bit.ly stuff stopped the call to curl_init()
Zilborg
I expect you can fix your by doing any of the following….
1. disable Bit.ly short urls
2. upgrade your system to PHP5 so that it has CURL
3. check with your hosting company why CURL is not working on your server.regards
andybondjack,
cool. glad it’s good for you. btw: I am based in Amsterdam or Apeldoorn depending on the status of my girlfriends pregnancy/my office, feel free to contact me off list if you need any WP things doing that are above the norm. Either though share-and-follow.com or phat-reaction.com
regards
AndyBondjack
can you open your theme’s footer.php and make sure that wp_footer is being used… just before the closing body tag i.e.
<?php wp_footer(); ?> </body> </html>Forum: Plugins
In reply to: [Plugin: Share and Follow] updating doesn't workHey Patale,
is it only email that does not work for you or are there more items that do not work for you?
regards
AndyForum: Plugins
In reply to: [plugin: Share & Follow]Jeff, I’ve replied to you on the share and follow support forum
that’s very strange. I’ve not seen this problem from any other site I have setup before. I will however re-check before the next release
Forum: Plugins
In reply to: [Share and Follow] Share and Follow not broken but showing horrible errorsyep thanks for this, working on them for the next release
Forum: Plugins
In reply to: [Plugin: Share and Follow] order icononly if you are super technical will you be able to do this. if you are you can re-arrange the array in items.php to be in the order you want. Otherwise no there is not a way.
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Feature requestkovshenin , hummm.. I am now eating humble pie. I will look at implementing your code at some point.
Check what other extensions you have installed, I am not experiencing the same issues from firefox running 3.6.13
You need to write your own description for each page as this is how SEO works. It looks like the theme first trys to implement the excerpt as the description and you have not written that either as it is taking the first X number of characters of the content.
So either write a description or an excerpt and it will look better.
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Feature requestkovshenin did you read my post saying that I am not in favour of using google products as they have a habit of disappearing quickly and will be sticking to bit.ly?
And what do you expect me to do with the link? jump into action and create it for you? How about you make the code and send it to me.
Forum: Fixing WordPress
In reply to: [Share and Follow] [Plugin: Share and Follow] Setup Share imageit can only be a conflict with other plugins that you have installed.
try disabling them all and trying one at a time to work out which one is causing the problem. You are the only person complaining of this out of over 40,000 installs so it can only be your config.