Different portfolio pages

Hi how are you? 

I want to have four different portfolio pages, each of this pages are like "Flats" "Buildings" "Planning" and "Skyscraper" https://prnt.sc/l4g583

Then when I click on "Flats" for example this portfolio layout shows https://prnt.sc/l4g7ja  which is great but when I add a new portfolio item it shows on all portfolio pages. 

I read on other discussions similar needs of different people but I don´t understand them! 

I also tried to copy this shortcode on a blank page:

[portfolio count="6" style="grid" columns="3" category="Flats" category_multi="" orderby="date" order="DESC" exclude_id="" related="0" filters="0" pagination="0" load_more="0" greyscale="0"]

I don´t like the result https://prnt.sc/l4g99f but I think It´s possible to style it with custom css. I tried this for example:

.portfolio_group .portfolio-item .desc {
                        display:none;
}

And the result is this https://prnt.sc/l4gc21 . I need to achieve this  https://prnt.sc/l4g7ja which is close but It has no margins and It´s fullscren. 

Thanks in advance!! 

pd: the url of the website is http://abarquitectura.com.ar/ 

Comments

  • edited October 2018
    Hi,
    I'm not sure that I understand.
    If I misunderstood you, please explain me it again.

    I cannot change the portfolio layout design because all of them are managed by javascript script, and if I apply a  Custom CSS for one of them(or all) it will make this script work not correct.
    All I can change with CSS is hiding titles and strings.

    If you want to change the style of layout in the shortcode, just change the line style="grid" to something else, like style="flat" - which is most similar to what you want to achieve.

    To change the category of portfolio on shortcode, change the category="Flats" to other category.
    Like with style example above.
    Thanks

  • Hi Pablo, 

    Thanks for your response. I need a menu like this:

    Home

    Portfolio/Category 1/Category 2 /Category 3 /Category 4 

    Studio  
     
    Contact

    Each category has different portfolio items. For example "Category 1" could be "Flats" and in this page only proyects related to flats will be shown. 

    Thanks again!


  • Hi,
    Please go to Appearance > Menus
    There you can create your menu.

    Just create it and assign your items to menu

    Thanks
  • Hi! I finally manage to create what I wanted! What I wanted to use were "Portofolio Categories" as sub-items in the menu. I didn´t know about this categories because they were hidden because of my screen options configuration. 

    Thanks for your help! 
Sign In or Register to comment.