• Hi Amitray,

    Thank you for this plugin and all the hard work.

    When I go to BuddyPress profile and click on Gifts, I get a blank white page. I am using Mycred.1.5.4.and BuddyPress Version 2.1.1.

    Also, I would like to use a payment system like Amazon payments for the users to send gifts. Any idea on how I can do that?

    Thanks for your help.

    https://wordpress.org/plugins/buddypress-gifts-latest-2014/

Viewing 15 replies - 1 through 15 (of 15 total)
  • Plugin Author amitray

    (@amitray)

    Blank White page means there may be some error in the plugin. i am sorry for that. I need to check what that can be but whether you have the other required plugins installed like mycred , buddypress etc. Can you send me the site link?

    Thread Starter sookie29

    (@sookie29)

    Thanks for getting back to me.

    I have installed the required plugins and for the website, I can’t publicly post the website link. Because it’s a private website.

    What about my second question about the payment system?

    Thanks

    Plugin Author amitray

    (@amitray)

    That needs to be coded and its not a days job. it may be taken up in later versions. I will take a note and add payment gateways as another option to send gifts.

    Thread Starter sookie29

    (@sookie29)

    Thank you for the response.

    But what about the Blank page am still getting?

    Plugin Author amitray

    (@amitray)

    I just checked in 2 to 3 wordpress sites with different WP versions but its working perfectly. I need to have a look personally. Can you send me your link details at amreetaray@hotmail.com.

    Hi @amitray

    I have the same problem as @sookie29. The problem comes in with themes that has their own BuddyPress templates such as https://wordpress.org/themes/voyage or https://wordpress.org/themes/heatmap-adaptive. It looks like there is a div missing as it throws away the sidebars etc. It works perfectly on ordinary themes but test it on BuddyPress specific themes and you’ll soon see what we are complaining about…

    Thanks a lot for your efforts with this plugin and for integrating with myCRED.

    Plugin Author amitray

    (@amitray)

    Yes there seems to be some issue with custom buddypress templates. I have to recheck again why thats happening. I will come back with a solution soon.

    my sidebars are below the content as well on the gifts pages in the profiles. where does the missing div go? i am using ibuddy theme https://wordpress.org/themes/ibuddy/

    billie

    (@billiets)

    i posted this in the wrong topic doh soo im posting it again here! stupid me!

    kay i figured it out myself. in my case i went to the file wp-content/plugins/buddypress-gifts-latest-2014/includes/templates/gifts/screen.php and found at the very bottom of the page…

    </div><!– #content –>
    </div>
    </div>
    <?php get_sidebar( ‘buddypress’ ); ?>
    <?php get_footer( ‘buddypress’ ); ?>

    and removed the last </div> so it looks like this…

    </div><!– #content –>
    </div>
    <?php get_sidebar( ‘buddypress’ ); ?>
    <?php get_footer( ‘buddypress’ ); ?>

    sidebar is right were it should be now πŸ™‚

    I am getting the same.. Blank page. I was wondering if I could get some help with it as well… I go to the gifts tab? is that correct. after making it a page right?

    Thread Starter sookie29

    (@sookie29)

    @cassandradean1122 I never got a solution to this problem. Hope the developer can sort it out.

    dang,, πŸ™ it did create a menu item but when you click it it goes blank…. sighs.

    I Got this Message when i try to send gift to someone, when i installed this plugin, it works perfectly fine but now its giving me this error i tried to delete the plugin and reinstall it many time but it wouldn’t work.

    Fatal error: Call to undefined function bp_displayed_user_mentionname() in /home/deltadesigns/public_html/v3/wp-content/plugins/buddypress-gifts-latest-2014/includes/templates/gifts/screen.php on line 11

    Plugin Author amitray

    (@amitray)

    Do you have buddypress installed? The function belongs to buddypress plugin.

    yes i have installed buddypress. it was working perfectly fine before, but now its giving me this fatal error. i am using mycred plugin to use credit system with this plugin and this was the only plugin i found which works with mycred, so plz see into the issue and tell me the way to resolve it. thank you

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Blank Page’ is closed to new replies.