ellbristow
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Display full activity controls?The same principle would still apply… locate the javascript in the <head> section then search the file for the functions controlling the flyout and edit.
I’m afraid I can’t offer specific tips on recoding the jQuery involved. This is a free plugin after all.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Posts shared in groups not showing up in activityCan you provide a link to where this plugin is being used so i can take a look and see what is happening for myself?
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Layout issueThis is definitely a theme issue, not the plugin. There is no bottom margin or padding on your <p> tags, so they are all bunching up. You need to edit your stylesheet to add a bottom margin.
If you edit the dynamic.css file you should find a line like this:
.activity-list .activity-content .activity-inner p { margin: 0; }
If you change the margin line to read:
margin: 0 0 15px 0;
this will ad a 15 pixel margin under each paragraph in the stream.
Give it a go and let us know how you get on.
I see that this exact same question has been asked on our own forum at https://premium.wpmudev.org/forums/topic/cancelling-paypal-subscriptions-when-a-user-cancels-their-account#post-456951. I presume this your account with us?
This thread is already being addressed, and if you are not using the Lite version of the plugin, the wordpress forums are the wrong place for your question.
To save any confusion, could you please mark this thread as resolved and we’ll address this via our own forum on our site.
Thanks!
Forum: Plugins
In reply to: [Membership 2] Difficulty Adding the Login Widget and Viewing ItHi @noelskitchen,
Can you please confirm what settings you are using, perhaps with some screenshots, so that we can confirm if you have correctly configured everything?
Forum: Plugins
In reply to: [Membership 2] Abandoned checkout still registers usersI’m afraid if a user abandons checkout after having created their login details etc, there’s very little you can do to stop them, other than manually deleting inactive accounts that have never had a subscription.
For the plugin to work, the user account has to be created first so that Membership knows where to link the payment to if the DO complete the checkout process.
Hi @gazatkins2002,
The plugin is supposed to automatically cancel the subscription. If it’s not there could be a bug.
I’m going to forward this to the developer as a bug report for him to have a look at this for you.
This is a duplicate thread.
Please close this thread and stick to one location. Thanks
[ Moderator note: closing duplicate topic. ]
Hi @joshjosh,
You have manually added that link to the post. If you manually add a link, Membership will not rewrite it, you would need to recreate the link to point it to the masked location.
As the plugin states (per your screenshots), “If a user determines a iles actual location on your server, there is very little we can do to prevent it’s download”.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Layout issueHi @helenefi,
Can you provide a link to your site so we can see what you mean? I’ve used this plugin on my own site and the line breaks seem to be respected as expected, so I suspect this could be a theme issue.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Posts shared in groups not showing up in activityHave you tried disabling the Group Extras addon and trying again to see if this is indeed a conflict?
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Activity plus bar shows on only one groupGlad to see you got this sorted… and without us even having to lend a hand! Good Job! ??
This plugin does not edit the uploaded images in any way, so in order to upload an image with the correct rotation, you would need to rotate it before uploading it.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Display full activity controls?You would have to locate the actual javascript file that handles it and edit it to remove this jQuery function.
You should be able to find the location of the javascript file by looking at the code using a code inspector (usually F12) to scan through the content of the <head> section for any script files where the source is pulled from the Activity Plus plugin directory.
Forum: Plugins
In reply to: [BuddyPress Activity Plus] Embedding videos not possible (JS error)Glad to see you got it fixed. Thanks for letting me know.