paulNivy
Forum Replies Created
-
Hello BrownSpaceMan,
I’m having the same problem in our website. Was it fixed?
Please help, too, SumoMe.
Thanks.
Forum: Themes and Templates
In reply to: [Celestial - Lite] Website is not showing up in GoogleYes, thank you.
I was just wondering if there’s something wrong with the set up of the theme such as codes.
It’s just really odd that when I try to search our blog posts, some are ranking and/or being indexed BUT some are not.
Regards.
Forum: Plugins
In reply to: What kind of widget is this?ahh ok do you know something with the same box that works for wordpress?
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Post Titles are MissingYup, I figured it out, too. Thanks! I used the coding “display: none; style” because when I add a page, it also reflects the page title as a duplicate (e.g. “Home” page – the text “Home” also reflects below the static image). Then when I switched to the parent theme, I noticed that some of the changes I made in the child don’t reflect in the parent. Please correct me if I’m wrong but isn’t it supposed to reflect the changes in the parent, too? ??
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Post Titles are MissingHi Andre. Thanks! I was able to make the titles appear again.
If we want to retain everything we’ve done so far in the child theme, can all be saved to the parent theme?
With regards to updating the Child theme that you’ve mentioned earlier, does it mean that it’s still ok to have it updated as well as the parent theme?
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Post Titles are MissingIn addition, I’m making changes in our site using the first version of Child theme that you have advised. Are you suggesting now that I re-install it or update it? Kindly refresh me again on the importance of having the child theme instead of directly customizing the parent theme (as I’m also in the learning process).
Thanks a lot!
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Post Titles are MissingWhen I saw the faults, I had no choice but to revert our previous setting. That leaves the missing titles to be a problem, still. Can you please check our site again now? Thanks Andre!
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Post Titles are MissingHi Andre. Yes, you won’t actually see the faults I’ve mentioned (e.g. broken images, black & white social media icons, striped green & black border on Home page, borders around images, smaller font sizes, etc) because I reverted to our previous setting.
The only thing that is still a problem (and please do try now) is the missing titles of my blog posts. You can check https://www.careersupport365.com/its-all-a-matter-of-perception/ as an example. Also, if you refresh the page, you can see the title for about a millisecond and gone.
I’m hoping you can help me out on this. Thanks!
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Post Titles are Missingbtw, 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.
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Post Titles are MissingHi there. Based from what you have mentioned, can you please let me know which ones should I delete? Thanks.
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Post Titles are MissingHi 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 & greenDoes this mean that the child theme update is not recommended from hereon? What codes shall I put in to make them appear again? Thanks!
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Post Titles are MissingHello. 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.
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Post Titles are Missinghi there. ok, i’ll try that one. can you give me the exact link here?
thanks! ??
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Post Titles are Missingthis 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?
Forum: Themes and Templates
In reply to: [Celestial - Lite] Blog Post Titles are MissingOh and I updated the WP version to 3.5.2 just recently