F5F Stay Refreshed Software General Software Need a solution for the scrolling problem?

Need a solution for the scrolling problem?

Need a solution for the scrolling problem?

B
BAPEHbE
Junior Member
47
08-04-2023, 11:46 AM
#1
Hi There,
I’ve reviewed the code in your footer section that handles scrolling. To stop the scrolling on mobile pages, you’ll need to adjust the styles so they don’t apply when the screen size changes. Since the current setup uses fixed widths and positions, adding media queries or modifying the CSS to hide the scrolling behavior for smaller screens should resolve the issue. Let me know if you’d like guidance on implementing that change!

Thanks,
John
B
BAPEHbE
08-04-2023, 11:46 AM #1

Hi There,
I’ve reviewed the code in your footer section that handles scrolling. To stop the scrolling on mobile pages, you’ll need to adjust the styles so they don’t apply when the screen size changes. Since the current setup uses fixed widths and positions, adding media queries or modifying the CSS to hide the scrolling behavior for smaller screens should resolve the issue. Let me know if you’d like guidance on implementing that change!

Thanks,
John

S
SquimySaurus
Member
104
08-22-2023, 10:29 PM
#2
I have explored various approaches to identify when a mobile device is accessing the website. The methods included checking different conditions and observing outcomes such as error messages. The goal was to understand how the system determines device usage.
S
SquimySaurus
08-22-2023, 10:29 PM #2

I have explored various approaches to identify when a mobile device is accessing the website. The methods included checking different conditions and observing outcomes such as error messages. The goal was to understand how the system determines device usage.

P
PXLEagle
Member
65
08-26-2023, 06:23 AM
#3
Hi,
Thank you for your response. Here’s what I’ve tried so far...
/* Styling for FOOTER SCROLL */
.scrollbar .td-footer-template-wrap .td-footer-wrap {
overflow-x: hidden;
}
.scrollbar .td-main-content-wrap {
width: 100%;
}
It seems the scrollbar class is an additional style I added to the Newspaper theme’s cloud footer template, but nothing has changed after applying it.
P
PXLEagle
08-26-2023, 06:23 AM #3

Hi,
Thank you for your response. Here’s what I’ve tried so far...
/* Styling for FOOTER SCROLL */
.scrollbar .td-footer-template-wrap .td-footer-wrap {
overflow-x: hidden;
}
.scrollbar .td-main-content-wrap {
width: 100%;
}
It seems the scrollbar class is an additional style I added to the Newspaper theme’s cloud footer template, but nothing has changed after applying it.

D
Droozy_San
Junior Member
49
08-28-2023, 12:09 AM
#4
Does that code indicate how a viewing device should display and scroll pages, or is it divided into smaller, mobile-friendly pages? The issue is figuring out whether the website is mobile or not, which requires conditional logic to decide if scrolling is needed. If not scrolling, the page must be split into manageable, non-scrolling sections for mobile use.
D
Droozy_San
08-28-2023, 12:09 AM #4

Does that code indicate how a viewing device should display and scroll pages, or is it divided into smaller, mobile-friendly pages? The issue is figuring out whether the website is mobile or not, which requires conditional logic to decide if scrolling is needed. If not scrolling, the page must be split into manageable, non-scrolling sections for mobile use.

O
odst555
Junior Member
6
08-29-2023, 02:57 PM
#5
It's important to understand the topic being discussed, as that's necessary to give the correct response. I appreciate your understanding, and I'll consider moving to another forum if needed.
O
odst555
08-29-2023, 02:57 PM #5

It's important to understand the topic being discussed, as that's necessary to give the correct response. I appreciate your understanding, and I'll consider moving to another forum if needed.