Forum Replies Created

Viewing 6 replies - 16 through 21 (of 21 total)
  • I am currently experiencing the same exact issue. The most amazing thing is that it points to different files and of different line number

    Fatal error: Out of memory (allocated 31719424) (tried to allocate 2037 bytes) in /homepages/12/d278792027/htdocs/xxxxxxxxxx/xxxxxxxxx/wp-includes/class-simplepie.php on line 13263`
    I have done everything from increasing size limit to 128M on both wp-config.php, .htaccess, wp-settings.php and on my php.ini file all on the wordpress root folder.
    A2JC4life

    I can see you have been through thick and thin with this and am really narrowing it down to the number of plugins on wordpress. I have about 24 plugins running and all are very important to what I want my site do. I am still searching.

    Please exclude the <strong><strong>style="width: 30%;</strong>"> in the <div>

    In your Child theme you will need to add the CSS that will call up the “Fourth Widget Area” In the Twentyeleven Theme style.css Copy from line from line 2198 – 2255 to your child theme and and the CSS for t the fourth Widget area `/* Four Footer Widget Areas */
    #supplementary.four .widget-area {
    float: left;
    width: 15.85%;
    margin-right: 3.7%;
    }
    #supplementary.three .widget-area + .widget-area + .widget-area + .widget-area {
    margin-right: 0;

    }
    `
    You will need to adjust the width: percentage on all widget area to fit it to your test otherwise it will overlap. Or add some "style="" on the sidebar-footer.php <div id="supplementary" <?php twentyeleven_footer_sidebar_class(); ?> <strong>style="width: 30%;</strong>">
    I hope this solves you problem.

    Thread Starter ustyne

    (@ustyne)

    Ok Thanks guys for you contribution. I noticed that the background color that ran from the top to bottom of the page was because I had added baground-color: #fff; to the #page id. SO i removed it and and only applied it to the #primary id. That left the the #supplementary id background-color: transparent. Thanks again for the response

    Thread Starter ustyne

    (@ustyne)

    Am still working on it on alocal WAMP server.

    @archondigital. Which file did had to edit? not the showcse.php

Viewing 6 replies - 16 through 21 (of 21 total)