CleverOgre Logo

OgreModal

Created On June 9th, 2019 | Last Update November 16th, 2022

Description

OgreModal is a plugin developed by CleverOgre in Pensacola, Florida.

Installation

  1. Upload the plugin files to the '/wp-content/plugins/OgreModal' directory.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Use the Modals -> Settings screen to configure global attributes.
  4. Create your first modal by using Modals -> Add New. Content can be edited using the Gutenberg block editor. Settings for this individual modal are located in the sidebar.

Details

  • Requires at least: 5.0.0
  • Tested up to: 5.6.2
  • Stable tag: 0.4.0
  • License: GPLv2 or later

Changelog

0.4.1 - 04-15-2021

  • NEW: Delay setting for non-triggered modals.

0.4.0 - 02-23-2021

  • NEW: Renamed from ModalOgre to OgreModal.
  • NEW: Support for multiple modals and scheduling using new Modal custom post type. Global settings page has been moved to Modals -> Settings.
  • DEV: Removed supplied ACF Pro plugin. Requires ACF Pro to function. Warning added if not detected.
  • BUG: Fixed variable reference warnings.

0.3.6 - 09-28-2020

  • BUG: Fixed jQuery inArray conditional error which was breaking timestamp checks.

0.3.5 - 09-18-2020

  • Added link trigger duration option using "ogremodal-trigger" class.
  • Improved animation logic to allow for modal opening animations.

0.3.4 - 09-01-2020

  • Database migration improvements.
  • Added bot crawler test to modal validation.

0.3.3 - 08-27-2020

  • Major settings conflict bug with OgreAlert fixed. Make a backup of database before updating. May break existing modal settings.
  • Added migration function to prevent data loss.

0.3.2 - 05-05-2020

  • Added json encoding to data arrays and objects in modal DOM.
  • Added immediate dismiss option to write cookie on load.

0.3.1 - 05-05-2020

  • Added toolbar enabled option.
  • Added click out enabled option.
  • Added dismiss option.
  • Improved content color inheritance.
  • Improved link formatting.

0.3.0 - 05-04-2020

  • Reformatted classes to be statically accessible.
  • Included ACF Pro if not available on site.
  • New ACF-based settings.

0.1.0 - 06-09-2017

  • Initial build of OgreModal plugin.

Download Plugin

CleverOgre Logo

SecureOgre

Created On June 11th, 2018 | Last Update January 21st, 2020

Description

Force users to login and only allow users to register an account if they have received a direct registration email.

Installation

  1. Upload the plugin files to the /wp-content/plugins/secureogre directory.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Use the Settings->SecureOgre screen to configure the plugin. Make sure to paste your License Key into the settings page.

Details

  • Requires at least: 4.5.0
  • Tested up to: 4.7.5
  • Stable tag: 0.1.2
  • License: GPLv2 or later

Changelog

0.1.2 - 06-12-2018

  • Fixed plugin initialization and API routine.

0.1.1 - 06-12-2018

  • Front-end notice delivery system.
  • Registration process bug fixes.
  • Registration invite email bug fixes.

0.1.0 - 06-11-2018

  • Initial build of SecureOgre plugin.

Request Plugin Download

CleverOgre Logo

QLess WordPress Integration

Created On October 11th, 2017 | Last Update July 24th, 2020

Description

This plugin is designed to integrate with the QLess API to provide widgets and shortcodes to your site. It is developed by Clever Ogre in Pensacola, Florida.

Installation

  1. Upload the plugin files to the /wp-content/plugins/qless directory.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the Settings->QLess screen to configure the plugin. Make sure to paste your License Key into the settings page.
  4. Add the "[qless-wait-times ids="..."]" shortcode to the page that you want your form to be displayed.
  5. Add the QLess Wait Times Widget to any sidebar and set the ids for the queue locations required.

Details

  • Requires at least: 4.6.0
  • Tested up to: 4.8.2
  • Stable tag: 0.2
  • License: GPLv2 or later

Changelog

0.2.0 - 09-19-2018

  • Added appointments query form shortcode.

0.1.0 - 10-11-2017

  • Initial build of QLess Wordpress Integration plugin.

Download Plugin

CleverOgre Logo

WP Job Manager – JobAdder Integration

Created On January 16th, 2020 | Last Update April 19th, 2023

Description

This plugin is no longer supported for further feature implementation or bug fixes. If you have any issues implementing it, feel free to reach out to us via our bug report form, but support is not guaranteed.

WP Job Manager – JobAdder Integration is a plugin developed by CleverOgre in Pensacola, Florida. When used in conjunction with the WP Job Manager plugin and a valid JobAdder account, it will facilitate the import and management of job listings created within JobAdder.

Installation

  1. Upload the plugin files to the /wp-content/plugins/wpjm-jobadder directory.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Use the Settings->JobAdder screen to configure the plugin. Make sure to paste your License Key into the settings page.

Screenshots

JobAdder plugin settings page. Here you can change JobAdder Feed settings and license key information.

Details

  • Requires at least: 5.0.0
  • Tested up to: 5.3.2
  • Stable tag: 0.1.3
  • License: GPLv2 or later

Changelog

0.1.3 - 04-19-2023

  • NEW: Allow webhooks to be custom implemented using wpjm-jobadder_webhook.
  • DEV: Improved taxonomy validation and added new term filters, wpjm-jobadder_job_listing_work_types, wpjm-jobadder_job_listing_work_type_terms, and wpjm-jobadder_job_listing_tag_terms.
  • DEV: New make process implemented.

0.1.2 - 03-30-2022

  • Removed license key requirement.

0.1.1 - 08-21-2020

  • Updated package updater to use plugins.cleverogre.com.

0.1.0 - 01-16-2020

  • Initial build of WPJM - JobAdder Integration plugin.

