Forum Replies Created
-
I think the plugin folder under the themes folder was an artifact of the backup-and-migrate program I used.
Thanks to your clues, I discovered the problem in a faulty footer.php file.
I rebuilt the footer.php and now it works. Thanks for all your help.
I’ve continued to work on it, and discovered that the homepage panes worked if I used the parent version of the theme. Since then, I’ve disabled each individual bit of my child theme and am fairly certain the problem is in my custom footer. Do you see anything in the code below that would cause the homepage panes to disappear?
<?php
/**
* The template for displaying the footer.
*
* Closes the <div> for #content, #content-main and #container, <body> and <html> tags.
*
* @package WordPress
* @subpackage Graphene
* @since Graphene 1.0
*/
global $graphene_settings;
?>
</div><!-- #content-main -->
<?php
/* Sidebar 1 on the right side? */
if ( in_array(graphene_column_mode(), array('two-col-left', 'three-col-left')) ){
get_sidebar();
}
/* Sidebar 2 on the right side? */
if ( in_array(graphene_column_mode(), array('three-col-left', 'three-col-center')) ){
get_sidebar('two');
}
?>
</div><!-- #content -->
<?php /* Get the footer widget area */ ?>
<?php get_template_part('sidebar', 'footer'); ?>
<?php do_action('graphene_before_footer'); ?>
<div id="footer">
<?php if (!$graphene_settings['hide_copyright']) : ?>
<div id="copyright" <?php if (!$graphene_settings['show_cc'] && !is_rtl()) {
echo 'style="background:none;padding-left:20px;"';
} elseif (!$graphene_settings['show_cc'] && is_rtl()) {
echo 'style="background:none;padding-right:20px;"';
} ?>>
<?php if ($graphene_settings['copy_text'] == '') : ?>
<p>
<?php _e('Except where otherwise noted, content on this site is licensed under a <a href="http://creativecommons.org/licenses/by-nc-nd/3.0/">Creative Commons Licence</a>.', 'graphene'); ?>
</p>
<?php else : ?>
<?php echo stripslashes($graphene_settings['copy_text']); ?>
<?php endif; ?>
<?php do_action('graphene_copyright'); ?>
</div>
<?php endif; ?>
<!--
<div id="w3c">
<p>
<a title="<?php esc_attr_e('Valid XHTML 1.0 Strict', 'graphene'); ?>" href="http://validator.w3.org/check?uri=referer" id="w3c_xhtml"><span><?php _e('Valid XHTML 1.0 Strict', 'graphene'); ?></span></a>
<a title="<?php esc_attr_e('Valid CSS', 'graphene'); ?>" href="http://jigsaw.w3.org/css-validator/check/referer/" id="w3c_css"><span><?php _e('Valid CSS Level 2.1', 'graphene'); ?></span></a>
</p>
<?php do_action('graphene_w3c'); ?>
</div>
-->
<div id="developer">
<p>Website by <a href="mailto:jeannine.klein@webswords.com">Jeannine M. E. Klein</a></p>
<?php do_action('graphene_developer'); ?>
</div>
</div><!-- #footer -->
<?php do_action('graphene_after_footer'); ?>
</div><!-- #container -->
<?php if (!get_theme_mod('background_image', false) && !get_theme_mod('background_color', false)) : ?>
</div><!-- .bg-gradient -->
<?php endif; ?>
<?php wp_footer(); ?>
</body>
</html>And thank you for your continuing patience and work.
Still no joy. I deactivated all plugins, cleared browser/server cache, and even tried with a different browser (one I seldom use). No changes.
I don’t have any custom css for homepage_pane. I even tried adding the following custom css:
.homepage_pane {
display: block!important;
}Still no homepage panes.
Any other ideas?
The Authors category has more than 1000 posts. But I changed the settings to display 2 posts instead of 6. Still no panes displayed on home page.
Sorry. I didn’t know how to get an image onto the forum. Hope this one with BB code works:
In reply to: Amazing Graphene Theme – Plz don't say it is not Graphene Theme – http://kockyn.com/
April 18, 2012 at 7:20 am #27621Lovely customization–easy to understand, yet stylish.
In reply to: Featured images in slider show only too-small thumbnails or no image (since 1.6 update)
March 6, 2012 at 10:23 pm #25645Working now. Apparently, the Featured Images for the slider posts had to be reloaded from within the post editor before they would pick up the newly generated thumbnails.
In reply to: Featured images in slider show only too-small thumbnails or no image (since 1.6 update)
March 6, 2012 at 7:50 pm #25644Thanks for the idea, but I tried it and it didn’t help. I don’t think the problem is in the thumnbnails themselves: when I right-click to view the image and then download it, it is the correct size (150px high). Also went into cPanel file manager,located and downloaded the file at the path shown by right-clicking the thumbnail. It also is 150px high.
Is there somewhere in the CSS or Graphene options that could be setting thumbnail height? I have checked my WordPress media settings and NextGEN gallery settings; they all show thumbnails as 0x150 (widthxheight).
jeannine
