andykillen
Forum Replies Created
-
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Little Arrows in Google ChromeHey mikedark,
no known issues with BuddyPress. Never tried it myself
regards
andyForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Little Arrows in Google Chrome@anw2010 I’m sure it was just browser caching
#sidebar ul ul.followwrap li:before {content:none;}this code will fix it for you… you were very close, but did not take into account the containing list of the sidebar.
Personally I do not like the content: css option as it is not consistent across browsers.
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Little Arrows in Google ChromeHey anw2010
Firstly, GOOD LUCK AND KICK BUTT!
I really wish you well in the ninja stakes, especially as I am maybe 6months younger than yourself, I will be feeling your pains more than the most. I’m guessing like football it’s a young man’s game.
And for the fix to make everything look perfect on your site, please add this code to the section labelled as “Add your own CSS” (about 60% of the way down the screen on the share and follow admin page
.entry ul.socialwrap li::before {content:none;} .entry .shareinpost {padding-left:0 !important}What this will do is get rid of the >> and put the icons to the left lined up with the text. The first line does the chevrons and the second line does the lining up.
all the best and good luck again
regards
AndyPS. The CDN would deffo speed up the loading of your site.
just checked your website and it still has a closing table before the end of the page. Do you have some sort of caching setup?
If your not happy, find your own plugin, I only support my own stuff
Hey MyRCBox
The best (and I think only) solution to this is to move a bit of your theme to a new place.
In the world of wordpress it requires that you have a function called wp_footer(); as the last command in your theme’s footer.php just before the closing </body> tag
At the moment yours gets loaded while inside a table which creates your theme.
What it should look like is this
<?php wp_footer(); ?> </body> </html>this will force the correct loading and placement of the follow tab and also any other plugin’s usage of the wp_footer() function to hook into things.
kind regards
andyyep, damn weird that one. I’m looking in to it now.
For some strange reason your theme designer has chosen to use the z-index property for the wrapper of your website. I’ve not got any idea why, as the rest of the theme does not need it.
Anyhow, to resolve it, add this to your “add your own CSS section”
#follow {z-index:100}I’ve made the z-index 100 just in case your theme designer has taken a funny turn and used it elsewhere.
regards
AndyForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Little Arrows in Google Chromewithout a link to your site it’s pretty hard to decode your theme’s CSS to let you know the exact cause.
I would however start by trying the theme support for the Kubric/Default theme
failing that let me know what your address is
Forum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Dashboard loading problemIf you buy the CDN subscription it will remove the vimeo video from the dashbaord permanently.
The CDN subscription will also make your entire site faster. and support future developments.
Guys,
I’ve made a change to the latest version of Share and Follow so that it checks to make sure that the correct URL is being given by the server, if not it put in the correct stuff.
regards
AndyForum: Plugins
In reply to: Scan Article for First Image, or look for Custom Field (functions.php)Hey then2s,
If your interested at all any more in this, I’ve setup my plugin “Share and Follow” to scan through the image attachments inside the WordPress Media Library for the first available thumbnail.
From that thumbnail it set’s up the following item in the head section
<link rel=”image_src” href=”http://site.com/url/to/image.jpg” />
This is what is needed for Facebook to put an image next to a post inside the Newsfeeds.
It also allows for a custom field called “image_src” with a specific URL as the value, which takes precedence over in Media Library.
It will also if there is no image or custom field “image_src”, it will default back the Author Gravatar image.
http://wordpress.org/extend/plugins/share-and-follow/
This is configurable at a Page, Post, Homepage, Archive page level
check out the video if you want to see what goes on.
All the best
AndyForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Count IconsHey Eliza
Can you check if it’s doing what you want now? I believe it should be ok to do what you want.
apologies for the late reply, been very busy moving house and stuff.
All the best
Andyhehe… yep best not to assume things.
Oh and I’m gonna add the Like button for vkontakte also soon. just had a nice guy on my facebook page show me where all the code is.
Hey ngeorgiev
thanks loads for that feedback, I think it is something I will have to incorporate into future releases of the plugin so that those stats stay on track.
thanks again
Andy