Thad Allender
Forum Replies Created
-
Forum: Plugins
In reply to: [Sell Media] Website unavailableHi there,
You likely missed one of the steps listed here:
https://visualsociety.com/support/customize/custom-domain-name/
Please review each step, confirm the settings are set correctly on CloudFlare, and reach out to us on Live Chat at VisualSociety.com if the issue persists.
Hope that helps!
Forum: Plugins
In reply to: [Sell Media] Very large table (sm_sessions)What version of Sell Media are you using? Sessions should be being wiped by your server. If they are not, then yes, feel free to empty the table. It just saves user sessions (used for shopping cart).
Forum: Plugins
In reply to: [Sell Media] Titles for ThumbnailsWhat is your website url?
What version of Sell Media are you using?
What theme are you using?
Forum: Plugins
In reply to: [Sell Media] Titles for ThumbnailsThere is a setting for that on Sell Media -> Settings -> General -> Titles
Forum: Plugins
In reply to: [Sell Media] Modify [sell_media_item id=”1234″]Can you post your code as a Gist?
$id refers to the current $post->ID.
Forum: Plugins
In reply to: [Sell Media] Stripe payment optionsWe use Stripe Checkout. Stripe controls the UI for Stripe Checkout. They don’t allow anything other than CC for now.
Forum: Plugins
In reply to: [Sell Media] Allow Quick View OnlyIn the next version, you will be able to accomplish this with some custom CSS. For now, it’s not possible.
Forum: Plugins
In reply to: [Sell Media] email fields overide all other email settingsWe filter the name and email fields in the wp_mail() function. This is a global change, as you noted, so it does effect all usages of wp_mail().
Can you elaborate on the use case for having different outgoing name and emails from your site?
Forum: Plugins
In reply to: [Sell Media] Update plans for the future?We have a lot in the works ?? We will share with all users in the next few months.
We use GitHub for all our coding, and you can follow all the new developments here:
https://github.com/graphpaperpress/Sell-Media/commits/vue.js
We’ve been working on these changes (and lots of new features) for the last 6 months.
Forum: Plugins
In reply to: [Sell Media] Plugin questions1. No, Sell Media includes it’s own “custom post type” which operates like a gallery itself. It doesn’t integrate with other post types.
2. Yes, Stripe: https://graphpaperpress.com/plugins/sell-media-stripe
3. You’ll need an SSL certificate to use Stripe. If SSL and server configs intimidate you, then you might consider using our hosted version at https://visualsociety.com.
4. Yes, otherwise it wouldn’t be here on www.ads-software.com ??Forum: Plugins
In reply to: [Sell Media] PayPal says “cart is empty”I’m 99% sure this is related to caching. Make sure you disable caching on your checkout page
Forum: Plugins
In reply to: [Sell Media] Is there a way to disable digital downloadsNot really. If you don’t want to sell downloads, then I’d suggest you just upload Galleries using native WP functionality.
Forum: Plugins
In reply to: [Sell Media] Error on fresh installationFeel free to post any specific issues related to PHP 7.1 to GitHub:
https://github.com/graphpaperpress/Sell-Media/
We are using PHP 7.0 and there are no warnings. I’d be curious to know if the warning is something specific to PHP or Sell Media.
Forum: Plugins
In reply to: [Sell Media] Payment gateway listThe plugin supports PayPal and Stripe. We do support the ZAR currency.
Forum: Plugins
In reply to: [Sell Media] Prevent Right Click Save As / or Mobile Screen ShotWe have a Watermark extension that integrates with Sell Media:
https://graphpaperpress.com/plugins/sell-media-watermark/
Actually, you aren’t downloading the full-size image. You are actually downloading the largest public size. We put the original full size image in a protected directory and then switch the largest public size in wp-content/uploads/ directory.