arthemes.org
Open in
urlscan Pro
2a00:f940:2:2:1:1:0:57
Public Scan
Submitted URL: http://arthemes.org/
Effective URL: https://arthemes.org/
Submission: On October 24 via api from US — Scanned from DE
Effective URL: https://arthemes.org/
Submission: On October 24 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMGET https://arthemes.org/
<form method="get" class="search-form" action="https://arthemes.org/" role="search">
<div class="row">
<div class="search-keywords-wrap medium-4 columns"> <input name="s" type="search" id="search_keywords" class="search_keywords ui-autocomplete-input" value="" placeholder="What are you looking for?" autocomplete="off"></div>
<div class="search-compat-wrap medium-3 columns"> <select name="compat" id="compat" class="searchbar">
<option value="0" selected="selected">Works for…</option>
<option class="level-0" value="48">ClassiPress</option>
<option class="level-0" value="47">ClassiPress 3</option>
<option class="level-0" value="49">Clipper</option>
<option class="level-0" value="50">HireBee</option>
<option class="level-0" value="51">JobRoller</option>
<option class="level-0" value="52">Taskerr</option>
<option class="level-0" value="54">Vantage</option>
<option class="level-0" value="53">Vantage 3</option>
<option class="level-0" value="145">WooCommerce</option>
<option class="level-0" value="97">WordPress</option>
</select></div>
<div class="search-category-wrap medium-3 columns"> <select name="scat" id="scat" class="searchbar" tabindex="2">
<option value="0" selected="selected">All Categories</option>
<option class="level-0" data-tax="ad_cat" value="12">Plugins</option>
<option class="level-1" data-tax="ad_cat" value="13"> Payment Gateways</option>
<option class="level-0" data-tax="category" value="55">Tech Tips</option>
<option class="level-0" data-tax="category" value="59">Mods</option>
<option class="level-0" data-tax="category" value="111">Research</option>
<option class="level-0" data-tax="category" value="132">Releases</option>
</select></div>
<div class="search-button-wrap medium-2 columns"> <button type="submit" class="button expanded"> <i class="fa fa-search" aria-hidden="true"></i> Search </button></div> <input type="hidden" name="st" value="">
</div> <!-- .row -->
</form>
Text Content
× * ArThemes – AppThemes Insider * Home * Categories Child Themes General Themes Plugins Payment Gateways × * ArThemes – AppThemes Insider * Plugins * Payment Gateways * Free Plugins * Blog * Mods * Tech Tips * Research * Releases * Docs ARTHEMES – APPTHEMES INSIDER AppThemes plugins, child themes, tutorials, modifications and services * Plugins * Payment Gateways * Free Plugins * Blog * Mods * Tech Tips * Research * Releases * Docs * Home * Categories Child Themes General Themes Plugins Payment Gateways ArThemes – AppThemes Insider HELP DESK FOR APPTHEMES USERS High quality WordPress plugins, child themes, mods, tutorials, insider’s info and services from the best AppThemes developers. Works for…ClassiPressClassiPress 3ClipperHireBeeJobRollerTaskerrVantageVantage 3WooCommerceWordPress All CategoriesPlugins Payment GatewaysTech TipsModsResearchReleases Search ClassiPress Vantage HireBee Clipper JobRoller Taskerr WordPress WooCommerce ClassiPress 3 Vantage 3 LATEST PRODUCTS Check out our newest products SpankPay Payment Gateway $39.00 SPANKPAY PAYMENT GATEWAY * Payment Gateways Accept cryptocurrency safely and securely on your AppThemes site or WooCommerce shop via SpankPay payment gateway ClassiPress Address Field $19.00 CLASSIPRESS ADDRESS FIELD * Plugins Replace default Street, City, State, Country and Zip code fields with a single address field with autocomplete and draggable pin on the map for best place selection. Cardinity Payment Gateway $39.00 CARDINITY PAYMENT GATEWAY * Payment Gateways Accept bank cards safely and securely, supporting High-Risk Activities on your AppThemes website. Good Question plugin for WordPress against spam comments and registrations GOOD QUESTION PLUGIN FOR WORDPRESS AGAINST SPAM COMMENTS AND REGISTRATIONS * Plugins Good Question is a free simple WordPress plugin to stop spam comments and registrations on the site. Allows to add a simple question on the […] Favorite Profiles for HireBee $19.00 FAVORITE PROFILES FOR HIREBEE * Plugins Improve users-to-users experience on your HireBee site by enabling favorite profiles lists. QuickPay Payment Gateway $39.00 QUICKPAY PAYMENT GATEWAY * Payment Gateways Accept all common payment methods - credit cards, bank transfers, invoices, and more. View More Ads FROM THE BLOG Read our latest articles Add tax item to an escrow order ADD TAX ITEM TO AN ESCROW ORDER This post is an addition to the article How to add taxes and discounts to a payment order and explains how to add tax item to escrow orders. We will use Taxable plugin as the basic tool for registering custom payment items. Escrow orders introduced in the HireBee theme. They are processing differently to regular orders. So we should add modifications to make possible for Taxable plugin to add items to an escrow order. You can add it in a custom plugin or child theme functions.php file. Or use Code Snippets plugin (more details in the instruction). function arthemes_org_create_escrow_order( $workspace_id, $workspace ) { $order = appthemes_get_order_connected_to( $workspace_id ); if ( ! $order || ! class_exists( 'TAXABLE_Registry' ) ) { return; } $plugin = new TAXABLE_Registry(); $plugin->add_taxes( $order ); } add_action( 'waiting_funds_workspace', 'arthemes_org_create_escrow_order', 11, 2 ); When a workspace and new escrow … Read more about Add tax item to an escrow order * * June 22, 2021 * 0 How to add taxes and discounts to a payment order HOW TO ADD TAXES AND DISCOUNTS TO A PAYMENT ORDER Taxes and discounts are popular items in payment orders. These are the price modifiers that applied to a total purchase amount regardless of items in order. And if you want to know how to configure it on your site, powered by AppThemes, this article is for you. First, the basics. The AppThemes has own payment module included in all their themes - AppThemes Payments. The framework for processing orders and payment gateways. So, instructions below will work for all software that uses AppThemes Payments module, including all AppThemes themes. 1. Use the built-in "Tax" setting to add a tax item in all orders. This option can be enabled in General Payments settings by adding a non-zero "Rate" value. And the order summary will look the following: The Regional Taxes item added in the order summary table. Works pretty fine, but it has some drawbacks: You can't change wording "Regional Tax" to something else. Only via translat… Read more about How to add taxes and discounts to a payment order * * June 22, 2021 * 0 Disable receipt emails with 0 total for Vantage and Clipper themes DISABLE RECEIPT EMAILS WITH 0 TOTAL FOR VANTAGE AND CLIPPER THEMES Receipt emails always send if option "Charge for Items" enabled in Vantage or Clipper themes. Even in cases when order total amount is 0. There is no setting to disable such empty receipt emails, but it can be done using a small mod. You can add it in a custom plugin or child theme functions.php file or use Code Snippets plugin (more details in the instruction). function arthemes_org_send_user_receipt( $args ) { if ( ! empty( $args['order'] ) ) { $order = $args['order']; if ( ! (float) $order->get_total() ) { $args['to'] = null; } } return $args; } add_filter( 'appthemes_send_user_receipt', 'arthemes_org_send_user_receipt' ); This code filters parameters of the receipt email and removes the receiver if order total is 0. This will work fine in most cases. But be careful using AppThemes Coupons plugin and 100% discounts as it may also generate orders with zero total. Read more about Disable receipt emails with 0 total for Vantage and Clipper themes * * June 22, 2021 * 0 Display a site logo on mobile view for the Vantage and ClassiPress themes DISPLAY A SITE LOGO ON MOBILE VIEW FOR THE VANTAGE AND CLASSIPRESS THEMES The site logo does not display on mobile view for Vantage and ClassiPress themes. But it's pretty simple to fix via self-made child theme. If you don't have one, read how to create a Vantage child theme and ClassiPress child theme. Moreover, there is a ready-made ClassiPress child theme included in the classipress/examples/ folder A child theme allows override parent theme templates in case the template file can be located in the child theme with the same name and related path. So we need to copy the file nav-mobile-title-bar.php from "parts/" folder of the parent theme to the same folder of your child theme. And then, add some modifications to a new file. In the child theme, open the new file, parts/nav-mobile-title-bar.php find the line with code: <button class="menu-icon" type="button" data-open="offCanvasLeft"></button> Add below following line of code: <?php if ( function_exists( 'the_custom_lo… Read more about Display a site logo on mobile view for the Vantage and ClassiPress themes * * May 27, 2021 * 0 Home page banner with video background for Vantage and HireBee themes HOME PAGE BANNER WITH VIDEO BACKGROUND FOR VANTAGE AND HIREBEE THEMES Home page banners for Vantage and HireBee themes designed to display an image on the background. You just need to set the Featured Image for the Home Page. By default it looks like this: Default HireBee home page banner Actually, you can display a video as well, but it's not so obvious and below it will be explained how to. While ClassiPress theme has a Customizer option to upload a video instead of image, the Vantage and HireBee still require some more actions. We will use the Gutenberg block editor and only one "Cover" block. Create reusable block from your existing home page content Group all existing blocks and add group to reusable blocks. Give it a name, for instance "Welcome banner". And remove it from the page. Add new Cover block Create new a "Cover" block and upload your video file in it. Add your … Read more about Home page banner with video background for Vantage and HireBee themes * * February 13, 2021 * 0 Replace the Price with Sold tag for sold ClassiPress Ads REPLACE THE PRICE WITH SOLD TAG FOR SOLD CLASSIPRESS ADS Currently, ClassiPress theme displays a "Sold" warning on the single ad page. But it's not reflected on the ad in loops and doesn't show any warning or sold tag. Following code snippet replaces the Price with Sold tag for ads marked sold. ClassiPress Sold Tag example You can add it in a custom plugin or child theme functions.php file or use Code Snippets plugin (more details in the instruction). /** * Adds the ad price field in the loop before the ad title. * * For sold ads replaces price with SOLD tag. * * @return void */ function arthemes_ad_loop_price() { global $post; if ( APP_POST_TYPE !== $post->post_type ) { return; } // Display Price tag for non-sold ads. if ( 'yes' !== $post->cp_ad_sold ) { cp_ad_loop_price(); return; } ?> <div class="price-wrap sold-wrap"> <span class="tag-head"><span class="post-price"><?php esc_html_e( 'Sold', APP_TD ); ?></span></span> </div> <?php } add_action( 'ini… Read more about Replace the Price with Sold tag for sold ClassiPress Ads * * November 5, 2020 * 3 View More Articles ABOUT US We help WordPress users start their online business using AppThemes products, add-ons, mods and tutorials. * Home * * ArThemes Twitter * ArThemes on LinkedIn * ArThemes on WordPress.org * ArThemes YouTube * ArThemes RSS © 2024 ArThemes - AppThemes Insider | All Rights Reserved You must be logged in to "Like" this. Notifications