jrhittman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove Page Title in Twenty ThirteenI changed the type of page and it went away.
Thanks for the info on the child themes. more stuff to study and learn.
Forum: Fixing WordPress
In reply to: Remove Page Title in Twenty ThirteenI edited the content.php and removed the section you highlighted before. That is how I got all the titles to go away, but the home page still has the title. Here is what it looks like.
<article id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
<header class=”entry-header”>
<?php if ( has_post_thumbnail() && ! post_password_required() && ! is_attachment() ) : ?>
<div class=”entry-thumbnail”>
<?php the_post_thumbnail(); ?>
</div>
<?php endif; ?>THIS WHERE I TOOK OUT THE ENTRY TITLE COMMANDS
<?php endif; // is_single() ?><div class=”entry-meta”>
<?php twentythirteen_entry_meta(); ?>
<?php edit_post_link( __( ‘Edit’, ‘twentythirteen’ ), ‘<span class=”edit-link”>’, ‘</span>’ ); ?>
</div><!– .entry-meta –>
</header><!– .entry-header –>Forum: Fixing WordPress
In reply to: Remove Page Title in Twenty ThirteenSorry, not familiar with “Child Theme”, so I guess I’m editing the core.
Forum: Fixing WordPress
In reply to: Remove Page Title in Twenty ThirteenTrying to remove the page title “Home”. I got them all to go away except for the title on the Home page.
I didn’t move anything related to NextGEN Galery (that I’m aware of). Turning off the FACNYBOX option in NextGEN Optimizer helped return it to mostly normal. It does seem to load slower than normal, but at least it is back to opening images in a lightbox.
Re-activated “NextGEN Gallery Optimizer” and un-ticked the FANCYBOX option and it works. Seems to be an issue with the Fancybox option on the Optimizer!
Just DEACTIVATED “NextGEN Gallery Optimizer” and it seems to be working correctly.
I’m having the same issue. I found this info…..“If you are having issues with 2.0.0, you can now update to 2.0.7 which resolves many issues. That update is available from your WordPress dashboard.” but I don’t see the update. Am I looking in the wrong place?