• Resolved paulNivy

    (@paulnivy)


    Hello!

    I just changed from Celestial theme to Celestial Child Theme but I’m wondering why all of the titles in my blogs were missing. Can you please help me to make the titles be visible as they used to be? (e.g. https://www.careersupport365.com/all-swell-thats-groundswell/)

    “All swell that’s groundswell” title must appear at the top, right before the content. Same thing with the other blog posts.

    Thank you!

Viewing 15 replies - 1 through 15 (of 24 total)
  • Thread Starter paulNivy

    (@paulnivy)

    Hi! Any reason why the titles are gone?

    Not sure why…switch back to your parent theme and see if your titles show back. I just tested this on my local site and my titles are showing. Where did you get the child theme from?

    Thread Starter paulNivy

    (@paulnivy)

    Hmmm… that’s weird. Ok, I’ll try to switch back.

    I got the child theme from the link that you gave me in the other post I asked – https://www.styledthemes.com/celestial-lite-setup/74-child-themes-for-customizing-your-theme

    Thread Starter paulNivy

    (@paulnivy)

    Hi Andre,

    I switched to my parent theme just to see what will happen. Still the same, the titles of my blog posts are gone. The titles used to appear but when I installed the child theme, that’s when I noticed that they don’t appear anymore.

    Any idea how can I make the titles be visible again?

    Thanks!

    Not sure how that is happening so my suggestion is to reverse anything you did up to that point, including going back to the version of the theme you had (if you just updated?). So far you are the only one that has mentioned about the titles disappearing. So something changed recently then for you which is why it’s best to reverse things to the point of when they were working.

    Thread Starter paulNivy

    (@paulnivy)

    Hmmm… I haven’t done much lately to affect the titles. I just installed the child theme and added a meta tag plugin.

    Thread Starter paulNivy

    (@paulnivy)

    Oh and I updated the WP version to 3.5.2 just recently

    Thread Starter paulNivy

    (@paulnivy)

    this is what’s in my content-page.php child theme

    [ Moderator note: please wrap code in backticks or use the code button. ]

    <?php
    
    // Exit if accessed directly
    if ( !defined('ABSPATH')) exit;
    
    /**
     * Template for displaying content in our page.php template
     *
     * @file           content-page.php
     * @package        Celestial Lite
     * @since          Celestial Lite 1.0
     * @author         Styled Themes
     * @copyright      2012-2013 Styledthemes.com
     * @license        license.txt
     */
    
    ?>
    
    	<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    	<?php if ( has_post_thumbnail() ) : // check to see if our post has a thumbnail	?>
    	<div class="row-fluid">
    		<div class="post-thumbnail span12" style="margin-bottom:40px;"><?php the_post_thumbnail( ); ?></div>
    	</div>
    	<?php endif; ?>
    		<header class="entry-header">
    			<h1 class="entry-title"><?php the_title(); ?></h1>
    		</header>
    
    		<div class="entry-content">
    			<?php the_content(); ?>
    
    		</div><!-- .entry-content -->
    		<footer class="entry-meta">
    			<?php wp_link_pages( array( 'before' => '<span><span class="page-links">' . __( 'Pages: </span>', 'celestial' ), 'after' => '</span>' ) ); ?>
    			<?php edit_post_link( __( 'Edit', 'celestial' ), '<span class="edit-link">', '</span>' ); ?>
    		</footer><!-- .entry-meta -->
    	</article><!-- #post -->

    Anything else that should be there to make the title in my blogs appear again?

    This morning I did a brand new install of WordPress 3.5.2 and then installed Celestial Lite 1.9.1 then made a couple posts and another page in addition to the default one that shows on first install.

    My titles are showing for posts, pages, and also when viewing the post in full. I still cannot replicate what you are experiencing. I also then installed the child theme and I am still seeing titles.

    However, I did notice one thing in my child theme download that I had a couple files, one in the partials folder and another in the templates folder. Those should not have been in there and not sure how I missed that; although I was still showing titles.

    I just uploaded a new child theme which you can download again, but you can also contact me from my site and I can send it to you via email as well. I don’t think this is the issue, but doesn’t hurt but to try it. Uninstall your child theme and reinstall the new one.

    Thread Starter paulNivy

    (@paulnivy)

    hi there. ok, i’ll try that one. can you give me the exact link here?

    thanks! ??

    Thread Starter paulNivy

    (@paulnivy)

    Hello. Yes, it worked now. The titles are visible. However, I just noticed the following:

    1) the fonts became smaller (header tabs: Home, Services, etc.; blog contents and other parts when hyperlinked)

    2) my page looked broken in chrome – https://www.careersupport365.com/ (green border at the top, social media icons are in black & white, images are broken, all inserted images have borders around, etc.)

    3) my posts are not aligned anymore as it used be (e.g. please see left alignment of https://www.careersupport365.com/blog/)

    Any idea why? Thanks.

    Thread Starter paulNivy

    (@paulnivy)

    Hi Andre. Most of what I’ve mentioned above are broken so I put back my previous version for now. Any idea why? Thus, the titles are not appearing again in my posts.

    The child theme update would have been ok (since the title has re-appeared) but the problem is with the changes in most of the format:

    1) images on the home page are broken
    2) images in my contents have boxes even if I didn’t set a border
    3) there were additional spacing in columns. thus, making them not aligned anymore
    4) social media icons became black & white
    5) green border (home page) turned into striped black & green

    Does this mean that the child theme update is not recommended from hereon? What codes shall I put in to make them appear again? Thanks!

    Thread Starter paulNivy

    (@paulnivy)

    Hi there. Based from what you have mentioned, can you please let me know which ones should I delete? Thanks.

    Thread Starter paulNivy

    (@paulnivy)

    btw, additional information that you should know is that when I go into a certain post and/or refresh the page, the post title can be seen for like a millisecond then continues to disappear.

Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘Blog Post Titles are Missing’ is closed to new replies.