Maelig
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Image Caption] Exclude caption from RSS feedThanks for the fast response, looking forward to it!
Forum: Plugins
In reply to: [Featured Image Caption] Getting an error when trying to change settingsAwesome! Works great now, much appreciated. ??
Forum: Plugins
In reply to: [Featured Image Caption] Getting an error when trying to change settingsSure thing :
Version Information
Plugin: 0.7.2
WordPress: 4.2.2
PHP: 5.4.4-14+deb7u12Theme
Name: OFE (this is a custom theme I built from the Enterprise Pro Theme based on the Genesis framework)
Version: 0.1Forum: Plugins
In reply to: [Featured Image Caption] Getting an error when trying to change settingsIt was a fresh install.
Forum: Fixing WordPress
In reply to: upload_max_filesize directive in php.iniSorry this is the relevant line in .htaccess :
php_value upload_max_filesize 10M
Forum: Fixing WordPress
In reply to: Footer disappearedif you have a footer.php file there, and you’re not getting any errors…have you tried deactivating all of your plugins??
This seems to have done it, thanks. I’ve reactivated plugins one by one and identified the cause of the problem to be a particular plugin which I will find an alternative for.
Forum: Fixing WordPress
In reply to: Footer disappearedOK I’ve set the variable to “true”. What am I looking for?
Forum: Fixing WordPress
In reply to: Footer disappearedYes (I haven’t touched it). It reads :
<?php
/**
* The template for displaying the footer
*
* Contains footer content and the closing of the #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
?></div><!– #main –>
<footer id=”colophon” class=”site-footer” role=”contentinfo”>
<?php get_sidebar( ‘footer’ ); ?>
<div class=”site-info”>
<?php do_action( ‘twentyfourteen_credits’ ); ?>
“><?php printf( __( ‘Proudly powered by %s’, ‘twentyfourteen’ ), ‘WordPress’ ); ?>
</div><!– .site-info –>
</footer><!– #colophon –>
</div><!– #page –><?php wp_footer(); ?>
</body>
</html>Forum: Fixing WordPress
In reply to: Footer disappearedOK just did. I still have no footer.
Forum: Fixing WordPress
In reply to: Footer disappearedI’ve tried restoring it to the default (original) CSS but it did not seem to have any effect.