sallycinnamon
Forum Replies Created
-
Forum: Plugins
In reply to: [Aesop Story Engine] Fullscreen ParallaxThanks!!!
The expression “targeting mobile devices” was just what I needed to google my way through tutorials!
Forum: Plugins
In reply to: [Aesop Story Engine] Fullscreen ParallaxHello again!
Since you helped me so nicely I thought I’d ask again if anyone of you wonderful people has a quick solution: Is there a really, really simple way to make my parallax-based entries readable on mobile devices? I dont’ want to use any of the usual plugins because the site looks quite alright on my tablet and phone, including popup bubbles – except for those cut off parallax images and captions. Any way to make those zoomable/appear as normal images fitted to the screen, maybe?
Forum: Plugins
In reply to: [Aesop Story Engine] Fullscreen ParallaxI’m just really tired, maybe stupid – and made a typo.
IT WORKS! YAY! YIPPIE! YES YES OH YEAH!
Thank you so so so much.
Forum: Plugins
In reply to: [Aesop Story Engine] Fullscreen ParallaxHello, thanks for the hint at loading jQuery twice!
I just installed the plugin even though I’m using an already heavily tweaked version of Book Lite, tried to put that snippet of code there – doesn’t work either.
Is referring to “.aesop-parallax-sc” correct?
Thanks for all the help again, you’re superb.
Forum: Plugins
In reply to: [Aesop Story Engine] Fullscreen ParallaxHey, thanks for the quick reply!
I haven’t quite figured it out though – should putting this in my head section do the trick?
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ /* here comes the jquery code */ jQuery('.aesop-parallax-sc').css({'height':(jQuery(window).height())+'px', 'width':(jQuery(window).width())+'px'}); </script>