arehan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changing prompt text in Title fieldThat did it!
??
Forum: Fixing WordPress
In reply to: Changing prompt text in Title fieldThanx, that worked. But it changes the prompt for all post types. Any way I can limit that only to my custom type?
Forum: Fixing WordPress
In reply to: Changing prompt text in Title fieldStrange; I can insert text to that field like this:
#title-prompt-text:before {
content: ‘Hello’;
}But it comes in addition to the standard prompt, not replacing it.
The CSS for the edit page is output with add_action(‘admin_head’,…
a trick I found online. Is that the right place to use the apply_filters(‘enter_title_here’,.. method? How do I get the post object outside the loop?https://developer.www.ads-software.com/reference/hooks/enter_title_here/
Forum: Plugins
In reply to: [Magic Fields 2] Backup and restore not workingThanx for the info! Actually, the data is there in the Exported file, but does not get imported.
Does anyone know whether other Custom Field helpers like “Type” stores its data the same way as Magic Fields, or in a more standard way?
Forum: Plugins
In reply to: [Membership 2] New subscriber pay, but gets no accessYes, actually it says so in your manual: “Paypal will return the transaction using IPN automatically using notify_url so you shouldn’t need to set a specific IPN within Paypal.”
No, the unpaid-for user gets no access beyond visitor. I just found it messy to have registered users “dangling” like that. You should see if you could remedy this in a future version.
But in practice I guess it won’t be a big problem. I could manually delete such users now and then.
Well, then it seems that I can use Membership to accomplish what I want after all! And so far I haven’t seen any problem of it coexisting with eShop
Thanx again!
Forum: Plugins
In reply to: [Membership 2] New subscriber pay, but gets no accessNever mind, it turned out that it is not necessary to change any settings at PayPal.
The problem was that I tested Membership on a site locally hosted on my own Mac, via MAMP. Now I have installed and tried it on a “real” site hosted at an ISP. A newly registered user gets the proper access level after paying at PayPal.
BUT: even if the payment is cancelled, the user is still registered in WordPress (though without the access level). Any way to prevent this?
Forum: Plugins
In reply to: [Membership 2] New subscriber pay, but gets no accessThat is all general information. I need to know what the actual “Notification URL” for IPN is for the Membership plugin.
Forum: Plugins
In reply to: [Membership 2] New subscriber pay, but gets no accessThanx for a quick reply! I’m not sure I understand what you mean about email-settings. No, I am not in Sandbox mode, and the mailadress is correct; PayPal accepts payment to the correct account.
I have not set up any IPN at PayPal. On my site, I use the plugin eShop for books and back issues on paper, but am now trying to use Membership to sell subscriptions to our magazine, now to be an onscreen eMagazine (not paper anymore). I never had to set up any IPN stuff with eShop, it all just worked. How do I do that? And will it affect eShop?
Are
Forum: Plugins
In reply to: [WP Flow Plus] WP-ImageFlow not working with WordPress 3.8You are quite right! I tested upgrading to WP 3.8 in a sandbox-version of my site, which wasn’t properly set up
Sorry about that, and thanx for a quick reply
Merry Christmas ??
Same here I’m afraid. WPTouch seems to work OK without much setup, but the button for turning off Mobile Theme doesn’t work.
Also: shortcodes are not expanded before showing! Any workaround for this? Rather important…