Comment on page
🛠
Configuration
Here are the integrations that you can configure on the product after installation.
If you want to change any text on site or want to change the privacy policy or terms & services page you can do so by changing it in files located in the following directories.
If you want to change anything on Main Page
\app\Views
- home.php
Components of Main Page
\app\Views\components\
- footer.php
- HEAD.php
- header.php
- hero.php
- theme-switch.php
- video-box.php
If You want to change Privacy Policy & Terms and Services page
\app\Views\pages
- privacy-policy.php
- terms-and-conditions.php
You can use any ad network codes just replace your ad code in the respective ad block.
- 1.\app\Views\home.php
- 2.\app\Views\components\hero.php
- 3.\app\Views\components\video-box.php
In the above-mentioned files find the following code and replace it with your own ad unit code
Find the following code to replace with 728x90 Banner Code
<div class="placeholder">728x90</div>
Find the following code to replace with 300x250 Square Code
<div class="placeholder">300x250</div>
Find the following code to replace with 160x600 Ad Code
<div class="placeholder">160x600</div>
Last modified 3yr ago