- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Thanks and regards
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
- 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/
- Now, copy the template to your theme folder according to the template storing convention.
- Make the required changes.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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