• Resolved USATC

    (@usatc)


    There is a large white space under the footer. It happens when using desktop internet browsers (Chrome, IE, Edge, Firefox), tablet and cell phone, except when cell phone is in portrait mode. Looking at PHP and CSS code etc. I saw different settings for devices with max-width: 480px and compared the differences. I noticed the following setting. When I set a custom css with the following the problem was resolved:

    #datepicker {
    display: none;
    }

    Running on following versions: WordPress 4.8 with Sydney theme, PHP 7.1.7, Embed Bible Passages Version 1.6.2.

    Problem happens even with all plug-ins disabled. When I disable the Embed Bible Passages plug-in the footer displays correctly, problem comes back when enabling Embed Bible Passages (without above circumvention).

    imgur1
    imgur2-same-image

    Thank you for writing the plugin!

    • This topic was modified 9 years, 1 month ago by USATC.
    • This topic was modified 9 years, 1 month ago by USATC.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author drmikegreen

    (@drmikegreen)

    Sorry to take so long to respond to this 🙁

    Are you using the stylesheet that comes with the plugin? t already contains:

    	#datepicker {
    		display: none;
    	}

    for screen widths less than or equal to 480px.

    Thread Starter USATC

    (@usatc)

    Yes I am. What I am saying is that I had to add that for screens larger than 480px to get rid of the white space below the footer. Something may need addressed in the datepicker part of the code.

    Plugin Author drmikegreen

    (@drmikegreen)

    I believe I have found an error in the code which may have been causing this and fixed it. The corrected version (1.6.3) has been committed to the WordPress plugins repository.

    I cannot, however, replicate the problem you experienced — with or without the error. I suspect that may be due to differences between the themes and stylesheets in my test beds and your site.

    So I am uncertain as to whether or not this change will fix the problem you experienced. Let me know whether or not you find that this change made a difference for you.

    • This reply was modified 9 years, 1 month ago by drmikegreen.
    Thread Starter USATC

    (@usatc)

    I am able to replicate this issue locally using the Sydney theme and no plugins. Try that.

    I updated the Embed Bible Passages plugin just now, removed the above CSS that I used as a circumvention, and purged the cache etc.

    This problem is resolved.

    Thank you!

    Plugin Author drmikegreen

    (@drmikegreen)

    Great! Thanks for your seeing this through!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘White Space under Footer’ is closed to new replies.