AI Search
Classic Search
Notifications
Clear all
Search result for: infinite scroll
Page 1 / 7
Next
One of the users in my forums creating a post asking about creating a Slack Channel instead of using wpForo. I had a phone conversation with him today and realized that wpForo has similar features to what he likes in Slack with the exception of the ability to infinite scroll through a social media style feed like I outlined above in #2.
@robert - Would #2 above be a difficult change to make to the Recent Posts page? Extending it to display the entire post content and adding infinite scroll seem like simple things to me, but I'm not a developer.
... is a combination of all forums not listed. What’s interesting to me is that this confirms my suspicion about human nature in that most people don’t want to spend a few seconds and think about which forum to post in. It's too much of a "structured" disturbance to the "unstructured" mode their brain is in when they are about to type a post. I experience the same thing when typing a blog post in that I type the blog post first, then come back afterwards and pick a title. That’s the way social media is structured as well now that I think about it, with less org ...
Hi @timrodman,
This is already implemented with the Threaded Forum Layout. Do you use the Threaded Layout? Moreover, it has [load more topics] button to load topics infinity:
This is also a part of the Threaded Layout. The recent topics are listed and can be loaded infinity with [load more topics] button.
Selected in Chrome, pasted in Firefox:
Frequently Asked Questions
Here you can find answers on various questions you may have. We're frequently adding most popular question answers.
Selected and pasted in Firefox:
Frequently Asked Questions
Here you can find answers on various questions you may have. We're frequently adding most popular question answers.
Source code for the above pastes in this post. (Big difference in what is pasted by each browser)
<p>Selected in Chrome, pasted in Firefox:</p><h3 class="wpforo-forum-title" style="box-sizing: border-box; border: 0px; margin: 0px; outline: 0px; padding: 0px 0px 5px; font-size: 17px; vertical-align: baseline; background: none 0px 0px repeat scroll #f5f5f5; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-weight: 500; line-height: 18px; color: #333333; box-shadow: none; text-transform: none; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"><a style="box-sizing: border-box; border: none; margin: 0px; outline: 0px; padding: 0px; font-size: 17px; vertical-align: baseline; background: none 0px 0px repeat scroll transparent; color: #3f7796; text-decoration: none; box-shadow: none; direction: ltr; unicode-bidi: embed; cursor: pointer;" href="https://wpforo.com/community/faq/">Frequently Asked Questions</a></h3><p class="wpforo-forum-description" style="box-sizing: border-box; border: 0px; margin: 0px; outline: 0px; padding: 5px 0px; font-size: 13px; vertical-align: baseline; background: none 0px 0px repeat scroll #f5f5f5; line-height: 17px; box-shadow: none; color: #777777; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">Here you can find answers on various questions you may have. We're frequently adding most popular question answers.</p><p> </p><hr /><p>Selected and pasted in Firefox:</p><div class="wpforo-forum-icon"> </div><div class="wpforo-forum-info"><h3 class="wpforo-forum-title"><a href="https://wpforo.com/community/faq/">Frequently Asked Questions</a></h3><p class="wpforo-forum-description">Here you can find answers on various questions you may have. We're frequently adding most popular question answers.</p><hr />
From the document page:
Tip: If you want to change forum and sidebar widths you can use this simple CSS code. Just put it in Dashboard > Forums > Settings > Styles > “Custom CSS Code” textarea, the save it, delete all caches and do Ctrl+F5 on front end to load new CSS code:
#wpforo #wpforo-wrap .wpforo-content{ width: 73%; }
#wpforo #wpforo-wrap .wpforo-right-sidebar { width: 24%;}
Thank you for the explanation, I was asking in past exactly that, and looks like you're listening.
If I may, I need further info:
1. How do I find the total page width? I want to set it up 3/4 content and 1/4 sidebar. Well, I know some math and can calculate, but if I know the page width I may be able to stretch it a little bit more with narrower boarders.
2. What is the padding width?
Thanx again.
Please exclude wpForo Forum page from your cache plugin!
Almost all cache plugins should have an option to exclude pages from caching process. You should exclude your forum home page from your cache plugin. This is very important.
wpForo has built-in cache system. It does a very well cache for your forum so it doesn't need other cache plugins.
All cache plugins can't cache wpForo forum page, because wpForo is not based on WordPress Custom Post Types and those plugins have no idea what they should cache and what not.
The cache plugins kill all dynamic data of your forum page. These plugins cache the whole forum page and always display the same content. You'll not be able to see new topics and posts information. And all other information on forum page cannot be updated, because of cached/static forum page. You'll always see outdated and wrong information.
Cache plugins even kill Login/Logout status of users. When you login the forum page is not updated, you still see [Login] button in menu instead of [Logout] menu. All buttons for authorized users are missing too.
Cache Plugins - How to exclude your forum page
WP Super Cache plugin
Please navigate in Dashboard to Settings > WP Super Cache
Go to Advanced Tab, scroll down to "Rejected URL Strings" option
Insert the URL path(s) of your forum page(s) one per line in the option textarea:
/community/
/participant/
/sign-up/
/sign-in/
/change-password/
Save it and delete all caches.
LiteSpeed Cache plugin
Please navigate in Dashboard to LiteSpeed Cache > Cache admin page
Go to Exclude Tab, find the "Do Not Cache URIs" option
Insert the URL path(s) of your forum page(s) one per line in the option textarea:
/community/
/participant/
/sign-up/
/sign-in/
/change-password/
Save it and delete all caches.
WP Rocket Cache plugin
Please navigate in Dashboard to WP Rocket > Advanced Rules Tab scroll down to "Never cache (URLs)" option
Insert the URL path(s) of your forum page(s) one per line with wildcard (.*) in the option textarea:
/community/(.*)
/participant/(.*)
/sign-up/(.*)
/sign-in/(.*)
/change-password/(.*)
Save it and delete all caches.
WP Fastest Cache plugin
Please navigate in Dashboard to WP Fastest Cache > Exclude Tab
In the "Exclude Pages" section click the [Add New Rule] button
Select [Start with] option in the drop-down menu and insert the URL path(s) of your forum page(s) one per rule in the next field:
/community/
/participant/
/sign-up/
/sign-in/
/change-password/
If you have more than one forum pages (boards) you should create separate rules for each forum board.
Save rules and delete all caches.
W3 Total Cache plugin
Please navigate in Dashboard to Performance > Page Cache admin page
Go to Advanced Tab, scroll down to Rejected URL Strings option scroll to Advanced section and insert the URL path(s) of your forum page(s) one per line in the "Never cache the following pages" textarea:
/community/
/participant/
/sign-up/
/sign-in/
/change-password/
Save it and delete all caches.
WP-Optimize Cache plugin
Please navigate in Dashboard to WP-Optimize > Cache admin page
Go to Advanced Settings Tab, find the "URLs to exclude from caching" option
Insert the URL path(s) of your forum page(s) one per line with wildcard [*] in the option textarea:
/community/*
/participant/*
/sign-up/*
/sign-in/*
/change-password/*
Save it and delete all caches.
SiteGround Optimizer plugin
Please navigate in Dashboard to SG Optimizer > Caching admin page scroll to Exclude URLs from Caching section and click the "pencil" button, enable it, and click the button again
Insert the URL path(s) of your forum page(s) with wildcard [*] in the pop-up filed:
/community/*
/participant/*
/sign-up/*
/sign-in/*
/change-password/*
Save it and delete all caches.
Breeze Cache plugin
Please navigate in Dashboard to Settings > Breeze > Advanced options tab,
Find the Never Cache URL(s) setting,
Insert the URLs, change the example.com to your website home page:
Save it and delete all caches.
Related topics:
Please disregard.
I used Chrome's style checker and found all the places (so far) that were forcing rounded avatars. Things are looking much better now, IMHO.
I entered all the custom CSS into WP's Appearance>Customize>Additional CSS. Worked very well. Hopefully the changes are safe from future updates. And hopefully this post might help someone else.
For anyone interested, the key item to look for is "border-radius". For rounded, the value will be 50%. I changed them to 0 (not 0%, just 0). My site is infinite Realities if you'd like to see.
Hello, all is in the title, I cleared WP and WPforo caches. I have a blank line near the scroll bar now, the grey part is the layout of my forum. I can't scroll with the mouse wheel but pointing on the scroll bar and moving it works with the left button of the mouse. Here is a screenshot :
Help please 🤨
There is an infinite loading while posting a reply to forum topic. It has been suddendly, how can resolve it?
Tried clean cache from theme but didn't work.
< span style="color: #666;"> Attachment : wpforo.PNG
Everythig dissapeared and I got this info in admin panel. Please help!!!
roblems Found in Database
Table name
Problem description
Table: mod794_wpforo_profiles
Missing fields:
userid, title, username, groupid, posts, questions, answers, comments, site, icq, aim, yahoo, msn, facebook, twitter, gtalk, skype, avatar, signature, about, occupation, location, last_login, online_time, rank, like, status, timezone, is_email_confirmed, secondary_groups, fields
Table: mod794_wpforo_profiles
Missing keys:
userid, groupid, online_time, posts, status, is_email_confirmed
Posted by: vtr666
Posted by: Anonymous20
Posted by: vtr666
Do you have any caching plugins? I had the same problem with editing. I disabled the plugin "Autoptimize" and editing earned.
Auto-optimize is not a caching plugin.
The description.
Autoptimize makes optimizing your site really easy. It concatenates all scripts and styles, minifies and compresses them, adds expires headers, caches them, and moves styles to the page head and can move scripts to the footer. It also minifies the HTML code itself, making your page really lightweight.
Auto-optimize is NOT a caching plugin. Caching is something totally different.
See: Comet Cache, WP Super Cache, Fastest Cache plugins.
Posted by: Anonymous20
Posted by: vtr666
Do you have any caching plugins? I had the same problem with editing. I disabled the plugin "Autoptimize" and editing earned.
Auto-optimize is not a caching plugin.
The description.
Autoptimize makes optimizing your site really easy. It concatenates all scripts and styles, minifies and compresses them, adds expires headers, caches them, and moves styles to the page head and can move scripts to the footer. It also minifies the HTML code itself, making your page really lightweight.
Please look at the Video. In the main forum i can normal scroll on the website.
when i go to a category and want to add a new topic, i cant scroll on the website.
When users click on "Add Topic," the page scrolls to the top, causing the topic input field to be hidden under the header menu. I've noticed that the scroll behavior is also active here on the forum. How can I remove this scroll behavior? It’s confusing for users as the option to add a topic becomes invisible, and they struggle to find it.
This fixed the scrollbar behavior and it also looks like it fixed the recent post issue in this thread.
Page 1 / 7
Next