How to rate WHMpress
Login into your Account on envato (codecanyon or themeforest) Move your Mouse over your username in upper right corner Navigate to your Downloads Go to WHMpress, move your mouse over the last star and...
View ArticleHow do I embed currency combo in top bar of my theme.
If your theme offers a widget area in top bar, you may simply use the Shortcode. Or you will need to edit your corresponding theme files (usually header.php) and insert following codes in it <?php...
View ArticleHow to show WHMCS Cart above top navigation
If your theme offers a widget area in top bar, simply use following Shortcode in there. [whmpress_whmcs_cart link_text="Show Cart"] Or you will need to edit your corresponding theme files (usually...
View ArticleSample code for replicating WHMCS login menu + cart + user menu
We have made this code snippet to explain use of these 4 Shortcodes. 1. whmcs_cart [whmpress_whmcs_cart link_text="Show Cart"] 2. whmcs_if_loggedin [whmpress_whmcs_if_loggedin]I am logged in text -...
View ArticleOverview
Note: Document assumes you are familiar with WHMpress plugin. This readme covers information for WP theme authors who want to offer tight integration with WHMCS using WHMpress. WHMpress allows theme...
View ArticleHow it works
WHMpress looks for any possible template in the path /wp-content/themes/your-theme/whmpress/short-code-name/. If found an HTML in template is used to render the shortcode as per user selection. If user...
View ArticleCustom Fields
There are situation where you need to include additional fields that are not supported by native WHMpress shortcodes. If you are using Visual Composer, you can add any number of additional custom...
View ArticleGetting Started
Authors kit contains all the information needed to start making your customized shortcodes. It comes with two examples for every shortcode. Default.html = a simple example Advance.html = an example...
View ArticleDownloads
Authors kit can be downloaded form download section in WHMpress.com. Take me to downloads
View ArticleHow to Enable or Disable WP_Debug Using your hosting Control Panel account
Log in to your hosting Control Panel account. Go to public_html folder. Locate the wp-config.php file for your WordPress website. Edit the wp-config.php file. To enable WP_Debug, add the following...
View ArticleRedirect Loop on integration with WHMCS set with HTTPS
Most of client set their WHMCS with https:// URL in both non ssl and ssl URL fields in WHMCS > settings > general tab. You should use HTTPS only in SSL URL field. Once you set the correct values...
View ArticleChange Log
2.5.1 – (14th December, 2015) - New: Compatibility with WHMCS 6.2 - New: New: Compatibility with WordPress 4.4 - Fixed: Domain Search Ajax: Ongoing domains order buttons now pass correct extension to...
View ArticleInserting ShortCodes
WP Domain Search offers 4 ShortCodes at the moment. Which you can insert using WPDS ShortCode button in WP editor. WP Domain Search Shortcodes are documented here.
View ArticleAnnouncements
Displays announcements that are set in WHMCS. You have the option to select announcement count and number of words to show per announcement. [whmpress_announcements count="3" word="25"] Parameters...
View ArticleDifference between WHMpress Client Area & WHMCS-Bridge
WHMpress Client Area (Standalone and Addon) is WHMCS-Bridge Alternative. It is focused on delivering functions that are need for a fine integration. Below is a comparison chart. Feature WHMpress...
View ArticleRequirements
WP Domain Search is a WordPress plugin and rely mostly on WP. However some other requirements that are needed to query Whois server. WordPress 4.x PHP 5.4+ cURL Port 43 (whois port) should be open on...
View ArticleAjax domain search
WP Domain Search Displays a fancy domain search box, and searches for domain availability with all the enabled extension in WPDS database. If WHMCS URL is mentioned, it submits the form to WHMCS for...
View ArticleDomain Whois
[wpds_whois] Use to search whois records of a domain. Parameters placeholder: Placeholder text for domain text box button_text: Text to show on search button whois_result_class: Class to apply on whois...
View ArticleBulk Domain Search
Ajax based bulk domain search and Whois. Shortcode offer a toggle option to either enter fully qualified domain names or only names and select TLDs from list. [wpds_domain_search_bulk] <span...
View Article