Okay
  Public Ticket #1629935
Can't take off some word from menu
Closed

Comments

  • Yevgenii started the conversation

    Hi !

    There is one issue I can't fix. It is word "accessories" in breadcrumb menu. I read doc a few times There is no word about it. 

    Let me know please How can I remove this word "accessories". 

    See attachment

    Thanks in advance

    regards, Yevgenii

  •  1,586
    Criss replied

    Hi Yevgenii ,

    Sorry,

    that is our fault,

    access the following file:

    root\themes\name_theme\templates\_partials\breadcrumb.tpl

    edit text "accessories" = {$breadcrumb.links[count($breadcrumb.links)-1].title}

    => 

    You can do them like this:

    {if $breadcrumb.links[count($breadcrumb.links)-1].title}
         <li  class="title_large"> {$breadcrumb.links[count($breadcrumb.links)-1].title} </li>
         {/if}

    Best Regards,
    Criss - FieldThemes

  • Yevgenii replied

    Thanks a lot !

    I fixed it.  

    You saved me a lot of time. !!!

  •  1,586
    Criss replied

    Hi Yevgenii,

    Yes, That's the job we have to do for our customers.

    You're welcome!

    Please let me know if we can be of further assistance.

    If you're happy with the theme and support you received we would really appreciate it if you could leave us a good review and positive comment over on themeforest.

    It only takes a moment and really helps us to keep doing what we do best :)

    Just go to http://themeforest.net/downloads and click "Rate this item" under your theme.

    Many thanks in advanced!

    Best Regards,
    Criss - FieldThemes