osdwebdev
Forum Replies Created
-
Forum: Plugins
In reply to: [OSD Social Media Sharing] Images not showing when posting to facebookMichmorgan01,
If this is the gray man you are seeing, that is the avatar for comments users. Facebook automatically scrapes the page for images. If you have multiple images on your page, you should be able to click through them on Facebook and select which image to share. If you can provide a URL for us to test we can make sure that is the problem. You can either reply here with a URL or email us at [email protected].Forum: Plugins
In reply to: [OSD Subscribe] Unable to Import CSV of SubscribersSwake,
Make sure that your CSV is formatted correctly and that the file name shows up next to the “Choose File” button before you hit submit. If you need to see how the CSVs are formatted, export your current subscribers. Another potential reason this might not work for you could be your server reaching its file upload size limit or if file uploads are disabled altogether. We have never had a problem with importing from a CSV so it seems odd that it’s not working for you.
Forum: Plugins
In reply to: [OSD Subscribe] How to disable sending notification on post updatescrea8ive53,
That is a great question. The workaround you found will work and is honestly the best solution. It will not delete your settings or subscribers. However, you can always back up your subscriber list by exporting it. We understand that this is a terrible UX and that it is definitely not an ideal workflow, however, as a team we have stopped working on OSD Subscribe because it is considered bad practice to potentially send hundreds of emails to users with WordPress’s built-in email function (along with several other reasons). We recommend moving to our OSD Mailchimp Forms plugin and getting a free MailChimp account to manage your users.
Forum: Reviews
In reply to: [OSD Blog Search Widget] Good simple pluginThank you!
You will have to be more specific. If you want the search icon to be inside of the input box, you will need to style that Yourself. OSD Blog Search Widget does not come pre styled as of now.
This issue should be fixed in the newest release. Good ratings appreciated!
Forum: Reviews
In reply to: [OSD Social Media Sharing] These guys are on point!Thank you ~!
Forum: Plugins
In reply to: [OSD Social Media Sharing] Icons not showing on WooCommerce Product PagesThank you for the helpful description and screenshots. I hope that others looking for this solution stumble across this thread!
Forum: Plugins
In reply to: [OSD Social Media Sharing] Icons not showing on WooCommerce Product PagesAfter looking through Woocommerce filters there happens to be one at your disposal that should solve your dilemma. Try adding this code to your theme functions file:
function add_osd_sms_under_wc_categories() { echo apply_filters('the_content', "[osd_social_media_sharing]"); } add_action('woocommerce_share', 'add_osd_sms_under_wc_categories');
I would advise making a child theme of Impreza so that you do not lose your changes if the theme updates. I would advise that anyways for your custom CSS etc if you are not already developing that way.
Let us know if that works – OSD
Forum: Plugins
In reply to: [OSD Social Media Sharing] Icons not showing on WooCommerce Product PagesI have received the email. The site looks good btw. Where exactly were you wanting OSD SMS icons to show up? I’m having trouble figuring out what exactly you’re trying to do.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Icons not showing on WooCommerce Product PagesAlso, since you mentioned an archive page, OSD SMS currently ignores placing icons on an archive page. Otherwise many instances of OSD SMS would show up.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Icons not showing on WooCommerce Product PagesAbsolutely. you may email us the URL at [email protected]
Forum: Plugins
In reply to: [OSD Social Media Sharing] Icons not showing on WooCommerce Product PagesAwesome. OSD SMS’s short-code functionality comes in very handy. Good ratings appreciated ??
Forum: Plugins
In reply to: [OSD Social Media Sharing] Icons not showing on WooCommerce Product PagesIs it possible to share a link with us that should be rendering the icons and is not?
Thanks- OSD
Forum: Reviews
In reply to: [OSD Social Media Sharing] Nice, simple, flat design.Thank you!