Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #683932

    Hy,

    I made customized buttons for site and they are not showing in Internet Explorer and Mozilla Firefox. You can se the site on link .

    What should I do to make it work on every browser?

    Thank you in advance!
    Best wishes!
    Doris

    #684440

    Hi Doris,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #685353

    Hi,
    Thank you!

    #687010

    Hi,

    I turned on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and gave your element a custom CSS class then changed the code to following

    Best regards,
    Yigit

    #687094

    Hi,

    Great! Thanks! Please, just tell me how can I move the button on right side little bit to the left, because now it is too much away from the left one. Plus, how to make the buttons visible next to each other when looking on small screens? And this should be the last about the topic :)

    Thank you very much!
    Best regards!
    Doris

    #687431

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .custom-buttons a.avia-slideshow-button:nth-child(2), .custom-buttons a.avia-slideshow-button:nth-child(1) {
        padding-left: 0!important;
    }
    @media only screen and (max-width: 480px) {
    .custom-buttons a.avia-slideshow-button:nth-child(2), .custom-buttons a.avia-slideshow-button:nth-child(1) {
        width: 40%;
        float: left;
    }}
    

    Best regards,
    Yigit

    #687659

    Hi,
    They are, unfortunately, still one below another, not in the same row :/ …

    Best regards!
    Doris

    #687718

    Hey!

    Please try to adjust the width: 40% to smaller and give it a look after.
    That will most probably fix the issue for you.

    Thanks a lot

    Cheers!
    Basilis

    #688164

    Hi dear support,

    Yes, it worked perfectly! :D

    THANK YOU!
    Best regards!
    Doris

    #688203

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest .
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Fullscreen slider buttons not showing on Internet Explorer and Mozilla Firefox’ is closed to new replies.