Forum Replies Created
-
AuthorPosts
-
I believe this is still outstanding. What are the plans to have the slider updated in the theme? Or if we purchase and install the latest will it work with the current theme? This presents a major problem for many devices loading a page with the slider because it must wait for the js to be rendered.
So this is the code that allows the image to be stretched.
if($repeat == 'stretch') { $background .= "background-repeat: no-repeat; "; $class .= " avia-full-stretch"; } else { $background .= "background-repeat: {$repeat}; "; }
If there was a way to have that code be applied on a mobile device, I believe that would solve a lot of problems. Is there anyway to have this only applied to devices with screen size < 768
January 26, 2014 at 12:19 am in reply to: Color section and slide out menu on mobile device… #214918So this is the code that allows the image to be stretched.
if($repeat == 'stretch') { $background .= "background-repeat: no-repeat; "; $class .= " avia-full-stretch"; } else { $background .= "background-repeat: {$repeat}; "; }
If there was a way to have that code be applied on a mobile device, I believe that would solve a lot of problems. Is there anyway to have this only applied to devices with screen size < 768
January 25, 2014 at 11:55 pm in reply to: Color section and slide out menu on mobile device… #214913Yigit – I wish I could say that the above code works but it only produces a color bg on an iOS device rather than stretching the image to fit.
Yigit –
The original code ended up working. Turns out I had an issue with our CDN caching the custom.css file and therefore it wasn’t updating.
I’m trying to resolve this quickly. I would appreciate a prompt response.
This reply has been marked as private.Issue is directly related to Better WordPress Minify plugin. Disabling causes IE9 to function correctly. Any resolution?
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts