Tag: coming soon

  • Elyasa – Responsive Coming Soon WordPress Plugin (Utilities)

    Elyasa – Responsive Coming Soon WordPress Plugin (Utilities)

    Elyasa is a creative and professional coming soon WordPress Plugin built with Bootstrap framework. It includes Ajax MailChimp subscription, Contact Form and Google Maps.

    With this WordPress Plugin you will be able to work on your site/theme while your visitors see the under construction page. When you’re done just disable it in the Axis admin and your new site will be live. You can then keep using it whenever you need to take your site into maintenance mode.

    The HTML version of this plugin is now available.

    Features Included:

    • Powerful Admin Panel
    • Fully Responsive Design
    • Retina ready
    • Built with Bootstrap
    • 3 Style Variations
      • Fullscreen Single Image Background
      • Fullscreen Image Slideshow Background
      • Fullscreen Youtube Video Background
    • Typography based on Google Web Fonts
    • Working Contact Form
    • Font Awesome & Linea icons
    • FlipTimer jQuery Countdown (Save $8)
    • CSS3 Animations
    • Mailchimp integrated
    • 6 predefined Color Skins
    • Allow Access by IP address or exclude url
    • W3C Valid HTML code
    • Easy to Customize
    • Help file is included

    File Types:

    • PHP Files
    • HTML Files
    • CSS Files
    • JS Files

    Google Web Fonts:

    Plugins:

    Images:

    Images are only for demo purpose and not included with the download package.

  • Launchpress: Upcoming Site Launch WP Plugin with Subscription Management & Double Opt-in (Forms)

    Launchpress: Upcoming Site Launch WP Plugin with Subscription Management & Double Opt-in (Forms)

    Launchpress

    Launchpress: Upcoming Site Launch WP Plugin

    Your First Followers Matter.

    Launchpress is a wordpress plugin that helps you with your upcoming product or website launch. Unlike 99% of the wordpress themes out there, which uses a 3rd party Subscription Form (like Feedburner), Launchpress allows you to capture visitor’s email and store it in your own database.
    And once you’re ready to go live or release the new product, simply export the Subscriber List as CSV and use any email manager like MailChimp, Aweber or Campaign Monitor to shoot out your early-bird promo code or the ‘We are live’ mailer.

    Whether you’re planning on starting a brand new site or bringing out something new on your existing one, Launchpress is for you. Because Your First Followers Matter.

    Features

    • Uses Double Opt-in (Confirmed Opt-in) mechanism, proven for fighting spam
    • Lets you manually add subscribers from the WP Admin backend
    • Customizable verification email template with variables replacement
    • CSV Data Export makes it easy to export your subscribers-list to Email Marketing Managers like MailChimp, AWeber, Campaign Monitor, HubSpot, SendGrid Marketing, ActiveCampaign, GetResponse, ConvertKit, Constant Contact, Drip etc. with ease
    • Subscriber List is paginated, searchable and sortable (dataTables)
    • Options to resend verification email and manually confirm/remove subscribers
    • Optional automatic injection of Subscription Form to beginning/end of a wordpress post or page
    • Easily insert the form anywhere in your posts with the [launchpress] shortcode or in your themes with the
      <?php if(function_exists('launchpress')) launchpress(); ?> function call
    • Simple and independent landing page for email verification
    • Stores data on a separate database table, keeping wordpress’ tables intact
    • Can be uninstalled completely without leaving any trace of unwanted data behind
    • Inline-confirmation for core operations, for preventing accidental clicks on critical links
    • Keen focus on UI and UX
    • To make things even sweeter, an awesome minimal coming-soon WordPress theme is also included in the package! (See Screenshots)

    Installing Launchpress

    Important Note

    Do not upload the downloaded file launchpress_files.zip as-is to your WordPress installation. Extract it locally and then:

    • Upload plugin plugin_launchpress.zip from Plugins > Add New > Upload Plugin
    • Upload theme theme_yacst_launchpress.zip from Appearance > Themes > Add New > Upload Theme

    Using Launchpress

    Inserting Launchpress Subscription Form In Your Posts

    Automatically
    Launchpress can automatically insert the Subscription Form in the beginning or end of each post (where the above shortcode is not present).
    You just need to configure Launchpress to do so from Admin > Launchpress > Settings > Auto Insert Form.

    Manually
    You can include the shortcode [launchpress] anywhere within your posts (or <? if(function_exists('launchpress')) launchpress(); ?> in your themes) and it will be replaced with the fully-functional Launchpress Form.

    [Sample] Launchpress used in a theme (YACST – Included with the plugin)

    Launchpress used in a theme

    [Sample] Launchpress used in a blog post

    Launchpress used in a blog post

    Features

    Once installed and activated, you can access all of Launchpress’ features via the admin menu.

    Menu

    Subscribers

    The Admin can do the following actions from the WP admin area:

    • View Info
    • Delete subscriber info (ref: Info Modal section)
    • Manually Verify the subscriber
    • Resend the verification email
    • Invalidate a subscriber (user needs to click on the verification link again)
    Actions

    Table actions (listed above) come with inline confirmation to prevent accidental clicks

    Subscriber List Actions

    Subscribers Table

    Search, sort, perform actions and view details

    Subscriber List

    Info Modal

    Clicking [info] from a subscriber row will show you all the details that has been captured for that user

    Modal

    Additional Notes:

    • Clicking on the IP link will give more info about the subscriber’s IP address (country, city, lat/lng, timezone etc.)
    • The Verification Link can be seen at the bottom. Clicking on this link will take the user to the standalone verification page. This is the same link that is sent to the user via email.

    Adding a subscriber from the backend

    You can do this via: Launchpress > Subscribers > Add a subscriber
    Modal
    Sometimes, when the admin is adding the subscriber, you might not want to send out a verification mail to the email ID. In such a case, just uncheck ‘Send a verification email’.

    Exporting data as CSV

    Head to Launchpress > Subscribers > Export as CSV
    Export
    This will generate a downloadable CSV file with a complete dump of the launchpress subscribers
    CSV
    You can import this CSV into your marketing tool and start sending out mails.

    Settings

    You can configure quite a few options and customize Launchpress for your WP installation.

    • Form Settings (Text/Layout)
    • Enable/Disable Launchpress’ CSS styles
    • Enable/Disable auto-insert of Launchpress subscription form
    • Email Settings (Sender name, email, subject, body, link text)

    The options are self-explanatory.

    Settings

    Help

    Help page has a basic guide, credits and links to a more detailed help file (this one)

    Remove / Uninstall Launchpress

    Launchpress can be uninstalled completely without leaving behind any traces in your WP db.
    IMPORTANT: These operations are permanent and you will lose all data. MAKE SURE you have exported your subscribers list before doing any operations from this page
    Uninstall

    The Verification Page

    For comfirmation of email IDs of a user, Launchpress uses a standalone Verification Page
    URL: yourdomain.tld/wp-content/plugins/launchpress/core/verify/?hash={xyz}
    This sent to the subscriber via email.

    When the user clicks on the link, the following cases can occur:

    • [1] First time the valid link is opened – subcriber’s email is verified
    • [2] Next time onwards, an ‘already verified’ message appears
    • [3] If the hash/security token is invalid, an ‘Invalid Hash’ message appears

    Modal

    Changelog

    v2.0 ~ 15 June 2018

    • Multiple forms support (most requested in v1.0 comments)
    • Added support for capturing Subscriber IP, User Agent, Referrer
    • Subscriber Info Modal: See all of the captured info of a subscriber
    • Provision to find out if a subscriber was manually verified by Admin or by the user itself
    • Provision for Admin to invalidate a user (user has to click email link again to verify)
    • Rewrote most of the plugin, optimized for the latest versions of WordPress
    • Updated UI/UX of the Admin Area with a clean, minimal design
    • Updated standalone Subscriber Verification Page with a neat, minimal design
    • Updated YACST Free theme to be in-line with modern standards (old one was 7 years old)
    • Added ‘meta’ field to plugin db table for additional fields in the future (casted as a JSON store)
  • Gangster Ultimate Elementor Plugin Coming soon (Utilities)

    Gangster Ultimate Elementor Plugin Coming soon (Utilities)

    Gangster is a responsive minimal, business under construction WordPress Plugin. This minimal template is packed with a countdown timer, ajax contact form, social icons.

    With this WordPress Plugin you will be able to work on your site/theme while your visitors see the under construction page. When you’re done just disable it in the admin and your new site will be live. You can then keep using it whenever you need to take your site into maintenance mode.

    PLUGIN FEATURES

    • WordPress Live Customiser
    • 6 predefined Color Skins
    • JavaScript Countdown Timer
    • Mailchimp Subscription
    • Contact Form 7 Support
    • All google webfont
  • Coming Quickly & Repairs Mode PRO (Utilities)

    Coming Quickly & Repairs Mode PRO (Utilities)

    Contact us. We'll get back to you ASAP!Subscribe to our items RSS feedFollow us and be the first to get new exciting items!

    Coming Soon & Maintenance Mode Pages – done in under a minute! Test the plugin NOW

    Changelog

    v5.12 - March 12th, 2018
    * first release on CC
    


  • A3 Quickly CountDown Responsive wordpress Plugin (Utilities)

    A3 Quickly CountDown Responsive wordpress Plugin (Utilities)

    A3 is a responsive minimal, business under construction / landing page / one page WordPress Plugin. This minimal template is packed with a countdown timer, ajax subscription form and about page where you can write a little bit about yourself and add your phone, email and address information.

    With this WordPress Plugin you will be able to work on your site/theme while your visitors see the under construction page. When you’re done just disable it in the A3 admin and your new site will be live. You can then keep using it whenever you need to take your site into maintenance mode.

    Also you can activate beautifull canvas animation in admin panel.

    Features Included:

    • Powerful Admin Panel
    • Fully Responsive Design
    • 4 Background Styles (Image, Slideshow, Youtube, Flat Color)
    • Ajax PHP Subscribe Form
    • Ajax Contact Form with validator
    • Mailchimp integrated
    • Unlimited predefined Color Themes
    • JavaScript Countdown Timer
    • Font Awesome icons
    • Font Ionicons
    • Help file is included

    Images and videos are only for demo purpose and not included with the download package.

  • A3 Quickly CountDown Responsive wordpress Plugin (Utilities)

    A3 Quickly CountDown Responsive wordpress Plugin (Utilities)

    A3 is a responsive minimal, business under construction / landing page / one page WordPress Plugin. This minimal template is packed with a countdown timer, ajax subscription form and about page where you can write a little bit about yourself and add your phone, email and address information.

    With this WordPress Plugin you will be able to work on your site/theme while your visitors see the under construction page. When you’re done just disable it in the A3 admin and your new site will be live. You can then keep using it whenever you need to take your site into maintenance mode.

    Also you can activate beautifull canvas animation in admin panel.

    Features Included:

    • Powerful Admin Panel
    • Fully Responsive Design
    • 4 Background Styles (Image, Slideshow, Youtube, Flat Color)
    • Ajax PHP Subscribe Form
    • Ajax Contact Form with validator
    • Mailchimp integrated
    • Unlimited predefined Color Themes
    • JavaScript Countdown Timer
    • Font Awesome icons
    • Font Ionicons
    • Help file is included

    Images and videos are only for demo purpose and not included with the download package.

  • PVR – Coming Quickly Plugin (Utilities)

    PVR – Coming Quickly Plugin (Utilities)

    Coming soon / Under construction is the best way to show your clients that your site is under construction, it’s replace a default maintenance page with a stylish countdown to show how many time is left to put your site online.

    Features of PVR – Coming Soon Plugin

    • Parallex Effect
    • SEO Optimized Plugin
    • Countdown Timer
    • Exclude page for IP’s
    • Social Links
    • Fully Responsive
  • Chup Final Coming quickly Plugin (Utilities)

    Chup Final Coming quickly Plugin (Utilities)

    Chup is a responsive minimal, business under construction / landing page / one page WordPress Plugin. This minimal template is packed with a countdown timer, ajax contact form, social icons.

    With this WordPress Plugin you will be able to work on your site/theme while your visitors see the under construction page. When you’re done just disable it in the admin and your new site will be live. You can then keep using it whenever you need to take your site into maintenance mode.

    PLUGIN FEATURES

    • Live customiser edit
    • 4 predefined Color Skins
    • JavaScript Countdown Timer
    • Font Awesome icons
    • 600+ Google webfonts
    • and much more…
  • Everest Coming Quickly – Final Coming Quickly, Upkeep Mode Plugin for WordPress (Utilities)

    Everest Coming Quickly – Final Coming Quickly, Upkeep Mode Plugin for WordPress (Utilities)


    Features

    • 15 interactive pre designed templates
    • Countdown Timer
    • Contact Form Integrated
    • Subscription form integrated with backend listing of subscribers and CSV export
    • Google Map integrated
    • Social Icons with 13 popular social media integrated
    • Site Completion Percentage loader
    • Customizable Background configuration for each template
    • Enable Disable Maintenance mode as per various user roles
    • Google Analytics Support
    • Search Engines crawling enable/disable
    • SEO Meta Tags configurations
    • Custom Favicon
    • Custom CSS

    Components

    • Header
    • About Us
    • Subscription
    • Social Network
    • Contact Us
    • Get in touch
    • Google Map
    • Loader
    • Countdown
    • Footer
    • Mobile Responsive

    Documentation

    https://accesspressthemes.com/documentation/everest-coming-soon

    Lifetime Dedicated Support

    – You can find us anytime when you have some queries, problems or with any valuable suggestions for plugin or us. You can find us through following ways:

    Constant Free Upgrades

    – Not fixed on dates, but we assure you to provide you new updates and feature upgrade in the plugin at regular basis.

    Check out our other great plugins

  • Asche – Full Coming Quickly and Upkeep Mode Plugin (Utilities)

    Asche – Full Coming Quickly and Upkeep Mode Plugin (Utilities)

    Asche is the complete WordPress plugin solution for WordPress powered site owners who are ready to launch their site, but not just yet. The plugin is fully capable to display a coming soon page to your website visitor yet allowing you to fully view the frontend and the admin backend of your site.

    Full Features List

    • Fully responsive.
    • Full browser height demos.
    • 45+ demos.
    • One Click demo install.
    • Fast and optimised.
    • 10 Elements.
      • Heading.
      • Text.
      • Single Image.
      • Button.
      • Helper.
      • Helper Inner.
      • Subscribe.
      • Countdown.
      • Contact Form.
      • Modal.
    • 650+ Google fonts.
    • Interactive effects.
      • Waterpipe.
      • Dotted Canvas.
      • Moving Background.
      • Particles.
      • Rain.
      • Rainbow Squares.
      • Flat Surface Shader.
      • Long Shadow.
      • Sea Waves.
      • Gravity Points.
      • Parallax Stars.
      • Falling Confetti.
    • Animated modals.
    • Buttons.
    • Social icons.
    • Detailed documentation.
    • Great support.
    • Fast response times.
    • Email based ticketing system.
    • Shortcodes generator.
    • Animated countdowns.
    • Powerful slideshows.
    • Mailchimp integration.
    • Google Analytis and custom code.
    • 6 individual layouts.
    • Powerful options panel.
    • Regular updates.
    • Subscribe form.
    • Seamless integration with any theme.
    • Uninterrupted admin access.
    • Background Types.
      • Color.
      • Gradient.
      • Image.
      • Slideshow.
      • Video.
      • Bordered.
    • Backup and import.
    • Consistent design.
    • Easy layout switch.