Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi,
    I had a look at the site. it was a javascript error on the events page caused by BuddyBlog. You are using a very old version of BuddyBlog Pro. The issue was fixed long ago.

    Please upgrade to the latest version and it will go away.

    Regards
    Brajesh

    PS:- I could not see error on registration page, so not sure if they are related.

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] Make z-index Live Notification #40381

    Thank you.

    The id of the element is ‘achtung-overlay’ You can use something like this

    
    #achtung-overlay{ z-index: 5000;} 
    
    

    The default value is 50. You can keep updating it to see what suits your theme.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Buddyblog category and tag adjustment #40377

    Hi Tosin,
    we are hoping to release it in next 2 weeks.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Buddyblog confirm action for publishing #40376

    Hi Tosin,
    we are hoping to release it in next 2 weeks.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi,
    Thank you for the question.

    The feature is not available currently. We will add it in our next release for admins to enable/disable it.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472

    Hi,
    Thank you for using BuddyBlog Pro.

    It may be a conflict as we too load the WordPress media uploader script. Please provide me guest account on your site(preferably staging site) where both the plugins are active.

    I can quickly check and add compatibility if any change is needed on our end.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: [Resolved] User tab pro not showing slug option #40365

    You are welcome.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: BuddyPress Simple Front End Post and pods fields #40364

    Hi Valerio,

    I am sorry, I do not use pods and won’t be able to assist with what you need to do with it.

    You can use the following examples(put the code in your theme’s functions.php) to add custom fields. I am assuming that if you keep the keys same as that of pods, they should work.

    https://buddydev.com/support/forums/topic/custom-fields-on-user-post/#post-709

    Instead of ‘buddyblog_post_form_settings’, please use ‘bcg_form_args’

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: Woocommerce – My Account Short Code in Sub Tab #40363

    Hi Isaac,
    Thank you.

    There is no our of the box solution to have the WooCommerce tabs to display on the user profile without custom code. You may show the initial state using the shortcode but unless you have someone develop it for you, there will be 2 issues:-

    1. All the links will point to original woocommerce my account page. It can be filtered via code
    2. The form handling(saving card etc), needs to be re-done. Displaying information is a bit easy.

    We faced these issues while creating BuddyCommerce, so noting down.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25472
    Brajesh Singh on in reply to: BuddyPress Simple Front End Post and pods fields #40355

    Hi Valerio,
    Thank you for the question.

    The plugin is not aware of any custom fields plugin, so it doe not know what kind of field you have added.

    You may register the custom fields(again) via code to BP Simple Front end post and then it will handle showing them in the form. I do not see any other solution.

    Regards
    Brajesh