CINXE.COM

Pricing Plans - Nicepage

<!DOCTYPE html> <html lang="en"> <head> <title>Pricing Plans - Nicepage</title> <link rel="shortcut icon" href="//csite.nicepage.com/favicon.ico" type="image/x-icon"> <meta charset="utf-8" /> <meta name="Keywords" content=" "> <meta name="Description" content="Build awesome web pages online and offline, for WordPress, Joomla and HTML websites! Easy Drag-n-Drop. No coding. Mobile-friendly. Clean HTML."> <meta property="og:type" content="website"> <meta property="og:url" content="https://nicepage.com/premium?code=bf24"> <meta property="og:title" content="Pricing Plans - Nicepage"> <meta property="og:image" content="https://static.nicepage.com/images/site/nicepage.jpg"> <meta property="og:description" content="Build awesome web pages online and offline, for WordPress, Joomla and HTML websites! Easy Drag-n-Drop. No coding. Mobile-friendly. Clean HTML."> <meta property="og:site_name" content="Nicepage.com" /> <script> var userEmail = ''; if (userEmail) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'email': userEmail }); } </script> <script src="//capp.nicepage.com/1662e8971b75e227453abf2b0c0bb260dcad244d/main-libs.js" ></script> <link href="//capp.nicepage.com/1662e8971b75e227453abf2b0c0bb260dcad244d/main-libs.css" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css?family=Roboto|Open+Sans:200,300,400,700,800,900&amp;subset=latin" rel="preload" as="font" /> <script> window.isAuthenticated = 0; window.useExternalGtmCode = 1; window.clientUserId = 0; window.clientUserName = ''; window.userCountryCode = ''; window.logPageEvent = 1; window.userHasAdsParams = 0; window.utmSourceFromReferrer = 0; window.currentLang = 'en'; window.baseUrl = 'html-templates'; window.currentUrl = ''; window.np_userId = ''; window.isAmplitudeInitialized = false; window.sha256Email = ''; function getCookieOrLocalStorage(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) == ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) == 0) { return c.substring(nameEQ.length, c.length); } } var lsValue = localStorage.getItem(name); return !!lsValue; } function sendAnalyticsData(eventType, props, cb) { var json = { data: {} }; json.userToken = np_userId; json.data.adsParams = $.cookie('AdsParameters'); json.data.ga = $.cookie('_ga'); json.data.gac = $.cookie('_gac_UA-88868916-2'); json.data.userAgent = navigator.userAgent; json.data.eventType = eventType; json.data.props = props; $.ajax({ 'type': 'POST', 'url': '/Feedback/SendAdsLog', 'contentType': 'application/json; charset=utf-8', 'data': JSON.stringify(json), 'dataType': 'json', 'complete': cb || function() {} }); } function initializeAmplitudeUser() { if (isAmplitudeInitialized) { return; } isAmplitudeInitialized = true; if (clientUserId > 0) { identifyAmplitudeUser(clientUserId, clientUserName); } else { identifyAmplitudeUser(null); } } function sendAmplitudeAnalyticsData(eventName, eventProperties, userProperties, callback_function) { initializeAmplitudeUser(); if (userProperties) { if(userProperties.utm_source || userProperties.utm_campaign) { var identify = new amplitude.Identify(); identify.setOnce("utm_campaign", userProperties.utm_campaign); identify.setOnce("utm_source", userProperties.utm_source); identify.setOnce("utm_content", userProperties.utm_content); identify.setOnce("utm_group", userProperties.utm_group); identify.setOnce("utm_term", userProperties.utm_term); identify.setOnce("utm_page", userProperties.utm_page); identify.setOnce("utm_page2", userProperties.utm_page); identify.setOnce("referrer", userProperties.referrer); amplitude.getInstance().identify(identify); userProperties.utm_source_last = userProperties.utm_source; userProperties.utm_campaign_last = userProperties.utm_campaign; userProperties.utm_content_last = userProperties.utm_content; userProperties.utm_group_last = userProperties.utm_group; userProperties.utm_term_last = userProperties.utm_term; userProperties.utm_page_last = userProperties.utm_page; } var userProps = objectWithoutProperties(userProperties, ["utm_campaign", "utm_source","utm_content", "utm_term", "utm_page", "utm_group", "referrer"]); amplitude.getInstance().setUserProperties(userProps); } if (!eventProperties) { eventProperties = {}; } eventProperties.WebSite = 'true'; eventProperties.IsAuthenticated = window.isAuthenticated; eventProperties.country_code = getCountryCode(); eventProperties.lang = window.currentLang || ''; var fullPageUrl = window.location.pathname.split('?')[0]; eventProperties.full_page_url = fullPageUrl; eventProperties.page_url = clearPageUrl(fullPageUrl); if (typeof callback_function === 'function') { amplitude.getInstance().logEvent(eventName, eventProperties, callback_function); } else { amplitude.getInstance().logEvent(eventName, eventProperties); } } function identifyAmplitudeUser(userId, token) { if (userId) { amplitude.getInstance().setUserProperties({ "Token": token, "UserId": userId }); } var identify = new amplitude.Identify(); amplitude.getInstance().identify(identify); if (userId) { amplitude.getInstance().setUserId(userId); } } function getUtmParamsFromUrl() { var hash = window.location.hash; var url = new URL(window.location.href); if (hash && hash.indexOf('utm_') >= 0) { url = new URL(window.location.origin + window.location.pathname + hash.replace('#', '?')); } if (!url.searchParams) { return ''; } return getUtmParams(url); } function hasGoogleIdFromUrl() { var url = new URL(window.location.href); if (!url.searchParams) { return false; } return !!url.searchParams.get('gclid'); } function sendAnalyticsFromUrl(referrer, pageType) { var urlIsAvailable = typeof URL === "function" || (navigator.userAgent.indexOf('MSIE') !== -1 && typeof URL === 'object'); if (!urlIsAvailable) { return; } var utmParams = getUtmParamsFromUrl(); if (!utmParams) { return; } var gclidFromUrl = utmParams.gclid; var utmParamsFromUrl = !!utmParams.utmSource || !!utmParams.utmCampaign || !!utmParams.gclid; if (!utmParamsFromUrl && userHasAdsParams) { utmParams = getUtmParamsFromCookie(); } var canLog = canLogToAmplitude(pageType); if (utmParamsFromUrl || utmSourceFromReferrer) { var fullPageUrl = window.location.pathname.split('?')[0]; var pageUrl = clearPageUrl(fullPageUrl); var userProps = { "utm_source": utmParams.utmSource, "utm_campaign": utmParams.utmCampaign, "utm_content": utmParams.utmContent, "utm_group": utmParams.utmGroup, "utm_term": utmParams.utmTerm, "utm_page": getUtmPageValue(pageUrl), "utm_lang": window.currentLang || '', "referrer": referrer }; if (gclidFromUrl) { var landingUrl = pageUrl.startsWith('/') && pageUrl !== '/' ? pageUrl.substr(1) : pageUrl; userProps.landing_page = landingUrl; var event = { 'Page': landingUrl, 'Url': window.location.href, 'utm_campaign_event': utmParams.utmCampaign, 'utm_group_event': utmParams.utmGroup } sendAmplitudeAnalyticsData('Landing Page', event, userProps); } else { var eventProps = { "utm_source": utmParams.utmSource, "utm_campaign": utmParams.utmCampaign, "utm_content": utmParams.utmContent, "utm_group": utmParams.utmGroup, "utm_term": utmParams.utmTerm }; if (utmParams.utmSource === "elastic") { sendAmplitudeAnalyticsData('Email Click', eventProps); } if (canLog) { sendAmplitudeAnalyticsData('Campaign', eventProps, userProps); } } } if (logPageEvent && canLog || (pageType === 'Pricing Page' && window.isValidCountry(true))) { var pageEventProps = { 'type': pageType, 'accepted_country': isValidCountry(), 'force_log': !canLog }; if (utmParams.gclid) { pageEventProps.googleClickId = utmParams.gclid; } sendAmplitudeAnalyticsData('Page View', pageEventProps); } } document.addEventListener('DOMContentLoaded', function () { if (location.href.indexOf('/frame/') === -1 && window.location.href.indexOf('skipCookie') === -1) { PureCookie.initCookieConsent(); } setCountryCode('https://location.nicepagesrv.com/country'); setUserIdCookie(); var referrer = ''; var pageType = 'Pricing Page'; sendAnalyticsFromUrl(referrer, pageType); }); </script> <script> // Define dataLayer and the gtag function. window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } var consentDefaultValue = 'granted'; gtag('consent', 'default', { 'ad_storage': consentDefaultValue, 'ad_user_data': consentDefaultValue, 'ad_personalization': consentDefaultValue, 'analytics_storage': consentDefaultValue }); if (hasGoogleIdFromUrl()) { useExternalGtmCode = 1; } </script> <!-- Google Tag Manager --> <script> if (useExternalGtmCode) { (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://load.api9.nicepage.com/nldlswob.js?st='+i+dl+'';f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','W76XGFR'); } else { (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-W76XGFR'); } </script> <!-- End Google Tag Manager --> <!-- Facebook Pixel Code --> <script> if(window.hideFacebookPixelCode !== true) { !function (f, b, e, v, n, t, s) { if (f.fbq) return; n = f.fbq = function () { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) }; if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0'; n.queue = []; t = b.createElement(e); t.async = !0; t.src = v; s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s) }(window, document, 'script', 'https://connect.facebook.net/en_US/fbevents.js'); var fbInitOptions = { em: '' }; if (clientUserId > 0) { fbInitOptions.external_id = clientUserId; } fbq('init', '251025992170426', fbInitOptions); fbq('track', 'PageView'); } </script> <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=251025992170426&ev=PageView&noscript=1" /></noscript> <!-- End Facebook Pixel Code --> <!-- Amplitude Code --> <script type="text/javascript"> (function(e,t){var n=e.amplitude||{_q:[],_iq:{}};var r=t.createElement("script") ;r.type="text/javascript" ;r.integrity="sha384-d/yhnowERvm+7eCU79T/bYjOiMmq4F11ElWYLmt0ktvYEVgqLDazh4+gW9CKMpYW" ;r.crossOrigin="anonymous";r.async=true ;r.src="https://cdn.amplitude.com/libs/amplitude-5.2.2-min.gz.js" ;r.onload=function(){if(!e.amplitude.runQueuedFunctions){ console.log("[Amplitude] Error: could not load SDK")}} ;var i=t.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i) ;function s(e,t){e.prototype[t]=function(){ this._q.push([t].concat(Array.prototype.slice.call(arguments,0)));return this}} var o=function(){this._q=[];return this} ;var a=["add","append","clearAll","prepend","set","setOnce","unset"] ;for(var u=0;u<a.length;u++){s(o,a[u])}n.Identify=o;var c=function(){this._q=[] ;return this} ;var l=["setProductId","setQuantity","setPrice","setRevenueType","setEventProperties"] ;for(var p=0;p<l.length;p++){s(c,l[p])}n.Revenue=c ;var d=["init","logEvent","logRevenue","setUserId","setUserProperties","setOptOut","setVersionName","setDomain","setDeviceId","setGlobalUserProperties","identify","clearUserProperties","setGroup","logRevenueV2","regenerateDeviceId","groupIdentify","onInit","logEventWithTimestamp","logEventWithGroups","setSessionId","resetSessionId"] ;function v(e){function t(t){e[t]=function(){ e._q.push([t].concat(Array.prototype.slice.call(arguments,0)))}} for(var n=0;n<d.length;n++){t(d[n])}}v(n);n.getInstance=function(e){ e=(!e||e.length===0?"$default_instance":e).toLowerCase() ;if(!n._iq.hasOwnProperty(e)){n._iq[e]={_q:[]};v(n._iq[e])}return n._iq[e]} ;e.amplitude=n})(window,document); amplitude.getInstance().init("878f4709123a5451aff838c1f870b849"); </script> <script> var shareasaleSSCID=shareasaleGetParameterByName("sscid");function shareasaleSetCookie(e,a,r,s,t){if(e&&a){var o,n=s?"; path="+s:"",i=t?"; domain="+t:"",S="";r&&((o=new Date).setTime(o.getTime()+r),S="; expires="+o.toUTCString()),document.cookie=e+"="+a+S+n+i+"; SameSite=None;Secure"}}function shareasaleGetParameterByName(e,a){a||(a=window.location.href),e=e.replace(/[\[\]]/g,"\\$&");var r=new RegExp("[?&]"+e+"(=([^&#]*)|&|#|$)").exec(a);return r?r[2]?decodeURIComponent(r[2].replace(/\+/g," ")):"":null}shareasaleSSCID&&shareasaleSetCookie("shareasaleSSCID",shareasaleSSCID,94670778e4,"/"); </script> <link rel="preconnect" href="https://images01.nicepagecdn.com" /> <link rel="preconnect" href="https://csite.nicepage.com" /> <!--[if lt IE 9]> <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <script> window.serverSettings = { fbAppId: '290410448063109', googleAppId: '13150095650-mo8psu2colep6uv90a2mu6r87u87s35a.apps.googleusercontent.com' }; </script> <script src="https://accounts.google.com/gsi/client?hl=en" async></script> <script src="//csite.nicepage.com/Scripts/Site/auth-common.js?version=1662e8971b75e227453abf2b0c0bb260dcad244d" defer></script> <link rel="canonical" href="https://nicepage.com/premium"/> <script> window.purchasePageLoaded = false; window.isDiscountApplied = false; var licenseType = 'Subscription'; var yearlySubscriptionType = 'EditorSubscription'; var yearlyHostingType = 'YearlyHosting'; var monthlyHostingType = 'MonthlyHostingSubscription'; var baseLicensePrices = JSON.parse('{"personal":"89","business":"169","pro":"269","ultimate":"439"}'); var baseSubscriptionPrices = JSON.parse('{"personal":"6.75","business":"12.75","pro":"18.75","ultimate":"31.75"}'); var upgradeOfferTemplate = `<h3><span style="color: #cc4700;">Black Friday Sale!</span> {0} <span style="color: #cc4700;">{1}</span> with a discount!</h3>`; var defaultCouponOfferTemplate = `<h2><span style="color: #cc4700">Limited time offer!</span> Get now a discount and save!</h2>`; var couponOfferTemplate = `<h2><span style="color: #cc4700">{0}</span> {1}</h2>`; var updatePeriodTemplate = `Free updates until<br/><strong>{0}</strong>`; $(function () { $('#period-toggle').on('click', function () { synchronizeToggleLabels(); if (isUserLicenseSelected()) { changeOrderParentType(); var upgradeForm = $('.check-upgrade-form input[name=id][value=' + getUserOrder() + ']').parent(); requestUpgradeLicense(upgradeForm, function() { window.isDiscountApplied = true; }); } else { var couponForm = $('#check-coupon'); requestCheckCoupon(couponForm, function() { window.isDiscountApplied = true; updateGridFeatures(isAnnualChecked()); }); } if (canLogToAmplitude()) { sendAmplitudeAnalyticsData('Change Billing Type', { 'Type': isAnnualChecked() ? 'yearlySubscriptionType' : 'licenseType' }); } }); $('.purchase-form').on('submit', function () { var parent = window.isHostingPage ? isAnnualChecked() ? yearlyHostingType : monthlyHostingType : isAnnualChecked() ? yearlySubscriptionType : licenseType; var guid = window.createGuid(); $(this).find('input[name=parent]').val(parent); $(this).find('input[name=guid]').val(guid); var label = $(this).data('label') || ''; if (typeof fbq === 'function') { fbq('track', 'InitiateCheckout', { content_name: label }, { eventID: guid }); } return true; }); $('.check-upgrade-form').on('submit', function (e) { e.preventDefault(); var formObj = $(this); //clear prev coupon code clearCouponField(); clearCouponError(); var originalParentProduct = formObj.children('input[name=originalParent]').val(); if (originalParentProduct === yearlySubscriptionType) displayPeriodToggle(false); requestUpgradeLicense(formObj, function() { window.isDiscountApplied = true; synchronizePeriodToggle(originalParentProduct, isAnnualChecked()); displayPeriodToggle(originalParentProduct !== yearlySubscriptionType); }); }); $('#check-coupon').on('submit', function (e) { e.preventDefault(); if (canLogToAmplitude()) { sendAmplitudeAnalyticsData('Check Discount', { 'Type': isAnnualChecked() ? 'yearlySubscriptionType' : 'licenseType', 'Code': getCoupon(), 'Token': getToken() }); } //clear prev coupon code applyCoupon(''); applyToken(''); clearCouponError(); displayPeriodToggle(true); //clear user licenses setUserOrder(''); resetLicenses(); requestCheckCoupon($(this), function() { window.isDiscountApplied = true; }); }); var hash = window.location.hash; if (hash && hash.indexOf('pricing-table') >= 0 && $('#purchase-table').length) { $('html, body').animate({ scrollTop: $('#purchase-table').offset().top }, 1000); return false; } }); function requestCheckCoupon(form, callback) { var isAnnual = isAnnualChecked(); if (!hasCoupon()) { hideDiscountNote(); showDefaultPrices(); resetToBaseState(isAnnual); setOfferCaption(''); if (typeof callback === 'function') callback(); return; } form.find('input[name=parent]').val(isAnnual ? yearlySubscriptionType : licenseType); $.ajax({ url: form.attr('action'), type: 'POST', dataType: 'json', processData: false, data: form.serialize(), cache: false, success: function (data) { if (typeof callback === 'function') callback(); onCheckCoupon(data); }, error: onRequestError }); } function requestUpgradeLicense(formObj, callback) { var currentProduct = formObj.children('input[name=current]').val(); var isActive = formObj.children('input[name=isActive]').val(); $.ajax({ url: formObj.attr('action'), type: 'POST', dataType: 'json', processData: false, data: formObj.serialize(), cache: false, success: function (data) { setOfferCaption(''); resetLicenses(); if (data.isValidLicense) { if (typeof callback === 'function') callback(); setActiveLicense(formObj); setUserOrder(data.upgradeOrder); updateGridFeatures(isAnnualChecked()); onUpgradeLicense(data, currentProduct, isActive); } else { onUpgradeError(isAnnualChecked()); showDefaultPrices(); setTimeout(function () { showModalError('There was an error when getting license information. Please try again later or contact support.'); }, 1); } }, error: onRequestError }); } function synchronizePeriodToggle(parent, isAnnual) { if (!isAnnual && parent === yearlySubscriptionType || isAnnual && parent === licenseType) { switchToggle(isAnnual); synchronizeToggleLabels(); } } function synchronizeToggleLabels() { if (isAnnualChecked()) { //Annually is selected $('.switch-input').prop('checked', false); $('.billing-period').hide().text('Billed annually').fadeIn(500); $('.lifetime-label').removeClass('span-selected'); $('.annual-label').addClass('span-selected'); return; } $('.switch-input').prop('checked', true); $('.billing-period').hide().text('').fadeIn(500); $('.lifetime-label').addClass('span-selected'); $('.annual-label').removeClass('span-selected'); } function onUpgradeLicense(data, currentProduct, isActive) { var isAnnual = isAnnualChecked(); var prices = data.prices; for (var price in prices) { hidePrice(price); var value = '' + prices[price]; $('.' + price + 'Form').parent().children('div.update-period').hide(); var emptyDiscount = prices[price] === null || value === '0.00'; setOriginalPrice(price, isAnnual); showPriceOriginal(price, !emptyDiscount); if (prices[price] === null || value === '0.00') { hidePurchaseBtn(price); } else { var bntLabel = currentProduct === price ? (!!isActive && isActive === '1' ? 'Extend' : 'Renew') : 'Upgrade'; setDiscount(price, prices, isAnnual, true); showDiscountPrice(price, bntLabel); if (data.showFreeUpdatePeriod) { var content = updatePeriodTemplate.replace('{0}', getFormattedDate(currentProduct === price ? data.expirationDate : data.expirationUpgradeDate)); showActiveDiv(price, content); } else if (currentProduct === price) { showActiveDiv(price); } } } showBaseDiscountInfo(isAnnualChecked()); } function onCheckCoupon(data) { var isAnnual = isAnnualChecked(); if (!data.isValidLicense) { //Coupon is invalid. Change prices to initial (license or annual). showDefaultPrices(); hideDiscountNote(); setOfferCaption(''); onCouponError(data.validationMessage, isAnnual); sendAmplitudeAnalyticsData('Check Discount Invalid', { 'Type': onCheckCoupon ? 'yearlySubscriptionType' : 'licenseType', 'Code': getCoupon(), 'Message': data.validationMessage }); return; } var offerHeader = !data.couponTitle ? defaultCouponOfferTemplate : couponOfferTemplate.replace('{0}', data.couponTitle).replace('{1}', data.couponSubTitle); setOfferCaption(offerHeader); if (data.status === 1) { if (data.providerType !== 'Coupon') { showCouponMessage('Expires at ' + getFormattedDate(data.expirationDate)); } } else { showCouponMessage('License is expired'); } var prices = data.prices; if (jQuery.isEmptyObject(data.prices)) prices = isAnnual ? baseSubscriptionPrices : baseLicensePrices; for (var priceType in prices) { hidePrice(priceType); var emptyDiscount = prices[priceType] === null || prices[priceType] === '0.00'; setOriginalPrice(priceType, isAnnual); showPriceOriginal(priceType, !emptyDiscount); if (emptyDiscount) { hidePurchaseBtn(priceType); } else { var btnLabel = '' + prices[priceType] === '0.00' ? 'Get' : 'Buy Now'; setDiscount(priceType, prices, isAnnual, true); showDiscountPrice(priceType, btnLabel); if (data.showFreeUpdatePeriod && data.currentProduct && data.currentProduct === priceType) { var content = updatePeriodTemplate.replace('{0}', getFormattedDate(data.expirationDate)); showActiveDiv(priceType, content); } } } applyCoupon(getCoupon()); applyToken(getToken()); showBaseDiscountInfo(isAnnual); } function showDefaultPrices() { var isAnnual = isAnnualChecked(); for (var productType in baseLicensePrices) { hidePrice(productType); setOriginalPrice(productType, isAnnual); showPriceOriginal(productType); } } function showActiveDiv(price, content) { var parent = $('.' + price + 'Form').parent(); if (parent.children('div.update-period').length < 1) { if (content) { parent.append('<div class="update-period">' + content + '</div>'); } } else { if (content) { parent.children('div.update-period').first().html(content).show(); } } } function getFormattedDate(dateStr) { var date = new Date(dateStr); var monthNames = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; var formattedDate = date.getDate() + '-' + monthNames[date.getMonth()] + '-' + date.getFullYear(); return formattedDate; } function hidePurchaseBtn(price) { $('.' + price + 'Form input[type=submit]').hide(); } function showPriceOriginal(price, lineThrough) { $('.' + price + 'OriginalPrice').toggleClass('del-line', !!lineThrough).fadeIn(500); } function showDiscountPrice(price, btnValue) { $('.' + price + 'DiscountPrice').fadeIn(500); if (btnValue) { $('.' + price + 'Form input[type=submit]').val(btnValue); } $('.' + price + 'Form input[type=submit]').show(); } function hidePrice(price) { hideDiscountNote(); $('.' + price + 'OriginalPrice').hide(); $('.' + price + 'DiscountPrice').hide(); } function showBaseDiscountInfo(isAnnual) { $('.discount-price').addClass('active'); if (isAnnual) { $('.discount-note').fadeIn(500); } } function updateGridFeatures(isAnnual) { if (isAnnual) { $('.renewal-note').fadeIn(500); $('.use-period-label').hide().text('One year').fadeIn(500); $('.only-license').hide(); $('.license-caption').hide().text('Application License, Free updates').fadeIn(500); } else { $('.renewal-note').hide(); $('.use-period-label').hide().text('Lifetime').fadeIn(500); $('.only-license').fadeIn(500); $('.license-caption').hide().text('Application License').fadeIn(500); } } function setOriginalPrice(type, isAnnual) { var prices = isAnnual ? baseSubscriptionPrices : baseLicensePrices; $('.' + type + 'OriginalPrice .price-label').html(getPriceHtmlPresentation(prices[type], false)); $('.' + type + 'OriginalPrice .price-year').text(isAnnual ? '/mo' : ''); } function setDiscount(type, discountPrices, isAnnual, showDiscountNote) { var priceNote = '';//isAnnual && showDiscountNote ? '*' : ''; $('.' + type + 'DiscountPrice .price-label').html(getPriceHtmlPresentation(discountPrices[type], false, priceNote)); $('.' + type + 'DiscountPrice .price-year').text(isAnnual ? '/mo' : ''); } function onRequestError(xhr, error, thrownError) { resetToBaseState(isAnnualChecked()); showDefaultPrices(); setTimeout(function () { sendAmplitudeAnalyticsData('Purchase Page Request Error', { 'Type': isAnnualChecked() ? 'yearlySubscriptionType' : 'licenseType', 'status': typeof xhr !== 'undefined' ? xhr.status : '', 'message': thrownError || error }); showModalError('An error occurred. Please try again later or contact support.'); }, 1); } function resetToBaseState(isAnnual) { $('.discount-price').removeClass('active'); if (!isAnnual) $('.discount-price').hide(); hideDiscountNote(); $('.product-buy-btn').val('Buy Now').show(); $('.product-buy-btn').parent().parent().children('div.update-period').hide(); displayPeriodToggle(true); } function onCouponError(message, isAnnual) { resetToBaseState(isAnnual); $('.field-validation-error').html('<span>' + message + '</span>'); $('#coupon-field').addClass('input-validation-error'); } function onUpgradeError(isAnnual) { resetToBaseState(isAnnual); if (!isAnnual) $('.original-price').removeClass('del-line'); $('.upgrade-order-hdn').val(''); } function clearCouponError() { $('.field-validation-error').html(''); $('#coupon-field').removeClass('input-validation-error'); } function resetLicenses() { $('form[class=check-upgrade-form] input[type=submit]').removeClass('active'); $('table.products').find('tr').removeClass('current'); $('.product-buy-btn').parent().parent().children('div.update-period').hide(); } function setActiveLicense(formObj) { $(formObj).find('input[type=submit]').addClass('active'); $(formObj).closest('tr').addClass('current'); var productName = $(formObj).closest('tr').find('span.product-name').text(); var actionName = $(formObj).find('input[type=submit]').val(); setOfferCaption(upgradeOfferTemplate.replace('{0}', actionName).replace('{1}', productName)); } function setOfferCaption(message, fadeIn) { $('.most').hide(); if (fadeIn) $('.offer-caption').hide().html(message).fadeIn(500); else $('.offer-caption').html(message); } function isUserLicenseSelected() { return getUserOrder() && $('table.products').find('tr.current').length === 1 && $('form[class=check-upgrade-form] input[type=submit].active').length === 1; } function changeOrderParentType() { var form = $('.check-upgrade-form input[name=id][value=' + getUserOrder() + ']').parent(); form.children('input[name=parent]').val(isAnnualChecked() ? yearlySubscriptionType : licenseType); } function getUserOrder() { return $('.upgrade-order-hdn').val(); } function setUserOrder(orderId) { return $('.upgrade-order-hdn').val(orderId); } function clearCouponField() { $('#coupon-field').val(''); $('#token-field').val(''); $('.coupon-code').val(''); $('.token-code').val(''); } function getCoupon() { return $('#coupon-field').val(); } function getToken() { return $('#token-field').val(); } function hasCoupon() { return $('#coupon-field').val() || $('#token-field').val(); } function applyCoupon(coupon) { $('.coupon-code').val(coupon); } function applyToken(token) { $('.token-code').val(token); } function isAnnualChecked() { return !$('#period-toggle').is(':checked'); } function getPriceHtmlPresentation(value, showZero, suffix) { value = value.split(/[\.,]+/); if (!showZero && (!value[1] || value[1] === '00' || value[1] === '0')) return value[0] + (suffix ? ('<sup>' + suffix + '</sup>') : ''); return value[0] + '<sup>' + value[1] + (suffix || '') + '</sup>'; } function showCouponMessage(message) { $('.field-validation-error').html('<span>' + message + '</span>'); } function displayPeriodToggle(flag) { $('.billing-toggle').toggle(flag); } function switchToggle(flag) { $('#period-toggle').prop('checked', flag); } function hideDiscountNote() { $('.discount-note').hide(); } function showModalError(text) { if ($('#errorModal').length) { $('#errorModal .modal-body div').text(text); $('#errorModal').modal(); } else { alert(text); } } </script> <script> $(document).ready(function() { window.purchasePageLoaded = true; $('[data-toggle=tooltip]').tooltip({ content: function() { return $(this).prop('title'); }, tooltipClass: "pricing-tooltip", position: { my: "top+15", at: "right+1" } }); $('[data-toggle=tooltip-q]').tooltip({ content: function() { return $(this).prop('title'); }, tooltipClass: "pricing-tooltip-w", position: { my: "top+15", at: "right+1" } }); var hasCode = 1; var code = 'bf24'; if (hasCode) { $('#coupon-field').val(code); $('#check-coupon').trigger('submit'); } if (typeof fbq === 'function') { fbq('track', 'Pricing Page'); } $('#compare-plans').click(function() { $('html, body').animate({ scrollTop: $('#purchase-table').offset().top }, 300); }); $('.product-buy-btn').click(function(e) { e.preventDefault(); var form = $(this).closest('form'); var sendConversionOrTimeout = decorateTimeout(triggerAdsConversion, 2000); sendConversionOrTimeout(function () { setTimeout(function () { form.submit(); return false; }, 100); }); }); function triggerAdsConversion(callback) { window.dataLayer = window.dataLayer || []; window.dataLayer.push({ 'event': 'InitCheckout', 'eventCallback': function (containerId) { if (containerId.startsWith('GTM-')) { callback(); } }, 'eventTimeout': 2000 }); } }); </script> <style> h1 { font-size: 42px; } h2 { font-size: 34px; } h3 { font-size: 30px; } .table-responsive { overflow: visible; } .wrap { font-size: 14px; } .content { max-width: 950px; margin: 0 auto 30px; } .trustpilot { margin-top: 30px; margin-bottom: 16px; } #coupon-field { display: inline-block; height: 37px; width: 200px; } .offer-caption { text-align: center; } .center { text-align: center; } .gray-color { color: #7f7f7f; } .grayscale { filter: grayscale(1); } .price, .discount-price { line-height: 1.2; font-size: 48px; font-weight: 400; text-transform: uppercase; letter-spacing: -3px; min-width: 135px; } .price sup, .discount-price sup { font-size: 18px; margin: 0 3px; letter-spacing: 0; vertical-align: middle; top: -15px; } .price u, .discount-price u { text-decoration: none; font-size: 28px; text-transform: uppercase; padding: 10px 0 0 78px; letter-spacing: -1px; } .discount-price del { margin-right: 30px; } .discount-price.active { color: #cc4700; } .discount-price .price-year { color: #333; } .price-month, .price-year, .del-price-month { font-size: 16px; margin-left: 2px; text-transform: none; letter-spacing: normal; } .billing-period { font-weight: normal; } .del-line .price-label { text-decoration: line-through; color: #595959; font-size: 36px; } .del-line sup, .del-line .price-year { font-size: 14px; } .most { text-transform: uppercase; padding: 7px 15px; background: #F09D0D; color: #FFF; font-size: 14px; font-weight: 400; width: calc(100% + 10px); text-align: center; transform: translate(-13px, calc(-8px - 100%)); position: absolute; } tr.product-slim-row .most { transform: translate(-13px, calc(-16px - 100%)); } #pricing-table { padding-top: 30px; margin-top: 30px; } #pricing-table h3 { color: #4bad4b; } .pricing-table td { padding-left: 12px !important; padding-right: 12px !important; } .table-bordered { border-radius: 0; } .table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child { border-top-left-radius: 0; } .table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child { border-bottom-left-radius: 0; } tr.fixed:first-child + tr.fixed + tr.fixed th, tr.fixed:first-child + tr.fixed td, tr.fixed:first-child th { position: sticky; position: -webkit-sticky; top: 0; z-index: 100; background-color: #f7f7f7; } tr.fixed:first-child + tr.fixed td { top: 36px; background-color: #ffffff; } tr.fixed:first-child + tr.fixed + tr.fixed th { top: 112px; } th { text-align: left; } .btn.btn-default.btn-filled:not(:hover) { color: #111111 !important; background-color: #f2f2f2 !important; } .btn-code { vertical-align: middle; text-transform: uppercase; font-weight: 400; background-color: #f2f2f2; } .btn-code:hover { background-color: #e6e6e6; } #compare-plans.btn.btn-default.btn-filled { padding-left: 2em; padding-right: 2em; } th.product-short-cell { background: #f7f7f7; } /* .plans { background-image: url(https://images01.nicepagecdn.com/a122014e1e8cdf24af08f98c/db785f58f27d5b379d9a8d3a/pricing-short.png); background-position: -25px -235px; } */ tr.product-slim-row .product-type-cell { padding-top: 16px !important; padding-bottom: 8px !important; } tr.product-slim-row .pricing-cell { padding-top: 0 !important; padding-bottom: 0 !important; height: auto !important; } tr.product-slim-row .product-button-cell { padding-top: 1px !important; padding-bottom: 18px !important; } th.product-button-cell { background: #f7f7f7; text-align: center; position: relative; height: 67px; background-clip: padding-box; } .product-no-bg-color.product-no-bg-color.product-no-bg-color { background-color: inherit; } th.product-type-cell { text-align: center; background-clip: padding-box; } td.pricing-cell { padding: 5px; width: 165px; height: 75px; } .pricing-no-bottom-border.pricing-no-bottom-border.pricing-no-bottom-border { border-bottom-color: transparent !important; } .pricing-no-top-border.pricing-no-top-border.pricing-no-top-border { border-top-color: transparent !important; } .pricing-table .first-content-cell { padding-top: 12px; } .btn-success { background-image: none; text-shadow: none; text-transform: uppercase; font-weight: 400; } .btn-hosting-lic { background-color: #b23c8a; } .btn-hosting-lic:hover { background-color: #a0367c; } .btn2 { border: 0px none; text-shadow: none; border-radius: 3px; font-size: 15px !important; padding: 8px 20px; margin: 6px 0; } .more-link:hover, .more-link { color: #f09d0d; font-weight: bold; } @media (min-width: 992px) { .pull-right-md { float: right; } } .all-premium-features { margin: 20px 0; } .all-premium-features h3 { margin-bottom: 30px; } .all-premium-features h4 { font-weight: 600; } .all-premium-features span { font-size: 14px; margin-bottom: 30px; display: inline-block; } table.products tr.current { font-weight: bold; background-color: #d9edd9; } div[data-toggle="tooltip"], div[data-toggle="tooltip-q"], span[data-toggle="tooltip-q"] { cursor: help; display: inline-block; } div[data-toggle="tooltip"] i, div[data-toggle="tooltip-q"] i { width: 16px; height: 16px; margin: -4px 0 0 2px; display: inline-block; vertical-align: middle; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNy4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBmaWxsPSIjRkZGRkZGIiBjeD0iOCIgY3k9IjgiIHI9IjgiLz4NCjxwYXRoIGZpbGw9IiNDQ0NDQ0MiIGQ9Ik04LDFjMy45LDAsNywzLjEsNyw3cy0zLjEsNy03LDdzLTctMy4xLTctN1M0LjEsMSw4LDEgTTgsMEMzLjYsMCwwLDMuNiwwLDhzMy42LDgsOCw4czgtMy42LDgtOFMxMi40LDAsOCwwDQoJTDgsMHoiLz4NCjxwYXRoIGZpbGw9IiMzMzMzMzMiIGQ9Ik04LDQuOGMtMC4zLDAtMC41LTAuMS0wLjctMC4yQzcuMSw0LjMsNyw0LjEsNywzLjlzMC4xLTAuNSwwLjMtMC42QzcuNSwzLjEsNy43LDMsOCwzDQoJYzAuMywwLDAuNSwwLjEsMC43LDAuM0M4LjksMy40LDksMy42LDksMy45YzAsMC4yLTAuMSwwLjQtMC4zLDAuNkM4LjUsNC43LDguMyw0LjgsOCw0Ljh6IE04LjgsMTNINy4yVjYuMmgxLjdWMTN6Ii8+DQo8L3N2Zz4NCg==) 50%/contain no-repeat; } span[data-toggle="tooltip-q"] i { width: 18px; height: 18px; margin: -7px 0 0 0; display: inline-block; vertical-align: middle; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjE2cHgiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTYgMTYiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZD0iTTgsMS40YzMuNiwwLDYuNiwyLjksNi42LDYuNnMtMi45LDYuNi02LjYsNi42UzEuNCwxMS42LDEuNCw4UzQuNCwxLjQsOCwxLjQgTTgsMEMzLjYsMCwwLDMuNiwwLDhzMy42LDgsOCw4czgtMy42LDgtOA0KCVMxMi40LDAsOCwwTDgsMHoiLz4NCjxwYXRoIGQ9Ik04LjcsMTAuNEg3LjJjMC0wLjMsMC0wLjQsMC0wLjRjMC0wLjUsMC4xLTEsMC4zLTEuM2MwLjItMC40LDAuNC0wLjcsMS0xLjJjMC40LTAuNCwwLjgtMC43LDAuOS0wLjkNCgljMC4yLTAuMywwLjMtMC40LDAuMy0wLjdjMC0wLjQtMC4yLTAuNi0wLjQtMC45QzguOSw0LjcsOC40LDQuNSw4LjEsNC41QzcuNyw0LjUsNy4zLDQuNyw2LjksNUM2LjcsNS4yLDYuNSw1LjYsNi4zLDYuMUg0LjcNCgljMC4xLTAuOCwwLjQtMS42LDEtMi4xQzYuMiwzLjUsNywzLjIsNy45LDMuMmMxLDAsMS44LDAuMywyLjMsMC44YzAuNiwwLjUsMSwxLjIsMSwyYzAsMC40LTAuMSwwLjgtMC40LDEuMg0KCUMxMC42LDcuNSwxMC4yLDgsOS41LDguNUM5LjEsOC45LDksOS4xLDguOSw5LjNDOC43LDkuNSw4LjcsMTAsOC43LDEwLjR6Ii8+DQo8cmVjdCB4PSI3LjIiIHk9IjExLjIiIHdpZHRoPSIxLjciIGhlaWdodD0iMS45Ii8+DQo8L3N2Zz4NCg==) 50%/contain no-repeat; } div.ui-tooltip { max-width: 230px; } div.ui-tooltip.pricing-tooltip-w { max-width: 300px; } .pricing-tooltip ul, .pricing-tooltip-w ul { padding-left: 20px; margin-bottom: 0; list-style-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='-1 -1 2 2'><circle r='0.3' /></svg>"); } .pricing-tooltip ul.premium-features-list, .pricing-tooltip-w ul.premium-features-list { list-style-image: none; list-style-type: none; padding: 0 0 0 2px; } .only-license { display: none; } .billing-toggle-cell { position: relative; min-width: 200px; height: 160px; text-align: center; vertical-align: middle !important; } .premium-tooltip strong { display: inline-block; margin: 10px 0 5px 0; } ul.premium-features-list i { width: 15px; height: 15px; margin: -2px 0 0 2px; display: inline-block; vertical-align: middle; background: url(//static.nicepage.com/images/site/tick.png) 50%/contain no-repeat; } div.update-period { font-weight: 400; padding: 10px 0; } .more-site-label { font-size: 18px; font-weight: bold; margin: 0 20px; } .more-site-btn { display: inline-block; } .more-site-btn:hover { text-decoration: none; } </style> <style> .pricing-table.table>tbody>tr>th, .pricing-table.table>tbody>tr>td { padding: 4px 8px; } .free-cell { display: none; } .most { display: none; } </style> <!--meta name="google-site-verification" content="91O3bL1ryXysP925e_KKodKSsrpDCHTmgGeH0IA-NbA" /--> <!— Pinterest Tag —> <!-- <script> !function(e){if(!window.pintrk){window.pintrk = function () { window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var n=window.pintrk;n.queue=[],n.version="3.0";var t=document.createElement("script");t.async=!0,t.src=e;var r=document.getElementsByTagName("script")[0]; r.parentNode.insertBefore(t,r)}}("https://s.pinimg.com/ct/core.js"); pintrk('load', '2619058937406', {em: '<user_email_address>'}); pintrk('page'); </script> <noscript> <img height="1" width="1" style="display:none;" alt="" src="https://ct.pinterest.com/v3/?tid=2619058937406&pd[em]=<hashed_email_address>&noscript=1" /> </noscript> --> <!— end Pinterest Tag —> <style> .navbar { margin-bottom: 0; } </style> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function () { if (typeof IOlazy === 'function') { var lazy = new IOlazy(); } }); </script> </head> <body> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://load.api9.nicepage.com/ns.html?id=GTM-W76XGFR" height="0" width="0" style="display: none; visibility: hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="wrap wrap-fluid"> <div id="top-navbar" class="navbar navbar-inverse"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand clearfix" href="https://nicepage.com"><img class="pull-left" width="123" height="40" alt="Nicepage.com" src="//csite.nicepage.com/Images/logo-w.png" /></a> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <div class="navbar-collapse collapse"> <ul class="logon-block nav navbar-nav nav-list navbar-left u-unstyled" style="font-size: 14px;"> <li class="dropdown"> <a href="/download">Download</a> </li> <li class="dropdown"> <a href="/features">400+ Features</a> </li> <li class="dropdown"> <a aria-expanded="false" role="button" data-toggle="dropdown" class="dropdown-toggle template-menu-item" href="/html-templates">15,000+ Templates <span class="caret"></span></a> <ul role="menu" class="dropdown-menu dropdown-menu-hover u-unstyled"> <li><a href="/website-templates" class="templates-url" data-urls="website-templates;templates">Website Templates</a></li> <li><a href="/website-design" class="templates-url">Website Designs</a></li> <li><a href="/wordpress-themes">WordPress Themes</a></li> <li><a href="/joomla-templates">Joomla Templates</a></li> <li><a href="/html-templates" class="templates-url" data-urls="html-templates;html5-template;css-templates">HTML Templates</a></li> </ul> </a> </li> <li class="dropdown"> <a aria-expanded="false" role="button" data-toggle="dropdown" class="dropdown-toggle" href="#"> Website Builders <span class="caret"></span> </a> <ul role="menu" class="dropdown-menu dropdown-menu-hover u-unstyled"> <li><a class="builder-link" href="/html-website-builder">HTML Website Builder</a></li> <li><a class="builder-link" href="/wordpress-website-builder">WordPress Website Builder</a></li> <li><a class="builder-link" href="/joomla-page-builder">Joomla Page Builder</a></li> </ul> </li> <li class="dropdown"> <a href="/premium?code=bf24">Pricing</a> </li> <li><a href="/forum">Forums</a></li> <li class="dropdown"> <a href="/blog">Blog</a> </li> <li class="dropdown"> <a aria-expanded="false" role="button" data-toggle="dropdown" class="dropdown-toggle" href="#">Help<span class="caret"></span></a> <ul role="menu" class="dropdown-menu dropdown-menu-hover u-unstyled"> <li><a href="/doc/1318/video-lessons">Video Tutorials</a></li> <li><a href="/doc">Documentation</a></li> <li><a href="/Forum/Topic/Create">Contact Support</a></li> </ul> </li> </ul> <ul class="logon-block nav navbar-nav nav-list navbar-right u-unstyled"> <li><a href="/Editor/Account/LogOn">Sign In</a></li><li class="divider-vertical"></li><li><a href="https://nicepage.com/Editor/Account/Register">Register</a></li><li class="divider-vertical"></li> </ul> </div> </div> </div> <section class="container-fluid" style="padding: 0; margin-bottom: 0;"> <a href="/premium?code=bf24"> <img style="margin: 0 auto; display: block; width: 100%;" alt="Black Friday Sale! Save up to 50% off!" src="https://images02.nicepagecdn.com/cd46d0ff82086185e4d7aa0f/688183eae375568a98de87aa/coupon_34_1800-bf-87a8.jpg"/> </a> </section> <section id="" class="container"> <div class="content"> <div class="row"> <div class="col-md-4"><h1 style="font-weight: 700;">Pricing Plans</h1></div> <div class="col-md-8 text-right"><img class="trustpilot" src="/Content/Images/Site/trustpilot-pricing.png?v2" alt="trustpilot" /></div> </div> <br /> <div class="row"> <div class="col-md-6"> <div class="billing-toggle" style=""> <label for="period-toggle" class="switch-label-font"> <span class="toggle-label annual-label span-selected">Subscription</span> </label> <input type="checkbox" id="period-toggle" class="switch-input" autocomplete="off" > <label for="period-toggle" class="switch-label switch-label-font"> <span class="toggle-label lifetime-label ">License</span> </label> <div data-toggle="tooltip-q" data-placement="top" title="&lt;div class=&#39;premium-tooltip&#39;&gt; &lt;strong style=&#39;margin-top:0;&#39;&gt;Subscription&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Save up to 20%&lt;/li&gt; &lt;li&gt;One year application subscription&lt;/li&gt; &lt;li&gt;One year of updates&lt;/li&gt; &lt;li&gt;Optional auto-renewal. 40% off for the next year purchase&lt;/li&gt; &lt;/ul&gt; &lt;br/&gt; &lt;strong&gt;License&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Lifetime application license&lt;/li&gt; &lt;li&gt;One year of updates&lt;/li&gt; &lt;li&gt;40% discount for the next year purchase&lt;/li&gt; &lt;/ul&gt; &lt;br/&gt; &lt;strong&gt;All premiums include&lt;/strong&gt; &lt;ul class=&#39;premium-features-list&#39;&gt; &lt;li&gt;&lt;i&gt;&lt;/i&gt;One Year website hosting&lt;/li&gt; &lt;li&gt;&lt;i&gt;&lt;/i&gt;One Year Online Builder&lt;/li&gt; &lt;li&gt;&lt;i&gt;&lt;/i&gt;One Year form submissions and leads&lt;/li&gt; &lt;li&gt;&lt;i&gt;&lt;/i&gt;One Year for 500,000+ stock images&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt;"> <i></i> </div> <div class="annual-discount-label">Save up to 20% with subscription</div> </div> </div> <div class="col-md-6"> <div class="coupon-form pull-right-md billing-toggle" style=""> <form name="check-coupon" id="check-coupon" action="/Purchase/Index/GetPrices" method="POST" autocomplete="off" style="position: relative; " class="form-inline"> <input type="hidden" name="parent" value="YearlyHostingSubscription"> <div style="position: absolute; bottom: -15px;"> <span class="field-validation-error"> </span> </div> <div> <input type="text" name="coupon" value="" id="coupon-field" placeholder="Enter promo code" class="form-control "> <input type="hidden" name="token" value="" id="token-field"> <input type="submit" class="btn2 btn-code" name="apply" value="Apply" style="vertical-align: middle;"> </div> </form> </div> </div> </div> <div class="billing-toggle" style=""> <br /> <br /> </div> <div class="offer-caption"><h2><span style="color: #cc4700">BLACK FRIDAY SALE!</span> Save up to 50% OFF!</h2></div> <div class="row"> <div class="col-md-12"> <p class="text-center all-plan-heading"> All plans include over 15,000 customizable templates, an AI page builder, a drag-and-drop editor, and customer support. </p> </div> </div> <div class="table-responsive" id="pricing-table"> <table class="table table-bordered pricing-table products plans" id="purchase-table-light"> <tbody> <tr class="pricing-no-bottom-border product-slim-row"> <th class="pricing-no-bottom-border product-type-cell free-cell">STARTER</th> <th class="pricing-no-bottom-border product-type-cell">PERSONAL</th> <th class="pricing-no-bottom-border product-type-cell" style="position: relative;"><div class="most">Popular</div>BUSINESS</th> <th class="pricing-no-bottom-border product-type-cell">PRO</th> <th class="pricing-no-bottom-border product-type-cell ultimate-cell">ULTIMATE</th> </tr> <tr class="pricing-no-top-border pricing-no-bottom-border product-slim-row"> <td class="pricing-no-top-border pricing-no-bottom-border center pricing-cell free-cell" style="width: 135px;"> <div class="price price-value"><sup>$</sup>0</div> </td> <td class="pricing-no-top-border pricing-no-bottom-border center pricing-cell" style="height: 132px;"> <div class="price original-price personalOriginalPrice"> <sup>$</sup><span class="price-label">6<sup>75</sup></span><span class="price-year">/mo</span> </div> <div class="discount-price personalDiscountPrice" style="display: none;"> <sup>$</sup><span class="price-label"><sup></sup></span><span class="price-year">/mo</span> </div> </td> <td class="pricing-no-top-border pricing-no-bottom-border center pricing-cell"> <div class="price original-price businessOriginalPrice"> <sup>$</sup><span class="price-label">12<sup>75</sup></span><span class="price-year">/mo</span> </div> <div class="discount-price businessDiscountPrice" style="display: none;"> <sup>$</sup><span class="price-label"><sup></sup></span><span class="price-year">/mo</span> </div> </td> <td class="pricing-no-top-border pricing-no-bottom-border center pricing-cell"> <div class="price original-price proOriginalPrice"> <sup>$</sup><span class="price-label">18<sup>75</sup></span><span class="price-year">/mo</span> </div> <div class="discount-price proDiscountPrice" style="display: none;"> <sup>$</sup><span class="price-label"><sup></sup></span><span class="price-year">/mo</span> </div> </td> <td class="pricing-no-top-border pricing-no-bottom-border center pricing-cell ultimate-cell"> <div class="price original-price ultimateOriginalPrice"> <sup>$</sup><span class="price-label">31<sup>75</sup></span><span class="price-year">/mo</span> </div> <div class="discount-price ultimateDiscountPrice" style="display: none;"> <sup>$</sup><span class="price-label"><sup></sup></span><span class="price-year">/mo</span> </div> </td> </tr> <tr class="pricing-no-top-border product-slim-row"> <th class="pricing-no-top-border product-button-cell free-cell text-center product-no-bg-color" style="vertical-align: middle;"> Free <div data-toggle="tooltip" data-html="true" data-placement="top" title="Try premium features for 7 days.&lt;br/&gt;Limited functionality after."><i></i></div> </th> <th class="pricing-no-top-border product-button-cell product-no-bg-color"> <form class="purchase-form personalForm" novalidate="novalidate" method="GET" action="/Purchase/Index/Product" data-label="personal"> <input type="hidden" value="4" name="products" id="products" /> <input type="hidden" value="" name="code" class="coupon-code" /> <input type="hidden" value="" name="token" class="token-code" /> <input type="hidden" value="" name="parent" /> <input type="hidden" value="" name="guid" /> <input type="hidden" value="" name="upgradeOrder" class="upgrade-order-hdn" /> <input type="submit" value="Buy Now" id="buynow" class="product-buy-btn btn2 btn-success" style="" /> </form> <div class="billing-period">Billed annually</div> </th> <th class="pricing-no-top-border product-button-cell product-no-bg-color"> <form class="purchase-form businessForm" novalidate="novalidate" method="GET" action="/Purchase/Index/Product" data-label="personal"> <input type="hidden" value="5" name="products" id="products" /> <input type="hidden" value="" name="code" class="coupon-code" /> <input type="hidden" value="" name="token" class="token-code" /> <input type="hidden" value="" name="parent" /> <input type="hidden" value="" name="guid" /> <input type="hidden" value="" name="upgradeOrder" class="upgrade-order-hdn" /> <input type="submit" value="Buy Now" id="buynow" class="product-buy-btn btn2 btn-success" style="" /> </form> <div class="billing-period">Billed annually</div> </th> <th class="pricing-no-top-border product-button-cell product-no-bg-color"> <form class="purchase-form proForm" novalidate="novalidate" method="GET" action="/Purchase/Index/Product" data-label="personal"> <input type="hidden" value="6" name="products" id="products" /> <input type="hidden" value="" name="code" class="coupon-code" /> <input type="hidden" value="" name="token" class="token-code" /> <input type="hidden" value="" name="parent" /> <input type="hidden" value="" name="guid" /> <input type="hidden" value="" name="upgradeOrder" class="upgrade-order-hdn" /> <input type="submit" value="Buy Now" id="buynow" class="product-buy-btn btn2 btn-success" style="" /> </form> <div class="billing-period">Billed annually</div> </th> <th class="pricing-no-top-border product-button-cell product-no-bg-color ultimate-cell"> <form class="purchase-form ultimateForm" novalidate="novalidate" method="GET" action="/Purchase/Index/Product" data-label="personal"> <input type="hidden" value="8" name="products" id="products" /> <input type="hidden" value="" name="code" class="coupon-code" /> <input type="hidden" value="" name="token" class="token-code" /> <input type="hidden" value="" name="parent" /> <input type="hidden" value="" name="guid" /> <input type="hidden" value="" name="upgradeOrder" class="upgrade-order-hdn" /> <input type="submit" value="Buy Now" id="buynow" class="product-buy-btn btn2 btn-success" style="" /> </form> <div class="billing-period">Billed annually</div> </th> </tr> <tr class="pricing-no-bottom-border"> <td class="pricing-no-bottom-border first-content-cell free-cell"> <strong>Builder</strong> </td> <td class="pricing-no-bottom-border first-content-cell"> <strong>Builder</strong> </td> <td class="pricing-no-bottom-border first-content-cell"> <strong>Builder</strong> </td> <td class="pricing-no-bottom-border first-content-cell"> <strong>Builder</strong> </td> <td class="pricing-no-bottom-border first-content-cell ultimate-cell"> <strong>Builder</strong> </td> </tr> <tr class="pricing-no-top-border pricing-no-bottom-border"> <td class="pricing-no-bottom-border free-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="2 projects in the Windows and Mac OS applications."><i></i></div> 2 App Projects </td> <td class="pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="5 projects in the Windows and Mac OS applications."><i></i></div> 5 App Projects </td> <td class="pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Unlimited projects in the Windows and Mac OS applications."><i></i></div> 50 App Projects </td> <td class="pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Unlimited projects in the Windows and Mac OS applications."><i></i></div> Unlimited App Projects </td> <td class="pricing-no-bottom-border ultimate-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Unlimited projects in the Windows and Mac OS applications."><i></i></div> Unlimited App Projects </td> </tr> <tr class="pricing-no-top-border pricing-no-bottom-border"> <td class="pricing-no-top-border pricing-no-bottom-border free-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Publish 2 HTML sites on your own hosting."><i></i></div> 2 HTML Sites </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Publish 5 HTML sites, or install 5 WordPress Plugins on your own hosting."><i></i></div> 5 HTML Sites<br /> WordPress </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Publish 50 HTML sites, or install 50 WordPress Plugins, or Joomla Extensions on your own hosting."><i></i></div> 50 HTML Sites<br /> WordPress, Joomla </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Publish Unlimited HTML sites, or install Unlimited WordPress Plugins, or Joomla Extensions on your own hosting."><i></i></div> Unlimited HTML Sites<br /> WordPress, Joomla<br /> WooCommerce, VirtueMart </td> <td class="pricing-no-top-border pricing-no-bottom-border ultimate-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Publish Unlimited HTML sites, or install Unlimited WordPress Plugins, or Joomla Extensions on your own hosting."><i></i></div> Unlimited HTML Sites<br /> WordPress, Joomla<br /> WooCommerce, VirtueMart </td> </tr> <tr class="pricing-no-top-border pricing-no-bottom-border"> <td class="pricing-no-top-border pricing-no-bottom-border free-cell"> <div class="pull-right" data-toggle="tooltip-q" data-placement="top" title="&lt;strong&gt;Basic Customization&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Theme Colors&lt;/li&gt; &lt;li&gt;5 Custom Colors&lt;/li&gt; &lt;li&gt;20 Google Fonts&lt;/li&gt; &lt;/ul&gt; &lt;strong&gt;Limitations&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;No custom font size&lt;/li&gt; &lt;li&gt;No file upload in contact forms&lt;/li&gt; &lt;li&gt;No multi-language sites&lt;/li&gt; &lt;li&gt;No custom content width&lt;/li&gt; &lt;li&gt;No support for large screens&lt;/li&gt; &lt;/ul&gt;"><i></i></div> Basic Customization </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip-q" data-placement="top" title="&lt;strong&gt;Basic Customization&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Theme Colors&lt;/li&gt; &lt;li&gt;5 Custom Colors&lt;/li&gt; &lt;li&gt;20 Google Fonts&lt;/li&gt; &lt;/ul&gt; &lt;strong&gt;Limitations&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;No custom font size&lt;/li&gt; &lt;li&gt;No file upload in contact forms&lt;/li&gt; &lt;li&gt;No multi-language sites&lt;/li&gt; &lt;li&gt;No custom content width&lt;/li&gt; &lt;li&gt;No support for large screens&lt;/li&gt; &lt;/ul&gt;"><i></i></div> Basic Customization </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="&lt;strong&gt;Full Customization&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Unlimited Custom Color&lt;/li&gt; &lt;li&gt;1500+ Google Fonts&lt;/li&gt; &lt;li&gt;Custom Font Sizes&lt;/li&gt; &lt;li&gt;Custom Page Content Width&lt;/li&gt; &lt;li&gt;File Upload In Contact Forms&lt;/li&gt; &lt;li&gt;Multi-Language Translations&lt;/li&gt; &lt;li&gt;Large Screens Mode&lt;/li&gt; &lt;/ul&gt;"><i></i></div> Full Customization </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="&lt;strong&gt;Full Customization&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Unlimited Custom Color&lt;/li&gt; &lt;li&gt;1500+ Google Fonts&lt;/li&gt; &lt;li&gt;Custom Font Sizes&lt;/li&gt; &lt;li&gt;Custom Page Content Width&lt;/li&gt; &lt;li&gt;File Upload In Contact Forms&lt;/li&gt; &lt;li&gt;Multi-Language Translations&lt;/li&gt; &lt;li&gt;Large Screens Mode&lt;/li&gt; &lt;/ul&gt;"><i></i></div> Full Customization </td> <td class="pricing-no-top-border pricing-no-bottom-border ultimate-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="&lt;strong&gt;Full Customization&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Unlimited Custom Color&lt;/li&gt; &lt;li&gt;1500+ Google Fonts&lt;/li&gt; &lt;li&gt;Custom Font Sizes&lt;/li&gt; &lt;li&gt;Custom Page Content Width&lt;/li&gt; &lt;li&gt;File Upload In Contact Forms&lt;/li&gt; &lt;li&gt;Multi-Language Translations&lt;/li&gt; &lt;li&gt;Large Screens Mode&lt;/li&gt; &lt;/ul&gt;"><i></i></div> Full Customization </td> </tr> <tr class="pricing-no-top-border pricing-no-bottom-border"> <td class="pricing-no-top-border pricing-no-bottom-border free-cell"> <strong>Hosting</strong> </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <strong>Hosting</strong> </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <strong>Hosting</strong> </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <strong>Hosting</strong> </td> <td class="pricing-no-top-border pricing-no-bottom-border ultimate-cell"> <strong>Hosting</strong> </td> </tr> <tr class="pricing-no-top-border pricing-no-bottom-border"> <td class="pricing-no-top-border pricing-no-bottom-border free-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Publish only to nicepage.io. Upgrade to publish with a custom domain."><i></i></div> Subdomain at nicepage.io </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Connect and publish a site with a custom domain. Need to own a domain. HTML hosting only."><i></i></div> 1 HTML Site with<br /> Connected Domain </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Connect and publish 3 sites with custom domains. Need to own domains. HTML hosting only."><i></i></div> 3 HTML Site with<br /> Connected Domain </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Connect and publish 5 sites with custom domains. Need to own domains. HTML hosting only."><i></i></div> 5 HTML Site with<br /> Connected Domain </td> <td class="pricing-no-top-border pricing-no-bottom-border ultimate-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Connect and publish 20 sites with custom domains. Need to own domains. HTML hosting only."><i></i></div> 20 HTML Site with<br /> Connected Domain </td> </tr> <tr class="pricing-no-top-border pricing-no-bottom-border"> <td class="pricing-no-top-border pricing-no-bottom-border free-cell"> <strong>Services</strong> </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <strong>Services</strong> </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <strong>Services</strong> </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <strong>Services</strong> </td> <td class="pricing-no-top-border pricing-no-bottom-border ultimate-cell"> <strong>Services</strong> </td> </tr> <tr class="pricing-no-top-border pricing-no-bottom-border"> <td class="pricing-no-top-border pricing-no-bottom-border free-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="50 contact form submissions as a total. Upgrade to a paid plan for extra submissions."><i></i></div> 50 Form submissions<br/>(lifetime) </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="250 contact form monthly submissions per site."><i></i></div> 250 Form submissions<br />(monthly, per site) </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="1000 contact form monthly submissions per site."><i></i></div> 1000 Form submissions<br/>(monthly, per site) </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="5000 contact form monthly submissions per site."><i></i></div> 5000 Form submissions<br />(monthly, per site) </td> <td class="pricing-no-top-border pricing-no-bottom-border ultimate-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="25,000 contact form monthly submissions per site."><i></i></div> 25,000 Form submissions<br />(monthly, per site) </td> </tr> <tr class="pricing-no-top-border pricing-no-bottom-border"> <td class="pricing-no-top-border pricing-no-bottom-border free-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="20 calendar appointments as a total. Upgrade to a paid plan for extra submissions."><i></i></div> 20 calendar appointments<br />(lifetime) </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="50 calendar appointments monthly per site."><i></i></div> 50 calendar appointments<br />(monthly, per site) </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="250 calendar appointments monthly per site."><i></i></div> 250 calendar appointments<br />(monthly, per site) </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="1000 calendar appointments monthly per site."><i></i></div> 1000 calendar appointments<br />(monthly, per site) </td> <td class="pricing-no-top-border pricing-no-bottom-border ultimate-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="5000 calendar appointments monthly per site."><i></i></div> 5000 calendar appointments<br />(monthly, per site) </td> </tr> <tr class="pricing-no-top-border pricing-no-bottom-border"> <td class="pricing-no-top-border pricing-no-bottom-border free-cell"></td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Search in pages. Index updates daily."><i></i></div> Basic site search </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Search in pages and posts. Index updates hourly."><i></i></div> Advanced site search </td> <td class="pricing-no-top-border pricing-no-bottom-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Search in pages, posts and products. Index updates in minutes."><i></i></div> Unlimited site search </td> <td class="pricing-no-top-border pricing-no-bottom-border ultimate-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Search in pages, posts and products. Index updates in minutes."><i></i></div> Unlimited site search </td> </tr> <tr class="pricing-no-top-border pricing-no-bottom-border"> <td class="pricing-no-top-border free-cell"></td> <td class="pricing-no-top-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Payment Button for PayPal and Stripe. No shopping cart support."><i></i></div> Accept payments </td> <td class="pricing-no-top-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Basic E-Commerce in HTML and Online. Shopping cart support. 10 products."><i></i></div> Basic E-Commerce </td> <td class="pricing-no-top-border"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Advance E-Commerce with WooCommerce and Virtumart. Shopping cart support. 50 products."><i></i></div> Advanced E-Commerce </td> <td class="pricing-no-top-border ultimate-cell"> <div class="pull-right" data-toggle="tooltip" data-placement="top" title="Advance E-Commerce with WooCommerce and Virtumart. Shopping cart support. Unlimited number of products."><i></i></div> Advanced E-Commerce </td> </tr> </tbody> </table> <div class="row"> <div class="col-md-4"></div> <div class="col-md-4"> <p class="text-center"> <br /> <br /> <button id="compare-plans" class="btn btn-default btn-filled btn-lg"> Compare plans <svg viewBox="0 -4.5 20 20" style="width: 16px; height: 16px; vertical-align: -3px; margin-left: 5px;"> <path d="M164.292308,6524.36583 L164.292308,6524.36583 C163.902564,6524.77071 163.902564,6525.42619 164.292308,6525.83004 L172.555873,6534.39267 C173.33636,6535.20244 174.602528,6535.20244 175.383014,6534.39267 L183.70754,6525.76791 C184.093286,6525.36716 184.098283,6524.71997 183.717533,6524.31405 C183.328789,6523.89985 182.68821,6523.89467 182.29347,6524.30266 L174.676479,6532.19636 C174.285736,6532.60124 173.653152,6532.60124 173.262409,6532.19636 L165.705379,6524.36583 C165.315635,6523.96094 164.683051,6523.96094 164.292308,6524.36583" transform="translate(-164, -6524)" fill="currentColor"></path> </svg> </button> </p> </div> <div class="col-md-4"></div> </div> <div class="all-premium-features"> <div class="row"> <div class="col-md-12 text-center"> <h3 style="color: inherit;">All premium plans include</h3> </div> </div> <div class="row"> <div class="col-md-4 col-xs-6"> <h4>Mobile-Friendly</h4> <span>Build websites that look great on all modern devices</span> </div> <div class="col-md-4 col-xs-6"> <h4>Easy Drag-n-Drop</h4> <span>Customize anything on your website with simple dragging</span> </div> <div class="col-md-4 col-xs-6"> <h4>No Coding</h4> <span>Visually add, edit, move, and modify with no coding!</span> </div> <div class="col-md-4 col-xs-6"> <h4>Desktop Application</h4> <span>Work offline with Desktop version for Windows and Mac OS</span> </div> <div class="col-md-4 col-xs-6"> <h4>15,000+ responsive templates</h4> <span>Choose from library of designer-made professional web pages and blocks</span> </div> <div class="col-md-4 col-xs-6"> <h4>Rich Components</h4> <span>Grid layouts, Galleries, Sliders, Forms, Animations, Menus and more</span> </div> </div> <br /> <br /> </div> <table class="table table-bordered products" id="purchase-table"> <tbody> <tr class="fixed"> <td rowspan=3 class="billing-toggle-cell"> <!--h3 style="font-family: Arial;">Designer Pack &</br>Web Hosting</h3--> <div class="billing-toggle" style=""> <label for="period-toggle" class="switch-label-font"> <span class="toggle-label annual-label span-selected">Subscription</span> </label> <input type="checkbox" id="period-toggle" name="period-toggle" class="switch-input" autocomplete="off" > <label for="period-toggle" class="switch-label switch-label-font"> <span class="toggle-label lifetime-label ">License</span> </label> <div data-toggle="tooltip" data-placement="top" title="&lt;div class=&#39;premium-tooltip&#39;&gt; &lt;strong style=&#39;margin-top:0;&#39;&gt;Subscription&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Save up to 20%&lt;/li&gt; &lt;li&gt;One year application subscription&lt;/li&gt; &lt;li&gt;One year of updates&lt;/li&gt; &lt;li&gt;Optional auto-renewal. 40% off for the next year purchase&lt;/li&gt; &lt;/ul&gt; &lt;br/&gt; &lt;strong&gt;License&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Lifetime application license&lt;/li&gt; &lt;li&gt;One year of updates&lt;/li&gt; &lt;li&gt;40% discount for the next year purchase&lt;/li&gt; &lt;/ul&gt; &lt;br/&gt; &lt;strong&gt;All premiums include&lt;/strong&gt; &lt;ul class=&#39;premium-features-list&#39;&gt; &lt;li&gt;&lt;i&gt;&lt;/i&gt;One Year website hosting&lt;/li&gt; &lt;li&gt;&lt;i&gt;&lt;/i&gt;One Year Online Builder&lt;/li&gt; &lt;li&gt;&lt;i&gt;&lt;/i&gt;One Year form submissions and leads&lt;/li&gt; &lt;li&gt;&lt;i&gt;&lt;/i&gt;One Year for 500,000+ stock images&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt;"> <i></i> </div> <div class="annual-discount-label">Save up to 20% with subscription</div> </div> <!--div class="renewal-note"> <div class="discount-note" style="display: none;"><span>*</span> From the second year 25% discount on the initial annual price.</div> <div style="color: #555;"> Auto-renewal <div data-toggle="tooltip" data-placement="top" title="From the second year, your account will be charged automatically with a 25% discount on the initial annual price.&lt;br/&gt;&lt;br/&gt; You can disable the Auto-renewal in your Profile at any time."> <i></i> </div> </div> </div--> </td> <th class="product-type-cell free-cell">STARTER</th> <th class="product-type-cell">PERSONAL</th> <th class="product-type-cell"><div class="most">Popular</div>BUSINESS</th> <th class="product-type-cell">PRO</th> <th class="product-type-cell ultimate-cell">ULTIMATE</th> </tr> <tr class="fixed"> <td class="center free-cell" style="width: 135px; padding: 5px;"> <div class="price price-value"><sup>$</sup>0</div> </td> <td class="center pricing-cell" style="height: 132px;"> <div class="price original-price personalOriginalPrice"> <sup>$</sup><span class="price-label">6<sup>75</sup></span><span class="price-year">/mo</span> </div> <div class="discount-price personalDiscountPrice" style="display: none;"> <sup>$</sup><span class="price-label"><sup></sup></span><span class="price-year">/mo</span> </div> </td> <td class="center pricing-cell"> <div class="price original-price businessOriginalPrice"> <sup>$</sup><span class="price-label">12<sup>75</sup></span><span class="price-year">/mo</span> </div> <div class="discount-price businessDiscountPrice" style="display: none;"> <sup>$</sup><span class="price-label"><sup></sup></span><span class="price-year">/mo</span> </div> </td> <td class="center pricing-cell"> <div class="price original-price proOriginalPrice"> <sup>$</sup><span class="price-label">18<sup>75</sup></span><span class="price-year">/mo</span> </div> <div class="discount-price proDiscountPrice" style="display: none;"> <sup>$</sup><span class="price-label"><sup></sup></span><span class="price-year">/mo</span> </div> </td> <td class="center pricing-cell ultimate-cell"> <div class="price original-price ultimateOriginalPrice"> <sup>$</sup><span class="price-label">31<sup>75</sup></span><span class="price-year">/mo</span> </div> <div class="discount-price ultimateDiscountPrice" style="display: none;"> <sup>$</sup><span class="price-label"><sup></sup></span><span class="price-year">/mo</span> </div> </td> </tr> <tr class="fixed"> <th class="product-button-cell free-cell" style="vertical-align: middle;"> <div style="float: left; text-align: left;">Free for<br>individuals</div> <div data-toggle="tooltip" data-html="true" data-placement="top" title="Try premium features for 7 days.<br/>Limited functionality after." style="float: right;"> <i></i> </div> </th> <th class="product-button-cell"> <form class="purchase-form personalForm" novalidate="novalidate" method="GET" action="/Purchase/Index/Product" data-label="personal"> <input type="hidden" value="4" name="products" id="products" /> <input type="hidden" value="" name="code" class="coupon-code" /> <input type="hidden" value="" name="token" class="token-code" /> <input type="hidden" value="" name="parent" /> <input type="hidden" value="" name="guid" /> <input type="hidden" value="" name="upgradeOrder" class="upgrade-order-hdn" /> <input type="submit" value="Buy Now" id="buynow" class="product-buy-btn btn2 btn-success" style="" /> </form> <div class="billing-period">Billed annually</div> </th> <th class="product-button-cell"> <form class="purchase-form businessForm" novalidate="novalidate" method="GET" action="/Purchase/Index/Product" data-label="personal"> <input type="hidden" value="5" name="products" id="products" /> <input type="hidden" value="" name="code" class="coupon-code" /> <input type="hidden" value="" name="token" class="token-code" /> <input type="hidden" value="" name="parent" /> <input type="hidden" value="" name="guid" /> <input type="hidden" value="" name="upgradeOrder" class="upgrade-order-hdn" /> <input type="submit" value="Buy Now" id="buynow" class="product-buy-btn btn2 btn-success" style="" /> </form> <div class="billing-period">Billed annually</div> </th> <th class="product-button-cell"> <form class="purchase-form proForm" novalidate="novalidate" method="GET" action="/Purchase/Index/Product" data-label="personal"> <input type="hidden" value="6" name="products" id="products" /> <input type="hidden" value="" name="code" class="coupon-code" /> <input type="hidden" value="" name="token" class="token-code" /> <input type="hidden" value="" name="parent" /> <input type="hidden" value="" name="guid" /> <input type="hidden" value="" name="upgradeOrder" class="upgrade-order-hdn" /> <input type="submit" value="Buy Now" id="buynow" class="product-buy-btn btn2 btn-success" style="" /> </form> <div class="billing-period">Billed annually</div> </th> <th class="product-button-cell ultimate-cell"> <form class="purchase-form ultimateForm" novalidate="novalidate" method="GET" action="/Purchase/Index/Product" data-label="personal"> <input type="hidden" value="8" name="products" id="products" /> <input type="hidden" value="" name="code" class="coupon-code" /> <input type="hidden" value="" name="token" class="token-code" /> <input type="hidden" value="" name="parent" /> <input type="hidden" value="" name="guid" /> <input type="hidden" value="" name="upgradeOrder" class="upgrade-order-hdn" /> <input type="submit" value="Buy Now" id="buynow" class="product-buy-btn btn2 btn-success" style="" /> </form> <div class="billing-period">Billed annually</div> </th> </tr> <tr> <th class="product-short-cell" colspan=6> Designer Pack <div data-toggle="tooltip" data-placement="top" title="The license is available for:&lt;br/&gt; &lt;ul&gt; &lt;li&gt;Online (one year)&lt;/li&gt; &lt;li&gt;Windows Application&lt;/li&gt; &lt;li&gt;Mac OS Application&lt;/li&gt; &lt;li&gt;WordPress Plugin&lt;/li&gt; &lt;li&gt;Joomla Extension&lt;/li&gt; &lt;li&gt;Online Hosting&lt;/li&gt; &lt;/ul&gt;"> <i></i> </div> </th> </tr> <tr> <td class="product-short-cell"> <span class="license-caption"> Free updates </span> <div data-toggle="tooltip" data-placement="top" title="The license is available for the Windows and Mac OS Application, WordPress Plugin, and Joomla Extension."> <i></i> </div> </td> <td class="center free-cell"></td> <td class="center"> <span class="use-period-label">One Year</span> </td> <td class="center"> <span class="use-period-label">One Year</span> </td> <td class="center"> <span class="use-period-label">One Year</span> </td> <td class="center ultimate-cell"> <span class="use-period-label">One Year</span> </td> </tr> <tr class="only-license"> <td class="product-short-cell"> <div>Free updates</div> </td> <td class="center free-cell"></td> <td class="center"> <div class="free-update-period-label">One year</div> </td> <td class="center"> <div class="free-update-period-label">One year</div> </td> <td class="center"> <div class="free-update-period-label">One year</div> </td> <td class="center ultimate-cell"> <div class="free-update-period-label">One year</div> </td> </tr> <tr> <td class="product-short-cell"> Desktop Projects <div data-toggle="tooltip" data-placement="top" title="The number of website projects in the desktop applications for Windows or Mac OS"> <i></i> </div> </td> <td class="center free-cell"><span title="2 Site, 5 Pages">2</span></td> <td class="center">5</td> <td class="center">50</td> <td class="center">Unlimited</td> <td class="center ultimate-cell">Unlimited</td> </tr> <tr> <td class="product-short-cell"> Online Projects <div data-toggle="tooltip" data-placement="top" title="The number of online projects that can be published to subdomains at nicepage.io"> <i></i> </div> </td> <td class="center free-cell"><span title="2 Site, 5 Pages">2</span></td> <td class="center">5</td> <td class="center">10</td> <td class="center">20</td> <td class="center ultimate-cell">40</td> </tr> <tr> <td class="product-short-cell"> 15,000+ Templates <div data-toggle="tooltip" data-placement="top" title="Use all pages and blocks created before the free update period has expired."> <i></i> </div> </td> <td class="center free-cell"> Limited <div data-toggle="tooltip" data-placement="top" title="First three designs available from any category and search results."> <i></i> </div> </td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"><div>Block Layouts</div></td> <td class="center free-cell">50</td> <td class="center">200</td> <td class="center">500</td> <td class="center">1000</td> <td class="center ultimate-cell">Unlimited</td> </tr> <tr> <td class="product-short-cell"><div>Grid styles</div></td> <td class="center free-cell">10</td> <td class="center">25</td> <td class="center">50</td> <td class="center">100+</td> <td class="center ultimate-cell">Unlimited</td> </tr> <tr> <td class="product-short-cell"> Modal Popups <div data-toggle="tooltip" data-placement="top" title="Use for Email Subscriptions, Lead Capture, Exit Intent, Promotion &amp; Sale Banners, Announcements."> <i></i> </div> </td> <td class="center free-cell"></td> <td class="center">1</td> <td class="center">10</td> <td class="center">100</td> <td class="center ultimate-cell">Unlimited</td> </tr> <tr> <td class="product-short-cell"> Design customization <div data-toggle="tooltip" data-html="true" data-placement="top" title="&lt;strong&gt;Full Customization&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Unlimited Custom Color&lt;/li&gt; &lt;li&gt;1500+ Google Fonts&lt;/li&gt; &lt;li&gt;Custom Font Sizes&lt;/li&gt; &lt;li&gt;Custom Page Content Width&lt;/li&gt; &lt;li&gt;File Upload In Contact Forms&lt;/li&gt; &lt;li&gt;Multi-Language Translations&lt;/li&gt; &lt;li&gt;Large Screens Mode&lt;/li&gt; &lt;/ul&gt;"> <i></i> </div> </td> <td class="center free-cell"> Limited <div data-toggle="tooltip" data-placement="top" title="&lt;strong&gt;Basic Customization&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Theme Colors&lt;/li&gt; &lt;li&gt;5 Custom Colors&lt;/li&gt; &lt;li&gt;20 Google Fonts&lt;/li&gt; &lt;/ul&gt; &lt;strong&gt;Limitations&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;No custom font size&lt;/li&gt; &lt;li&gt;No file upload in contact forms&lt;/li&gt; &lt;li&gt;No multi-language sites&lt;/li&gt; &lt;li&gt;No custom content width&lt;/li&gt; &lt;li&gt;No support for large screens&lt;/li&gt; &lt;/ul&gt;"> <i></i> </div> </td> <td class="center"> Limited <div data-toggle="tooltip" data-placement="top" title="&lt;strong&gt;Basic Customization&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;Theme Colors&lt;/li&gt; &lt;li&gt;5 Custom Colors&lt;/li&gt; &lt;li&gt;20 Google Fonts&lt;/li&gt; &lt;/ul&gt; &lt;strong&gt;Limitations&lt;/strong&gt; &lt;ul&gt; &lt;li&gt;No custom font size&lt;/li&gt; &lt;li&gt;No file upload in contact forms&lt;/li&gt; &lt;li&gt;No multi-language sites&lt;/li&gt; &lt;li&gt;No custom content width&lt;/li&gt; &lt;li&gt;No support for large screens&lt;/li&gt; &lt;/ul&gt;"> <i></i> </div> </td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"><div>Priority support</div></td> <td class="center free-cell"></td> <td class="center"></td> <td class="center"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <th class="product-short-cell" colspan=6>Web Hosting <span class="only-license">(One Year)</span></th> </tr> <tr> <td class="product-short-cell"> <div data-toggle="tooltip" data-placement="top" title="The number of published websites with custom domains hosted on Nicepage"> Published Sites <i></i> </div> </td> <td class="center free-cell"> Limited <div data-toggle="tooltip" data-placement="top" title="Website publishing is limited to subdomains at *.nicepage.io"> <i></i> </div> </td> <td class="center">1</td> <td class="center">3</td> <td class="center">5<span class="free-cell"><br /><a class="more-link" href="/purchase/ultimate">Need more?</a></span></td> <td class="center ultimate-cell">20</td> </tr> <tr> <td class="product-short-cell"><div>Connect your domain</div></td> <td class="center free-cell"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"><div>Free SSL option</div></td> <td class="center free-cell"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"><div>CDN for images</div></td> <td class="center free-cell"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"><div>Storage per site</div></td> <td class="center free-cell">250 Mb</td> <td class="center">1 Gb</td> <td class="center">3 Gb</td> <td class="center">5 Gb</td> <td class="center ultimate-cell">10 Gb</td> </tr> <tr> <td class="product-short-cell"><div>Monthly visits per site</div></td> <td class="center free-cell">1,000</td> <td class="center">25,000</td> <td class="center">100,000</td> <td class="center">500,000</td> <td class="center ultimate-cell">1,000,000</td> </tr> <tr> <td class="product-short-cell"><div>Form submissions per site</div></td> <td class="center free-cell">50 /lifetime</td> <td class="center">250 /month</td> <td class="center">1000 /month</td> <td class="center">5000 /month</td> <td class="center ultimate-cell">25,000 /month</td> </tr> <tr> <td class="product-short-cell"><div>Calendar Appointments</div></td> <td class="center free-cell">20 /lifetime</td> <td class="center">50 /month</td> <td class="center">250 /month</td> <td class="center">1000 /month</td> <td class="center ultimate-cell">5000 /month</td> </tr> <tr> <td class="product-short-cell">Site search</td> <td class="center free-cell"></td> <td class="center"> Basic <div data-toggle="tooltip" data-placement="top" title="Search in pages. Index updates daily."><i></i></div> </td> <td class="center"> Advanced <div data-toggle="tooltip" data-placement="top" title="Search in pages and posts. Index updates hourly."><i></i></div> </td> <td class="center"> Unlimited <div data-toggle="tooltip" data-placement="top" title="Search in pages, posts and products. Index updates in minutes."><i></i></div> </td> <td class="center ultimate-cell"> Unlimited <div data-toggle="tooltip" data-placement="top" title="Search in pages, posts and products. Index updates in minutes."><i></i></div> </td> </tr> <tr> <td class="product-short-cell"><div>Google Analytics & Tag Manager</div></td> <td class="center free-cell"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"> Remove Nicepage Badge <div data-toggle="tooltip" data-placement="top" title="Remove the &#39;Made in Nicepage&#39; message at the bottom of your site."> <i></i> </div> </td> <td class="center free-cell"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"><div>Transfer projects to anyone with a Nicepage account</div></td> <td class="center free-cell"></td> <td class="center"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"> Content editors <div data-toggle="tooltip" data-placement="top" title="Give clients or content editors a special login into the Editor"> <i></i> </div> </td> <td class="center free-cell"></td> <td class="center"></td> <td class="center">3 <div class="gray-color">(in roadmap)</div></td> <td class="center">10 <div class="gray-color">(in roadmap)</div></td> <td class="center ultimate-cell">100 <div class="gray-color">(in roadmap)</div></td> </tr> <tr> <th class="product-short-cell" colspan=6>E-Commerce</th> </tr> <tr> <td class="product-short-cell"> Accept payments <div data-toggle="tooltip" data-placement="top" title="Payment Button for PayPal and Stripe. No shopping cart support."><i></i></div> </td> <td class="center free-cell"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"> Basic E-Commerce <div data-toggle="tooltip" data-placement="top" title="Basic E-Commerce in HTML and Online. Shopping cart support."><i></i></div> </td> <td class="center free-cell"></td> <td class="center"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"> Advanced E-Commerce <div data-toggle="tooltip" data-placement="top" title="Advance E-Commerce with WooCommerce and Virtumart. Shopping cart support."><i></i></div> </td> <td class="center free-cell"></td> <td class="center"></td> <td class="center"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell">Export to WooCommerce, VirtueMart</td> <td class="center free-cell"></td> <td class="center"></td> <td class="center"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" /></td> </tr> <tr> <td class="product-short-cell">Number of Products</td> <td class="center free-cell"></td> <td class="center"></td> <td class="center">10</td> <td class="center">50</td> <td class="center ultimate-cell">Unlimited</td> </tr> <tr> <th class="product-short-cell" colspan=6>Wordpress & Joomla</th> </tr> <tr> <td class="product-short-cell"><div>Design Wordpress pages and themes</div></td> <td class="center free-cell"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"><div>Design Joomla articles and templates </div></td> <td class="center free-cell"></td> <td class="center"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"> <div>Design Product Pages in WooCommerce and VirtueMart</div> </td> <td class="center free-cell"></td> <td class="center"></td> <td class="center"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"> <a href="//nicepage.com/doc/article/25536/client-licenses" target="_blank">Additional Licenses</a> <div data-toggle="tooltip" data-placement="top" title="Your clients can edit pages with WordPress and Joomla plugins using own licenses"> <i></i> </div> </td> <td class="center free-cell"></td> <td class="center"></td> <td class="center"></td> <td class="center">10<span class="free-cell"><br /><a class="more-link" href="/purchase/ultimate">Need more?</a></span></td> <td class="center ultimate-cell">Unlimited</td> </tr> <tr> <td class="product-short-cell free-cell"> <a href="/purchase/ultimate">White Label</a> <div data-toggle="tooltip" data-placement="top" title="Customize Nicepage Plugin with your personal branding"> <i></i> </div> </td> <td class="product-short-cell ultimate-cell"> <a href="/doc/25538/white-label">White Label</a> <div data-toggle="tooltip" data-placement="top" title="Customize Nicepage Plugin with your personal branding"> <i></i> </div> </td> <td class="center free-cell" colspan="4" style="vertical-align: middle;">Available only for <a href="/purchase/ultimate">Ultimate Plan</a></td> <td class="center ultimate-cell" colspan="3"></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <th class="product-short-cell" colspan=6>Export</th> </tr> <tr> <td class="product-short-cell"><div>Static HTML website</div></td> <td class="center free-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"><div>WordPress pages and themes</div></td> <td class="center free-cell">Limited</td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell"><div>Joomla articles and templates</div></td> <td class="center free-cell">Limited</td> <td class="center"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <th class="product-short-cell" colspan=6> Stock Images </th> </tr> <tr> <td class="product-short-cell">Daily downloads with active premium</td> <td class="center free-cell"></td> <td class="center"></td> <td class="center">30</td> <td class="center">100</td> <td class="center ultimate-cell">1000</td> </tr> <tr> <td class="product-short-cell">Free Photos</td> <td class="center free-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell">Small Size</td> <td class="center free-cell"></td> <td class="center"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell">Medium Size</td> <td class="center free-cell"></td> <td class="center"></td> <td class="center"></td> <td class="center"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> <tr> <td class="product-short-cell free-cell"><a href="/purchase/ultimate">Large Size</a></td> <td class="product-short-cell ultimate-cell">Large Size</td> <td class="center free-cell" colspan="4" style="vertical-align: middle;">Available only for <a href="/purchase/ultimate">Ultimate Plan</a></td> <td class="center ultimate-cell" colspan="3"></td> <td class="center ultimate-cell"><img src="//static.nicepage.com/images/site/tick.png" alt="Applies to plan" /></td> </tr> </tbody> </table> </div> <div><img style="margin-left: auto;" class="img-responsive" src="//static.nicepage.com/images/site/payment_methods.png" alt="Accepted Payment Methods" /></div> <br /> <br /> <div class="row"> <div class="col-md-12"> <h1 class="text-center pricing-faq-heading" style="font-weight: 700;">FAQ</h1> </div> <div class="col-md-12"> <p class="text-center pricing-faq-desc"> Please read the answers to the most common quetions about pricing, hosting, and features.<br /> You can also refer to <a href="/doc">documentation</a>, <a href="/doc/1318/video-lessons">watch videos</a>, or <a href="/Forum/Topic/Create">contact support</a>. </p> </div> </div> <br /> <style> #pricing-faq-accordion .panel-title > a { display: block; position: relative; color: #333 !important; text-decoration: none !important; min-height: 24px; line-height: 24px; padding-right: 30px; } #pricing-faq-accordion .panel-title > a:before { position: absolute; display:block; content: ""; top: 10px; right:0; width: 21px; height:1px; background-color: #777; } #pricing-faq-accordion .panel-title > a.collapsed:after { position: absolute; display:block; content: ""; top: 0px; right:10px; width: 1px; height:21px; background-color: #777; } #pricing-faq-accordion h4.panel-title { font-weight: bold; font-size: 21px; } #pricing-faq-accordion .panel { padding-top: 8px; padding-bottom: 8px; border-bottom: 1px solid #ddd; } #pricing-faq-accordion .panel-body { padding-top: 8px; padding-bottom: 8px; font-size: 18px; line-height: 1.8; } #pricing-faq-accordion .panel-body h5 { font-weight: bold; font-size: 18px; } </style> <div class="row"> <div class="col-md-12"> <div class="panel-group" id="pricing-faq-accordion" role="tablist" aria-multiselectable="false"> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-1"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-1" aria-expanded="false" aria-controls="pricing-faq-collapse-1"> Do you give a trial period to test premium features? </a> </h4> </div> <div id="pricing-faq-collapse-1" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-1"> <div class="panel-body"> After creating a Nicepage account, you start the <strong>7-day Trial Period</strong>, which allows you to test most <a href="/features">Premium Features</a>.<br/> Some features remain available only for <a href="/premium">Premium Plans</a>. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-2"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-2" aria-expanded="false" aria-controls="pricing-faq-collapse-2"> What kind of support do you provide? </a> </h4> </div> <div id="pricing-faq-collapse-2" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-2"> <div class="panel-body"> We provide support via the <a href="/Forum/Topic/Create">Support System</a>. We do not support via phone or Facebook. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-3"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-3" aria-expanded="false" aria-controls="pricing-faq-collapse-3"> What is the difference between a subscription and a license? </a> </h4> </div> <div id="pricing-faq-collapse-3" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-3"> <div class="panel-body"> <h5>Subscription</h5> It is a one-year Premium for the Nicepage Desktop Applications, Online Builders, WordPress Plugin, and Joomla Extension, including one year of updates. Auto-renewal is optional, and you can buy a Subscription without auto-renewal or you can cancel it at any time in your Profile. The auto-renewal price has a 40% discount for the next year's purchase.<br/> <h5>License</h5> It is a lifetime Premium for the Desktop Application, WordPress Plugin, and Joomla Extension. It also includes one year of updates.<br /> If you refuse to pay for the updates in the next year, you can continue to use your current version or any other prior release for a lifetime.<br /> You can also use the subscription services, including the Online Builder, HTML Hosting, Contact Form Submissions, and Custom Domains support for one year. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-4"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-4" aria-expanded="false" aria-controls="pricing-faq-collapse-4"> What happens after the update period expires? </a> </h4> </div> <div id="pricing-faq-collapse-4" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-4"> <div class="panel-body"> After the <strong>Subscription</strong> expires, Nicepage automatically switches to the Free Starter Plan. You can update or renew anytime. The Free Starter Plan is limited to 2 projects on the Dashboard. It does not allow exporting the Nicepage Project or themes and content for WordPress and Joomla. <br /><br /> After the <strong>License</strong> expires, you can continue using the Desktop Application, WordPress Plugin, and Joomla Extension for a lifetime. <br /><br /> For both <strong>Subscriptions and Licenses</strong>, after expiration, all online services switch to the Free Starter Plan, your domain will be disconnected, and published sites will remain active for 12 months. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-5"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-5" aria-expanded="false" aria-controls="pricing-faq-collapse-5"> Do I need a separate Premium to use the Application, Plugins, and Online Builder? </a> </h4> </div> <div id="pricing-faq-collapse-5" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-5"> <div class="panel-body"> Your <a href="/premium">Premium Plan</a> will cover the Desktop Application, WordPress Plugin, Joomla Extension, and Online Builder. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-6"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-6" aria-expanded="false" aria-controls="pricing-faq-collapse-6"> Can I cancel my Premium Plan at any time? </a> </h4> </div> <div id="pricing-faq-collapse-6" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-6"> <div class="panel-body"> There is no need to cancel a License or Subscription without auto-renewal, which expires automatically. If you have a Subscription with auto-renewal enabled, you can cancel it at any time in <a href="/User/Orders/Subscriptions">your Profile</a> or <a href="/doc/548073/how-to-cancel-the-auto-renewal">during purchase</a>. <br/><br/> If you need a refund, please refer to the <a href="/terms">Terms</a> to determine your eligibility and then <a href="/Forum/Topic/Create">contact our support</a> with a request. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-7"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-7" aria-expanded="false" aria-controls="pricing-faq-collapse-7"> Can I buy the Subscription without Auto-Renewal? </a> </h4> </div> <div id="pricing-faq-collapse-7" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-7"> <div class="panel-body"> Yes, you can do that on the Payment Page. You can get more information <a href='https://nicepage.com/doc/548073/how-to-cancel-the-auto-renewal'>here</a>. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-8"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-8" aria-expanded="false" aria-controls="pricing-faq-collapse-8"> How can I upgrade my premium plan? </a> </h4> </div> <div id="pricing-faq-collapse-8" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-8"> <div class="panel-body"> You can upgrade at any time and pay only the difference. The upgrade also extends the subscription period. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-9"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-9" aria-expanded="false" aria-controls="pricing-faq-collapse-9"> Do you provide website hosting? </a> </h4> </div> <div id="pricing-faq-collapse-9" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-9"> <div class="panel-body"> We provide hosting for HTML websites created with Nicepage.<br /> We do not provide regular hosting for PHP, JS, and other files. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-10"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-10" aria-expanded="false" aria-controls="pricing-faq-collapse-10"> Can I use my domain with the Nicepage sites? </a> </h4> </div> <div id="pricing-faq-collapse-10" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-10"> <div class="panel-body"> You can assign a custom domain to a site published and hosted on the Nicepage Network. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-11"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-11" aria-expanded="false" aria-controls="pricing-faq-collapse-11"> Can I host a site on third-party hosting? Are there any limitations? </a> </h4> </div> <div id="pricing-faq-collapse-11" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-11"> <div class="panel-body"> We allow UNLIMITED third-party hosting. You can generate UNLIMITED sites or use the Nicepage plugin or extension without limits on third-party hosting. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-12"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-12" aria-expanded="false" aria-controls="pricing-faq-collapse-12"> Can I build E-Commerce websites? </a> </h4> </div> <div id="pricing-faq-collapse-12" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-12"> <div class="panel-body"> With Nicepage, you can build <a href="/doc/431829/e-commerce-html">HTML</a>, <a href="/doc/110988/e-commerce-for-wordpress">WordPress WooCommerce</a> and <a href="/doc/161063/e-commerce-for-joomla">Joomla VirtueMart</a> E-Commerce websites. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-13"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-13" aria-expanded="false" aria-controls="pricing-faq-collapse-13"> How can I accept payments? </a> </h4> </div> <div id="pricing-faq-collapse-13" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-13"> <div class="panel-body"> You can connect <a href="/doc/424214/paypal-client-id-for-payments">Paypal</a> and <a href="/doc/434617/stripe-payments">Stripe</a> to your Nicepage site. You can also receive email notifications to process orders manually. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-14"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-14" aria-expanded="false" aria-controls="pricing-faq-collapse-14"> Do you use AI to generate sites? </a> </h4> </div> <div id="pricing-faq-collapse-14" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-14"> <div class="panel-body"> We use and constantly improve machine learning technologies, and you can use <a href="/doc/529703/ai-powered-services">AI Services</a> to generate sites, pages, and blocks. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-15"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-15" aria-expanded="false" aria-controls="pricing-faq-collapse-15"> Can I import my HTML site into Nicepage Editor? </a> </h4> </div> <div id="pricing-faq-collapse-15" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-15"> <div class="panel-body"> You cannot import HTML or any generated site to the Nicepage Editor. However, the Nicepage features allow you to recreate almost any website. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-16"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-16" aria-expanded="false" aria-controls="pricing-faq-collapse-16"> Can I edit a theme inside WordPress or Joomla? </a> </h4> </div> <div id="pricing-faq-collapse-16" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-16"> <div class="panel-body"> You can export the WordPress and Joomla Theme from the Desktop Application and Online Builder.<br/> You cannot edit themes directly in WordPress or Joomla. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-17"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-17" aria-expanded="false" aria-controls="pricing-faq-collapse-17"> Can I export a project from WordPress or Joomla? </a> </h4> </div> <div id="pricing-faq-collapse-17" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-17"> <div class="panel-body"> The Nicepage WordPress Plugin and Joomla Extension do not support project export. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-18"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-18" aria-expanded="false" aria-controls="pricing-faq-collapse-18"> Can I work without an Internet connection? </a> </h4> </div> <div id="pricing-faq-collapse-18" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-18"> <div class="panel-body"> The Nicepage Application for Windows and Mac OS, WordPress Plugin, and Joomla Extension use online authorization.<br/> However, if you signed in previously with an Internet connection, you can use Nicepage offline.<br /> If you are offline, the template and media libraries will be unavailable. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-19"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-19" aria-expanded="false" aria-controls="pricing-faq-collapse-19"> What is the White Label? </a> </h4> </div> <div id="pricing-faq-collapse-19" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-19"> <div class="panel-body"> The <a href="/doc/25538/white-label">White Label</a> allows the creation of websites using a custom-branded WordPress Plugin or Joomla Extension exported from the Desktop Application. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-20"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-20" aria-expanded="false" aria-controls="pricing-faq-collapse-20"> Do you have API or support technologies besides WordPress and Joomla? </a> </h4> </div> <div id="pricing-faq-collapse-20" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-20"> <div class="panel-body"> Nicepage does not provide API. We only support WordPress, WooCommerce, Joomla, and VirtueMart. </div> </div> </div> <div class="panel panel-default"> <div class="panel-heading" role="tab" id="pricing-faq-heading-21"> <h4 class="panel-title"> <a role="button" data-toggle="collapse" class="collapsed" data-parent="#pricing-faq-accordion" href="#pricing-faq-collapse-21" aria-expanded="false" aria-controls="pricing-faq-collapse-21"> Do you have non-profit or academic discounts? </a> </h4> </div> <div id="pricing-faq-collapse-21" class="panel-collapse collapse" role="tabpanel" aria-labelledby="pricing-faq-heading-21"> <div class="panel-body"> If you have such requests, please <a href="/Forum/Topic/Create">contact support</a>. </div> </div> </div> </div> </div> </div> </div> <div class="clearfix"></div> <!-- Modal --> <div class="modal fade" id="errorModal" tabindex="-1" role="dialog" aria-labelledby="Error Message"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-body"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <br /><div></div><br /> </div> </div> </div> </div> </section> <div id="push"></div> </div> <div class="footer"> <div class="footer-top"> <div class="container"> <style> .footer-top a { color: #ddd !important; font-size: 16px; } </style> <div class="row"> <div class="col-md-2 col-sm-6 col-xs-12"> <h6>Company</h6> <ul> <li><a href="/Terms">Terms of Use</a></li> <li><a href="/Privacy">Privacy Policy</a></li> <li><a href="/Agreement">License Agreement</a></li> <li><a href="/About">About Us</a></li> <li><a href="/partners">Partners</a></li> <li><a href="/Abuse">Abuse</a></li> <li><a href="/Forum/Topic/Create">Contact Support</a></li> </ul> </div> <div class="col-md-2 col-sm-6 col-xs-12"> <h6>Product</h6> <ul> <li><a href="/doc/frequently-asked-questions-16656">FAQ</a></li> <li><a href="/download">Download</a></li> <li><a href="/features">400+ Features</a></li> <li><a href="/affiliates">Affiliates</a></li> <li><a href="/doc">Documentation</a></li> <li><a href="/forum">Forum</a></li> <li><a href="/blog">Blog</a></li> </ul> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <h6><a href="/templates">Themes & Templates</a></h6> <ul> <li><a href="/website-templates">Website Templates</a></li> <li><a href="/wordpress-themes">WordPress Themes</a></li> <li><a href="/html-templates">HTML Templates</a></li> <li><a href="/css-templates">CSS Templates</a></li> <li><a href="/joomla-templates">Joomla Templates</a></li> <li><a href="/html5-template">HTML5 Templates</a></li> <li><a href="/one-page-template">One Page Templates</a></li> </ul> </div> <div class="col-md-3 col-sm-6 col-xs-12"> <h6>Nicepage</h6> <ul> <li><a href="/website-builder">Website Builder</a></li> <li><a href="/html-website-builder">HTML Website Builder</a></li> <li><a href="/wordpress-website-builder">WordPress Website Builder</a></li> <li><a href="/joomla-page-builder">Joomla Page Builder</a></li> <li><a href="/wysiwyg-html-editor">WYSIWYG HTML Editor</a></li> <li><a href="/static-site-generator">Static Site Generator</a></li> <li><a href="/html-code">HTML Code Generator</a></li> </ul> </div> <div class="col-md-2 col-sm-6 col-xs-12"> <h6>Web Design</h6> <ul> <li><a href="/website-design">Website Designs</a></li> <li><a href="/web-page-design">Web Page Designs</a></li> <li><a href="/ecommerce-templates">eCommerce Designs</a></li> <li><a href="/landing-page">Landing Pages</a></li> <li><a href="/homepage-design">Homepage Designs</a></li> <li><a href="/website-mockup">Website Mockup</a></li> </ul> </div> </div> </div> </div> <div class="footer-bottom"> <div class="container"> <div class="row"> <div id="footer-links" class="footer-inline col-sm-12 pull-right"> <div style="white-space: nowrap; float: left; text-align: left;"> <div class="row"> <div class="col-sm-3"> <a href="https://facebook.com/nicepageapp" rel="noreferrer" target="_blank" style="margin-right: 10px;"> <svg x="0px" y="0px" viewBox="0 0 112.2 112.2" style="width: 24px;"> <circle fill="#3B5998" cx="56.1" cy="56.1" r="55"></circle> <path fill="#FFFFFF" d="M73.5,31.6h-9.1c-1.4,0-3.6,0.8-3.6,3.9v8.5h12.6L72,58.3H60.8v40.8H43.9V58.3h-8V43.9h8v-9.2 c0-6.7,3.1-17,17-17h12.5v13.9H73.5z"></path> </svg><span style="position: relative;top: -7px;margin-left: 5px;">Facebook</span></a> </div> <div class="col-sm-3"> <a href="https://twitter.com/NicepageApp" rel="noreferrer" target="_blank" style="margin-right: 10px;"> <svg x="0px" y="0px" viewBox="0 0 112.2 112.2" style="width: 24px;"> <circle fill="#55ACEE" class="st0" cx="56.1" cy="56.1" r="55"/> <path fill="#FFFFFF" d="M83.8,47.3c0,0.6,0,1.2,0,1.7c0,17.7-13.5,38.2-38.2,38.2C38,87.2,31,85,25,81.2c1,0.1,2.1,0.2,3.2,0.2 c6.3,0,12.1-2.1,16.7-5.7c-5.9-0.1-10.8-4-12.5-9.3c0.8,0.2,1.7,0.2,2.5,0.2c1.2,0,2.4-0.2,3.5-0.5c-6.1-1.2-10.8-6.7-10.8-13.1 c0-0.1,0-0.1,0-0.2c1.8,1,3.9,1.6,6.1,1.7c-3.6-2.4-6-6.5-6-11.2c0-2.5,0.7-4.8,1.8-6.7c6.6,8.1,16.5,13.5,27.6,14 c-0.2-1-0.3-2-0.3-3.1c0-7.4,6-13.4,13.4-13.4c3.9,0,7.3,1.6,9.8,4.2c3.1-0.6,5.9-1.7,8.5-3.3c-1,3.1-3.1,5.8-5.9,7.4 c2.7-0.3,5.3-1,7.7-2.1C88.7,43,86.4,45.4,83.8,47.3z"/> </svg><span style="position: relative;top: -7px;margin-left: 5px;">Twitter</span></a> </div> <div class="col-sm-3"> <a href="https://youtube.com/nicepage?sub_confirmation=1" rel="noreferrer" target="_blank" style="margin-right: 10px;"> <svg x="0px" y="0px" viewBox="0 0 112.2 112.2" style="width: 24px;"> <circle fill="#D22215" cx="56.1" cy="56.1" r="55"></circle> <path fill="#FFFFFF" d="M74.9,33.3H37.3c-7.4,0-13.4,6-13.4,13.4v18.8c0,7.4,6,13.4,13.4,13.4h37.6c7.4,0,13.4-6,13.4-13.4V46.7 C88.3,39.3,82.3,33.3,74.9,33.3L74.9,33.3z M65.9,57l-17.6,8.4c-0.5,0.2-1-0.1-1-0.6V47.5c0-0.5,0.6-0.9,1-0.6l17.6,8.9 C66.4,56,66.4,56.8,65.9,57L65.9,57z"></path> </svg><span style="position: relative;top: -7px;margin-left: 5px;">YouTube</span></a> </div> <div class="col-sm-3"> <a href="https://www.pinterest.com/nicepagecom/pins" rel="noreferrer" target="_blank" style="margin-right: 10px;"> <svg x="0px" y="0px" viewBox="0 0 112.2 112.2" style="width: 24px;"> <circle fill="#CB2027" cx="56.1" cy="56.1" r="55"></circle> <path fill="#FFFFFF" d="M61.1,76.9c-4.7-0.3-6.7-2.7-10.3-5c-2,10.7-4.6,20.9-11.9,26.2c-2.2-16.1,3.3-28.2,5.9-41 c-4.4-7.5,0.6-22.5,9.9-18.8c11.6,4.6-10,27.8,4.4,30.7C74.2,72,80.3,42.8,71,33.4C57.5,19.6,31.7,33,34.9,52.6 c0.8,4.8,5.8,6.2,2,12.9c-8.7-1.9-11.2-8.8-10.9-17.8C26.5,32.8,39.3,22.5,52.2,21c16.3-1.9,31.6,5.9,33.7,21.2 C88.2,59.5,78.6,78.2,61.1,76.9z"></path> </svg><span style="position: relative;top: -7px;margin-left: 5px;">Pinterest</span></a> </div> </div> </div> <!-- <ul class="u-unstyled"> <li><a href="/pricing">Premium</a></li> <li>|</li> <li><a href="/affiliates">Affiliates</a></li> <li>|</li> <li><a href="/Forum/Topic/Create?private=1">Contact Support</a></li> <li>|</li> <li><a href="/About">About</a></li> <li>|</li> <li><a href="/Terms">Terms</a></li> <li>|</li> <li><a href="/Privacy">Privacy</a></li> <li>|</li> <li><a href="/Agreement">License</a></li> </ul> --> <div class="copy">&copy; 2024 Nicepage Free Website Builder Software - All Rights Reserved</div> </div> </div> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10