StyledThemes

portfolio

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #16899
    milan houses
    Participant

    hi
    i see in the new realise of pure and simple there is portfolio on the left in the back end?
    this must work with jetpack or alone?

    it is considered like a post or like a page?
    thanks

    #22240
    Sushil Adhikari
    Moderator

    Hello milan,

    Portfolio is different post type built in our theme itself and it is not related to Jetpack portfolio.

    Please follow this steps to create portfolio on your website:

    1> Go to dashboard-> portfolio . Then add project there.
    2> After creating project, go to Pages, add new page for portfolio. On the left side you will find template dropdown on left side inside page attributes section.
    There you need to choose portfolio(Sortable) template.

    if you got any problems on this, please let us know.

    Thanks

    #22241
    milan houses
    Participant

    hello sushil

    but in portolio goes only 1 image or i can add more images?

    thnak you

    #22243
    Sushil Adhikari
    Moderator

    Hi there,

    Now we don’t have provision to choose multiple Featured images in single portfolio post. But you can create gallery on your portfolio project.
    please use this tutorial to make gallery on your project.

    [ FOR REFERENCE] http://www.wpbeginner.com/beginners-guide/how-to-create-an-image-gallery-in-wordpress/

    Thank you.

    #22248
    milan houses
    Participant

    hi there.
    i make this page as portfolio
    http://www.ricrea-grafica.com/project/packaging-design-portfolio
    but how can i make text going on the full screen?
    thanks

    #22251
    Sushil Adhikari
    Moderator

    Hi there,

    The free space on the left is for portfolio meta -information[ Project details like Project Date,Client Name..]. It seems you are not using project details section of post. So if you want to make text going on full screen then, please add following css i child theme[style.css]

    body.single-portfolio .entry-header {
        float: none;
        width: 100%;
    
    }  
    body.single-portfolio .entry-content {
        float: none;
        width: 100%;
    
    }  

    Note: Please use child theme toadd this css,otherwise your changes will be lost on theme update.

    Thanks

    #22253
    milan houses
    Participant

    i have already a child theme, but where i iadd css styles?
    thank you

    #16900
    Sushil Adhikari
    Moderator

    Hi there,

    You need to add those css on style.css file of child theme. You can find this file on following directory:
    Go to site directory->wp-content->Themes->puresimple-child->style.css

    You can see this tutorial for more information how to use child theme for customization

    Don’t hesitate to contact us for more information

    Thanks

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