ustyne
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Fatal Error: Out of MemoryI 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.
A2JC4lifeI 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.
Forum: Themes and Templates
In reply to: Add sidebar to Twentyeleven child themePlease exclude the
<strong><strong>style="width: 30%;</strong>">in the <div>Forum: Themes and Templates
In reply to: Add sidebar to Twentyeleven child themeIn 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.Forum: Fixing WordPress
In reply to: Make Twenty Eleven Footer area TransparentOk 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 idbackground-color: transparent. Thanks again for the responseForum: Fixing WordPress
In reply to: Make Twenty Eleven Footer area TransparentAm still working on it on alocal WAMP server.
Forum: Themes and Templates
In reply to: [Twenty Eleven] [Theme: Twenty Eleven] auto-slide@archondigital. Which file did had to edit? not the showcse.php