AI Search
Classic Search
Notifications
Clear all
Search result for: infinite scroll
Hi @robert , it is an honor for me to receive a response from you, again I congratulate you for the incredible work done in wpforo.
I understand what you tell me, but even so I need to apply the scroll on my website, is that I use a sticky menu in the header and it covers the utility bar I attach an image.
Hi @caliptogarcia,
There is no scroll-bar in wpForo editors because we've added auto-growing feature, which expends the writing area automatically. Please see the GIF video:
Good morning, I need to activate the scroll in the box when creating a theme, I'm from Buenos Aires, Argentina. Congratulations for the incredible support you give and what wpforo is in general.
< span style="color: #666;"> Attachment : NOSCROLL.jpg
😩 I wish users didn't have this frustrating problem.
I can change the text color but once I click on the icon it shows up way above and have to scroll onto the top of the page. ALSO, the "insert link" button users can't read the text on the pop up window.
HELP
Richard Gnomebe
Thank you. I did look into the plugin before but It isn’t clear if it does what I want. I want to be able to click on a forum and be able to scroll thru all the images in that forum (including in replies) without having to open and click the attachment in every post. It can display th3m as a gallery or go straight to a lightbox display.
Hello,
I noticed this issue in the tiny mce editor when I posta new topic:
If I paste a very long text the editor area expands a lot making very difficult to use the editor tools (because you have to scroll back to the top every time)
see
I know I can add a maximum-height to the editor, but I also need the possibility for the text inside the editor to be scrollable, so one can easily move around the text while using the editor tools.
Is this something I can achieve with css or maybe you can fix it in the next release?
Thank you
has done the following:
/wp-content/themes/mythemes/functions.php
function wph_my_editor_style($wp) {return $wp .= ',' . get_bloginfo('stylesheet_directory') . '/myeditor.css';}add_filter('mce_css', 'wph_my_editor_style');
/wp-content/themes/mythemes/myeditor.css
html{overflow-y:scroll!important}
/wp-content/themes/mythemes/style.css
#wpforo #wpforo-wrap iframe{max-height:380px}.mce-fullscreen iframe{max-height:100%!important}
I went the easiest way. After making these changes, it became much more convenient for the editor to work with voluminous articles with many photos.
< span style="color: #666;"> Attachment : 2019-07-19_094916.png
@moderworks
We've added auto-grow feature in editor so it growes height automatically. It can't work if you enable scroll bar. In your case i suggest use full screen mode of the editor, please see the screenshot.
< span style="color: #666;"> Attachment : 20190718_111715.jpg
How to add a scrollbar to the TinyMCE editor? The <html style = "overflow-y: hidden;"> property blocks this function ((
Why was this done?
It would be better to add (for example) max-height: 800px, without blocking the scrollbar overflow-y: hidden.
Now I add quite voluminous materials, with complex formatting (a lot of graphics, headers, text selection in bold, etc.). The lack of scrolling in the editor window makes the work very difficult. Every time you add a headline, highlight words and parts of the text, add pictures, you have to scroll to the cap or basement (add pictures). This is a terrible decision.
The latest version added fullscreen mode, but this does not save the situation. How to work in this mode to add files / pictures ???
In a word.
Please tell me a way to override the <html style = "overflow-y: hidden;"> property. Preferably through the theme functions.php file (site template). To avoid problems with the update wpforo in the future.
< span style="color: #666;"> Attachment : 2019-07-17_172439.jpg
See top bar while page loads and scrolls
The red page loading bar comes from this plugin: (probably simpler plugin for this feature)
then as you scroll down, the brown progress bar is this plugin:
Can I get these features in wpforo easily? The problem I am having is that I can't get these bars to work when I put the whole site to feature the forum like on
@realact
I am using demo 1 from this tutorial
>> Original Hover Effects with CSS3
You can find the css slide function here
>> infinite autoplay carousel
@tutrix
Thank you for your infinite patience with me! I finally figured out that our Font Awesome font was out of date. I reinstalled everything and added the following codes:
#wpforo #wpforo-wrap .fa, #wpforo #wpforo-wrap .fab, #wpforo #wpforo-wrap .far, #wpforo #wpforo-wrap .fa-bookmark:before {font-family: "Font Awesome 6 Free" !important;}#wpforo #wpforo-wrap .fa, #wpforo #wpforo-wrap .fab, #wpforo #wpforo-wrap .far, #wpforo #wpforo-wrap .fa-folder-tree:before {font-family: "Font Awesome 6 Free" !important;}
Everything works finally - thank you for ...
Hello,
I just upgraded my WPForo site to 2.0.6. From the time I updated I can no longer open on any forum links. I get redirected back to the main forum page. Click on a forum, and it just reloads the form list again. infinite loop.
I followed all recommendations for upgrading. Deactivated all add-ons, upgraded main plugin, then updated all of the addons.
I then upgraded to WordPress 6.02 (from 5.9.4), same problem.The I deactivated all addons. Same problem.
I have cleared all caches both in WPForo, on our server and at CloudFlare.The problem persists wh ...
Hi,
members report receiving the following message
"No more attachments are allowed today"
when trying to add an attachment (we are using the embed addon) or a picture. But we have not made any restrictions, actually you should be able to add infinite attachments or images.
Does anyone have any idea?
Thanks, Bernd