Title: ShopMax
Last modified: February 3, 2022

---

# ShopMax

 *  Resolved [sitisclub](https://wordpress.org/support/users/sitisclub/)
 * (@sitisclub)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/shopmax/)
 * Hello, why can’t I translate the sidebar title “Browse Categorey”

Viewing 1 replies (of 1 total)

 *  Theme Author [BurgerThemes](https://wordpress.org/support/users/burgersoftware/)
 * (@burgersoftware)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/shopmax/#post-15327041)
 * Hello [@sitisclub](https://wordpress.org/support/users/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](https://prnt.sc/26oeamk) 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 ](https://prnt.sc/26oeayo)
   
   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](https://prnt.sc/26oeb2f)
 * If you have any query feel free to ask.
 * Thanks

Viewing 1 replies (of 1 total)

The topic ‘ShopMax’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/shopmax/1.1.23/screenshot.jpg)
 * ShopMax
 * [Support Threads](https://wordpress.org/support/theme/shopmax/)
 * [Active Topics](https://wordpress.org/support/theme/shopmax/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/shopmax/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/shopmax/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [BurgerThemes](https://wordpress.org/support/users/burgersoftware/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/shopmax/#post-15327041)
 * Status: resolved