Bianca W. Posted September 3 Share Posted September 3 So I bought a module and configured it (version 1.7.8.2), and there is one specific section (Top Products) in my home page I really want to change or remove it, but cannot find the right theme/module in the backend. https://outopeeliving.com/ Link to comment Share on other sites More sharing options...
ComGrafPL Posted September 7 Share Posted September 7 Should be in theme general settings. Some section with "tabs". Either check in hooks. Link to comment Share on other sites More sharing options...
Bianca W. Posted September 8 Author Share Posted September 8 On 9/7/2025 at 12:23 AM, ComGrafPL said: Should be in theme general settings. Some section with "tabs". Either check in hooks. I think those tabs belong to these three modules, but even after I disabled it, the tabs still showed in the front page. Link to comment Share on other sites More sharing options...
ComGrafPL Posted Wednesday at 05:44 PM Share Posted Wednesday at 05:44 PM Have you cleared cache either test it on secure browser window? Link to comment Share on other sites More sharing options...
cocos.codes Posted Wednesday at 08:33 PM Share Posted Wednesday at 08:33 PM Go to APPEARANCE >> POSITIONS, then find the displayHome hook and you will see all the modules that are positioned on the home page. Link to comment Share on other sites More sharing options...
Bianca W. Posted Thursday at 12:13 AM Author Share Posted Thursday at 12:13 AM 6 hours ago, ComGrafPL said: Have you cleared cache either test it on secure browser window? yeah I have cleaned cache several times on a secure browser window. Link to comment Share on other sites More sharing options...
Bianca W. Posted Thursday at 12:15 AM Author Share Posted Thursday at 12:15 AM 3 hours ago, cocos.codes said: Go to APPEARANCE >> POSITIONS, then find the displayHome hook and you will see all the modules that are positioned on the home page. Thanks for the advice. I have unhooked the producst part, but it still there in the home page Link to comment Share on other sites More sharing options...
ComGrafPL Posted Thursday at 06:25 AM Share Posted Thursday at 06:25 AM (edited) If you remove it from the hooks, thats weird if you cleaned the cache. I can take a look if you want. Send me pm. Edited Thursday at 06:26 AM by ComGrafPL (see edit history) Link to comment Share on other sites More sharing options...
cocos.codes Posted Thursday at 05:15 PM Share Posted Thursday at 05:15 PM If you unhooked it and it is still visible, it is probably still in the cache. Clear the cache by deleting the folders /var/cache/dev/ /var/cache/prod/ or in the admin panel ADVANCED >> PERFORMANCE >> CLEAR MEMORY. SCREEN: Link to comment Share on other sites More sharing options...
Bianca W. Posted Thursday at 05:39 PM Author Share Posted Thursday at 05:39 PM 23 minutes ago, cocos.codes said: If you unhooked it and it is still visible, it is probably still in the cache. Clear the cache by deleting the folders /var/cache/dev/ /var/cache/prod/ or in the admin panel ADVANCED >> PERFORMANCE >> CLEAR MEMORY. SCREEN: Yeah I have cleaned the Cache everytime when I make some changes of the designs, but it still there. I think the module has some code problems. Link to comment Share on other sites More sharing options...
Knowband Plugins Posted Friday at 08:16 AM Share Posted Friday at 08:16 AM 14 hours ago, Bianca W. said: Yeah I have cleaned the Cache everytime when I make some changes of the designs, but it still there. I think the module has some code problems. Yes, it seems tabs HTML are hardcoded in the theme. Data for these tabs is coming from the module i.e. Feature/New/Bestseller Check if there is any option in the theme settings to hide the same otherwise, neeed to modify the template file. Have you checked with the theme developer? Link to comment Share on other sites More sharing options...
cocos.codes Posted Friday at 12:19 PM Share Posted Friday at 12:19 PM You can also hide it very easily by adding display: none. Try adding this code to style.css or custom.css in your theme: .tm-hometabcontent div.tab-content{display:none!important} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now