Help with Project Type Pages in Espied Theme

  • Unknown's avatar

    I have set up a number of categories for my portfolio website using “Project Types”. I’m using the Espied Theme, and have added a brief description that I want displayed as an introduction to each portfolio section. As seen here:

    https://swattdesign.wordpress.com/project-type/advertising/

    Two questions:

    1) Is it possible to have the description text running the full width of the page?

    2) Is it possible to control which project thumbnails appear at the bottom of the page (i.e. only the projects from that category)?

    I do have the design upgrade on my account and so can edit the CSS, however I have very little CSS experience/understanding, so please be as specific as possible if I need to start doing any code work.

    Cheers,
    Sam

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Sam,

    1) Is it possible to have the description text running the full width of the page?

    You can adjust the width of the description for project type pages with the following.

    .tax-jetpack-portfolio-type .page-header {
        max-width: 100%;
    }

    2) Is it possible to control which project thumbnails appear at the bottom of the page (i.e. only the projects from that category)?

    You seem to have accomplished this by linking to the Project Type pages in your menu. If I’m mistaken, please let me know.

  • Unknown's avatar

    Hi thesacredpath,

    Thank you for the CSS code to fix the project type page text width – that worked a treat.

    As for the project thumbnails, it’s more on the individual project pages and not the category type pages where it’s a problem. For example, on any given portfolio page it is showing only 3 additional project at the bottom, and one of them is the project that is currently open (so that one is greyed out), meaning there are only 2 other projects within the category showing. Is there any way that I can specify that the current project is not to be shown, and that only projects from that category appear, regardless of publication date?

    Cheers,
    Sam

  • Unknown's avatar

    Sam, that is actually the project navigation. You can think of it like the next and previous buttons at the bottom of a post. They show the previous project, the current project (center and greyed out) and the next project.

  • The topic ‘Help with Project Type Pages in Espied Theme’ is closed to new replies.