• Hi, I am using this theme.
    The theme is awesome.
    I just want to customize the widgets provided in the theme.
    I found the code for the same in widgets.php file under inc folder.
    Now i have done the changes i want and it works perfectly but i want to make the changes in my child theme so that they will not be affected by the future updates.
    So is this possible to bring the file to child theme.
    Actually i want to do some changes in the product crousel..i.e I want the add to cart button below the price of the product.

    Any help from someone will be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Yes it is possible to change it on the child theme.

    Please try it and if you do have any issues, feel free to ask

    Best regards.

    Thread Starter deepanshjain96

    (@deepanshjain96)

    Hi,

    I have tried copying widgets.php in my child theme. But it is not working there.
    I have created a folder inc in my child theme root directory and under this I kept this widget.php like the same destination in the parent theme.
    Parent theme path is :estore/inc/widgets.php
    child theme path for the same is :estore-child/inc/widgets.php
    But it is not working.
    that is why i am asking to you.

    Hello,
    Sorry for the confusion , I apologize .
    Yes you are right you cannot modify the widget on the child theme but what you can do is register a new widget in the child theme with different name and customization and use it.

    best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to customize widgets.php file?’ is closed to new replies.