Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'code'

Viewing 25 results - 1,001 through 1,025 (of 32,522 total)
  • Author
    Search Results
  • acer55
    Participant

    To adjust its font size, I added the following code to “style.css” of the child theme.

    .bsp_button1{ font-size:20px; }

    But, this won’t work. Anything wrong?

    #232923
    veganishdotworld
    Participant

    I can’t find the other forum topic where I asked about how to make the replies VISIBLE.

    The problem was that participants, key masters, admins, authors, everyone was only seeing the date / time stamps of replies to topics, no one could see the content of any of the replies, when viewing the bbPress forum in the web page. Robin responded with this and fixed it.

    ——————————————————-

    In short some code clashing was stopping the display being right in your browser, it was all working behind the scenes. Nothing that you had done.

    Just for your records I have done the following change

    In dashboard>appearance>customise>additional css and added this code

    .reply {

    position: relative !important;

    right: 0px !important;

    top: 0px !important;

    #232919
    fcaporal
    Participant

    My observations so far by testing on the Stage site.

    1 – Deactivating The Calendar fixes the problem with the Forum
    2 – Downgrading The Calendar to 5.16.4 fixes the problem
    3 – Changing Themes to Twenty-Twenty-One has the same problem
    4 – Changing Themes to Roseta (we are using a child of Roseta) or Codex does not help
    5 – Changing Themes to Twenty-Twenty-Two or Twenty-Twenty-Three gives me blank pages on the forum (worse) even with all plugins deactivated.
    6 – Deactivating all plugins except bbPress and The Calendar gives me the same problem

    We are running PHP 8.1 and WP 6.1.1

    All this (except observation 5) points to a conflict between The Calendar and bbPress.

    If you want, I could give you access to the staging site.

    integratedcourse
    Participant

    Tech support at my theme company made a fix. Here is CSS to put into the theme options to fix this for the next person!

    #bbpress-forums > div:nth-child(4) {
        display: none;
    }
    ul#bbp-forum-0.bbp-topics1.bs-item-list.bs-forums-items.list-view {
        display: none
    }      

    Thank you so much for your help, Robin!

    #232898
    Robin W
    Moderator
    integratedcourse
    Participant

    Shortcode with [bbp-forum-index]

    Thanks!

    integratedcourse
    Participant

    Thanks. There is no “All Discussions” forum.

    This may or may not help, but that “All Discussions” box by itself is what you get with the short-code [bbp-topic-index]. In other words, if you used that shortcode by itself it just has that “All Discussions” part, but here it is as the 2nd part of [bbp-forum-index] (after the grid display of the forums). I am hoping to inject some CSS to make it go away.

    integratedcourse
    Participant

    Thank you! This shows the output of shortcode [bbp-forum-index]. I just want the grid of the forums, not the discussions box below.

    bbp-forum-index output

    If am hoping there is CSS where I can specify showing these things is ‘false’

    1) Remove the ‘Discussions’ Box

    2) Remove the two statements ‘Viewing 4 of 4 forums’ and ‘Viewing 1 of 1 discussions’

    I hope that makes sense!

    #232850
    veganishdotworld
    Participant

    I just found another question someone was asking, and apparently one sets up the users for BBPress forum in the USERS section of wordpress. OK, that would be REALLY GREAT if that were mentioned somewhere in the welcome information for BBpress. Also, a codex is mentioned. How would one find and access the codex?

    Anyway, I sent into the users section in wordpress. I found that there are now BBpress style roles listed like keymaster, participant, etc. But here’s the rub … it does not allow the person to be BOTH an author and a participant, for example. What the heck ?????!!???? How is that going to work? All I want is for all of the authors and admins to have access to a private forum, ideally using their wordpress login as the handshake because they are already logged in and verified that way.

    It seems like the capability is almost there, but … what am I missing?

    Thank you!
    Raquelita Dee

    #232849
    Robin W
    Moderator

    ok, bbpress just uses wordpress users, so anything that registers wordpress users will create users for the forums.

    You probably don’t need the private groups plugin, so deactivate that for the moment.

    So set the forum to private.

    then decide how you would like your users to register.

    a) If you just want anyone to be able to register, then

    dashboard>settings>general and tick ‘anyone can register’

    You can then create a registration page (Dashboard>pages>add new) and put this shortcode in it

    [bbp-register]

    then add that page to your menu.

    b) if you want to ‘vet’ new users, then use a contact form plugin such as ‘contact form 7’ to create a registration form asking whatever questions you want. Set that form to email to whoever, and they then create the user (dashboard>users<add new), and either use wordpress to email the user the password (there is a tick box on the user creation, or copy the password, and send an email to the user yourself.

    c) or use one of the many wordpress registration plugins (https://wordpress.org/plugins/search/register/)

    The choice is yours 🙂

    #232848
    veganishdotworld
    Participant

    So frustrated!
    I installed BBPress yesterday. I’m trying to set up a private forum for about a dozen authors on our site, so we can ask questions and learn from each other regarding using wordpress or the type of content we want to create.

    First Question. I used the bbpress shortcode to add the forum to a page, just as a test. http://www.veganish.world/forums That went well (there is a public forum there, just as a test), but the thing is, how do I add the registered users for the private forum? The 12 people who will have access? I’ve looked in Settings, and I’ve looked under Forums, in the left-hand side bar in WordPress, and I can’t find anything.

    I installed Robin’s Private Groups plugin today, thinking that would help … still not finding anything there either, regarding how to MANUALLY add registered users who are pre-approved to view the content in the forums. ARGH.

    Such a simple and crucial thing, I don’t know why I can’t find it.

    Second Question. Once I figure out how to register a new user, I have a question … can I make it so that if this persons is already logged in at wordpress.com (as they would need to be, to upload new blog posts), they instantly have access to the FAQ author forums, without having to log into anything else?

    My web site is http://www.veganish.world, but I don’t see how that would be helpful as I just have two (2) general questions, noted above.

    If you go to http://www.veganish.world/forums, you might see a public forum that I posted as a test yesterday, before I realized I need private forums, etc.

    Thank you!
    Raquelita Dee

    #232842
    Robin W
    Moderator

    Apologies, I was mixing you up with another user whose hoster does not allow changes. if you have FTP capabilitiy then

    I’d suspect you need a bbpress.php template

    see

    https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ section 8

    #232836
    Robin W
    Moderator
    #bbpress-forums {
    	width: xx%;
    }
    #232834

    Until now I had a problem every time a participant wanted to unsubscribe from forum or topic notifications using buddypress profile (forums/subscriptions).
    Since the unsusbscribe buttons on his buddypress profile did not work.
    And he had to go to the forum/topic in question to perform the operation.

    I modified the plugin code to fix the problem and it works. You can review my code and include it in your plugin for future updates.
    Thanks:

    /wp-content/plugins/bbpress/includes/users/engagements.php
    line 840~ (depends version)
    // Bail if actions aren’t meant for this function
    if ( ! in_array( $_GET[‘action’], $possible_actions, true ) ) {

    line 870~ (depends version)
    /** No errors *************************************************************/
    if ( ‘bbp_unsubscribe’ === $_GET[‘action’] ) {

    /wp-content/plugins/bbpress/includes/users/template.php
    line 1375~
    $html = sprintf( ‘%s<span id=”subscribe-%d” %s>%s</span>%s’, $r[‘before’], $object_id, $sub, $url, $object_id, $object_type, wp_create_nonce( ‘toggle-subscription_’ . $object_id ), $text, $r[‘after’] );

    sc00t
    Participant

    Hi everyone,

    I have had no end of trouble with PopularFX support on this issue!

    I managed to get the forums to display within the theme using a shortcode here:

    Forum

    But as you look at an individual forum (i.e. Feedback) the forum is no longer incorporated within the theme. If you then click a thread, neither is that.

    PopularFX changed a margin, somehow thinking that would fix the issue, but instead made containers for all the text on my website 10 pixels wide!

    They then reverted that back and replied a few days ago saying “change your page slugs.” – so ended their support, and replies to my support ticket!

    So are they right in saying changing my page slugs will somehow incorporate the forums into the theme? And if so, how do I go about doing so?

    I’m using Popular FX, Scoops.

    Thanks in advance!
    sc00t

    #232814
    cassel
    Participant

    That css code works!

    And to answer your question, I use that pdf generator plugin for blog posts. I don’t know if it has anything to do with forum posts. Which is why I never made the connection.

    #232807
    Robin W
    Moderator

    ok, install

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>shortcodes

    and you’ll see [bsp-display-topic-index] with lots of options including picking from selected forums – insert this in a text/html/shortcode box – if gutenberg, then a shortcode box.

    #232806
    Robin W
    Moderator

    ok, try this is in the custom css part of your theme

    #TB_window {
        width: 100% !important;
        max-width: 700px !important;
       }

    may or may not improve/fix – it all depends on the load order of your site’s css !

    #232800
    Robin W
    Moderator

    ok, just been playing.

    I susoect this is caused by your plugin pdf-generatorfor-wp-public

    which has a css rule on line 165

    #TB_window {
        z-index: 1000000 !important;
        width: 90% !important;
        max-width: 400px;
        transform: translate(-50%, -50%);
        margin: 0 !important;
        box-shadow: 0 0 0 5000px rgb(0 0 0 / 74%) !important;
    }

    The width 90% and max width are poossibly the problem

    Try deactivating that plugin and see if this fixes. If so, then we can look at some css to fix.

    #232780
    eichenau
    Participant

    I want to use bbpress in sub-site network.
    I was able to install it, create a forum and display it on [bbp-forum-index], but when I click on the permalink to display it, I get an error that not even wordpress itself is loaded. Please let me know if you know a solution.(I cheked it run correctly in main site)

    this is the code what I can show the forum page
    <html>
    <head></head>
    <body></body>
    </html>

    #232770
    Robin W
    Moderator

    yes I suspect it is wordpress update.

    as a punt, try this – I have low hopes of it working 🙂

    function fnctn_add_thickbox () {
        add_thickbox();
    }
    add_action ( 'wp_enqueue_scripts','fnctn_add_thickbox' );

    Put this in your child theme’s function file –

    ie wp-content/themes/%your-theme-name%/functions.php

    where %your-theme-name% is the name of your theme

    or use

    Code Snippets

    #232769
    Robin W
    Moderator

    ok, it is a theme issue.

    2 further things to suggest

    you could look at this

    https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ item 8

    and/or you could add this to your custom css

    #bbpress-forums {
    	width: 90% !important;
    }

    Otherwise you need to reach out to the theme authors

    #232768
    Robin W
    Moderator
    #232744
    sc00t
    Participant

    Hi everyone,

    global-wrestling.com/forum – I’ve embedded the forums here using the shortcode. however, if you click for example the ‘wrestling’ forum, you’ll note that it isn’t picking up the website layout.

    I’ve tried editing topics, forums, login and newtopic in the pages section of WordPress in pagelayer, and it just comes up blank.

    Can anyone help advise me how I embed the sub forums (i.e. wrestling, OOC, etc) into the website template?

    Thanks,
    Sc00t

    #232701
    simon_a6
    Participant

    I need help. It loads it, but it breaks the website. It seems to add code in the #main DIV of the site, causing it to lose all the full width element so the page on which I place it.

Viewing 25 results - 1,001 through 1,025 (of 32,522 total)
Skip to toolbar