mumbomedia
Forum Replies Created
-
Hi Predrag,
then I don’t understand why I should enter credit card information.
Why is the info on your website different from what you offer here.I have made an account without crediti card information, but couldn’t find the plugin.
Hi Predrag,
I’m very confused and disappointed.
On your website the trial period is limited to 14 days.
I think that in this time, no update is released.
After that period we have to pay 49 $ per month?!
I don’t understand what is the problem on copy the changes made in the premium version to the free version. It is still the same code base or am I wrong?Could you please send me the fixed version via email?
Hello again Bojan,
any new news?
Have I understand you right?
The issue is fixed in the premium version, but it still occurs in the free version?
If so, then is the API the same on the premium plugin?Hey there Bojan,
great to hear, that your company is working on a fix.
When do you think the update is released?
And would you recommend to use the version before the last update.
In this version everything works fine.Forum: Plugins
In reply to: [Membership 2] API InstanceHi Goharika
I think you need a custom endpoint
A how to can be found here .Then to setup a membership api instance you need a call to ms_api():
so your function should be
function add_memberships_to_json_api(){
$ms_api = ms_api();
$memberships = $ms_api->list_memberships();
return json_encode($memberships);
}Then you have to register an endpoint
describe on the page I have mentioned above.
Hope this helps.
‘I am none professional in php want to find easiest way to do that.’
– So if you don’t understand what you are doing, consider to hire a freelancer. They could be found on envato.com for example.Kind regards
AlexanderForum: Plugins
In reply to: [Delightful Downloads] CSS File & Site Speedregarding website health (additional requests and size)?!
– If it is in every site, the browser checks if the filesize differs from the copy in the cache. If not the cached file is used instead.
Therefore there is nothing wrong at it.Forum: Plugins
In reply to: [Delightful Downloads] Permalink issueYou’re welcome.
Thanks for the fast response.Forum: Plugins
In reply to: [Delightful Downloads] Permalink issueThey are ouptutted in the search loop using get_permalink().
I hope this helps.Forum: Plugins
In reply to: [Delightful Downloads] Permalink issueThanks for the fast response.
But then I don’t understand why WordPress use pretty permalinks for it.
Any idea how to change it.
I don’t want to correct every post programmatically in the search.Forum: Plugins
In reply to: [Membership 2] Creating / Editing issuesHello Bojan,
yes, I understand.
But you said “…If this is unchecked membership level will still be private…”
is has to be “If this is unchecked membership level will still be public.”.
Hopefully now you understand me.Cheers,
AlexanderForum: Plugins
In reply to: [Membership 2] Creating / Editing issuesHello Bojan,
the error devil was in your last post.
Instead of “…If this is unchecked membership level will still be private…”
is has to be “If this is unchecked membership level will still be public.”.
Anything else wouldn’t make sense because the checkbox label is “Allow users to register for this membership.”. So unchecking it, should result in disallowing users to register for this membership. This means the membership should be private when the checkbox is unchecked else the memeberhsip is public.Forum: Plugins
In reply to: [Membership 2] API InstanceHello again Phillip,
now I figured it out by myself.
I make the ajax calls from the server which holds the data to be imported.
The best of this solution is that it isn’t necessary that the plugin has to know the creditials to the database of the server which holds the data.
So this should be more save than if the plugin connects to the remote server.
At so far my plugin creates/updates members or membership and delete the entire subscriber. Everything works as expected.
Now I have to extend it so that the plugin also work with another necessary plugin for our customer.Many, many thanks again for the helpful snippet.
I could implement it nearly without changes.Forum: Plugins
In reply to: [Membership 2] Creating / Editing issuesHey again Bojan,
a email is sent to you.
I am sorry your contact form doesn’t offer a upload functionality.
I have given you a own login.
The creditials are in the email.Kind regards
Alexander
Forum: Plugins
In reply to: [Membership 2] Creating / Editing issuesHy Bojan,
because of security risks I would recommend either I send you the screenshot via email or I could make a account for you an then email your the creditials.
Please send me your email adress to [email protected]Also a screenshot wouldn’t be much helpful because I’ve already correct the memberships so now all memberships are “Standard Membership, Private”.
Forum: Plugins
In reply to: [Membership 2] API InstanceHi Phillip,
hopefully I have understand your example right.
The server which holds the data to be sync are making the ajax-calls to the plugin I developed?
Kind regards
b.o. Alexander Behling
mumbo jumbo media