Hi,
I need to change a word (all) in catogories page. I have to write “hepsi” instead of all. Also if it possible i need to cancel or change “You are here:” which is located each page right side.
Thanks in advance for your assistances
Best regards.
Mahmut Demir
Hi,
Open config-templatebuilder > avia-shortcodes > portfolio.php, find this code
$output .= "<a href='#' data-filter='all_sort' class='all_sort_button active_sort'>".__('All','avia_framework' )."</a>";
Another is located on framework > php > class-breadcrumbs.php, find this code
echo '<p class="breadcrumb"><span class="breadcrumb_info">'.__('You are here:','avia_framework').'</span> <a href="'.get_bloginfo('url').'">';
Regards,
Ismael
Thanks a lot Ismael.