Scroll To Top Button

Posted in: Newspaper
Post count: 25

Hello,

How to Remove the scroll to top button from the whole website?

Post count: 18283

Hello !

You can use this css code here: .td-scroll-up-visible {
display:none;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 4

It disappears in the mobile version, responsive, in https://cursoespirita.com
Any css that helps? (I edit, I have already been able to solve it, with the code and updating cache.)

Another issue. I have an external chat app button, which hides part of the subfooter’s information, any solution for more space under the subfooter?

Thanks

Post count: 18283

Hello @Cursoespirita !

In order to hide this option only on desktop please insert the code in here: https://www.screencast.com/t/1tAKCGKue67t

Unfortunately that button is dynamic and cannot be edited.

Thank you for your understanding !

Post count: 3

How to add a scroll to top button for mobile version website?

Post count: 18283

Hello !

Please use this code: .td-scroll-up-visible {
display:block;
}

The code must be inserted here: https://www.screencast.com/t/0bhIpr8R

Thank you !

Post count: 16

Hi, these codes doesn’t remove the scroll to top button
I’ve put them on “Custom CSS” and every box in “Advanced CSS” and even the Live CSS Editor. Any fix? I want to remove the scroll to top button or hide it.

.td-scroll-up-visible {
display:none;
}

.td-scroll-up {
display:none;
}

Post count: 27744

Hello @twsillimanian,

To remove back to top, please follow those instruction:
If you have the tagDiv Standard Pack plugin active then you need to comment this line => https://www.screencast.com/t/NRBxqmUp4I from this path
wp-content/plugins/td-standard-pack/Newspaper/header.php

but if you have the tagDiv Composer plugin disabled then to comment the line go in
wp-content/plugins/td-composer/legacy/Newspaper/header.php
=> https://www.screencast.com/t/OWhnxwfS

Thank you!

Post count: 16

Hi, I’ve made the line a comment in both the locations of the theme, since composer and standard pack are both installed. The scroll up button still shows up, what to do?

Oops nevermind Ana, I had to use

<!-- -->

for making it into a comment, thank you Ana

Post count: 27744

Hello,

I’m glad it was helpful.
If you have questions regarding our theme, just let us know!

Have a nice day!

Post count: 43

.td-scroll-up-visible {
display:none;
}

.td-scroll-up {
display:none;
}

is not working

Post count: 43

working now

Post count: 27744

Hi,

I’m glad that you manage to solve the situation.
If you have other questions, let us know!

Have a nice day!

Post count: 20

Hi,

Can you help me to adjust the Back To Top scrolling speed?

Post count: 27744

Hi @star.dgtl,

Unfortunately, there is no option to make the scroll to top faster.

Thank you for your understanding!

Viewing 15 posts - 1 through 15 (of 15 total)
The forum ‘Newspaper’ is closed to new topics and replies.