standards-ascs.myascs.com Open in urlscan Pro
104.26.15.219  Public Scan

URL: https://standards-ascs.myascs.com/
Submission: On July 10 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET https://standards-ascs.myascs.com/

<form role="search" method="get" class="search-form" action="https://standards-ascs.myascs.com/">
  <label>
    <span class="screen-reader-text">Search for:</span>
    <input type="search" class="search-field" placeholder="Search …" value="" name="s">
  </label>
  <button type="submit" class="search-submit">
    <i class="fa fa-search"></i>
    <span class="screen-reader-text">Search</span>
  </button>
</form>

Text Content

ASCS STANDARDS MANUAL

Search for: Search
 * Company
   * Welcome
   * Job Descriptions
     * Project Manager
     * L1
     * L2
     * CRM Expert
   * Resources
   * Nomenclature
   * Documents
     * Employee Guidelines
     * Employment Agreement
     * W4 Form
 * Best Practices
   * Project Desk
   * Server
     * Connecting Using SSH
     * Navigation
     * Using Gulp and Sass
     * WP-CLI Commands
   * WordPress
     * Modifying Files
     * Plugins
     * Using Beaver Builder
   * Task Related
     * Finding Credentials
     * Cloning a Site From a Base
     * Taking A Site Live
 * Site Builds
   * Authority
     * Frontpage
       * Clone Site
       * Header
       * Optin / Ontraport
       * Mid-Section
     * Photo Feed
     * Footer
     * Styling
   * Membership Area
     * Accordion Two
     * Video Modules
     * Informational
     * Pilot Press
     * Access Ally
 * Automations
   * Click Funnels
     * Intake Form
     * Landing Page
     * Sales Page
   * Ontraport
     * OP Quickstart
     * Campaigns
       * Pre-Launch
       * General Delivery Newsletter
       * Nuture*
       * OP Purchase Followup
       * Meeting Follow-Up
     * Pages
       * OP Pages – 101
       * Intake Form
       * Landing Page
       * Sales Page
 * ASCS
   * Site Configurations
   * Cloning a SiteF
   * Front Page


WELCOME


TO THE ALL STAR CHEEER SITES STANDARDS MANUAL

This manual is divided into two parts, each written with a different reader in
mind:

“DOCUMENTS” introduces the concepts and tools in a manual style format with
text, illustrations and videos. This part is intended for users who prefer to
read a manual rather than watch a video.

“VIDEO GUIDES” describes the same process through the use of videos. This part
is intended for users who prefer to learn by watching videos, rather then
reading a

step by step guide.  These guides can be accessed by clicking on the  located
next to the main green colored heading for a subject.



 * Company
   * Welcome
   * Job Descriptions
     * Project Manager
     * L1
     * L2
     * CRM Expert
   * Resources
   * Nomenclature
   * Documents
     * Employee Guidelines
     * Employment Agreement
     * W4 Form
 * Best Practices
   * Project Desk
   * Server
     * Connecting Using SSH
     * Navigation
     * Using Gulp and Sass
     * WP-CLI Commands
   * WordPress
     * Modifying Files
     * Plugins
     * Using Beaver Builder
   * Task Related
     * Finding Credentials
     * Cloning a Site From a Base
     * Taking A Site Live
 * Site Builds
   * Authority
     * Frontpage
       * Clone Site
       * Header
       * Optin / Ontraport
       * Mid-Section
     * Photo Feed
     * Footer
     * Styling
   * Membership Area
     * Accordion Two
     * Video Modules
     * Informational
     * Pilot Press
     * Access Ally
 * Automations
   * Click Funnels
     * Intake Form
     * Landing Page
     * Sales Page
   * Ontraport
     * OP Quickstart
     * Campaigns
       * Pre-Launch
       * General Delivery Newsletter
       * Nuture*
       * OP Purchase Followup
       * Meeting Follow-Up
     * Pages
       * OP Pages – 101
       * Intake Form
       * Landing Page
       * Sales Page
 * ASCS
   * Site Configurations
   * Cloning a SiteF
   * Front Page

Copyright Rockstar Coding © All rights reserved.
Kumle by WP Charms



X



X

OP Quick Setup – Part 1 from Mick Olinik on Vimeo.

X

RSC _ cPanel – Site Live from Mick Olinik on Vimeo.

X



X

Ontraport – Tagging 101 from Mick Olinik on Vimeo.

X

You use Beaver Builder for at least the front page with Authority.  You can
click in to it from the page list or the edit page.  You can’t use it with the
regular WordPress interface – it’s one or the other.

Beaver Builder is a solid product that allows you to easily enter rows of
content so that it looks smart and professional. One quirk about it is that it
has caching issues. You may especially notice this when replacing the large
photo on the front page. To fix the problem:

 1. Go to cloudflare.com
 2. Navigate to rockstar mockups.com
 3. Scroll to the bottom and turn on development mode
 4. Then scroll back up and press purge everything

Go back to your page, hold the shift key down and refresh…. That should take
care of the problem.

X
Cloning a Site From a Base




X

Throughout the build process, you will have to modify files.  There are several
ways to do this including the Editor built in to WordPress or the File Manager
plugin.  Typing changes directly in to an online editor is not a good idea
because once you save the file you may lose what was there.  So if you are going
to use an online editor, you should copy and paste it in to your local editor,
make changes, then copy and paste it back in to the online editor.

The best way to make changes to files on the server is to use an FTP program
coupled with a local editor.  The local editors that we use at Rockstar are
“Visual Studio Code” and “BBEdit”,  both of which are free. You ftp out and grab
the file that you want to modify…. Your ftp program should have the ability to
open the file in either of the aforementioned local editors (usually by simply
right clicking and selecting “edit with”).  You then make your changes locally
and then just do a “save” and it will use the connected ftp to replace the file.

X

The Authority base uses the theme “asphodel”.

Its location is:

apps/your-app-name/public/wp-content/themes/asphodel

X