na1man
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Visual Sitemap] exclude some pagesThanks! Also I would like to include the sitemap in the footer of the blog but it doesn’t show correctly except maybe on mobile. Can you recommend something?
Forum: Plugins
In reply to: [Strong Testimonials] duplicate gravataryes the issue seems to be resolved now. I don’t know how it was fixed. I guess miracles can happen ??
Well I wanted those pages to be children of other pages. But the plugin suggests it should be top level on the website.
Forum: Plugins
In reply to: [Strong Testimonials] duplicate gravataryes that’s because I modified the CSS. if you want I can remove it. But now you can see the text and the picture don’t align harmoniously. maybe there’s something not normal here? here is the css code:
.testimonial-image .avatar
{
float:left;
width:100px;
height:100px;
border:6px solid #fff;
border-radius:50%;
box-shadow:1px 1px 5px #A8A7A7;
position: absolute;
left: 23px;
}I have an update: now some posts appear at the end of the post but I don’t want them to. I already have the sidebar. You can have a look here: https://ibb.co/dp1ZfGy
I think it’s the featured and related posts that appear here. I don’t want to because it appears a bit spammy. How come they show up like that? is it a bug? there’s no control about it.
Wait I’m really happy with your plugin. I find it beautifully designed and I want to keep it (otherwise I would use SIMPLE MEMBERSHIP).
Is there something to automate the subscription process so I can sleep a little bit? Otherwise, I think I will hire a human to monitor payments are up to date (surely me…)
Forum: Plugins
In reply to: [Direct Stripe] Button on blogI was thinking of a webhook…
Forum: Plugins
In reply to: [Direct Stripe] Button on blogAlso I have a new question: I started a membership site on the blog and now I have the subscription that’s working.
When a reader subscribes, and the payment is OK, I want the reader to go to the page where he can register (it will be hidden so people can’t become members for free).
Plus, when the subscription ends, I want to cancel the account of the reader.
Can you help on that subject?
Forum: Plugins
In reply to: [Simple Membership] direct stripeOK it worked by disabling direct stripe and adding “”. But now I wonder if I could use the subscription button in test mode. How do you do that because nowhere you can switch in test mode.
Forum: Plugins
In reply to: [Simple Membership] direct stripedo you have a solution for a donation button? because I can’t only have a subscription button… direct stripe allows me to have several types of button!
Forum: Plugins
In reply to: [Simple Membership] direct stripePlus I tried your subscription button but it’s not showing up! Here is the shortcode I use. I had those kind of problems with stripe buttons and usually creating a new page solved the problem. Here it’s not the case: [swpm_payment_button id=”2362″]
Forum: Plugins
In reply to: [Simple Membership] direct stripeYou know I want to make sure, before someone has access to my premium content, that he paid the membership fee. The stripe button should redirect someone who paid to a web page so he can register.
Simply put: do I have to use your subscription button or can I use the one from Direct Stripe? Everything’s fine on my website except the registration process.
In my mind: someone makes a subscription using stripe button, then he/she receives a special link that shows he/she paid and then he can register. My subscription button doesn’t do that stuff.
registration page:
Free membership is disabled on this site. Please make a payment from the Join Us page to pay for a premium membership. You will receive a unique link via email after the payment. You will be able to use that link to complete the premium membership registration.
Forum: Plugins
In reply to: [Direct Stripe] Button on blogOK of course you were right: I wasn’t using the ID of the button LOL. ?? Now it works fine, I even managed to have a subscription button.
One last thing though: can you confirm that the following javascript should detect when a reader of my blog clicks on the stripe button (the id is mine of course).
$("#ds-1547651986907").click(function(){ mixpanel.track("Donated"); });
Forum: Plugins
In reply to: [Direct Stripe] Button on blogI’m working on this but there is a bug with the sliders and it can really be a problem because sometimes the amount indicated is 1000 but you want to donate 1 euro. When you manually enter the amount, it reflects correctly the amount inputted.
Forum: Plugins
In reply to: [Direct Stripe] Button on blogHmmm good question. Just realised I’m using this code to setup the button. It looks like generic!
[direct-stripe type="donation" display_amount="true" label="Donate Now"]
Nowhere is it mentioned I should use the donate or donate2 button. And remember me is not selected. Please tell me what shortcode should I use!