toastiestudio
Forum Replies Created
-
Thanks for the links, helped me get it fixed. If you reinstall/update it now everything should be working fine (least it does on my test server).
Hi,
Do you have a link to your site so I can take a look?
I don’t have the problem on my site, so it will help to work out why.
ThanksTo reorder where the links come you would need to change the hook I use.
At the moment I use woocommerce single product summary hook 31 which places them just below the add to cart button.So in your themes function file you would need to remove that hook and add a new one with a different number and name.
remove_action( 'woocommerce_single_product_summary', 'toastie_wc_smsb_form_code', 31 ); add_action( 'woocommerce_product_thumbnails', 'toastie_wc_smsb_form_code' );
That would move the share buttons to below the image, but above the thumbnails.
Forum: Plugins
In reply to: [Woocommerce Social Media Share Buttons] Product Images Doesnt AppearAdding a plugin that adds some social media meta tags to your sites headers usually helps fix this.
I personally use Yoast SEO as it offers a complete seo and will add the meta tags for you.
https://nl.www.ads-software.com/plugins/wordpress-seo/Forum: Reviews
In reply to: [Woocommerce Social Media Share Buttons] Very Good PluginHi Stardrive,
I took a look at it and found where it makes the buttons always shop at the top of a page and have an update coming out over the weekend that will fix that.
Thanks
Toastie StudioCan you try uninstalling and reinstalling the plugin and see if the same error occurs?
If it does can you try installing another plugin to see if that also causes the error?Do you have any other plugins that are not up to date? As it seems to be getting the error about plugin updates, but I haven’t seen this error myself before, nor when I just tried reinstalling the plugin from www.ads-software.com on my own site.
I don’t see the css affecting the element currently, but I released an update with the css in it so try running the update.
Hi,
Sorry I never receieved any further messages so assumed it was resolved.
Now you have the plugin active on your site I can see where the problem is occurring.
The problem is caused by your themes css file, some of the counters use a iframe and your theme is adding a margin and some padding, but only to some buttons..homewrap iframe { width: 580px; height: 300px; padding: 0px 10px 5px 0; margin-top: -5px;
If you are able to add custom css to the theme this is what you need to add.
.woo-social-buttons iframe { margin: 0px; padding: 0px; }
Otherwise I will bring an update out over the weekend that also includes it.
I released an update (1.1.0) today that address some alignment issues. Can you try the latest update and see if it resolves your problem?
I was not able to see for sure if it will fix your exact problem as currently I get error 404 when I view products on your site, so can’t see what causes them to go out of alignment.
Just released a new update (1.1.0) that fixes the alignment issue, and a few extra things.
It is to download via WordPress plugin, and should be able to update through your WordPress admin updater soon.Hi,
I am working on an update that should fix this issue, should come out later today or tomorrow.Hi,
I am working on an update that should fix this issue, should come out later today or tomorrow.Discussed the problem with the client and they decided to stop using the maps, so don’t need to resolve the issue anymore.