Okay
  Public Ticket #1405254
Removing Breadcrumbs from products view page
Closed

Comments

  •  1
    innosex started the conversation

    Im trying to remove breadcrumbs in Product View Page using  <remove name=”breadcrumbs”/> in local.xml but It removed whole block. How can I fix this?

  • [deleted] replied

    Hi

    Please only put it in this

  •  1
    innosex replied

    It's took off the whole block after done to where you suggest. Like this

  •  1
    innosex replied

    Here are before and after. removed whole block after done what you suggest.


    Please advise.

  • [deleted] replied

    Hi

    Please let me know what you done in the code? Take a screenshot plz

  •  1
    innosex replied

    I also put in tag <reference name="head"> but resulted the same

  • [deleted] replied

    Hi

    Please put it right below <catalog_product_view>, you was wrong when put it into <reference name="head">

  •  1
    innosex replied

    Hi,

    It's resulted the same. I did below your suggested tag and cleared cache.
     

  •  1
    innosex replied

    also... 


    you might go check my backend

    ftp: 119.59.125.45

    cpanel: clothiersekamai.com:2222

    user : ekamai

    password : 091812503

    --------

    backend

    clothiersekamai.com/backoffice

    user : admin

    password : 091812503

    Please inform what part error once you found it.

    Best Regards,

    Sorasak


  • [deleted] replied

    Hi

    I don't make sure why does not it works but the simple way is to use css code, I have made for you

  •  1
    innosex replied

    What file and part you fix for me? In case I would like to re-enable it?


    Thank you for your help

  • [deleted] replied

    Hi

    I have added this code to skin/frontend/mgstheme/unero/css/styles.css at the end of file, you can remove it if want to enable again

    .catalog-product-view .breadcrumbs {    display: none;
    }
    .catalog-product-view .product-info-top {    padding-top: 80px;
    }