osdwebdev
Forum Replies Created
-
Forum: Plugins
In reply to: [OSD Social Media Sharing] Can′t share posts in FBpmehlem,
I’m sorry you are having a problem with this. This seems to be a problem with server settings or a DNS issue. With that said, we do not have trouble sharing posts or pages on your site.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Pintrest Share Button not workingtheunseengale,
Thank you for the URL. The problem is that in your stylesheet the “#mk-theme-container” has a z-index of 200 while the pinterest image picker for OSD-SMS has a z-index of 100. This means the the theme-container is being displayed on top of the pinterest image picker. This makes it appear like the pinterest button isn’t working.
To fix this, add a style to your css.
.osd-image-picker-modal { z-index: 200; }
You can make that value higher if you want, but it should only need to be set to 200.
Let us know if you are still having problems.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Not displaying correctly in Internet Explorerjschwem,
Thank you for those links and screenshot, they are very helpful. I was able to reproduce the issue in IE8. Your client is either using IE8 or has their internet explorer set to render in IE8 mode in the developer tools.
This issue is occurring because IE8 does not support the CSS property “background-size” which is used to size the images in the sprite to their correct size.
OSD Social Media Sharing does not support IE8 and we did not create the plugin with IE8 in mind. You could still get it to work most likely by adding custom images to all of the links instead of using the default image sprite. If IE8 is something you need supported, I recommend you use a different plugin.
I hope this information was helpful. Thank you again for the links and screenshot.
Forum: Plugins
In reply to: [OSD Social Media Sharing] link in the newest article doesn′t workpmehlem,
I’m sorry that you are having trouble with this. However, once again, we don’t have any problem sharing your posts on facebook. I don’t really have any thoughts about what could be causing it either.
Forum: Plugins
In reply to: [OSD Social Media Sharing] link in the newest article doesn′t workpmehlem,
Thank you very much for the link, that is always very helpful. We have no problem sharing that page on Facebook. Are you still getting the error?
Forum: Plugins
In reply to: [OSD Blog Search Widget] When there is no resultGuilhermaeavilla,
I have a few questions regarding your site.
- Do you have a blog?
- Do you have to be logged in to view the blog posts?
- Where is the blog search box located?
If your theme search.php file includes an additional search box that you do not want, you will have to remove it.
Thanks!
Forum: Plugins
In reply to: [OSD Social Media Sharing] Links have stopped workingnickonionring,
I am very sorry for the late response. Thank you very much for the URL to your site. That will speed things up quite a bit.
It appears that your theme is not calling wp_footer(); in your footer. Our JS (which is used to control link opening) is inlined in the footer. Without calling wp_footer, this will never happen.
I hope this information was helpful, if that doesn’t fix the issue, just respond back here.
Forum: Plugins
In reply to: [OSD Exclude From Search Results] Term Metadata changes in WP 4.4psn,
Thank you for this information. We will try to address it as soon as possible.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Remove Share This Labeljelly_bean,
Due to a small bug we haven’t addressed yet, if there is nothing in some of the admin page’s input fields, it will replace them with their default text. A simple way to work around this until we get a fix out is to put a single space character in the input. This will prevent the default value from loading back in.
Let us know if you need anything else.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Buttons on Archives/Main PageAh yes, I see what is happening here. OSD SMS shares the page you are viewing. In this case it is sharing your homepage because that is the actual page being viewed. If you know some JS or PHP you could work around this issue, possibly, on the homepage now that you know how the plugin linking works off of the data-url.
If you are wanting a custom add-on to our plugin to allow an exception for this kind of usage we don’t have time to add it right this moment, but if you do write one up we can add it into a release.
apologies that the answer, most likely, is not what you are looking for
Forum: Plugins
In reply to: [OSD Social Media Sharing] Blog URL identified as HTTPS by mistake – SolutionMattRaynerDBS,
Thank you very much for noticing this. We had some trouble with our repo and lost the last revision without noticing it. I have pushed a new fix and all should be working now. Thank you again.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Buttons on Archives/Main Pagenyhc99,
I am sorry that you are experiencing some difficulty with OSD SMS. I have some initial thoughts on this. The way the plugin works is it takes a data attributes off of the icon link and uses them to build out the right linking, images, preview text, etc. Can you validate the the data-url attribute looks correct on your page and that there are no blocking JavaScript errors. IE..
https://screencast.com/t/2OBpXKxkRi9c
If you could send a link to the page in question that would help us troubleshoot your issue.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Remove "to" email address by defaultcrochetedowl,
Until we release an update that fixes this, there is a simple workaround you can do. To fix this issue, type a single space character in the “Email Sharing ‘To:’ Address” field and click save.
Let us know if that is not clear or if it helps. Thank you for using OSD Social Media Sharing!
Forum: Plugins
In reply to: [OSD Social Media Sharing] Add twitter username to twitter shareUnfortunately, there is no direct icon you can use. I have split out the twitter icon for you and put it here: https://www.filedropper.com/twitter. Let me know if this link doesn’t work, this is the first time we have used this site.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Add twitter username to twitter shareI somehow missed this message from you. The following screenshot details how to get your desired custom url working. Cheers!~