Sidebar Sticky Position Don't Work When The Screen is Smaller Than 992px - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Sidebar Sticky Position Don't Work When The Screen is Smaller Than 992px

F

faiyun

Helix Framework 11 months ago

Hi, Sidebar sticky position don't work when the screen is smaller than 992px.I want to make it so that the sidebar is fixed even at this size screen, can you give me some way to do that. Thanks!

0
14 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #197454

Hi faiyun,

The Helix Ultimate v2.1.3 has released. Would you please check and let me know if it works now?

Best regards,

0
F
faiyun
Accepted Answer
3 months ago #197773

Hi Rashida,

I'm glad to receive your reply, this update can solve this problem. However, there is a new problem with this update, the original 8 abstracts were in 1 row, how come they are now in 2 rows, this will mess up my page >992px (col-lg-3 width:33.333%) with errors and I have to fall back to version 2.1.2 for now. I hope the team can solve this problem as soon as possible.

Screenshot using version 2.1.2

Screenshot using version 2.1.3

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #197778

Hi,

Sorry to hear about the new issue.

Unfortunately, I can't see your screenshots. They aren't opening here. It would be so kind of you if you can check and share another sets of them.

Best regards,

0
F
faiyun
Accepted Answer
3 months ago #198239

Hi.

The website has been upgraded. I'll share the link with you.

1.You check that the product list <row row-1 cols-4> is split into 2 <row> when the screen is smaller than 992px.

2.Page Builder's plugin Articles Scroller is not compatible with PHP8.3, my home page will report an error after using him, delete Articles Scroller error disappeared, also trouble your team to check together.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #198564

Hi faiyun,

I'm so unsure about the new issue you are pointing to. However, I just noticed you have posted a new post about the new issue. Thanks for that.

I hope my colleague will better address and resolve the issue for you. Thanks for your patience!

Have a nice day...

0
F
faiyun
Accepted Answer
3 months ago #198640

Okay,

thanks for the heads up.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 months ago #198650

You are always welcome!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 11 months ago #174231

Hi there!

Thanks for reaching out.

Which sidebar are you talking about, please?

I have visited your site https://www.sunrunchina.com/en/ but could not find the sticky sidebar. Would you please redirect me to the appropriate place to look?

Best Regards

0
F
faiyun
Accepted Answer
11 months ago #174279

Hi. Thanks for your reply. You can check this link. https://www.sunrunchina.com/en/product/sy04/sy04-006

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 11 months ago #175616

Hello,

Sorry for the delayed response.

Please use the following code in your custom CSS:

@media(max-width: 992px){
    #sp-left .inner-wrapper-sticky {
        position: fixed;
        top: auto;
        left: 32px;
        width: 210px;
    }
}

It should help!

Here is all about custom code placement in Helix Ultimate: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Best Regards

0
F
faiyun
Accepted Answer
11 months ago #175851

Hi,

Thanks for your reply.

Your method works, but I need him to scroll to the bottom of the page and then the left column scrolls up, just like on the desktop side.

Have a nice day!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 11 months ago #176098

Hi faiyun,

I have added it as an issue already. Hopefully it will be fixed in one of the latest versions.

Best Regards

0
F
faiyun
Accepted Answer
10 months ago #176787

Great, looking forward to the new version of the fix.

Thanx!

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 10 months ago #176796

Me too:)

You're always welcome...

0