Search Results for '"wordpress"'
-
Search Results
-
Topic: Similar discussions
Hello everyone! I’m working on a online store made with Magento, but it also have a forum created with bbPress and I have to make a modification but it’s the first time when I work with WordPress. After we enter in a discussion, we have the question, the answers and after Similar discussions, topics(topics that are in the same category with the question). Right now we are loading 10, but I need a button bellow and everytime when you press it to load another 10. In content-single-topic.php I have this custom code, that give us the number of similar topics, on the homepage of te category we have 50 discussion on page:
<?php $direct_parent = $post->post_parent; if (bbp_has_topics( array( 'author' => 0, 'show_stickies' => false, 'order' => 'DESC', 'post_parent' => $direct_parent, 'post__not_in' => array($post->ID), 'posts_per_page' => 10 ) )) bbp_get_template_part('bbpress/loop', 'topics');
Can someone help me to add more topics on button click with ajax or something like this?
Topic: Compatibility Inquiry
Hello,
I currently have this plugin installed onto my website which I plan on updating soon and I would like to know if it is compatible with the latest version of WordPress 5.7.2.
The current version of WordPress I am running is 5.5.5.
Hi,
I’m testing my new website and found a problem with user registration. When a new user registers (in this case myself using a different email address), the verification email isn’t being send to the user.
I, as an admin receive the email that the user x is registered.
Wondering what could cause this issue? and is there any known fix for this?
Hi,
I have restricted access to wp-login.php using IP address filtering from htaccess file. Is there a way to have two separate login URLs (php login files) one for admins and a custom URLs for non-admins? If not, I have to remove the IP filtering from my htaccess file.
I noticed that the custom login URL I created for bbPress still uses the wp-login.php.Is there a way to have a page of recent replies, rather than a widget on every wordpress page?
We have an active forum (askwoody.com) and the replies widget is causing performance issues. Is there a way to remove the widget and just have a page for folks to go to instead?
Or would this plug in behave better?
Hey all,
Using bbPress version: 2.6.5
I have an odd issue where the audio drops out within the block after I upload.
It works initially, then often about 5-10 minutes after upload the audio shows up as 0.00 seconds on site.
To fix it, I have to keep the WordPress page open and update the story.
From there it locks in and doesn’t drop out.
It’s very frustrating as it happens every single time.
Help much appreciated! Thanks
Topic: The matter of backslashes
Hello,
Some mathematical objects written in mathjax/latex use backslash (\). For example, one use \sqrt{} for the square root function, \mathbb{} for the set of numbers. In bbpress forums, these objects work perfectly but when the forums are displayed in buddypress activities streams, the backslash disappears and therefore the mathematical symbols are not rendered and make the texts difficult to read. If the texts are typed directly in buddypress side, things are also alright. So, the problem seems to be in the transition from forum to the buddypress activities.
I tried some solutions but nothing work. For example, I tried this solution:
remove_filter( ‘bp_get_the_topic_post_content’, ‘stripslashes_deep’ );
but it did not work.
So I am asking for help; how can I do to solve the problem?Thank you in advance
Wordpress 5.7.2
bbpress 2.6.6Regards
Nestor
I have a paid membership WordPress (5.7.2) site using bbPress. I have it set for users to be able to subscribe to forums/topics. However, when their membership expires, they are still getting email notifications of their subscriptions. How can I prevent this?
Thanks!