Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #23289

    Hi!

    I just bought Enfold and Im really impressed, great work!

    I saw the translation thread, but couldn’t find anything for swedish. I don’t really have an issue though except for the breadcrumbs: Both that the homepage is called “Home” and the “You are here” text. Im a bit familiar with the css and php-files and have done quite som own editing of other themes in the past. Though I haven’t figured out if there is an easy way to find which file to edit. I use chrome and the webmaster tool to look/find in the code, and found this:

    “<span class=”breadcrumb-title”>You are here:</span>” But is there any way to see what file it’s in? I usually just search through the files by guessing (often functions, single-page or something like that).

    I also wonder if I add the portfolio category to the breadcrumbs? Right now I have “You are here:Home/Portfolio page/Portfolio name”, I would like “You are here:Home/Portfolio page/Portfolio category/Portfolio name”.

    Best regards,

    Tomas

    #119251

    We decided to go without the breadcrumbs, so I don’t need to translate that anymore. The only thing I want to translate now is the word “All” in the portfolio sorting.

    And I have an additional question:

    1. Can I add a sorting function for team members, maybe like the same that’s for portfolios?

    #119252

    Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesportfolio.php and search for:

    $output .= "<a href='#' data-filter='all_sort' class='all_sort_button active_sort'>".__('All','avia_framework' )."</a>";

    Replace ‘All’ with your custom text.

    2) No, a sorting function for the team members in not available at the moment.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Breadcrumbs: portfolio categories and little translation’ is closed to new replies.