Tim69
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blank posts pageI finally worked it out. I had an index.php file in the child folder for some reason (I’m guessing I copied it in there by mistake). I didn’t list this is my posts above which you may have pointed out. Anyway once I deleted this file everything is working fine now. Thanks for all your help. All resolved, cheers.
Forum: Fixing WordPress
In reply to: Blank posts pageOK I had a look around
error_log for child theme
There are no recent reported errors from within the last month. The last reported errors are memory exhuasted errors from a plugin not related to my blog/posts. I increased my server memory allocation awhile ago.error log on root
displays only one error from January
PHP Fatal error: Call to undefined function get_header() in child theme
404.php on line 10error log in plugin folder
I can’t see a error_log there??Forum: Fixing WordPress
In reply to: Blank posts pageHi v.late reply but I was away on holidays.
Yes with the Twenty Eleven parent theme activated and nothing else changed, the post page appears.
I am using the latest version of WP 3.9.2
I am an assortment of child theme files
– content, functions, footer, index, instrument hooks, sidebar, sidebar page, single, styleI tried deleting these php child files one by one but it made no difference.
Could there be a problem in the database somewhere?
Thanks for you help
Forum: Fixing WordPress
In reply to: Blank posts pageGreat thanks for your help. I couldn’t find the error log but I managed to turn on wp_debug and I got the following errors on my posts page. Are there any errors here that could be causing it?
Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /wp-includes/functions.php on line 3078
Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /wp-includes/functions.php on line 3078
Notice: register_sidebar_widget is deprecated since version 2.8! Use wp_register_sidebar_widget() instead. in /wp-includes/functions.php on line 3078
Notice: register_widget_control is deprecated since version 2.8! Use wp_register_widget_control() instead. in /wp-includes/functions.php on line 3078
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /wp-includes/functions.php:3078) in /wp-content/plugins/event-espresso/espresso.php on line 55
Notice: wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead. in /wp-includes/functions.php on line 3078
Notice: Undefined index: action in /wp-content/plugins/flexi-quote-rotator/flexi-quote-rotator.php on line 41
Notice: Undefined index: addQuote in /wp-content/plugins/flexi-quote-rotator/flexi-quote-rotator.php on line 46
Notice: Undefined index: editQuote in /plugins/flexi-quote-rotator/flexi-quote-rotator.php on line 51
Forum: Themes and Templates
In reply to: Fluid Header Image like 2013 for 2011Hi thanks for the reply.
how do I get that custom header in 2011?
do you have any links/tutorials on how I get this working, cheers?
Forum: Themes and Templates
In reply to: Fluid Header Image like 2013 for 2011here is a link to the 2013 theme if you need to have a look
https://twentythirteendemo.wordpress.com/Forum: Themes and Templates
In reply to: only first paragraph wrapping around divthat works, thanks for your help, cheers
Forum: Themes and Templates
In reply to: twenty eleven showcase limit number recent postsHi thanks for the reply.
Unfortunatly that setting effects the number of posts displayed on the post page as well. I would like to independantly alter the number of posts displayed in the showcase list. Is this possible? I thought there might be some way to limit this in the template?
Forum: Themes and Templates
In reply to: twenty eleven showcase limit number recent postsanyone?
Forum: Themes and Templates
In reply to: 2011 showcase with sidebar – possible?solved this one. Just inserted <?php get_sidebar(); ?> above <?php get_footer(); ?> in the showcase template (showcase.php). For some reason I tried this the other day and it didnt work. Must have pasted the sidebar below footer.
Forum: Themes and Templates
In reply to: twentyeleven nav hidden below slideshowexcellent it works. Thought it might have something to do with z-index but didnt know where to start. cheers