Viewing 22 posts - 1 through 22 (of 22 total)
  • Author
    Posts
  • #249945

    Hi Guys

    We’re trying to create the same logo slider that you have at the bottom of your demo: http://kriesi.at/themedemo/?theme=enfold

    We’ve tried re-creating it with the easy slider but not sure if that’s right. we also don’t know why the images are very large on our slider because we have it set to No Scaling in the settings and we don’t want the navigation dot’s and arrows that appear when you hover over the slider http://prolinpro.prlncms.com/

    Thanks
    Leroy

    #250001

    Hi Leroy!

    That element is called Partner/Logo Element which you can add to your page under Media Elements in Avia Layout Builder. To remove arrows and dots, please add following code to Quick CSS

    #top .avia-slideshow-arrows a, .avia-slideshow-dots { display: none; }

    Best regards,
    Yigit

    #251122

    Hi Yigit,

    For some reason we can’t change the background image or color, we’ve tried clearing the cache, changing the image, bg-colour but for some reason it’s stuck on the same Background. Any ideas?

    Thanks
    Leroy

    #251125

    Hi Yigit,

    For some reason we can’t change the background image or color, we’ve tried clearing the cache, changing the image, bg-colour but for some reason it’s stuck on the same Background. Any ideas? We’ve made you an administrator again so you can investigate the problem.

    Thanks
    Leroy

    #251127

    Hey!

    Can you elaborate please? Background image of which element?

    Regards,
    Yigit

    #251192
    This reply has been marked as private.
    #251198

    Hi!

    I tried to login with the credentials you have provided earlier but it is not working “ERROR: User has not been activated.”. If i tried wrong ones, can you post the correct ones here privately?

    Best regards,
    Yigit

    #251205
    This reply has been marked as private.
    #251207

    Hi Yigit,

    I’ve just noticed that is cleared in firefox, but stuck in chrome and I’ve cleared the browser cache?

    #251210

    Hey!

    Can you try deactivating all active plugins and check if that helps? It is not working on Chrome on my end as well while it is totally fine on Firefox

    Best regards,
    Yigit

    #251214

    Hi Yigit,

    I deactivated all the plugins but still no luck with chrome? Strange.

    #251299

    Hi Yigit,

    Do you have any other ideas how we might fix this problem.

    Thanks
    Leroy

    #251749

    Hey!

    Right now I’m seeing the background set to white so I’m not sure what the issue is.

    Cheers!
    Devin

    #251753

    Hi Devin,

    The issue is in chrome it’s still showing the old black background and if you read Yigit reply he was experiencing the same problem yesterday.

    Thanks
    Leroy

    #251769

    Hi Devin,

    I’m not sure if you fixed it but it seems to be fine now?

    Thanks
    Leroy

    #251812

    Hey!

    I have just checked your website and now it looks the same on both Chrome and Firefox. Let us know if you have any other questions or issues!

    Cheers!
    Yigit

    #251820
    This reply has been marked as private.
    #252050

    Hi Yigit,

    We only wanted to remove the dots and nav buttons from the easy slider, but with the code you provided: #top .avia-slideshow-arrows a, .avia-slideshow-dots { display: none; } That also removes the buttons from the content slider, but we still want to show the buttons for the content slider, can you please explain how we can do that.

    Thanks
    Leroy

    #252066

    Hi!

    Thank you for the update.

    You’re using a cache plugin. If you want to see the changes right away, please empty the cache. Regarding the dots navigation, please use this to remove it:

    div.avia-slideshow-dots.avia-slideshow-controls {
    display: none !important;
    }

    I hope that help.s

    Cheers!
    Ismael

    #252071

    Hi Ismael,

    Thanks for you help, we do use the cache plugin, but for some strange reason the changes still take 24hrs or more sometimes to take affect and we don’t know why?

    Thanks
    Leroy

    #252588
    This reply has been marked as private.
    #253388

    Hey!

    I see that dots are removed, please add following code to remove arrows as well

    #top .avia-slideshow-arrows a { display: none; }

    There may be a server side caching. Please contact your service provider

    Regards,
    Yigit

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