Vinod Dalvi (@vinod-dalvi)

Forum Replies Created

Viewing 22 replies - 51 through 72 (of 72 total)
  • @vinod-dalvi

    Participant

    @injili Just replied to your shared topic.

    @vinod-dalvi

    Participant

    @vinod-dalvi

    Participant

    I have tested it on my test site using bbPress Version 2.6-rc-3 but i couldn’t reproduce the issue.

    The 404_template filter doesn’t get fired for me and is_404 function also returns false as shown here https://imgur.com/a/xmfiM

    Could you please describe a bit more in detail how to reproduce it?

    In reply to: BUG in wp-admin

    @vinod-dalvi

    Participant

    I can’t confirm the issue on my test site using bbPress Version 2.6-rc-3

    Could you please share the screenshot of the issue or describe a bit more in detail how to reproduce it?

    @vinod-dalvi

    Participant

    This can be your theme issue used on your site so to confirm it just temporary use the any default WordPress theme like Twenty Seventeen theme on your site. If everything works fine then it’s theme issue.

    @vinod-dalvi

    Participant

    @michaellanfield You are always welcome here 🙂

    @vinod-dalvi

    Participant

    @zopfan This is old topic so let’s resolve your issue in your following topic.

    ‘Forums Search’ returning wrong results

    @vinod-dalvi

    Participant

    I have tested it on my test site and it’s working fine for me using latest version of bbPress plugin.

    Please make sure you are using latest version of bbPress plugin.

    This can be your theme issue on your site so to confirm it just temporary use any default WordPress theme like Twenty Seventeen theme. If everything works fine then it’s your theme issue.

    Also this can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

    Could you please share me your site URL where it’s happening so that i can troubleshoot it?

    @vinod-dalvi

    Participant

    I can see the lines in your shared forum.

    To reduce spacing you can also try using below CSS code.

    .bbp-forum-info .bbp-forum-title {
        margin-bottom: 0;
    }

    @vinod-dalvi

    Participant

    Just want to let you know that if your question is related to bbPress plugin then only post in this forum. In this case it is related to BuddyPress plugin so we requested above to post your question on https://buddypress.org/support/

    @vinod-dalvi

    Participant

    Your question is related to BuddyPress plugin but this forum is only for bbPress plugin so as requested above please post your question on https://buddypress.org/support/

    @vinod-dalvi

    Participant

    It’s hard to help you without accessing your site but please try using below CSS code on your site as described here http://freewptp.com/how-to-use-custom-css-in-wordpress-site/ to reduce spacing.

    #bbpress-forums .bbp-forum-info .bbp-forum-content {
        margin: 0 !important;
    }

    @vinod-dalvi

    Participant

    Actually you have to click on the topic title as shown in the screenshot here http://imgur.com/a/T5aNz to go to the topic where the reply is posted.

    @vinod-dalvi

    Participant

    Please make sure you have uploaded files to /wp-content/languages/bbpress/ of your WordPress installation. If the /wp-content/languages/ and /wp-content/languages/bbpress/ folders do not exist, create them.

    Also please rename each file of the files to bbpress-language_COUNTRY.extension

    eg. bbpress-plugin-pt-br.po to bbpress-pt_BR.po
    and bbpress-plugin-pt-br.mo to bbpress-pt_BR.mo.
    Note: Ensure you use the – and _ in the correct place per the above example.

    @vinod-dalvi

    Participant

    To achieve this you have to translate bbPress in your language as described in the following page.

    bbPress in Your Language

    @vinod-dalvi

    Participant

    Yes i am logged in and already read the shard page but i didn’t get “Edit This Page” link in the sidebar which may be because of my user account role.

    In reply to: Post template

    @vinod-dalvi

    Participant

    You can just hide it using below custom CSS code on your site as described here http://freewptp.com/how-to-use-custom-css-in-wordpress-site/

    #bbpress-forums fieldset.bbp-form label[for="bbp_anonymous_website"],
    #bbpress-forums fieldset.bbp-form #bbp_anonymous_website {
        display:none;
    }

    Or you can overwrite following bbPress template file in your child theme and remove website field code from it.

    /bbpress/templates/default/bbpress/form-anonymous.php

    @vinod-dalvi

    Participant

    @angelorocha Not sure exactly what you are trying to achieve here so could you please describe it a bit more in detail by sharing screenshot or page URL of it?

    @vinod-dalvi

    Participant

    You can change it by adding following custom code in the functions.php file of your child theme.

    function vvd_bbpress_translate_text( $translated_text, $text, $domain ) {
    	if ( 'bbpress' === $domain && 'Voices' === trim($translated_text) ) {
    		$translated_text = 'Voix';
    	}
    	return $translated_text;
    }
    add_filter( 'gettext', 'vvd_bbpress_translate_text', 20, 3 );
    In reply to: register page problem

    @vinod-dalvi

    Participant

    Just tested it on my test site and it is working fine for me.

    Please make sure you are using latest version of bbPress plugin.

    This can be due to plugin conflict on your site so please try temporary deactivating all plugins except bbPress plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.

    Could you please share me the page URL from your site where it is not working correctly so that i can troubleshoot it?

    In reply to: Forum not updating

    @vinod-dalvi

    Participant

    I can see you are using W3 Total Cache on your shared site so cold you please clear the cache from it or temporary disable it?

    @vinod-dalvi

    Participant

    It seems you are getting 500 Internal Server Error so please try fixing it as described on the following page.

    Fix WordPress Issue “Internal Server Error”

Viewing 22 replies - 51 through 72 (of 72 total)