Applian Technologies, Inc.
Forum Replies Created
-
Thank you again. I’ll do that. Appreciate your help.
Debbie
Hi,
Thanks so much for the reply. I’m not exactly sure what you’re asking but hoping this helps:
Memberpress plugin: it’s a paid plugin so they are not in the repository. If you email me directly, I’ll give you access to my admin. But maybe what I’ve included below helps.
Here is an example of the text editor when editing a Memberpress reminder email:
<div id="body" style="width: 600px; background: #EEECDD; margin: 0 auto; text-align: left; padding: 0px 20px 20px 20px;"> <div class="section" style="display: block; margin-bottom: 24px;">Hi {$user_first_name},</div> <div class="section" style="display: block; margin-bottom: 24px;">We don't want you to miss out on this big discount. Join Guitar Animal now before your free trial expires to get 20% off your membership forever. You can cancel at any time. No hassle!</div> <div class="section" style="display: block; margin-bottom: 24px;">Your 7-day free trial will end in just one day on <strong>{$subscr_expires_at}</strong>.</div> <h3 class="section" style="display: block; margin-bottom: 24px;"><a href="https://guitaranimal.com/join/trial-expiring-discount/"><strong>Click this link before your trial ends for 20% off your membership!</strong></a>? That's just $10.36 per month!</h3> <div class="section" style="display: block; margin-bottom: 24px;">Rock On!</div> <div class="section" style="display: block; margin-bottom: 24px;">- Your friends at Guitar Animal</div> </div>
And here is the Memberpress email template in their plugin:
<?php if(!defined('ABSPATH')) {die('You are not allowed to call this page directly.');} class MeprUserSubRenewsReminderEmail extends MeprBaseReminderEmail { /** Set the default enabled, title, subject & body */ public function set_defaults($args=array()) { $this->title = __('Subscription Renews Reminder Email to User','memberpress'); $this->description = __('This email is sent to the user when triggered.', 'memberpress'); $this->ui_order = 0; $enabled = $use_template = $this->show_form = true; $subject = sprintf( __('** Your %1$s', 'memberpress'), '{$reminder_description}' ); $body = $this->body_partial(); $this->defaults = compact( 'enabled', 'subject', 'body', 'use_template' ); $this->variables = array_unique( array_merge( MeprRemindersHelper::get_email_vars(), MeprSubscriptionsHelper::get_email_vars(), MeprTransactionsHelper::get_email_vars() ) ); $this->test_vars = array( 'reminder_id' => 28, 'reminder_trigger_length' => 2, 'reminder_trigger_interval' => 'days', 'reminder_trigger_timing' => 'before', 'reminder_trigger_event' => 'sub-renews', 'reminder_name' => __('Subscription Renewing', 'memberpress'), 'reminder_description' => __('Subscription Renewing in 2 days', 'memberpress') ); } }
And here is the Memberpress email CSS:
.mepr-edit-email-toggle { margin-left: 5px; } .mepr-edit-email input[type=text], .mepr-edit-email textarea { width: 500px } .mepr-emails-pane { margin-left: 15px; } .mepr-edit-email textarea { min-height: 300px; } .mepr-emails-wrap label { display: inline-block; min-width: 275px; width: 275px; max-width: 275px; } .mepr-emails-wrap textarea, .emails .legend-pane { display: inline-block; vertical-align: top; } .mepr-emails-wrap .legend-pane { padding-left: 10px; /* border: 1px solid #DFDFDF; border-radius: 3px; -webkit-border-radius: 3px; margin-left: 10px; */ min-width: 200px; max-width: 200px; width: 200px; }
Thank you again!
Debbie
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Results order Divi Extra ThemePerfect! Thanks so much.
Debbie
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Results order Divi Extra ThemeThank you for your reply. However, adding that to functions.php did not help. Actually, it made all searches result in “no posts found”.
Still hoping you can assist.
Thank you.
Forum: Plugins
In reply to: [YouTube Embed] LightboxWe have not added any specific support for lightboxes. However, some of the lightbox plugins available will automatically convert YouTube videos.
Applian.
Forum: Plugins
In reply to: [YouTube Embed] Vixy just says: An error occured. Please try again laterI’ve checked the source of that page and can see that Vixy isn’t generating the YouTube code – you must have something else installed that’s doing it. Do you have Jetpack installed, for instance?
Applian.
Forum: Plugins
In reply to: [YouTube Embed] embed Playlist still not workingAhh, a good spot. I’ll take a look into it to get it fixed.
Applian.
Forum: Plugins
In reply to: [YouTube Embed] embed Playlist still not workingDoes the video appear if you put…
[youtube]sORF_Vm345w[/youtube]
Applian.
Forum: Plugins
In reply to: [YouTube Embed] embed Playlist still not workingIs it the individual video you’re trying to embed or the playlist?
Applian.
Forum: Plugins
In reply to: [YouTube Embed] Allow download link but remove MP3 and shareasell linkDetails are in the link we provided above.
Please let me have a URL of a page where the links are showing on your site and we’ll look to see if we can work out why they’re all showing.
Applian.
Forum: Plugins
In reply to: [YouTube Embed] Allow download link but remove MP3 and shareasell linkThere are further details here, including how to add your own links…
https://vixy.net/yte/documentation.php#Video_Download_Links
Applian.
Forum: Plugins
In reply to: [YouTube Embed] Allow download link but remove MP3 and shareasell linkThe download links option will display both the video download and MP3 links – you can’t choose which one to show. The affiliate link should only display if you’ve provided an affiliate ID in your options screen. If this is not the case let me know.
Applian.
Forum: Plugins
In reply to: [YouTube Embed] Allow download link but remove MP3 and shareasell linkAre you using the latest version of the plugin – the download links shouldn’t appear by default. Alternatively, there’s an option in the Profiles to switch off the download links.
If you can’t work it from that please provide a URL to where you can see it and we’ll look at it further.
Applian.
Forum: Plugins
In reply to: [YouTube Embed] is this plugin work for all tube sites?It will work for any YouTube videos that can be embedded.
Applian.
Forum: Plugins
In reply to: [YouTube Embed] WordPress 4.0 issue?Hi,
Sorry to hear you’re having problems. We’ve been testing the plugin with WordPress 4.0 for a while, and we’ve had no problems.
Can you provide us with a URL to a post/page where the video isn’t displaying correctly?
Applian.