Novi Builder Web Server Requirements

To ensure the correct work of Novi Builder, your server should meet the following requirements Apache 2.2+ PHP 5.4+ Apache Settings Turn off ModSecurity module or other security modules Turn on mod_rewrite module PHP Settings php_memory_limit = 64M upload_max_filesize = 64M post_max_size = 64M max_input_time = 60 php_max_input_vars = 1000 […]

Main Navigation

RGen landing page use below structure for main navigation. <!– ************************************************************ * Header ************************************************************ –> <header class=”main-head dark bg-glass-dark-01″ data-sticky=”y”> <div class=”container pd-0 min-px-h100″ data-rgen-sm=”pd-lr-20 h-reset”> <div class=”row gt0 align-items-center head-row”> <!–================================= = Logo section ==================================–> <div class=”col-md-3 pos-rel”> <a class=”nav-handle” data-nav=”.m-content” data-navopen=”pe-7s-more” data-navclose=”pe-7s-close”><i class=”pe-7s-more”></i></a> <div class=”header-logo-wrp”> <a class=”header-logo pd-tb-small” […]

Tag Text

Apply class tag-text to create small tag element <span class=”tag-text”>Tag text</span> Use class .bg-white, .bg-gray, .bg-dark, .bg-default, .bg-primary, .bg-secondary, .bg-light to change tag color <span class=”tag-text bg-color1″>Tag text</span>

Newsletter Form

R.Gen Landing pages included MailChimp, Campaign Monitor, GetResponse, iContact, Constant Contact Option to save email addresses in a text file. Below is example code to set newsletter subscription form. <!– form-block –> <div class=”form-block w-75 mr-auto”> <form action=”form-data/notify-me.php” class=”form-widget” data-formtype=”newsletter”> <div class=”field-wrp”> <div class=”row gt10″> <div class=”col-md-4″> <div class=”form-group”> <input […]

Forms Structure

RGen Landing Page uses given form structure. It’s very easy to customize and easy to manage form fields. <!– form block –> <div class=”form-block”> <form action=”form-data/formdata.php” class=”form-widget” data-success-redirect=”y”> <div class=”field-wrp”> <!– Set your email id on which you would like to get mails –> <input type=”hidden” name=”to” value=”r.genesis.art@gmail.com”> <!– Grid […]