cancel
Showing results for 
Search instead for 
Did you mean: 

website not reflecting the changes I am making

website not reflecting the changes I am making

Hello Folks,

Am new here and new to Magento. I uploaded a magento2 theme. I am making slider related and other necessary changes. But these are not being reflected despite that I have flushed the cache quite a few time. Could anyone please provide me a  clue on how to resolve this issue? The address is as follows.

https://www.fashionbazar.com/

 

Thanks and regards

 

2 REPLIES 2

Re: website not reflecting the changes I am making

Hello @maqsood,

 

To reflect the changes you are making in your customized template, you have to follow these steps: 

  1. Use template hints in developer tools to find the template that is associated with the page or block you want to change.. For example, these would be located at:
    app/design/<vendor_name>/<module_name>/view/frontend/templates/
  2. Now, copy the template to your theme folder according to the template storing convention.
  3. Make the required changes.

 

Re: website not reflecting the changes I am making

Thanks for guiding me. However, I am not sure what the issue is. Although, I tried to enable template hints, I did not see any results. Maybe, I am missing something important. is there any other way to do that. I am not able to change the title tag of the index page. I ca not seem to make other change.  That is really strange.

Any other way to change the content please?

 

Thanks