-
AuthorPosts
-
June 26, 2020 at 1:51 pm #1225804
Hi,
I’m confused. It should be easy. I followed this recomendation: https://kriesi.at/support/topic/how-to-hide-the-scroll-to-top-button/ adding quick css code:#top #scroll-top-link { display: none !important; }
I tried also
#scroll-top-link {display: none; }
but non works for me.
My page: http://www.sensity.plPls. help.
Regards,
Chris- This topic was modified 4 years, 5 months ago by kwlodar.
June 28, 2020 at 5:06 am #1226178Hey Chris,
Please try clearing the cache/minification from your optimisation plugin.
Best regards,
RikardJuly 12, 2020 at 10:32 pm #1229801Hey Rikard,
do you have any idea how to do it? I use Light speed cache. I tried ‘Purge all” and “Purge all css/js cache” options and nothing changed.
https://snipboard.io/akCIoy.jpgthe code is still placed in quick css section
#top #scroll-top-link {
display: none !important;
}- This reply was modified 4 years, 4 months ago by kwlodar.
July 13, 2020 at 11:26 am #1229910Hi kwlodar,
The code you posted is correct and it should work.
I have inspected your site and I don’t see that code.
As Rikard mentioned, it’s most likely due to caching.
Can you try to disable CSS file merging and compression in Enfold > Performance, purge the cache again and check?Best regards,
NikkoJuly 15, 2020 at 7:19 pm #1230705Hi Nikko,
I have CSS file merging and compression in Enfold > Performance totaly disabled. As I wrote, I use only Light Speed Cache and I tried ‘Purge all” and “Purge all css/js cache” options and nothing changed. Here are the options: https://snipboard.io/akCIoy.jpg.
Do you have any idea what should I do?
Best!
ChrisJuly 16, 2020 at 5:39 am #1230813Hi Chris,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoJuly 16, 2020 at 10:44 am #1230872OK, login credentials below.
July 16, 2020 at 1:16 pm #1230905Hi kwlodar,
Thanks for giving us admin access (you can remove it now).
The problem was the comment you used // isn’t valid in css, you’ll need to use/* comment here */
I just replaced it and the CSS codes worked. :)
Best regards,
NikkoJuly 16, 2020 at 2:11 pm #1230925Nikko, thanks for your help so much!
This happens when psychologists are engaged in programming. :)))Stay safe!
July 16, 2020 at 3:54 pm #1230955 -
AuthorPosts
- The topic ‘how to hide go to top button?’ is closed to new replies.