Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #802903

    Hi Guys,

    1. I notice the transparent backgrounds of my images are visible. Why do I see the backgrounds if they are transparent PNG files? This happened before on another site and you gave me quick css to fix it, but why should I need that. Why does it show up at all?

    2. My logos are all over the place with size issues. Large and small. Is there perfect math to fix this? Padding, canvas size etc? What is the method?

    Thanks,

    Jas

    #803027

    Hey Jasmer,

    1. Please try the following in Quick CSS under Enfold->General Styling:

    .avia-content-slider .slide-image {
      background-color:transparent !important;
    }

    2. I’m not sure what you mean by that, could you post a screenshot pointing out the issue please?

    Best regards,
    Rikard

    #803484

    Hi Rikard,

    Thanks for the help!

    1. That fixed it! My question is, why is this CSS not default in the Enfold theme? Every time I add a partner logo element, or any element, the transparent background is not transparent. This has been going on for two years with Enfold. Is there a way I can prepare my PNG files so this does not happen? I cannot imagine this is within my control. WHY does this happen? Please be verbose in your response. I’ve been curious about this problem for some time.

    2. I fixed problem #2

    Thanks,

    Jas

    #803508

    Hi,

    1. It’s a design we have decided to go for, there’s a background colour on the element, it has nothing to do with your images.

    2. Great, glad you fixed it.

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #803941

    Hi Rikard,

    Ok I didn’t know it was part of the design. Can you send me a link to a demo that shows the background being used in the logo element slider? I’d like to see it.

    Thanks,

    Jas

    #804073

    Hi,

    Ok, you can see it here: http://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #804181

    Ok so that would look good with the border added. Might I suggest that Kriesi add an option to choose make it transparent or not in the element settings.

    Last question. On mobile the slider is 2 rows stacked. Is there CSS we can add to make it one row with 4 icons across he bottom? This way it will look exactly like the desktop site. Nowrap?

    Check the bottom of the contact page for logo element slider..

    Thank you,

    Jas

    #805204

    Hi Jas,

    You can request the feature here

    I would not make the logo blocks smaller, they will be very poorly visible and especially hard to read with the jumping testimonials slider. Let me know what you think?

    Best regards,
    Victoria

    #805279

    Hi Victoria,

    I’d like to try it as I may move the location of the partner logo element to avoid being affected by the testimonials slider.

    What would be the correct CSS for that?

    Thanks,

    Jas

    #806928

    Hi Jasmer,

    The easiest solution here is to move the slider above testimonials. You can do it just by dragging the logo slider above the testimonials. Also, I would rather make it a logo grid, since it’s too many sliding items for one website area.

    Let me know if you need more help.
    Best regards,
    Victoria

    #807192

    Victoria,

    I responded above that I would like to try it. I still need this:

    “On mobile the slider is 2 rows stacked. Is there CSS we can add to make it one row with 4 icons across he bottom? This way it will look exactly like the desktop site. Nowrap?”

    I want to try it and see what one icon row looks like.

    Thank you,

    Jas

    #808491

    Hi Jas,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (max-width: 450px) {
     .responsive #top #wrap_all .avia-content-slider-even .slide-entry.slide-parity-odd,
     .responsive #top #wrap_all .avia-content-slider-odd .slide-entry.slide-parity-even {
        margin: 0;
        clear: none;
    }
    .responsive #top #wrap_all .slide-entry {
        width: 22%;
    }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #808501

    Hi Victoria,

    Thanks. It’s close. It works in portrait, but when I position the iPhone in landscape it is still 2 rows.

    We need to adjust I’m assuming. Is there a Nowrap type CSS I can add?

    Thank you,

    Jasmer

    #809667

    Hi,

    Adjust the css media query view port from 450px to 768px.

    Best regards,
    Ismael

    #809730

    Solved! Thanks Ismael. Close Topic.

    #809801

    We’re glad that the team was able to help!

    Please let us know here in the forums if you need help with anything else.

    Thank you for using Enfold.
    Cheers!
    Sarah

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Partner Logo Element Slider’ is closed to new replies.