It seems that there is a portfolio page for each Category,and how do I modify them ?


Sub title   Home >Product>Milk Pitcher>Mirror Finishing 350ml Milk Jug

If I   click Mick pitcher ,it just jumb to https://dailycoffeetool.com/portfolio-types/milk-pitcher ,it is not the Mick pitcher page, it is all products,

but in fact ,I want to click Mick pitcher will jumb to https://dailycoffeetool.com/product/milk-pitcher  ,How do I make it ?

It seems that there is a portfolio page for each Category,and how do I modify them or do you have any files tell me how to make it ?


Comments

  • Hello,
    That's good if you click the "Milk Pitcher" it goes to the category page because it's a category, not product.
    The permalinks structure is Home>Shop>Category>Product

    Thanks
  • edited December 2019
    Hello , but why it will show all categories ??  (I know that I use new page product2,)

    It seems that there is a portfolio page for each Category,and how
    do I modify them or do you have any files tell me how to make it ?

    Let me tell you in other way ,how do I change this structure 
    The permalinks structure is Home>Shop>Category>Product

    Simply, how to modify Subheader ,what file I should modify by myself?
  • It is, right here, on the bottom:

    Probably you inserted the "Portfolio" item in the main portfolio page instead of setting it in theme options > blog, portfolio & shop > portfolio.
    Remove the item from that page and set it correctly through the theme options

    Thanks
  • edited March 2020
    Please refer the page for sample https://dailycoffeetool.com/portfolio-item/latte-art-stainless-steel-304-milk-pitcher-2
    As you told me above
    The permalinks structure is Home>Shop>Category>Product
    My struture is
    Home>Product (Assigned Portfolio Page)> Product(Father Category) > Milk Pitcher (Son Category)> Mirror Polishing Milk Pitcher
    There is a stupid setting . all portfolio pages use the same assign page !I used Product(page name),
    if you click Product (Assigned Portfolio Page) you could see the square 1, refer photo https://prnt.sc/r9rc5g that is the product (page name) design ,
    but if you click > Milk Pitcher (Son Category) you could see the square 1 and square 2, that is a stupid design , at this status I just want to ONLY show square 2,
    I tried to remove the square 1 in product (page name) ,but if I click >Product (Assigned Portfolio Page) ,that is a empty contect page ,how ever,all pages are based on product (page name),
    so that it is not understand
    What I want to achieve that if I click > Product(Father Category) ,it shows all products, if I click > Milk Pitcher (Son Category), it ONLY show square 2 ( Milk Pitcher category)
    So now I just have two ways to know,
    Way 1 Is that possible I want to remove Product (Assigned Portfolio Page) ,Just like Home> Product(Father Category) > Milk Pitcher (Son Category)> Mirror Polishing Milk Pitcher
    Way 2 How do I achieve in Subheader Home> Product(Father Category) > Milk Pitcher (Son Category)> Mirror Polishing Milk Pitcher
    I am building a product website ,I just want to click to list all products ,and other click could list related category (all by bread crumb)
  • It will not be a good solution, but there is no other way.
    Please use this CSS code in the Theme Options > Custom CSS & JS > CSS
    body.single-portfolio .breadcrumbs li:nth-child(2){
    display:none !important;
    }
    Thanks
  • Thank you for the CSS code , finally I removed the  Product (Assigned Portfolio Page),although that is not the best way.

    You could see the complete subheader,Home> Product > Milk Pitcher> Mirror Polishing Milk Pitcher, but if I click > Product or > Milk Pitcher the sub header will be dismissed,

    How do I achieve if I click > Product , that shows Home> Product ,if I click > Milk Pitcher ,that shows Home> Product > Milk Pitcher
  • I cannot achieve it with CSS or any other code.
    This is structure of the wordpress and achiving that, would require a lot of wordpress and the theme files customizations - sadly, we do not provide help with this kind of theme modifications.
    Thanks
  • edited March 2020

    No.1How do I remove "show all" buttom (point  1) ,because it also jumb to my empty contact page https://prntscr.com/razbzc

    No.2 How does it opened default categories default (point 3) https://prntscr.com/razc44

    Hello ! I found you have a sample page can achieve my idea!! https://themes.muffingroup.com/betheme/portfolio/

    No.4 Hello finally I found the main problem ,I didn't choose the template as portfolio (default is default template), although I let the subheader hide off ,but the page doesn't show the subheader,   is there anything else with wrong setting?? https://dailycoffeetool.com/product2



  • No.5  now I found the problem, that are bugs.
    Point A   I bulid a new page for the portfolio page ,that above problems are solved!
    Point B  there is a serious BUG, If I use Revolution Slider ,the sub header for Portfolio page will be missedhttps://prnt.sc/rbcmy7  , if I remove the slider like that  https://prntscr.com/rbcn5r,
    Please tell me that is a bug or my wrong setting ? thank you again.
  • 1) Only with CSS code, do you need further help?
    2) If you want to get into the default category, you have to click the "Show all" button from the No.1
    3) I do not understand, can you explain it greater?
    4) If you turned on the "Hide Subheader" option, then it will hide it - options from the single post are more important than from the theme options.
    Remember, that if you will hide the subheader, the breadcrumbs will disappear, because it's inserted in the subheader.
    5) How did you insert it? Through the dropdown menu?
    Thanks
  • Thank you for rapid reply. No1 2 3 4 are past. we don't need t discuss them.

    No.5  Point B like your photo , Yes, I insert the slider as your arrow point out.
  • Can you check, if the problem exists if all of your plugins are disabled?
    Thanks
Sign In or Register to comment.