php - Footer doesn't show up in posts page -


i bought , customized commercial responsive wordpress theme called enfold.

so here's issue. created page called blog , left blank. there's option in page display footer , socket, clicked yes. in other pages in site activated footer , socket areas.

i used "blog" page latest blog posts. thing footer doesn't display in blog page in other pages / single posts page works well. issue?

someone told me support forum in enfold, , in other sites have asked it's php memory issue.

i installed wp memory load , db usage plugin , site loads 22mb average per page, including blog posts page.

i did in .htcacess file >

<ifmodule mod_rewrite.c> rewriteengine on rewritebase / rewriterule ^index\.php$ - [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d  rewriterule . /index.php [l] </ifmodule>  # end wordpress 

php_value memory_limit 96m

<<< should php value memory limit on top of #end of wordpress ?

2.)

as wp-config.php should put here >>>

define('wp_cache', true); //added wp-cache manager define( 'wpcachehome', 'my site url' ); //added wp-cache manager define('wp_memory_limit', '64m'); 

and lastly , issue related php memory limit @ all?

hope here can help

go enfold options in admin > footer > display footer widgets & socket

if set already, again, needs update.

that works me.


Comments