dylanabowman
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress] [Plugin: BuddyPress] Avatar upload in registration formHi Paul, apologies if this is incorrect forum thread use, but I specifically wanted to ask you this question and it is closely related to the original question. I thought this would be the best way of getting your attention. Hope that is ok.
I am creating a four step “getting started” process that a member goes through after they have signed up (1. profile details 2. contact details 3. avatar 4. about us tutorial) each step is on a custom page that is not the member’s profile page. I have got all the steps sorted except the upload avatar step.
I am using the change-avatar.php code as a base to work from and have copy pasted it into a custom page. However, when I upload an avatar the page refreshes and nothing happens; the cropping tool does not appear as it does on the profile page.
It looks to me (and I’m no expert) that it is something to do with permissions set in bp-xprofile-screens.php that is stopping the cropping tool from appearing on my custom page. Can you help with the code edit required to make the crop tool and therefore my upload avatar page to work?
Thanks in advance,
DForum: Plugins
In reply to: [O3 Social Share] [Plugin: O3 Social Share] Stopped working with last updateThanks for the explanation Brian.
Forum: Plugins
In reply to: [O3 Social Share] [Plugin: O3 Social Share] Stopped working with last updateHi Brian,
Thanks for the response. I uninstalled it and reinstalled it and I selected the custom post types and it now works fine on custom post types (although I never had a problem displaying the plugin on custom post types previously). I also had the plugin displaying on my author page and it does not work there now; the space where it should appear is blank (previously it appeared on the author page fine). I’m using the template tag to make the plugin appear. Any help on this issue would be much appreciated.
Regards,
DForum: Plugins
In reply to: [Tabber Tabs Widget] [Plugin: Tabber Tabs Widget] Title tooltipsHi @sbruner,
Thanks for the quick reply. The website is still on my localhost. I have disabled tooltips completely using the following code:
$(‘[title]’).attr(‘title’, function(i, title) {
$(this).data(‘title’, title).removeAttr(‘title’);
});This works fine except for the tab titles in the Tabber Tabs Widget; these titles still appear. I’ve had a look in the TTW javascript file and there is a line:
this.removeTitle = true;
This seems like it should have stopped the titles from ever showing up in the first place, but they still do.
Can you assist?
Thanks,
DylanP.S. are there any plans to update the widget so that you can use more than one instance of it on a website? Other tabbed widgets (which are no longer supported) have a feature where you can select what should go in the tabs from the “inactive widgets” list. TTW is a great widget and the addition of that functionality would make it even better.