-
AuthorPosts
-
March 28, 2014 at 11:56 am #244304
Hi,
Bug #1: As title says, transparent png images becomes un-transparent when you add a link to the image.
Bug #2: Same element doesn’t preserve responsive design in resizing (iPad vertical) with 4 columns. Works fine with 5 however.
Theme setting: Responsive max 1030
-
This topic was modified 11 years, 7 months ago by
kardemomme.
March 30, 2014 at 11:54 am #245058Hi kardemomme!
Do you have an example we can see live for both issues?
Cheers!
DevinMarch 30, 2014 at 12:44 pm #245083Above footer on this page:
You may need to tilt the screen to see the difference between white/transparent. All PNG-s are transparent, but the one with the link is not.
For the scaling issue, see width below 997px but above phone screen size.
Thanks in advance.
March 30, 2014 at 2:24 pm #245107Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color .avia-content-slider .slide-image { background: transparent; } @media only screen and (max-width: 989) and (min-width: 767px) { #top .avia-logo-element-container .slide-entry { float: left; clear: right; width: 50%; }}Cheers!
Yigit-
This reply was modified 11 years, 7 months ago by
Yigit.
March 30, 2014 at 6:33 pm #245172The first part of your code works as a charm to fix the transparency bug, but the last part of the code didn’t work. It ruins the layout for normal resolution.
I tried applying a width-filter myself with no success either.
-
This reply was modified 11 years, 7 months ago by
kardemomme.
March 30, 2014 at 6:37 pm #245175March 30, 2014 at 7:01 pm #245178The logos still get left-aligned when resized down.
Thank you for fast responses!
March 31, 2014 at 11:50 am #245373 -
This topic was modified 11 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
