[Plugin: Jamie Social Icons] Broken after update
-
hello,
since the last update the plugin I created some problems, you just changed the css?
thanks
-
Hi giampietro
What problems are you experiencing since the last update?Hello,
twitter icon is not displayed anymore, you see the link just in front-end, and I think it goes into conflict with some other plugin.
If you restore the previous version works fine.
This is the list of plugins I have installed:Advanced Custom Fields: 3.2.9
All in One SEO Pack: 1.6.14.5
Images Categories: 1.1
Content Slide Plugin: 1.4.2
Duplicate Post: 2.4.1
Jamie Social Icons: 0.9.3
Jigoshop: 1.2.3
JigoShop Statistics: 1.0.1
Table Rate Shipping for Jigoshop: 2.0.3
WP-Mail-SMTP: 0.9.1
Wysija Newsletters: 2.0.4I have just installed all of the mentioned plugins (except Table Rate Shipping for Jigoshop: 2.0.3 which is not a free plugin) and the twitter icon is still showing so not a conflict with any of the plugins. Can you send me a link to the site so I can see if all the files are being pulled in. In this update I have added function to add the scripts to the header and the footer, does your theme have the
<?php wp_footer(); ?>
in the footer.That is the only way I am able to break the plugin and show what you are are experiencingHello martiniboy,
here the site https://www.bagghyvenezia.com/product-category/bagghy/
who is with the old version.
Here is a screen shot of the icons,
https://dl.dropbox.com/u/16068875/jamie-icons.png
and lacks Google Plus.
In addition, the back-end has slowed down a lot.
thanks for your interest ??Hi
When you are logged in do you see the admin bar along the top of the front end of the site?, looking at the source code of the site all of your scripts which should be within your<head><\head>
are within the body tags and the usual code which is added to the bottom of the site is not there.
This implies to me either<?php wp_head(); ?>
is not within the head tags in the header.php or the<?php wp_footer();?>
is not in the footer.php just before the closing body tag
Would you be able to show what is in your header.php and footer.php so I can rule that outsame problem here!
The tweet button disappeared and we just see the letters saying twitter, the google + button totally disappeared.
The likes appearing on the plugin are not the same as the likes on facebook page! I guess this plugin is working truly weird…!Analuciadacruz apologies for what you are experiencing, as I said earlier is that the only way I can replicate what you are experiencing is if I remove the
<?php wp_footer(); ?>
from the themes template. Which site are you experiencing this on, which theme?
Sorry if I am not any help but it is difficult to troubleshoot without being able to replicate the issue, in your other posts you mentioned tat you had a couple of sites are you having the same issue on all your sites or just the one?
Would you be able to switch temporarily your them to the twenty ten or twenty eleven theme please to rule out theme related.Hi martini boy!
I’m experiencing the issues on both sites, even though I have different themes on them.
I also experience the same difficulties with the twenty ten theme.Is there another issue i’ve mentioned above which is the problem of not having the like button from facebook connected with the likes on facebook.. so sometimes I have something like 50 likes in one place and 10 on the other.
I’m not complaining, I just think that reporting the problems will help to improve the plugin..
Thank you for your support! ??
Hi Martiniboy, I have an issue on 2 separate sites today with your plugin, the facebook button sites about 50px above the rest of the buttons. Any idea why this is happening?
Thanks, great plugin, legend!
Analuciadacruz apologies in delay in getting back to you, and thanks for the feedback I appreciate knowing the problems so that I can improve on the plugin. Not sure what you are meaning about different amount of likes on FB page and to the website page, the likes on the web page are connected to the website and not to your FB page, or am I misunderstanding what you mean.
Could you send me link to sites so I can see the code to see whether the scripts are being pulled into your footer and head for the twitter and google plus buttons, I cannot replicate what ou are experiencing – also any other info, I have tested on both windows and Linux servers but to no avail.
Dorimedia could you also send me a link, I will see what I can do, was it working on previous versions ?
Are you both on latest version of WordPress?
I will try to get to the bottom of this over the weekend, but am struggling for find reason for different issues on different sites? Yet all of my themes/sites I have not experienced any of the problems, but I could well be missing something!Hi martiniboy!
The links for both websites:
picpuffin.com
invisiblegentleman.comI thought that the likes on the website and the ones on the facebook were supposed to be connected. But maybe i was the one misunderstanding that.
Thank you for your kind support!Hi analuciadacruz
I am determined to get to the bottom of this, this weekend, would you be able to alter a line of code in my plugin, on line 224 ( last line of code on jamie-social_icons.php)
You will see
add_action('wp_footer', 'jamie_add_my_footer_scripts');
And replace it with
add_action('wp_enqueue_scripts', 'jamie_add_my_footer_scripts');
I am not sure whether this will change anything
Mail me and I will try to help out more
Apologies for this but as already said I cannot replicate what you are experiencing so cannot test.
ThanksHere’s the link to my site with the issue… https://waikatosocialmedia.co.nz
Facebook button sitting above the rest of the buttons, and I have another site that is doing the same thing, but it’s not live yet.
Thanks!
Hi dorimedia
Looking at your source code you have p tags being added within the ul list, and even more strange a closing p tag at the start of the ul (without an opening tag??) which is causing the first icon to be misplaced.
On the two sites which you are experiencing this on have you any plugins or functions which are the same other than my plugin? If you deactivate/ remove them temporary does anything change? Are you using the automatic show of the icons, or adding the code into the template?
This may not be related but are both sites without the www, all of the sites which I cannot explain why the issue is happening all seem not to have www. This is probably just a coincidence but was just wondering.
I will look further into what would cause p tags to be added .
- The topic ‘[Plugin: Jamie Social Icons] Broken after update’ is closed to new replies.