badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Template missing

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #26784
    jd.aggie95
    Participant

    I am reviving an old blog based on Attitude. I set up a child them and for the most part, the site looks like it should. However, when I go to make some edits I get the error message: Template is Missing.

    Any advice on how to rectify this? Could it be from a lack of updates since the blog has not been utilized?

    And does Theme Horse offer a paid service to fix this and a few other very minor tweaks on the blog?

    Many thanks…..

    #26812

    Hi jd.aggie95,

    You need to add this below template name code in your child theme style.css while creating child theme.
    Template: attitude

    Thank you!

    #26831
    jd.aggie95
    Participant

    Template: attitude is there…. see below

    /* Theme Name: Dunkel Designs Attitude Child Theme Theme URI: http: //www.dunkeldesigns.com/ Description: This is a custom child theme I have created. Author: Jill Dunkel Author URI: http: //www.dunkeldesgins.com/ Template: attitude Version: 0.1

    other ideas?

    #26832
    jd.aggie95
    Participant

    And there are 2 glitches that I can not seem to resolve. 1) On the home page, I want to remove the comment area and 2) on the blog roll (“Our Daily Lives”) the title of each entry does not show up.

    http://www.texasranchchronicles.com/

    #26846

    Hi jd.aggie95,
    Just add this below code in your style.css
    `/*
    Theme Name: attitude Child Theme
    Author: Theme Horse
    Template: attitude
    */`
    Hope this may help you!

    1) On the home page, I want to remove the comment area
    ==> disable comment section
    If you want to disable only certain page / post then go to particular page / post which you want to disable.
    Click on screen options at right top of the page /post

    Select the Discussion and comments so that it will display below the editor. You will be able to see like this.
    http://www.awesomescreenshot.com/0774aj8y55

    Unselect both of them and it will not display the comment section.

    2) on the blog roll (“Our Daily Lives”) the title of each entry does not show up.
    ==> Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS and remove the following CSS code and Click on save all changes button:

    .page .entry-title {
        display: block;
    }

    Thank you!

    #26906
    jd.aggie95
    Participant

    Thank you! This fixed all of those issues.

    One last question…. on the home page of the blog, I have it set to display the blog page. Is there a way to only show “Summaries” of the posts on the home page, but then show the full posts on the blog page?

    Or how can I change how many lines it shows in a Summary? It currently only shows 2-3 lines, and I would like for it to display about 10 lines before showing a “Read More” link.

    #26960

    Hi jd.aggie95,

    To display full blog page we have already created a blog full template. First goto setting-> reading -> -> choose static page -> post page -> leave it to default (–default–)

    Now create any page from your dashboard-> pages-> create a blog page (blog/ any blog page name). At the right side there is a template. Select blog image large template.
    View this below screenshot.
    http://awesomescreenshot.com/00654a0s5b

    Thank you!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.