Documentation

REST Endpoints

Job Listings Feed

Must coordinate with JobAdder team to have their XML feed delivered to the following url whenever listings are updated or created: [site-url]/wp-json/wpjm-jobadder/v1/feed/.

Job Listings that are created and synchronized by the JobAdder listings feed are indicated within the Job Listing metabox on the edit post screen. This will indicate Ad ID, Job ID, and other settings.

Webhooks

The webhook system of this integration is currently supported with minimal implementation relying on custom application to utilize. To fix enable a webhook, you will need to contact the JobAdder team to assign the desired webhook to the following url: [site-url]/wp-json/wpjm-jobadder/v1/webhook/. When a webhook is received, the action wpjm-jobadder_webhook will be fired with the necessary parameters to perform a relevant custom action.

Webhooks are not required for your listings feed to be connected with your site.

Settings

The page for JobAdder settings should be located at Job Listings > JobAdder from the WordPress admin dashboard.

API Settings

If you’d like your feed to gather additional data from JobAdder whenever it is updated, provide the Client Id and Client Secret of your JobAdder account here.

For increased security, you can whitelist the JobAdder IP addresses by adding them in a comma-separated list to Authorized IP Addresses.

You can see the authorization code which is used to generate access codes for API requests in the Authorization Code field. Obtaining this code requires that the Client Id and Client Secret be filled out and the page updated. After that, a button saying Authorize with JobAdder should appear. After hitting this button, your site will request that authorization code from the JobAdder API. If the button then says Re-authorize with JobAdder after refreshing, then you’ve successfully connected your site to the JobAdder API.

Debug Settings

Here you can enable email debugging to update you with any changes in your job listing feed as it occurs. This is used more for debugging purposes than administrative purposes, so you may not want to use it.

Developer Notes

  • There is currently some classification translation to convert work types categories. This may be removed in a future release in case it is not globally applicable. For the time being, it can be corrected by using the wpjm-jobadder_job_listing_work_types filter.
  • Company social media information is not yet available from the JobAdder API.

Download Plugin

CleverOgre Logo

OgreWoo

Created On October 21st, 2019 | Last Update August 4th, 2023

Description

OgreWoo is a plugin developed by CleverOgre in Pensacola, Florida. It adds additional functionality to WooCommerce.

Features

  • Add a wrapper around WooCommerce notices for better styling.
  • Individual product and product category downloadable files with date, title, and description all listed in a new product tab or from a Gutenberg block.
  • Gutenberg editor support on product pages.
  • Connect a secondary account to WooCommerce.com to allow for activating and updating WooCommerce Extensions.
  • Order, Subscription and Membership history listed within user’s edit profile screen.
  • Display private products within frontend queries for users with administrator or editor priviledges.
  • Add products per page control to product archives.

Installation

  1. Upload the plugin files to the /wp-content/plugins/OgreWoo directory to ensure that it is active.

FAQ

What is this plugin?

If you do know what plugin you have downloaded, please contact CleverOgre for more information. This plugin is only developed for a small, private audience.

Screenshots

Connect and Disconnect your secondary account on the WooCommerce Extensions page.


OgreWoo plugin settings page. Here you can change license key information.

Details

  • Requires at least: 5.0
  • Tested up to: 5.6.1
  • Stable tag: 0.2.4
  • License: GPLv2 or later

Changelog

0.2.4 - 2023-08-04

  • NEW: Product revisions support option.
  • NEW: Membership teams user history table.
  • BUG: Fixed membership teams dependency issue.

0.2.3 - 2023-07-07

  • NEW: Display posts per page select control after ordering before archive results.
  • NEW: Admin private product visibility option.
  • DEV: Added ogrewoo/product_files_tab_enabled filter option.
  • DEV: Improved makefile and notice html output.
  • BUG: Remove unnecessary product block editor option.

0.2.2 - 2022-10-27

  • NEW: User history tables under individiual user settings.
  • NEW: Integrated with WC Settings. Enable/disable plugin features. Replaces old settings page.
  • DEV: Makefile configuration. Migrated from node-sass to Dart Sass.

0.2.1 - 2021-11-04

  • NEW: Enable Gutenberg block editor on product pages. See Woocommerce -> Settings -> Products -> General -> Editor for settings.

0.2.0

  • NEW: Product Files system.
  • NEW: Removed license key requirement and OgreWoo settings page.
  • DEV: New settings class.

0.1.1

  • DEV: Separated extensions from other code.

0.1.0

  • Initial Build

Request Plugin Download

CleverOgre Logo

Ogre Obfuscation

Created On May 21st, 2019 | Last Update January 20th, 2020

Description

Want to remove email addresses from your site when viewed by a robot using client-side encryption techniques? Then this is the plugin for you. Obscuring your email address to pesky bots can help reduce spam while still providing your clients with a direct way to message you and your business.

Details

Request Plugin Download

CleverOgre Logo

VideOgre

Created On June 9th, 2017 | Last Update September 18th, 2020

Description

VideOgre is a plugin developed by CleverOgre in Pensacola, Florida. It adds mp4 support to the Media Library and generates GIF previews.

Installation

  1. Upload the plugin files to the /wp-content/plugins/videogre directory.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Use the VideOgre->Settings screen to configure the plugin. Make sure to paste your License Key into the settings page.
  4. Add your external mp4 files to the image metadata in the Media Library.
  5. Render video previews by going to VideOgre->Render.
  6. Use VideOgre functions in your custom template.

Details

  • Requires at least: 4.5.0
  • Tested up to: 4.8.0
  • Stable tag: 0.2.2
  • License: GPLv2 or later

Changelog

0.1.0 - 06-09-2017

  • Initial build of VideOgre plugin.

Request Plugin Download