Forum Support

Shape 5
March 28, 2024, 04:38:16 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Full Screen Height - Overheight  (Read 793 times)
bonzomedia
Jr. Member
**
Offline Offline

Posts: 48



WWW
« on: October 15, 2017, 05:58:38 AM »

Hi!, I am using StorePro and have a simple front page with just the logo and menu bar areas followed by the Image and Content Fader and then a footer area.

With Full Screen Height enabled I expected that the image would be rendered from underneath the logo and menu bar areas to the bottom of the viewport. However, the image is showing overheight. I can share the staged website by PM.

Thanks
« Last Edit: October 15, 2017, 07:40:53 AM by bonzomedia » Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #1 on: October 16, 2017, 11:22:42 AM »

Hello,

Yes please send via PM.

Thanks
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
bonzomedia
Jr. Member
**
Offline Offline

Posts: 48



WWW
« Reply #2 on: October 16, 2017, 11:30:07 AM »

I have fixed this. If anyone wants needs to do this, in mod_s5_image_and_content_fader/tmpl/default.php I created a template override:

jQuery( document ).ready(function() { var s5_custom23winhght2 = jQuery( window ).height(); jQuery('#myGallery').css("height", s5_custom23winhght2); });               
jQuery( window ).resize(function() { var s5_custom23winhght2 = jQuery( window ).height(); jQuery('#myGallery').css("height", s5_custom23winhght2); });

to apply an offset for the height of my header area...

jQuery( document ).ready(function() { var s5_custom23winhght2 = jQuery( window ).height(); jQuery('#myGallery').css("height", s5_custom23winhght2-230); });               
jQuery( window ).resize(function() { var s5_custom23winhght2 = jQuery( window ).height(); jQuery('#myGallery').css("height", s5_custom23winhght2-230); });


Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #3 on: October 17, 2017, 11:49:57 AM »

Thanks for the update, happy to hear you got it sorted as you need it.
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.