• Hi guys ,

    http://www.blue2x.com

    So it’s like this. I created a blank page and named it blog. In my theme settings I set “blog” to show my blog posts.

    In my blog page , there are options to show footer and socket. So I clicked yes.

    I noticed that it doesn’t show in my blog page but in all other pages it shows up ? I also installed wp memory load and db usage plugin , it shows on top on all pages and posts but again not in the blog page ?

    I followed some tips on increasing the php memory limit >
    php_value memory_limit 64M

    do i need to post that at after #END of WordPress 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

    as for the wp-config.php should I put it here >>>

    define(‘WP_CACHE’, true); //Added by WP-Cache Manager
    define( ‘WPCACHEHOME’, ‘/services/webpages/util/6/9/69ps11yk.myutilitydomain.com/blue2x.com/blog/public/wp-content/plugins/wp-super-cache/’ ); //Added by WP-Cache Manager
    define(‘WP_MEMORY_LIMIT’, ’64M’);

    And lastly , is this issue related to php memory limit at all?

Viewing 7 replies - 1 through 7 (of 7 total)
  • What theme are you using? Where did you download it from?

    Thread Starter blue2x

    (@blue2x)

    I’m using a commercial theme by kriesi, it’s called enfold >

    http://www.kriesi.at/themedemo/?theme=enfold

    I asked them in the enfold forum and they say it’s a php memory issue. Btw the plugin I installed can now see the memory in the blog posts page and its like 22 mb only.

    Try contacting your hosts about your memory allocation. Please be aware that, as you are using a non-WPORG theme, you need to seek theme-specific support from the theme’s developers – paid or otherwise. We only support themes downloaded from wordpress.org here.

    Thread Starter blue2x

    (@blue2x)

    Ok done, can you delete this topic please ? Thanks

    It is not the general policy to edit or delete forum posts. When a post is made and people contribute answers to an issue, that then becomes part of the community resource for others to benefit from. Editing or deleting posts removes this added value. In extreme circumstances, the moderation team might be persuaded to remove sensitive information but. generally, your best course of action is not to publish anything that you wouldn’t want to be public.

    http://codex.wordpress.org/Forum_Welcome#Deleting_.2F_Editing_Posts

    I’m sorry but this is not an extreme case.

    Thread Starter blue2x

    (@blue2x)

    Can you just modify the links i gave above ? to something like myurl. Especially the my utilitydomain. thats all.

    Sorry but no. Please read my post above.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Footer doesnt display on blog page’ is closed to new replies.