A avipalp Chevereto Member Sep 21, 2020 #1 How to customize " Powered by Chevereto " to " Power by mybrand " as i marked in red box in attached image, also in which file i have to make changes, please tell me Attachments Untitled.png 39.5 KB · Views: 30
How to customize " Powered by Chevereto " to " Power by mybrand " as i marked in red box in attached image, also in which file i have to make changes, please tell me
konj Chevereto Member Sep 21, 2020 #2 I dont know if is it allowed to change this because of the License, but if, than go in to the folder of themes, and edit the footer file.
I dont know if is it allowed to change this because of the License, but if, than go in to the folder of themes, and edit the footer file.
A avipalp Chevereto Member Sep 21, 2020 #3 I have network license and if there is any other license then i will buy it , well thanks 🙂
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Sep 21, 2020 #4 You can edit the footer, there's no licensing restriction for that.
A avipalp Chevereto Member Sep 22, 2020 #5 Rodolfo said: You can edit the footer, there's no licensing restriction for that. Click to expand... Please tell how can i edit in admin dashboard " powered by chevereto " and in footer " powered by chevereto " which files contains these text or code. Thanks in advance 🙂
Rodolfo said: You can edit the footer, there's no licensing restriction for that. Click to expand... Please tell how can i edit in admin dashboard " powered by chevereto " and in footer " powered by chevereto " which files contains these text or code. Thanks in advance 🙂
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Sep 22, 2020 #6 You have to do a theme override on the file /app/themes/Peafowl/views/index.php
B00Mer Chevereto Member Sep 5, 2022 #7 Okay.. V4 I went there (different location) and updated the info to what I wanted. /content/legacy/themes/Peafowl/views/index.php Code: <?php if (getSetting('enable_powered_by')) { ?> <div class="footer"><?php _se('Powered by'); ?><a href="https://www.cpanelwebhosting.com" rel="generator" target="_blank">cPanelWebHosting.com</a></div> <?php } ?> Made sure that enabled "Powered by Chevereto" But nothing shows.. even tried to remove the <?php if (getSetting('enable_powered_by')) { ?> and <?php } ?> to see if it would work. Please can you assist me?
Okay.. V4 I went there (different location) and updated the info to what I wanted. /content/legacy/themes/Peafowl/views/index.php Code: <?php if (getSetting('enable_powered_by')) { ?> <div class="footer"><?php _se('Powered by'); ?><a href="https://www.cpanelwebhosting.com" rel="generator" target="_blank">cPanelWebHosting.com</a></div> <?php } ?> Made sure that enabled "Powered by Chevereto" But nothing shows.. even tried to remove the <?php if (getSetting('enable_powered_by')) { ?> and <?php } ?> to see if it would work. Please can you assist me?
Rodolfo 👑 Chevereto Godlike Chevereto Staff Administrator Sep 5, 2022 #8 @B00Mer Your editing works fine for me on localhost. Attachments 1662415550136.jpeg 44.1 KB · Views: 64
B00Mer Chevereto Member Sep 5, 2022 #9 Yeah, I used a different theme.. The sites working okay now.. Just trying to figure out where I can close up the space between the "Start Loading" button and my copyright notice at the bottom by about 20px. OH and where can I increase the 2MB to 5 or 10MB
Yeah, I used a different theme.. The sites working okay now.. Just trying to figure out where I can close up the space between the "Start Loading" button and my copyright notice at the bottom by about 20px. OH and where can I increase the 2MB to 5 or 10MB