• Resolved rogerjh

    (@rogerjh)


    Hi there,

    I am wrestling with fixing a weird vertical space between the bottom of page and post content and the footer. The problem space appears on all pages and posts. See our home page: https://www.montessoricenter.org/

    This space seemed to appear after one of our web people was having a problem with a plugin. But deactivating all plugins does not fix the problem so I am not sure it is a plugin conflict.

    At the same time (I think) an error appeared in the Page Attribute window in the dashboard:

    Warning: scandir(/home/jphotos/montessoricenter.org/wp-content/themes/avisio/log): failed to open dir: Permission denied in /home/username/montessoricenter.org/wp-includes/class-wp-theme.php on line 993
    
    Warning: scandir(): (errno 13): Permission denied in /home/username/montessoricenter.org/wp-includes/class-wp-theme.php on line 993
    
    Warning: Invalid argument supplied for foreach() in /home/username/montessoricenter.org/wp-includes/class-wp-theme.php

    So I suspect this error and the space are related. I’d appreciate any help fixing this!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS troubleshooting. Or use whatever developer tool is available in your web browser.

    Thread Starter rogerjh

    (@rogerjh)

    Hi Esmi,

    Thanks for the suggestion. I looked with Firefox Firebug. That was my first instinct. ??

    The only thing I can see are hidden posts, since the theme came with four columns and but we wanted only three columns, so the fourth column is hidden.

    But how could a CSS problem cause the PHP errors?

    I really appreciate any help!

    Thread Starter rogerjh

    (@rogerjh)

    I added the following code to the stylesheet.

    #footer_inside {
        max-height: 500px;
    }

    But I am still getting the PHP errors :\

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem space just above footer’ is closed to new replies.