Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 751 through 775 (of 26,672 total)
  • Author
    Search Results
  • Robin W
    Moderator

    I take no responsibility for this, but maybe

    Delete Orphaned Post Meta Data in WordPress

    or

    Advanced Database Cleaner

    #233235
    shiylo
    Participant

    Hi there,

    Since I installed the GD bbPress Toolbox Pro plugin I no longer see my WordPress media library.
    I deactivated the plugin and it comes back but cannot find the parameter in the plugin to reactivate it.
    I need your help.

    Thanks.

    #233174
    Robin W
    Moderator

    you can have a child theme of any theme (if it has been written to the wordpress standards).

    Child Themes

    #233153
    Robin W
    Moderator

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Topic/Reply Form and tick item 15

    #233152
    bobjgarrett
    Participant

    I am using WordPress 6.1.1 and bbPress 2.6.9.
    I have a forum where if I use the standard forum page e.g. mysite.com/forum/members-forum there are no problems and pagination of the large number of topics works correctly producing a URL of say mysite.com/forum/members-forum/page/3/
    However, I wish to have a page with some other content at the to so are using a short-code to list the forum topics. The URL for that page is mysite.com/members-forum. However, on this page pagination does not work. The URL for the third page is mysite.com/members-forum/page/3/ but this produces an error 404.
    I have tried various solutions found from others having a similar problem including: using a standard theme, resaving the permalink setting, adding a bp-custom.php file with some code in it etc. but it still fails.
    Can anyone suggest a solution?

    appleguideweb
    Participant

    I have had bbPress installed on my website for sometime. However, without me realizing it, thousands of spam comments and messages have been posted on the few forums I have made. I had thought that Akismet was supposed to be cleaning things up, but I guess not. Now, it’s gotten to the point that my WordPress database has ballooned to over 8GB and my hosting provider wants me to fix it or they will take my site down.

    That being said I have been trying to find a solution and thus far have come up empty handed. The problem is no matter how hard I try to delete the comments, both from the bbPress plugin on WP-Admin or by deleting the records from myPHPAdmin, the server locks up and the task cancels. I guess the server is not powerful enough for such a task. So, I downloaded a copy of the database to my local machine to try editing it there, and in this case I can’t find an app that can open .sql files and when I do there isn’t enough memory to open it.

    Are there any other solutions? Is there a way to shrink the SQL database before opening it? How about splicing it into smaller batches? Is there a specific app, preferably free, that does a better job at managing large SQL databases?

    Any assistance is greatly appreciated.

    Thanks!

    #233127
    Robin W
    Moderator

    ooops, sorry, just remembered that this is a known error.

    Ignoring Brizy (any remaining issues with Brizy you’ll need to get a developer to help with)

    either install

    bbp style pack


    which has the fix for this built in

    or use this code

    add_action( 'wp_footer', 'rew_supports_js' );
    
    function rew_supports_js() {
    	echo '<script>document.body.classList.remove("no-js");</script>';
    }

    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

    #233121
    Vivian E
    Participant

    @Robin-w A developer helped to look into it and found that the H1 tag is generated by this wordpress function https://developer.wordpress.org/reference/classes/_wp_editors/wp_link_dialog/

    He also helped to temporarily edict the H1 tag to a H3 tag by editing the core files to temporarily solve the redundant H1 tag.

    We texted the site without the core files edicts and on trouble shoot mood using the Troubleshoot plugin you recommended. Leaving only the Bbpress plugin and wordpress default theme enabled. I noticed that the new Topic form does not have an editing tool bar even when I “enabled” the editing formatting tool bar” on Bbpress settings.

    When I proceeded to turn on 2 plugins in troubleshoot mode; Brizy page builder and Bbpress with the wordpress default theme. I placed the Bbpress “new Topic form short code” on a Gutenberg page on the site, then noticed the New Topic form still shows on the Gutenberg page but without the editor tool bar!

    When the Bbpress short code is placed on a Brizy page, the Bbpress editor tool bar appears but doesn’t function properly. For example; the insert/edict link form does not appear as a “pop up” when I am trying to create a link on a post, instead the insert/edict link form appears on the footer.

    I don’t know why this is happening. help!

    #233114
    MarkOlbert
    Participant

    I can’t reduce the font size on the Forum/Topic Type/Topic Status dropdowns so they don’t get cut off. This is using bbp Style Pack.

    I’m running Astra Pro with a child theme, Elementor Pro and WP Super Cache. I’ve cleared the cache, done a browser (Microsoft Edge) reload (ctrl F5) and the font size change doesn’t show up. All of the green background lines in “it’s not working” are green, as they should be.

    WordPress 6.1.1
    bbPress 2.6.9
    bbp Style Pack 5.1.5

    What else should I try?

    #233104
    Robin W
    Moderator

    I have filled in some details on my Forum page

    bbp style pack

    once activated go to

    dashboard>settings>bbp style pack>Forum Display>item 6

    #233082
    freelancesid
    Participant

    I am a first time user of bbPress plugin and am mighty impressed by the ease inspite of it being used in an untested version of WordPress.
    I am using WordPress 6.1.1, though it is listed as not tested, I decided to try.
    My bbPress version is 2.6.9
    I am using the theme Astra version 3.9.4

    Help needed:
    1. I have filled in some details on my Forum page, which are not visible on the output page https://milk-one.in/forums/forum/career-opportunities-with-natural-living/
    2. Is there a way I can copy Categories from one forum to another?

    Thank you so much for your attention.

    Best regards,

    Sid

    #233078
    fcaporal
    Participant

    I have created a thread on the The Event Calendar support forum

    #233069
    Robin W
    Moderator

    Doing anything involves finding out where and why this is happening.

    If we find that, then we can look at possible causes and potential solutions.

    I am yet to be convinced it is a bbpress issue at all. bbpress uses this element when a user inserts a link – that is true, but it is a generic piece of wordpress code. This is a bit like saying because Fred cuts his lawn, any lawn that is cut must have been cut by Fred.

    I am not seeing this form on any pages in my test site.

    The code is in some javascript in the footer, and could be loaded by anything, including a wordpress setting, theme or plugin.

    so can you

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #233052
    Vivian E
    Participant

    @robin-w exactly it’s a WordPress element that’s only suppose to load on the backend! I use bbpress plugin and what BBpress does is that it causes this element to load on the front end! so that people who want to post a new topic or reply to an existing one can edict their texts and insert links. For example right now if you are tying something on bbpress and try to make word a link, you tap on the link in the editor menu and you will see “that wordpress element” pop out.

    I use Bbpress plugin and that elment shows up visibly when users want to link a text as well!
    BBpress causes that backend “wordpress element” to show up on the front end.

    The thing is even when the “wordpress element” is not visibly seen i.e when a user is trying to edict a link when typing a new Topic on the Forum. “The wordpress element” can still be seen hidden in “the source code” of the page and other pages even when not visibility seen. This doesn’t disrupt the user experience but here is the reason why I have a problem with this;

    SEO

    The “wordpress element” has a H1 tag. when it’s loading in the front end. My pages has it’s H1 tittle which I put there. So the H1 tag tittle tag on my page and the H1 tag on that “wordpress element” on the source code makes for redundant (2) H1 tags on my site page.

    Apparently search engines like Bing has a big issue with redundant H1 tags and shows it in my Bing webmaster report as a critical SEO error that need to be fixed. while search engines like Google have no problem with this.

    Is there a way that when BBpress pulls that “wordpress element” (that by default loads only at the backend) to the front end, it changes the tag on that “wordpress element” to a H3 tag??

    #233049
    Robin W
    Moderator

    that’s a wordpress element

    #233026
    Robin W
    Moderator

    ok, I cannot say why that is happening.

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    Robin W
    Moderator
    #232997
    Vivian E
    Participant

    Hello,

    On this page on my site. I can see that bbpress insert/edict link form is causing my site to have redundant H1 tags. This is bad for my Bing SEO as it’s showing up as something I need to fix. So I have 2 H1 tags. One is the tittle of the page and the other one is coming from the link insert/edict form on my site “front end source cod” that’s a feature created by bbpress.

    Please can that insert/edict form have H3 tag please ? is there a way to course the form to have a H3 tag and not a H1 tag??

    Secondly the form edict menu does not function properly. The form link and other menus does not show or work on the “reply box” on the front end even if I’m accessing the site as an admin! Also the “create a new topic form” the insert/edict link form doesn’t show up on a pop up but instead shows up on my footer. I’m using both the latest version of bbpress and wordpress.

    I will really like to fix this issues. thanks for any help or advice that would be provided for this issue!!

    #232945
    Robin W
    Moderator

    thanks, by comparing settings on my working site with yours, I found the culprit

    In

    Dashboard>events>settings>general you had ‘Include events in main blog loop’ ticked. No idea what this does, but unticking it seems to fix the issue.

    If you need it ticked….

    I reckon (but not certain) it is something to do with how event calendar is reacting with a WordPress function called WP_Query.

    When listing a topic, bbpress sets the 2 custom post types ‘topic’ and ‘reply’ so that it can list the topic first and then fires WP_Query to get the list for the display. I think events calendar is catching that query and filtering for an event required process, the effect of which is to strip the ‘topic’, so only the replies get listed.

    You can fix this by using this code

    add_filter ('bbp_show_lead_topic', 'rew_true') ;
    
    function rew_true () {
    	return true ;
    }

    This does alter a bit how the topic page looks. I could build a topic display page to overcome this, but beyond free help I’m afraid.

    #232943
    clarkleblanc
    Participant

    Hi Robin, thanks for getting back to me. I’m using this theme:
    https://themeforest.net/item/gamxo-wordpress-gaming-news-blog-theme/37514171/lolbeans

    I believe that I can pick a template for the profile page somehow/somewhere. But I don’t even know where to start looking for a solution.
    This problem is quite puzzling. When there is no answer.

    #232940
    Robin W
    Moderator

    that’s great – thanks

    so on my test site, I hid a forum and logged in as a participant, and the index shows fine.

    so we need to work out what the difference between your site and my test site is.

    so initially let’s eliminate outside factors such as a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

    #232886
    sharkster4000
    Participant

    Hi Robin, thanks for getting back to me. I’m using this theme:
    https://themeforest.net/item/gamxo-wordpress-gaming-news-blog-theme/37514171/

    I believe that I can pick a template for the profile page somehow/somewhere. But I don’t even know where to start looking for a solution.

    #232882
    veganishdotworld
    Participant

    Thank you Robin, is that the e-mail I’d use for inviting you to be a user at my wordpress site?

    #232876
    veganishdotworld
    Participant

    Hmm, so are you implying that you use wordpress.org and self-host, versus using wordpress.com?

    I had my site on bluehost, which is considered self-hosted, but just a few days ago, I moved it from being at bluehost with their premium plan that was about $300 per year (I paid about $900 for a 3-year subscription, back in November 2019). Unfortunately, I didn’t get the web site going until March/April 2022, and when I did, I couldn’t get the web site to display excerpts for the archives. I write lengthy blog articles, and it was so frustrating having to scroll all the way through one article just to get to the next! I’m totally new, as so it’s not like I tried everything, not by any means, I simply had no idea of how to find anyone to help me.

    So in April 2022, I stopped posting on my new blog as there was no use posting more, as it would just cause my finger to fall off, trying to scroll through the entirety of each post, LOL, so I kept asking for help, how can I get it to show just the titles of the blog posts, not the whole frickin’ article that you have to scroll through, all through this year, asking people I knew, asking people on facebook, etc. Sometimes people said they could help, but they ghosted (got busy with life), and no one ever helped me. Plus, I’m busy with my life, too! 🙂

    Finally, in October 2022, someone told me I’d have more options if I hosted directly on wordpress instead of hosting through Bluehost. Plus, at bluehost, I got notices saying the site was down on a weekly basis, and they said that wouldn’t happen if I hosted directly at wordpress. So a few days ago, I switched over to wordpres hosting. I’m paying about $250 per year for their premium business account. I believe that most of the negatives that are listed in your article there, in terms of lack of customization or flexibility, shouldn’t be an issue with a WordPress.com business account, which is what I have.

    I’m very excited that the forums option exists because of bbpress. If I can get this going, I’ll make a $500 donation to y’all and will continue to donate for the years in the future. I’m a big believer in supporting developers like yourself who create things like bbpress for the common good. 🙂 It looks like a great option; it’s just not working for me quite yet.

    I don’t have ANY PLUG-INS AT ALL installed, other than bbPress, and PG (private groups, which is deactivated). The web site is live … do you think it’s OK if I experiment with switching the theme? Is that going to screw up all my customization? Or could I just switch the theme and if it doesn’t fix the display of the forums, switch it right back?

    #232875
    Robin W
    Moderator

    on 2. previous advice applies

    it could be a theme or plugin issue

    Themes

    As a test switch to a default theme such as twentytwenty, and see if this fixes.

    Plugins

    If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.

    If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users

    Health Check & Troubleshooting

    Then come back

Viewing 25 results - 751 through 775 (of 26,672 total)
Skip to toolbar