Question: Categories It Is Limited To 50 Characters

Categories It Is Limited To 50 Characters

When I create Categories it is limited to 50 characters. Please show me the file so I can add the characters. Please indicate the file location for me to edit.

TB

Thuc Bui

Asked

When I create Categories it is limited to 50 characters. Please show me the file so I can add the characters. Please indicate the file location for me to edit.

  • MS

    Mian Saleem

    Answered

    Hello,

    That might be due to database column. You can modify the name column on your tec_categories table and change it as you need.

    Thank you

  • TB

    Thuc Bui

    Answered

    I have fixed in the database as you instructed without success. The categorie title is limited to 50 characters. You can test on the demo. Please let me know where to edit the categorie’s title more characters.

  • MS

    Mian Saleem

    Answered

    Hello,

    Yes, the title is saved in the name column of the tec_categories table.

    ALTER TABLE `tec_categories`
    CHANGE `name` `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8_general_ci NULL; 
    

    You can run the above query after selecting your database. Once done add/edit category to check if it is saving more than 50 chars.

    If you still can’t manage, please hire any developer to help you.

    Thank you

  • TB

    Thuc Bui

    Answered

    Thank you so much I made it!

    Can you tell me: Is there a way to make the sidebar stand still at the end of the banner when dragging the mouse down?

  • MS

    Mian Saleem

    Answered

    Hello,

    No, there is no setting for that. You can modify the item code as you need. The sidebar view file is themes/default/views/sidebar.php

    Thank you

  • Login to Reply