Hope
Forum Replies Created
-
Not working …
Forum: Plugins
In reply to: [BuddyPress Hovercards] An issueHi Mike,
I tried it on “Buddypress Default” theme and this issue didn’t appear :S I’m using “Custom Community” Theme, what might the problem be?
Forum: Plugins
In reply to: [BuddyPress Hovercards] An issueHi Mike,
Most of the times it appears the first time I hover over an avatar but sometimes it appears too when hovering for the second time too :S Strange!
Forum: Plugins
In reply to: [Sharexy - Powerful Social Sharing Buttons] Remove the Sharesexy iconyes.. I was looking for this in the code. I want to remove it too.
Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Error on uploading a photoI tried it on Firefox, Chrome & IE9 (All are latest versions). The same error appeared.
I’m still trying the plugin on a test self hosted site.
Would you please give me more details about the cause of this error that occurred with you the last time (as you mentioned previously)?
Thank you
Forum: Plugins
In reply to: [WordPress Related Posts] Extra featureMmmm…Still didn’t get an answer for the Arabic support! I need to know this so I can decide to keep using it or trying other plugins or even trying to know how it could be modified to add Arabic support..
I’m still using it on a test site but I will put this site online soon so it’s important to know if it supports Arabic since most of the content will be Arabic.
Thanks
Forum: Plugins
In reply to: [Page View Count] Wrong Views Number!Apparently it’s fixed. This problem didn’t appear after the new update.
Thanks
Forum: Plugins
In reply to: [BuddyPress Like] squares besides avatars on Firfox & IENevermind… Theme issue :S
Forum: Plugins
In reply to: [P2 Likes] Buddypress Activity LikeNevermind, I added it myself…
Forum: Plugins
In reply to: [BuddyPress Like] squares besides avatars on Firfox & IEBTW, it doesn’t appear on Chrome!
Forum: Plugins
In reply to: [BuddyPress Like] [Plugin: BuddyPress Like] Notifications?If anybody figured it out, it would be great to share the solution.
ThanksForum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Error on uploading a photoHi Caevan,
I’m using Version 1.2.4 & also trying it on a test site.
Steps are as follows:
1- Profile –> Galleries –> Upload Images —> Chose an album, photo, permission –> upload image —> “Your upload failed, please try again. Error was: Specified file failed upload test.”I tried many times with different image types & names, same error.
2- Also uploading images directly in group triggers the same error.
Forum: Plugins
In reply to: [BuddyPress BP Gallery Plus] Error on uploading a photoNow I get “Your upload failed, please try again. Error was: Specified file failed upload test.” whenever i try to upload a photo.
What could be the reason?
Forum: Plugins
In reply to: [YOP Poll] FeaturesWow, thanks for the fast enhancements! It’s much better now. The second and third notes I mentioned above are accomplished, thank you.
As for the archive page, maybe a simple one with more details for each poll like:
Poll Question
Poll Date
Poll Results’ Statistics…
maybe something like this.With year/month classification & pagination.
Thanks
HopeForum: Plugins
In reply to: [BuddyPress Hovercards] A suggestionThanks a lot Mike. Now hovercards are disabled on profile header and I added this filter to disable it on the user bar menu:
function disable_bphc_by_parent( $filter ) {
return $filter . ‘, #wpadminbar’;
}
add_filter(‘bphc_parent_filter’, ‘disable_bphc_by_parent’);Thanks again