-
AuthorPosts
-
August 7, 2020 at 12:16 pm #1235979
Hi, I love your theme!
On a new site I’m working on I can’t get the scroll down arrow to show in the full screen slider. I have tried to add this to the .htaccess file:“Look for the .htaccess file at the root of your WordPress installation and add the following to it:
<FilesMatch “.(ttf|otf|woff)$”>
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin “*”
</IfModule>
</FilesMatch>
“Still, it doesn’t work. Have tried other things a swell, but I can’t get the arrow to show.
My client would very much like to have an arrow and text like on this site:
https://www.badruttspalace.com/en/rooms-suites#Can you help me please?
Thanks and kindly regards, Mathilde
August 7, 2020 at 1:41 pm #1235992Hey Mathilde,
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,
NikkoAugust 7, 2020 at 1:51 pm #1235993Hi, thanks, I have given you access, look at private content.
Kindly regards, MathildeAugust 8, 2020 at 3:22 pm #1236209Hi mofix,
Best regards,
VictoriaAugust 10, 2020 at 11:15 am #1236408Hi,
Thanks, that link was the example of how I would like to have it on: tuddal.one Did you get the login to tuddal.one in the private content?
Kindly regards, MathildeAugust 11, 2020 at 10:41 am #1236634Hi,
Thanks for giving us admin access.
This code is responsible for it not showing:.avia-fullscreen-slider .scroll-down-link,.avia-slideshow-dots { display: none; }
Remove it and it should show properly.
Also clear cache :)Best regards,
NikkoAugust 11, 2020 at 11:52 am #1236651Hi,
Oh, I’m sorry, thank you. Now it shows, but I’m not able to make it bigger still in a light font.
I have tried to add changes here:#top .scroll-down-link {
height: 80px!important;
width: 100px!important;
margin: 0px 0 0 -40px;
line-height: 60px!important;
position: absolute;
left: 49.85%;
bottom: 0px;
color: #FFF;
text-align: center;
font-size: 80px!important;
font-weight: 200!important;
z-index: 100;
text-decoration: none;
text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
-webkit-animation: none!important;
}But I can’t see any difference. Is it possible to have some text above the arrow like they have here? : https://www.badruttspalace.com/en/rooms-suites#
Thanks, kindly regrads Mathilde
August 12, 2020 at 3:07 am #1236798Hi Mathilde,
Please replace this part of your code:
#top .scroll-down-link {
to
#top #main .scroll-down-link
Then for text above the arrow please refer this solution on this thread, see first Guenni’s solution as it’s more simpler: https://kriesi.at/support/topic/add-text-above-scroll-down-arrow-color-section-fullscreen-slider/
Hope this helps :)Best regards,
NikkoAugust 12, 2020 at 4:54 pm #1237067Hi Nikko,
Thanks a lot, that helped me very much! I have the text and the size now.
The only thing that I see is that when I click in the arrow / text, it doesn’t scroll completely to the section under the submenu? Is there something I can du to get it right?
Thanks and kindly regards, MathildeAugust 14, 2020 at 11:03 am #1237745Hi Mathilde,
Does it work properly if you remove the code?
Best regards,
NikkoAugust 14, 2020 at 6:29 pm #1237910Hi Nikko,
Thanks, Yes, it’s the same also when I remove the code.
Kindly regards, MathildeAugust 17, 2020 at 6:24 am #1238361Hi Mathilde,
Is there any js code or maybe any changes you made? maybe new plugin installed, etc that could be the cause of this sudden change of behavior.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.