andykillen
Forum Replies Created
-
Forum: Plugins
In reply to: [Share and Follow] Share and Follow Black Baradd this css to your “add your own css” section
#follow .tab {background-image:none}
the best thing to do is to use the tempate tag of
$args= array(
‘facebook’=>’yes’,
‘twitter’=>’yes’,
‘stumble’=>’yes’,
‘style’=>’box_count’,
);show_interactive_links($args);
regards
AndyForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Invalid argument errorI’ve just released version 1.54.1 which fixes that.
regards
andyBondjack,
Yep that was my fault then, causing confusion. I’ve adapted the documentation to match to way the shortcode works. thanks for pointing that out.
regards
andyps. mid may is when the baby is due. looking forward to it all
just checked the site and it seems to be working fine now?
Mythnick,
the CSS code will only effect the follow tab and it’s contents.
regards
Andybondjack,
can you double check the way that you are using the shortcode, because for me I cannot get it to break.
please try
[share_links list_style=iconOnly]
and
[share_links list_style=”iconOnly”]
where the quote marks are vertical and not leaning forwards. In all honesty you are still better off using my_share_links() theme tag if you plan to use this in every post
regards
Andybondjack,
Yes it is a problem I have to fix.
regards
AndyMythnick,
please don’t pepper the form with the same question in many places, it will not get you any quicker help.
Yes it is a CSS problem with your themes CSS where it forces a margin-left: 2.5em
If you want to fix it, then place this in either your theme’s css file or in the “add your own CSS section” of the share and follow plugin
#follow ul li {margin-left:0}
regards
AndyForum: Plugins
In reply to: [Share and Follow] [Plugin: Share and Follow] Icons Don't WorkCan you make sure that you have wp_footer() placed inside your theme inside the footer.php
If it is not there then it will not work.
Otherwise, paste your URL here so I can observe it
there is no ajax/jquery used in the share and follow plugin at present, apart from in the admin screens where it only loads for the Share and Follow admin page.
regards
AndyForum: Plugins
In reply to: [Share and Follow] Share and Follow not broken but showing horrible errorsThese should now be fixed in release 1.53.3
regards
andyForum: Plugins
In reply to: [Plugin: Share and Follow] Activating plugin causes formatting issuesCJ,
I’ve changed the latest release 1.53.3 to have a different name for the funcitons.php file so there are no issues with PHP installs such as yourself.
it’s now called saf-functions.php
regards
andyps. thanks again for the donation.
Forum: Plugins
In reply to: [Plugin: Share and Follow] updating doesn't workHey Patale
Please do check with your hosting agent on limitation to $_POST variable. It is able to handle the amount of data we are sending. Do also try it with another browser just in case that might be the issue.
regards
AndyI can only guess as you have not given me a link to your site but try|
#follow {list-style:none !important; list-style-type:none !important}
add that to the “add your own CSS” section in the share and follow admin screen