Blog

Online Scheduler Setup

Learn more about the Show Hide functions of IspecX software as well as Deep link usage ideas! Click here to access our How To Video!

Use your Member password to access ALL our video links!

Show Hide Data Fields and Deep Links

Learn more about the Show Hide functions of IspecX software as well as Deep link usage ideas! Click here to access our How To Video!

Use your Member password to access ALL our video links!

Ispecx Using Flags

How to use Flags in your reporting process. Members click here to watch the video.

Use your Member password to access ALL our video links!

Before Your Start A Report Template: What You Need to Know

SETTING UP YOUR TEMPLATE CSS

IMAGE SIZE

Let's start with Image Size. A good starting point has three image-size classes 

  1. Small - img_small
  2. Medium - img_med
  3. Large - img_large

Let's input your template sizes on the Master Template Page. These "Classes" will be called when you insert images anywhere in the template.

An example of how these will look like:

<p class="img_med"> {{ image_name }} </p>

<div class="img_large"> {{ waterheater_photo}} </div>

TIP: Any images inserted directly into the report template should be optimized. This can reduce file size to 86%, making for a faster loading report!!! 

COLORS

You should have your main text and icon colors recorded to keep your report template consistent.

Text Color #FFFFFF

H2 Color #FFFHTH

H1 Color #000000

OVERVIEW CHART

There are two styles of Overview charts. One on the website HTML page, and there is a new style that can be placed anywhere in a report using the {{ new_overview_chart }} macro.

You have complete control of the chart's Font size, Colors, and placement of the table text Key.

H1 and H2 Tags in your Template

H1 and H2 tags will compile the Reports TOC 'Table of Contents and sub-categories. So only place the tags in section heads or where you want the TOC to showcase.

 

Side By Side Images / 360 Images in report Templates

Simple code for an image and 360 images (copy and paste, change macro names, and set any image size/height)


<style type="text/css">.images img{
    width: 200px;
    height:110px;
    object-fit: cover;
   }

  .360images img {
    width: 290px;
    height: 150px;
    object-fit: cover;
  }
</style>

 

<div>Images</div>
<span class="images">{{ imageMacro }}</span>

<div>Image360:</div>
<span class="360images">{{ 360ImageMacro }}</span>

Import Your Spectora Template into Ispecx

How to Import your Template from Spectora Inspection Software

Spectora users asked for it!!  An easy way to move over to the advanced ispecX platform. So we are pleased to announce our Spectora Import engine!

If you have Spectora templates, our automated import engine can give you a head start in pulling in all those narrative libraries into ispecX with only one click!

We’ve created an automated script to import your templates from Spectora.  Our system will apply our Tag system to all your Spectora comments so you’ll have a head-start on getting your ispecX template ready.  With our Tags reporting system, all future templates will have all your comments auto-assigned with our template engine. Simply adding any Tag to your report sections is now effortless, these Tags are Global and eliminate the need to assign new comments over and over again.

Our automated script engine does its best to convert other software code over to our more complex system. Our code conversion is very close to what your use to but unfortunately, modifications to the conversion will be needed, but it sure beats starting from scratch, so look through your template csv and remove any unwanted Comments (Observations) and subsections. Need help let us know before you import so your not dealing with excessive baggage:)

Template Import Steps

TIP: Before you import understand that our system will create new Tags for all observations/comments from the template. Spectora's comment system is repetive and can create an oversized dataset. We recommend editing the CSV file prior to import and removing data from the 'Comment Text' column that is not wanted.

First, you will need to make sure you have an Obersation layout created and set as default. This layout will be used during import and can be changed back after the Spectora template import is completed.

Spectora template files end in the extension .csv or .xmls 

.xmls is Microsoft Excel format. Open these files in a spreadsheet and convert them to .csv before importing. Having an issue with them just email files to support@ispecx.com and we will convert them to csv for you.

ispecx import engine will recognize the template file extensions and apply the proper decoding engine to the template (Home Inspector Pro HIP, Whisper, HomeGauge)

Spectora Template files download folder:

\Documents\Spectora\Templates

TIP: Importing a Template will also import the related templates comments and add them to the observation library. You can delete the comments column prior to importing if the template comments are not needed.

Use HomeGauge? We can Import your template as well! Other providers? Our Import Engine for Whisper Reporter, Home Inspector Pro HIP coming soon!