#1 WordPress forum plugin created by gVectors Team

wpForo – WordPress Forum Plugin
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation

Forum

Home | Forum

wpDiscuz - WordPress Comment Plugin
  • Forums
  • Members
  • Recent Posts
Forums
Main Support Forums
How-to and Troubles...
wpforo-menu sticky?
 
Share:
Share
Tweet
Share
Notifications
Clear all

Style wpforo-menu sticky?

    Last Post
RSS

thoand
Posts: 7
 thoand
Topic starter
May 7, 2021 8:32 pm
(@thoand)
Active Member
Joined: 1 year ago

Hi there,

I wish to make the wpforo-menu sticky. I tried it using plain css:

#wpforo-menu {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

But sadly that did not work. Has anyone a idea?

regards, thoand

Topic Tags
menu forum menu sticky menu
1 Reply
Tutrix
Posts: 631
 Tutrix
Beta Tester
May 8, 2021 6:28 am
(@tutrix)
Honorable Member
Joined: 2 years ago

@thoand

If any parent/ancestor of the sticky element has any of the following overflow properties set, position: sticky won’t work.

overflow: hidden;
overflow: scroll;
overflow: auto;

Example here on wpforo.com

#page {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 14px;
    overflow-x: hidden;
}

then replaced this with

overflow: visible;

or

overflow: unset;

and use z-index to make the menu scroll over the other items

watch the video > https://www.screencast.com/t/TTWxd7uy

 

visit my wpForo > Tutrix.de with lots of customization & modification, inclusive chat

Reply
  All forum topics
  Previous Topic
Next Topic  
Related Topics
  • how to add a page to wp foro menu
    2 weeks ago
  • Link to forum rules
    4 months ago
  • Adding custom profile tabs to top menu
    9 months ago
  • wpForo Menus disappeared
    9 months ago
  • I have tried login in but the page does not appear.
    1 year ago
Topic Tags:  menu (33), forum menu (7), sticky menu (1),

Forum Search

Join Us!

Download wpForo plugin
on WordPress.org

wpForo Addons

wpforo-private-messages wpforo-advanced-attachments-128x128 wpforo-embeds-128x128 wpForo User Custom Fields addon wpForo – Blog Cross Posting addon wpForo Ads Manager wpForo – WooCommerce Memberships Integration wpForo Emoticons wpForo – Tenor GIFs Integration
View all Addons »

Recent Topics

  • Import users from IPBoard

    By jesusdlg, 10 hours ago

  • Intruder signing in to wpforo without approval

    By plaurits, 14 hours ago

  • How to make new user to get approve manually before creating post and profile.

    By Adhyansh21, 2 days ago

  • Posts deleted in database still show up on front-end

    By nylex, 2 days ago

  • Not all links are automatically added with the "nofollow" attribute

    By st7878, 2 days ago

  • Editors assign users to groups

    By mike_netinfo, 2 days ago

Topic Tags

  • css52
  • translation50
  • plugin conflict48
  • seo47
  • new features45
  • buddypress43
  • avatar41
  • moderation40
  • ultimate member40
  • login40
  • forum40
  • registration37
  • threaded layout35
  • cache34
  • spam33
  • editor33
  • menu33
  • shortcode32
  • forum accesses30
  • widget29
View all tags (2194)

Recent Posts

  • RE: Intruder signing in to wpforo without approval

    Hi @plaurits, Try this plugin for manually approving ...

    By Chris, 1 min ago

  • Import users from IPBoard

    Hello, Is it possible to import users from ipboard? (...

    By jesusdlg, 10 hours ago

  • RE: Description for each topic?

    Why is this such a hard question to answer? You have ...

    By Christine, 11 hours ago

  • RE: User banned for using icons?

    If you have security plugins that can ban users, try de...

    By Chris, 19 hours ago

  • RE: recover deleted forum categories

    @robert @chris could that upgrade message at the top of...

    By dimalifragis, 20 hours ago

  • RE: recover deleted forum categories

    Hi @asmadi1, Contact your hosting to get a backup.

    By Chris, 22 hours ago

  • RE: Posts deleted in database still show up on front-end

    @nylex, Copy the post content or part of it, the go-t...

    By Chris, 24 hours ago

Share:
Share
Tweet
Share
  Forum Statistics
21 Forums
9,936 Topics
50.3 K Posts
8 Online
48.2 K Members

Latest Post: Intruder signing in to wpforo without approval Our newest member: Juliothelma Recent Posts Unread Posts Tags

Forum Icons: Forum contains no unread posts Forum contains unread posts

Topic Icons: Not Replied Replied Active Hot Sticky Unapproved Solved Private Closed

Powered by wpForo | Copyright © 2016-2022 gVectors Team
Copyright Registration Service - Click here for more information or to register work
wpForo is Registered with the IP Rights Office
Copyright Registration Service

Ref: 4477265538
  • Home
  • Forum
  • Migrate to wpForo
  • Addons
  • Addons Demo
  • Documentation