Author Archives: Apptivo Business Advisory Team

Video Tutorial – Purchasing a Plug-in License

Hey there, we’re still working on this video! Check back soon for the complete tutorial. Sorry for the inconvenience!

Posted in Business Site Plugin
Leave a comment

News: Advanced Configuration

Hey there, we’re still working on this content! Check back soon for the complete tutorial. Sorry for the inconvenience! Apptivo Business Site Developer Guide Navigation << News: How it Works with Apptivo News: Advanced Configuration Jobs: Overview>>

Posted in Developer Guide
Leave a comment

News: How it Works with Apptivo

Hey there, we’re still working on this content! Check back soon for the complete tutorial. Sorry for the inconvenience! Apptivo Business Site Developer Guide Navigation << News: Front-End Integration News: How it Works with Apptivo News: Advanced Configuration>>

Posted in Developer Guide
Leave a comment

News: Front-End Integration

Hey there, we’re still working on this content! Check back soon for the complete tutorial. Sorry for the inconvenience! Apptivo Business Site Developer Guide Navigation << News: Basic Setup News: Front-End Integration News: How it Works with Apptivo>>

Posted in Developer Guide
Leave a comment

News: Basic Setup

Hey there, we’re still working on this content! Check back soon for the complete tutorial. Sorry for the inconvenience! Apptivo Business Site Developer Guide Navigation << News: Overview News: Basic Setup News: Front-End Integration>>

Posted in Developer Guide
Leave a comment

News: Overview

Hey there, we’re still working on this content! Check back soon for the complete tutorial. Sorry for the inconvenience! Apptivo Business Site Developer Guide Navigation << Events: Advanced Configuration News: Overview News: Basic Setup>>

Posted in Developer Guide
Leave a comment

Purchasing an Apptivo WordPress Site Key

To purchase a site key for the Apptivo Business Site plugin, start off by creating an Apptivo account. Once you have created your Apptivo account, you’ll need to log in and access the WordPress Business Site App. If this app isn’t available on your list of applications, use the “App Store” link at the top of the page, and find it under the “Website Management” section to “Add” the app. Once you are inside of the WordPress Business Site app, you can view any existing sites you own, or create a new site.  In order to obtain a new key, … Read more

Posted in Business Site Plugin
Tagged in , | Leave a comment

Quick Start Guide: Contact Forms

Activating Contact Form To activate Contact Form plugin, Check on Enable option for “Contact Forms” under Plugin settings in Apptivo General Settings. Creating New Contact Form Enter valid Contact Form name and click on Add New. ( This Form Name will be saved as Lead Source in collected lead in Apptivo Leads App ) Configuring Contact Form Contact Form can be configured using the section “Contact Form Configuration”. ( This section will be shown automatically after first Contact Form is created ) Select your Contact Form from the “Contact Form” Drop down. Select type of Template (Plugin or Theme) from … Read more

Posted in Developer Guide
Leave a comment

Configuring Memcached with PhP

Download Memcached on your computer Install Memcached service, then run it. Verify your PHP code is compiled with Memcached.  If not, you’ll need to recompile or download a pre-compiled version of PHP. Load the memcached extension from within PHP, and restart your web server. Memcached should now be functioning. See this URL for further details: http://pureform.wordpress.com/2008/01/10/installing-memcache-on-windows-for-php/

Posted in Developer Guide
Leave a comment

Installing SoapClient for PHP

If you already have php installed, locate your php.ini file Now, go through the file and find two lines.  For each of these lines, delete the “;” character at the beginning extension=php_openssl.dll extension=php_soap.dll Restart your web server

Posted in Developer Guide
Leave a comment