ellbristow
Forum Replies Created
-
Forum: Plugins
In reply to: [Wiki] calling custom post type wikiI’m afraid the wiki plugin uses a slightly different form of CPT which means that you may not be able to hook into it quite the way you are hoping to. For example, our CustomPress plugin does not recognise it as a CPT, and nor does User Role Editor recognise the permissions used to manage wiki pages.
Sorry!
Forum: Plugins
In reply to: [Membership 2] Invite Codes Not Erasing After UseI just tested this and got the same result… the invite code didn’t get deleted.
I’ll raise this as a confirmed bug on our system to see if we can get a patch out for this.
Thanks for bringing this to our attention.
Forum: Plugins
In reply to: [Membership 2] Membership does not supported UTF8Hi there,
This is unusual, since Membership uses the default WordPress settings. Do the special characters appear elsewhere in the admin pages?
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Free Shipping Coupon CodeHi @optex,
This kind of thing has been suggested before, but sadly hasn’t yet been added to the plugin. I’d like to see it added to, having the ability to add a coupon for free shipping would be pretty handy!
I’ll make sure I add your voice to the feature request list on this one, although I suspect, if it does get added, this might not get added to the free version of the plugin. Keep your eyes on the release notes, though… you never know!
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Embedding videos not possible (JS error)OK I just tested that video on my sandbox site and it posted fine and embedded fine.
Are you using the latest version of the plugin and of wordpress? If so, do you have any other plugins that might be affecting the way the video is displayed? I expect another plugin is interfering… for example, I’m not familiar with the JavaScript that is reporting the error, is this something you’ve added yourself?
The lightbox used by this plugin is the standard Thickbox script included in the core WordPress package. Unfortunately WordPress doesn’t have any customisation tools available for this script, so you would need to look at building your own thickbox script at https://thickbox.net and replacing the default script provided by WordPress.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Embedding videos not possible (JS error)What video are you trying to add? If you can provide the URL I’ll test it on my sandbox site in case it’s the video format or another problem with the video itself.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Remove upload imagesAre you looking to prevent uploading ALL images to your site, or just uploading via the activity feed?
If it’s the activity feed, could you not just hide the image upload button with CSS, using
display: none;
?Forum: Plugins
In reply to: [Membership 2] registering before payingSorry. “Thread” probably wasn’t the right term. We refer to them as threads internally because all emails you send on the same subject get linked so we can see them all in one thread like a forum post.
What I should have said was… I’ve seen your emails to the billing and pre-sales team.
As you are a Bronze member on our system, you should be able to submit a support request there. I realise you are having difficulties and our pre-sales team (of which I am a part) are looking into this for you.
Forum: Plugins
In reply to: [Membership 2] registering before payingHey there.
I spotted your email thread on our system and replied there. I suggest you mark this thread as resolved and stick to one thread to save any confusion.
Thanks!
Forum: Plugins
In reply to: [Membership 2] individual length of membershipYou would need to use a MYSQL database editing system such as phpMyAdmin. most hosting providers provide this or something similar. Be very careful when editing the database though… editing the wrong thing can cause your whole site to stop working!
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] get total sum or order in thank-you page?Great! ?? (I learnt somethign new myself there! ?? )
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] get total sum or order in thank-you page?I haven’t tested this… but this was suggested by my colleague:
$order = $mp->get_order($_SESSION['mp_order']); $total_order_sum = $order->mp_payment_info['total'];
Try that and see if it does what you’re looking for.
Hi Majklas,
Unfortunately we can’t always implement every suggestion we receive, especially when it relates to the free plugins we provide her at www.ads-software.com. We maintain over 140 plugins and offer technical supoprt on all of them… so keeping up with all the bug fixes and suggestions is no easy task.
With that said, we have every intention of addressing all the suggestions that make it to our feature request list, so if we say we’ll do it, it will be done eventually… but often the changes are made to the full version of the plugin rather than the lite versions we make available for free.
I’m sorry we haven’t been able to implement this particular request in this version of the plugin at this time, but keep your eyes on the release notes in case we add it in the future.
Forum: Plugins
In reply to: [MarketPress - WordPress eCommerce] Free shipping on some productsI will be honest with you, I haven’t read all of your last two posts… it’s 9pm where I am and I’m afraid at this time of day a skim read is all I can offer…. however I notice from your latest post that you managed to fix your issue, and the fact that you have provided a downloadable version of your results is great! Nicely done!