• Hi,
    When I choose to create a new blog post and give it a title it shows up on my blog page (in the incerpt) but when you click on the title to view the blog post, the title isn’t there. I think I screwed something up with custom css. This is what I have in my “custom css” section. Obviously I’m not a pro at this stuff.

    .entry-content h1 {
    font-size: 40px !important;
    }

    .entry-content h2 {
    font-size: 40px !important;
    }

    /* this is the “register” link */
    #menu-item-536 a span {
    margin-left:0px
    }

    /* this is the “login” link */
    #menu-item-541 a span {
    margin-left:0px
    }

    /* this is the “Go to Class” link */
    #menu-item-417 a span {
    color:green !important;
    font-weight:900;
    }

    /* this is the “tuition” link */
    #menu-item-621 a span {
    padding-right:130px
    }

    .post-more {
    visibility:hidden
    }

    #wrapper {
    margin: 0 auto 0px auto !important;
    }

    .footer img {
    width: 100%;
    height:100%;
    }

    .sc_menu li {
    margin-top:8px;
    }

    .entry-content img{
    padding:0px;
    !important;
    }

    p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol{
    margin-bottom:10px;
    !important;
    }

    .content-bottom{
    border-top:0px
    }

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter ChristopherF

    (@christopherf)

    Oops, here’s my site.

    animcareerpro.com

    Hi,

    I am seeing the title of the post, “The Principles of Animation”
    Screenshot – https://prntscr.com/7wu9uu

    Did you fix it yourself?

    Please kindly mark the thread as resolved if there is no further related issue.

    Thanks!

    Thread Starter ChristopherF

    (@christopherf)

    Thanks for your reply. No, I did not fix this. My apologies, I forgot to mention – because the title doesn’t show up in the blog post…When I write the blog entry in “Add New Post” I use this <h2>The Principles of Animation</h2> under the “text/HTML” tab, so that I can at least have a title in there. But where you enter the title (at the top of the page, where you’re supposed to do it) does not give me a title on the blog post.

    Hi,

    Did you modify any file.

    I am not seeing the following codes in your HTML source.

    <h1 class="entry-title">Your post title</h1>

    Thanks!

    Thread Starter ChristopherF

    (@christopherf)

    I have done some fiddling around, could you tell me how I can get that back? Or how I can re-set the style.css to original? If that is what needs to be done.

    Thanks,
    Chris

    Hi,

    Use this software. https://sourcegear.com/diffmerge/downloads.php

    Compare the index.php of your current Evolve theme with the index.php of a fresh downloaded copy. You will see the difference in code and you will be able to see what you have deleted.

    This way, you can choose to revert back whatever codes that you need.

    Thanks!
    Denzel

    Thread Starter ChristopherF

    (@christopherf)

    OK, cool. I just installed and will try it

    Thanks,
    Chris

    Thread Starter ChristopherF

    (@christopherf)

    Which index.php should I be looking at? the one inside the wordpress folder or in the wp-content folder or the one inside the wp-content\themes\evolve

    Also, how do I download a fresh copy of the index.php

    Hi,

    We are talking about the theme, therefore it’s the index.php inside the theme folder.
    You get a fresh copy by physically downloading the theme, here https://downloads.www.ads-software.com/theme/evolve.3.3.0.zip

    Then unzip and find the index.php

    Thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘blog title not showing up in post’ is closed to new replies.