osdwebdev
Forum Replies Created
-
Forum: Plugins
In reply to: [OSD Social Media Sharing] Imbedding of videos faildblong2,
Our pleasure, we are glad it is working for you. Good ratings appreciated π
Thank you – OSD
Forum: Plugins
In reply to: [OSD Social Media Sharing] Imbedding of videos failWhen adding the video to the page in the edit screen are you using the ‘add media’ button and then inserting from url? If so in the page edit wysiwyg can you validate that the actual text in the wysiwyg when viewing the ‘text’ tab is: [embed]https://www.youtube.com/watch?v=v7AYKMP6rOE[/embed]
thanks – OSD
Forum: Plugins
In reply to: [OSD Social Media Sharing] Imbedding of videos faildblong2,
If you wouldn’t mind posting a link to your site we can try to take a look, but as the Dynamik theme is paid we are unable to test on it. I would guess there is some theme interference with the plugin. The way the plugin works is once a page is retrieved from the database a stock WordPress shortcode is appended to the page content. Simple, clean, and it uses all stock WP functionality. Hopefully that info may give you a hint in troubleshooting.
Let us know how we can help – OSD
Forum: Plugins
In reply to: [OSD Social Media Sharing] Icons not showing on WooCommerce Product Pagesviablethought,
Default functionality by selecting the products category in the admin screen will render the sharing icons. I would guess that there is some interference with some Woocommerce customizations, or your theme, or you are wanting this to show up on some kind of archive page. This plugin only works on singular pages.
Let us know how we can assist.
Forum: Plugins
In reply to: [OSD Outdated Browser] Popup also shows in Firefox 35.0.1Jaap de Wit,
I am unable to reproduce the issue. When I look at your site, it seems that OSD Outdated Browser is also visible in Chrome. Make sure after setting the OSD Outdated Browser setting to “IE8” that you save those changes. It seems that somehow your settings weren’t saved and it is on the “ALL” setting. Let me know if you find something.
Forum: Plugins
In reply to: [OSD Outdated Browser] Popup partially behind navigationGlad to hear it!
Forum: Plugins
In reply to: [OSD Outdated Browser] Popup partially behind navigationJaap de Wit,
I was able to find it. The problem is a z-index issue. You have placed OSD OB in the footer widget area and that area has a z-index of 1. The quick fix is to adjust the CSS and add the rule:
#footer { z-index: 550; }
Other than that, you can try different widget areas and see if one of those is better. Unfortunately there is very little to do because this is just how your theme is put together.
I hope this information is helpful. Good ratings appreciated!Forum: Plugins
In reply to: [OSD Outdated Browser] Popup partially behind navigationJaap de Wit,
Using the link you provided and using IE8, I do not see OSD Outdated Browser at all. Did you disable the plugin temporarily or take it out of the widget area? It will be difficult to diagnose the problem without seeing it. I suspect there is a z-index issue, but looking at your page, there is no z-index that I can see that is higher than OSD Outdated Browser’s. Let us know once OSD OB is enabled and we can check out the problem. Thanks.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Β»titleΒ« instead of the real post titleC. Nicole,
We’re sorry you’re having trouble with OSD SMS. We are unable to reproduce the issue on our end. Do you have the latest updates installed? In addition, it would be helpful if you could provide and URL and/or a screenshot of the site where this is happening. If you are not able to do either of those things, any more information you can provide would be helpful:
1. Are you testing this on a local webserver (http://localhost) or is it live?
2. Is it happening to all pages/posts, or just a few?Thank you, we hope we can get this resolved for you quickly.
Forum: Plugins
In reply to: [OSD Social Media Sharing] OSD SMS icons don't show on postsYes, everything is working well for us here. I don’t see how OSD SMS is showing up on your archive pages, we’re not seeing that here. Our guess is that some cache is still affecting things. If you find anything else out, do let us know!
Forum: Plugins
In reply to: [OSD Social Media Sharing] OSD SMS icons don't show on postsbyjessica,
Going into a single post shows OSD Social Media Sharing just fine on all browsers for us (specifically on http://www.byjessicalau.com/about-writing/the-voyage-of-writing/). OSD SMS does not show up on your archive page (this is currently not supported). Were you wanting OSD SMS to show on your archive page (and was it showing there before)?
Forum: Plugins
In reply to: [OSD Social Media Sharing] OSD SMS icons don't show on postsbyjessica,
We’re sorry that you’re having a problem. It would be great if you could provide a URL so we can see exactly what the problem is. However, we have a few thoughts as to why this might be happening. Here are a few things you can try.
1. Make sure to refresh the pages once their loaded. Try clearing your cache too. We suspect this is the issue. Does the “Share this:” text show up on the page, or not?
2. Make sure that if you have a cache plugin you try to refresh the cache as this could be messing things up too.
Unfortunately that is all we can suggest do to not being able to see the site in question. You don’t have to post a URL directly to this thread if you do not want to. You may send it to our email at [email protected]. Let us know if your issue gets resolved!
Forum: Plugins
In reply to: [OSD Social Media Sharing] Pinterest button not changing to custom optionNo problem, thank you for reporting the issue. Good ratings appreciated!
Forum: Plugins
In reply to: [OSD Social Media Sharing] php function ?Li-An,
You could always call the class and get the output manually with something like this..
$sms = new OSDSocialShare(); echo $sms->replace_shortcode();This will produce the exact same html as the shortcode
Forum: Plugins
In reply to: [OSD Social Media Sharing] php function ?Li-Ann,
The plugin should work fine on custom post types. You must select the box on the settings page for it to show automatically on them. The other option to display it anywhere you like is the built in Shortcode:
[osd_social_media_sharing]
Let us know if these options solve your trouble – thanks OSD