You are viewing the OptimizePress 2.0 Help center. Click here for OptimizePress 3.0 support.
  • What happens when you deactivate the PlusPack Plugin

    Please note: You must be using OptimizePress version 2.5.7 or above for PlusPack features to function correctly. This videos show what happen to your web pages when the OptimizePress PlusPack plugin has been deactivated. In this quick article, we\’re going to go through what happens if you deactivate your PlusPack…

  • Using the Get Parameters Shortcode plugin [PlusPack]

    This tutorial is for the OptimizePress Get Parameters Shortcode plugin which is only available as part of the Optimiz ePress PlusPack.  If you do not have the plus pack,  click here to find out how you can upgrade your account. The OptimizePress Get Parameters Plugin allows you to grab a…

  • How to use the Form Privacy Checkboxes plugin [PlusPack]

    The OptimizePress Form Privacy Checkboxes plugin allows you to add required checkboxes to your opt-in forms inside OptimizePress.  The checkbox message can be customised to your requirements. Watch the video below to find out more: Form Privacy Checkboxes Plugin Notes: If you enter no messages in the OptimizePress > Form…

  • Social networking element [PlusPack]

    Here at OptimizePress we love hearing your feedback and feature requests. OptimizePress wouldn\’t be where it is today without us listening to your suggestions. We have heard your requests for an element that would provide an easy way to link to your social media accounts. Our developers have been hard…

  • How to use the Maps element [PlusPack]

    New with the Plus Pack version 1.1.4 you now have a new “Maps” element that you can use to embed a map on your pages. This will be great if you need to show a map for an event, real estate listings, business locations, or many other possibilities. This element…

  • Integrating iDevAffiliate with OptimizePress

    OptimizePress and OptimizeMember are fully integrated with iDevAffiliate, an affiliate platform which you can use to allow your customers and affiliates to promote your products or services. Integrating iDevAffiliate Adding affiliate tracking software to your site is one of the most effective ways to achieve more sales, more traffic, and…

  • How to change the row background image

    To change the background image for the row in the LiveEditor there are two simple steps: 1. Click the row edit icon at the top of the area you want to change the background for – this looks like a pencil: 2. Scroll down in the row options window and…

  • Copy and paste row feature

    With our Copy and Paste row functionality you can copy a row from one page on any page you have created with the LiveEditor and paste it onto another page (on the same site) which you have created with the LiveEditor. To copy the row, open the page that contains…

  • Changing the Color of the Pop Up Overlay Window Background

    Please paste this code below to Page Settings >> Other Scripts >> choose Custom CSS from the dropdown .op-popup-fancybox .fancybox-inner, .op-popup-fancybox .fancybox-outer { background-color: #000;} .fancybox-opened .fancybox-skin { background-color: #000 !important;} You can change the value of “#000” to your desired background color.

  • How to bold bullet list text in Bullet List element

    If you want to make text inside a Bullet List Element bold you can just a little simple CSS: This is your normal bullet list text <strong>This is bold bullet list text</strong> All you have to use is the strong open and close CSS tags to make any text bold….