Created: 01/11/2015
By: Regel
Email: info@ihsana.com
Thank you for purchasing my tool. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here . Thanks so much!
Notice
WordPress Live Test should not be used on another project. If you do not want to lose your job, please install a new WordPress.
For choose current project you must change status project to active and if you want to edit the project must be unlock .
Notice
The project that has been deleted can not be restored, please backup before do it.
As a precaution, so as not to lose the project when something unexpected happens, you can perform the backup process
If you want to restore the project that has been in the backup, follow these steps:
You can also delete, or download the existing backup.
Notice
Restore project will be overwrite current project.
Build a project is to transform the project into a code plugin, this will form the files needed for the plugin, such as readme.txt, file PHP, JS, CSS and others. It does not require any particular action, automatically run itself. But if you want to do it manually, you can click the Build Project .
Build Project consists of three tabs, ie Build Project itself, review projects and code view. The Build Project tab there is a reset button and the download button. Reset button is used to delete files previously created and then rebuild a new code, this action is necessary if there is a change in the previous project settings. While the delete button is used to download the plugin that has been finished.
You can see the all settings by clicking on the Review Project tab and to look at the generated code you can click on the Code View tab
Notice
Reset button will erase all files that have been created, If there are files that you edited manually or you added, its will be removed automatically. this will not remove the project settings you have made.
To create a thumbnail support certain size
Button with a picture of a garbage on top right is used to remove the form and the Remove button is used to repeat from empty
To obtain a predetermined image size, use code like this:
Post types you can use to save data to a database, such as database instance books, comics, movies, etc.
Button with a picture of a garbage on top right is used to remove the form and the Remove button is used to repeat from empty
For avoid page not found (Oops! That page can't be found) after create custom page type please go Settings Menu -> permalinks and click Save Changes again.
To change the layout of front-end, is on file with the name structure:
plugin_name/includes/post_type.aaa.inc.php
aaa = a post type name
All required variables exist in its class __construct , you can use it quickly, if it is not needed you can delete it. While on markup function that will come out on the front-end page.
Metabox is a toolbar on the new or edit a post/page, it is used to store additional information into the database. How to make it do the following:
To change the back-end layout metabox, is on file with the name structure:
plugin_name/includes/metabox.bbb.inc.php
plugin_name/includes/assets/js/aaa_metabox.js
plugin_name/includes/assets/css/aaa_metabox.css
aaa = plugin short name
bbb = a metabox name
While you are logged in to WordPress, this toolbar on the top the admin bar.
Shortcodes have been introduced for creating macros to be used in a post's content. and Quicktags is additional buttons in the Text (HTML) mode of the WordPress editor.
Creating custom options panels in WordPress
You can also find it by accessing wp live test
If you enable the External Javascript or CSS is automatically added and this can only be removed by removing the tick.
To change the layout of front-end, is on file with the name structure:
plugin_name/includes/widget.[bbb].inc.php
plugin_name/assets/css/[aaa]_widget_[bbb].css
plugin_name/assets/js/[aaa]_widget_[bbb].js
aaa = plugin shortname
bbb = widget id
All required variables exist in its class __construct , you can use it quickly, if it is not needed you can delete it. While on markup function that will come out on the front-end page.
You can also find it by accessing wp live test
WP Ajax is the standardization of processing ajax and php response in WordPress, it is very effective to avoid the vulnerability Auth by Pass
If you want to add css file into the code must use the available menu.
Warning
Some libraries already exist in WordPress API, you are forbidden to insert this other, so use deps option to add the library.
This form will be create admin menu and admin page code
This tool will create a plugin with a file structure is as follows:
For CSS Folder exist in the folder assets, CSS file naming is as follows:
Firstly we will start off by seeing the wrong way of adding stylesheets to WordPress and a common way I've seen people add stylesheets to WordPress. Because CSS stylesheets are added to the head tag of a web page and people are familiar with the wp_head action, they will use this to add stylesheets to the page.
Use CSS menu on the left to add css file or you can use the function wp_enqueue_style. For coding, HTML tag given id with the prefix taken from Plugin ShortName, Use Inspect Element on the browser to know the ID/CLASS, it is advisable to use the best practice coding css wordpress
For JS file also exist in the folder assets, JS file naming is as follows:
To insert JS file you also have to use the existing Javascript menu on the left side of the tool or if it can use the manual coding use the function wp_enqueue_script and Please read JavaScript Best Practices as guidance
Together with the file name, the function name as well. Consider the example shown below:
In editing the file of course you need a reference, for there have been references to the codes. That way you can get easy reference, this will be easier if you use editor that supports IDE like netbean.
Maybe there are some variables that are not needed by you, you can remove it if it is not needed. It is useful to simplify / speed up your work by displaying the variable using the echo / print.
Name | License | Web |
---|---|---|
Colorbox | MIT License | http://www.jacklmoore.com/colorbox |
EditArea
by Christophe Dolivet |
Licensed under the Apache License, Version 2.0
GNU Library Public License, version 2 BSD License |
https://sourceforge.net/projects/editarea/ |
jsTree
by Ivan Bozhanov |
MIT License | http://jstree.com/ |
bootstrap tagsInput
by Tim Schlechter |
MIT License | |
jQuery Validation Plugin
by Jorn Zaefferer |
MIT License | http://jqueryvalidation.org/validate/ |
Bootstrap
by Twitter, Inc |
MIT License | http://getbootstrap.com/ |
jQuery
by jQuery Foundation, Inc |
jquery.org/license | http://jquery.org |
Holder - client side image placeholders
by Ivan Malopinsky |
MIT License | http://holderjs.com |
Font Awesome
by davegandy |
MIT License
SIL OFL 1.1 |
http://fontawesome.io |
Dashicon
by wordpress.org |
GNU General Public License version 2
SIL OFL 1.1 |
http://wordpress.org |
Once again, thank you so much for purchasing this tool. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the tool on Codecanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.
Regel