Hello @sitisclub,
Thanks for reaching out and sorry for the inconvenience.
Manually, You can translate the sidebar title “Browse Categorey”. Please follow some easy steps:-
1) Go to Dashboard -> Appearance -> Theme File Editor. Now select the Shopmax theme. Click on the functions.php file. Now copy the PHP code and paste it into the functions.php file. Click for Screenshot
Code here:-
add_action('init', function() {
pll_register_string('browse-category', 'Browse Category');
});
Click to update file button to save it.
2) Go to Dashboard -> Plugins -> Plugin File Editor. Now select the Burger Companion plugin. Go to inc -> shopmax -> sections. Click on the section-slider.php file. Copy the given below code and replace it in file line number 18. Click Screenshot
Code here:-
<button type="button" class="browse-btn"><span><i class="fa fa-list-ul first"></i><?php pll_e('Browse Category'); ?></span></button>
Click to update file button to save it.
3) Go to Dashboard -> Languages -> Strings Translations. Check Browse Category.
Click for Screenshot
If you have any query feel free to ask.
Thanks