Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #1235992

    Hey Mathilde,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    1. Install and activate ” Temporary Login Without Password “.
    2. Go to ” Users > Temporary Logins ” on the left-side menu.
    3. Click ” Create New “.
    4. 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 ).
    5. Click ” Submit “.
    6. 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,
    Nikko

    #1235993

    Hi, thanks, I have given you access, look at private content.
    Kindly regards, Mathilde

    #1236209

    Hi mofix,

    Best regards,
    Victoria

    #1236408

    Hi,
    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, Mathilde

    #1236634

    Hi,

    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,
    Nikko

    #1236651

    Hi,
    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

    #1236798

    Hi 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,
    Nikko

    #1237067

    Hi 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, Mathilde

    #1237745

    Hi Mathilde,

    Does it work properly if you remove the code?

    Best regards,
    Nikko

    #1237910

    Hi Nikko,
    Thanks, Yes, it’s the same also when I remove the code.
    Kindly regards, Mathilde

    #1238361

    Hi 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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.