martiniboy
Forum Replies Created
-
Forum: Plugins
In reply to: [Jamie Social Icons] Alignment issuesHi breadysf
Apologies for delay in replying, it looks like the icons are being wrapped by p tags which is causing the style misalignment. How have you added the icons automatically, or by adding the code into the template??? It will be difficult to pin point with css to alter the style, so it is more of the case to see why the p tag is wrapping it.
I will try to help out as much as I can but currently not at my computer as often as I like.Forum: Plugins
In reply to: [Jamie Social Icons] Number counts not matchingHi adab
It looks like an error in my coding, when I first added the icons you could either add them to the top or the bottom, since updating to show in both locations I didnot update the code for Pinterest. I will hopefully will rectify it in my next update. PC is in a box at the moment waiting for me to move so once settled in will have an update. apologies for any inconvenience
Forum: Plugins
In reply to: [Jamie Social Icons] NextGen GalleryHi ugrinwald
Unfortunately my plugin does not work with images only different post types. In a future release I will look into adding this functionality but then it will be dependent on NextGen installed so will see. Not sure whether this will be of interest to you https://www.bluejprojects.com/social-media/add-facebook-like-pinterest-pin-to-nextgen-gallery-images-in-wordpress/
Forum: Plugins
In reply to: [Jamie Social Icons] Facebook Like& Count not appearingHi Gelgen
Apologies for delay in getting back to you, unfortunately my plugin takes the code straight from the Facebook API so if the API is down it has a knock on effect on mt my plugin. I have noticed though when Facebook are doing work on the API the Like button disappears for a few hours (6 hours is the max that I have noticed) but if you change the language of the buttons they reappear – OK in a different language but they are there. I hope that helps!!Forum: Plugins
In reply to: [Jamie Social Icons] HTML5 Validation errorsHi Rich
Apologies for delay in getting back to you, in process of buying a house so spare time taken up by bank managers and DIY shops!!
Anyway to the validation errors you could change the span to a nav, aside or just a div. I will need to look into the xml errors as these code are generated from the social sites if there is validation errors it may not be possible to correct. I will try to keep you updated asap but may be a couple of weeks before I get to sit in front of my PC and not look for curtains or bath tubs etc!!
Apologies if this has caused any inconvenienceForum: Plugins
In reply to: [Jamie Social Icons] Fatal ErrorHi aroyaldaughter
Apologies for the problem that you are having, it appears that another plugin which you have installed has the same function name as one of mine. Ok this is going to be a tricky one to walk you through, are you able to access your site still with the fatal error? If so try to uninstall each of your plugins one by one and after each one try to uninstall mine until you manage to remove mine.
If that does not work or you are not able to access site let me know and I will try to help more, it is currently 3:10am so will try to reply ASAP.
I will try to update my plugin ASAP to correct this conflict. All apologies for the inconvenience this has caused.Forum: Plugins
In reply to: [Jamie Social Icons] icons vertically not aligned properlyHi cstogner just updated plugin to V0.9.8.2 this should solve issue of content disappearing when you set it to the top and adjusted the css to counteract your themes css. Any problems let me know
Looking through the support forum of Timely this guy had same problem https://help.time.ly/customer/portal/questions/568398-error-with-formatting-at-top-of-single-event-pages not sure if that will help.
No problem, I will look at adding that functionality for the home page if it is a news page in a future update.
Hi fmevans
Is your client same page showing the latest posts? If so the page is not a static page so does not have its own loop, well as a page anyway. When adding the shortcode it is added to the individual posts hence the buttons sharing the posts rather than the page. When added to static pages it will share the page as a whole.
You can add the code within the template to be able to like the page as a whole, be very careful adding code to the template files and if you are at all unsure get a developer to add it.If I am wrong about the home page showing the latest posts send me a link then I can see what your are meaning.
Hi I understand your frustration, but we have already established that it was not down to my plugin why this issueis happening, I can help you if you would like but would appreciate your understanding that I am asking questions to find what is causing it. As the timely forum support stated that others have had the same problem, it is obviously an issue with incompatible code somewhere in the the theme/plugin but as my plugin is deactivated and the problem is still there it does rule mine out but am still trying to help you. If you feel the need to post bad things about my plugin go ahead I make no financial gain from this I was only trying to help. So my plugin has not caused you many hours an issue with your theme and plugins installed has caused the issue
Any way I asked about you adding the code I to the template because in your earlier reply you said that you were using the template code which needed to be added to template to be used so confused now as to how you added it if you did not amend any files? I will try to find the theme that you are using and install it in test to see if I can replicate the issue which then I may make sense of what is causing it.Thanks Kschiling
Is this a downloaded theme or one you have created yourself? When you added the code into the template file could you have put it inbetween some code – it looks like alot of your scripts have come into the main body as if something has been un-closed, is it possible to show the template file that you added my template code to?
Looking through the timely forum I think that it is a reply to your post help.time.ly/customer/portal/questions/588433-all-events-show-text-at-very-top-of-window but also others have had similar issues have you changed your theme to twenty eleven theme to see if it still happens as they suggested?
My thoughts are that when you added my template code to the template that you deleted a bit of code by accident if this occurred only when you added my plugin.
I do try to stress as much as possible that if unsure of editing template files don’t do it because cause issues. Did you make a backup before editing the code? If I can help in any way let me know it is looking like it is not an issue with my plugin rather user error.Try switching themes if it works you know what the problems is rather than us guessing.
Hi Kschilling
Am I understanding you correctly, you have deactivated my plugin and removed the template code from the template and that extra text is still appearing at the top of the page? If so that would mean that it is not my plugin which is causing it, because there is no reference to my plugin left in your site, unless the events plugin is calling its functions the same as me, mine are pre named as jamie_social so unlikely anyone else will use them. That is the only way any remnants of my plugin are left in your site.Send me a link to you site and I will take a look but not sure what I will be able to do if you have uninstalled my plugin. What theme are you using? Are all your plugins and WP version up to date?
Forum: Plugins
In reply to: [Jamie Social Icons] Change the order and alignment issueHi
I don’t see the problem on the link that you gave me you were only showing the Facebook button from what I could see? To add extra space between the FB like button and the google plus button add in your style extra padding on the li.
So in your themes stylesheet add
.jamie_social li {
padding-right: 5px;
}
Change the 5 to whatever distance you wantWith changing the order it is something I am looking into but currently is not possible to with my plugin.
Forum: Plugins
In reply to: [Jamie Social Icons] icons vertically not aligned properlyHi Ameet
Those changes that you made did not make The Facebook Like button disappear it looks like something has changed at Facebook and none of the likes are working, currently looking into it.