Hello,
I’ve made Vantage theme customized a lot! , as what i needed and now is quite perfect. I wrote many php code inside theme and add-delete-edit many of php codes in this theme. As you can see it in this address
http://products.robertcreed.me. But i didn’t delete pro options from theme (still has ability to people buy pro version). Now I’m going to ask of developers:
1-Have I right to publish it with others or no?
2-If I publish it and people buy pro version is all customized will remove or not?
PS: I did not put any of my name in this theme as editor or anything else! all are your-own copyrights. I’m not changed header or css or whatever else notes from you. Is 100% with your copyright. (Just no have your link in footer anymore!).
Please answer me to know about it.
Hi Robert
You are definitely allowed redistributing your modified version of Vantage. That’s allowed according to our GPL license.
There are a few things to note though, If the user updates to premium or even updates to the latest version of the free version though the automatic updates system, they’ll revert back to the original Vantage. If you’re familiar with child themes, it might be a better idea to create your own child theme for Vantage and redistribute that instead. This wouldn’t suffer from the same update problems.
Hope that helps.
Thank you Greg,
Here is file you can download it: http://www.mediafire.com/download/rxnbljrb56pp6yj/edited_vantage.zip
Changes:
1-Add a proprietary format for the news.
2-Remove the News Section Home.
3-Close access to the admin panel for users.
4-Remove the Management Bar for Users.
5-Change All Logos and Links (login logo..).
6-Change in php code templates (to create harmony in form and content).
7-Add more than 14 custom meta box with automatic display of Posts (reqired More fields Plugin and edit content-single.php).
8-Allows you to select Show meta box in the desired location, such as (just written pages and ……. .What only or everywhere at once).
9-Remove the copyright link from the publisher in Footer (sorry developers :) ).
10-And many else.
Note;
For using news template you need to:
1-make News Category
2-put category ID in function.php (in the end “just replace with your ID”)
3-put category ID in News.php in the templates folder.
Have fun.
Hello again,
I’ve just done css for meta box display in posts (can be in pages too!).
As you can see in here: http://prntscr.com/4b2syu
If you want to do this you need to edit content-single.php
1- Delete this code:
2- Replace with this code:
Have Fun.