Plugin Directory

Changeset 1492609


Ignore:
Timestamp:
09/08/2016 02:56:03 PM (10 years ago)
Author:
woorockets
Message:

Release version 2.5.5

Location:
wr-pagebuilder/trunk
Files:
4 deleted
93 edited

Legend:

Unmodified
Added
Removed
  • wr-pagebuilder/trunk/README.txt

    r1363759 r1492609  
    5252== More Details ==
    5353
    54 For further information, product details, help and tutorials, please visit our website: http://woorockets.com/
     54Big Announcement for Sep 2016!
     55
     56We’ve took into account your feedback and released a brand new version WR PageBuilder is compatible with latest version WordPress and latest plugins.
     57
     58Another news is finally… we’ve released Nitro - Universal WooCommerce themes with great eCommerce features and 12 specific demo niches including fashion, shoes, sports gears, kids fashion, electronics, and much more. Moreover, we’ll be releasing 3 new niche demos for every month.
     59
     60Check now at http://nitro.woorockets.com
     61
     62Published by 8 Sep.
    5563
    5664== Changelog ==
     
    143151
    144152 * Fixed Bug editor in text element
     153
     154 = 2.5.5 =
     155
     156 * Fixed mass major bugs
  • wr-pagebuilder/trunk/assets/woorockets/css/about-us.css

    r1177157 r1492609  
    2020#get-involved .list-involved:after,
    2121#get-involved .item-involved .icon-involved:after,
    22 #wr-promo-ab:after,
    2322#email-features .right-feature .tab-content:after{
    2423    content:" ";
     
    3534    border-bottom: 2px groove rgba(255,255,255, 0.5);
    3635    padding: 0 0 45px 0;
    37     margin: 0 0 75px 0;
     36    margin: 0 0 40px 0;
    3837}
    3938#wr-about .logo-about{
     
    388387#wr-promo-ab {
    389388  background: url(../images/about-us/bg-wr-promo.jpg) center top no-repeat;
    390   background-size: auto 100%;
     389  background-size: cover;
    391390  text-align: center;
    392391  overflow: hidden;
    393392  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    394393  margin-bottom: 40px;
    395 }
    396 #wr-promo-ab h3 {
    397     margin: 70px 0 30px;
     394    display: -webkit-box;
     395    display: -webkit-flex;
     396    display: -ms-flexbox;
     397    display: flex;
     398    -webkit-box-pack: justify;
     399    -webkit-justify-content: space-between;
     400    -ms-flex-pack: justify;
     401    justify-content: space-between;
     402    -webkit-box-align: center;
     403    -webkit-align-items: center;
     404    -ms-flex-align: center;
     405    align-items: center;
     406  padding: 30px 20px;
     407}
     408
     409#wr-promo-ab .logo-slogan {
     410    display: -webkit-box;
     411    display: -webkit-flex;
     412    display: -ms-flexbox;
     413    display: flex;
     414    -webkit-box-align: center;
     415    -webkit-align-items: center;
     416    -ms-flex-align: center;
     417    align-items: center;
     418}
     419#wr-promo-ab .logo-slogan p {
    398420    color: #fff;
    399     font-size: 32px;
     421    margin: 0 20px;
     422    font-size: 18px;
    400423    font-weight: bold;
    401     line-height: 1.1;
    402 }
    403 #wr-promo-ab ul {
    404     margin: 0 10px 25px 10px;
    405     padding: 0;
    406     list-style: none;
    407     color: #6c7885;
    408 }
    409 #wr-promo-ab li {
     424}
     425#wr-promo-ab .btn-premium {
     426    margin: 0;
     427}
     428#wr-promo-ab .btn-premium a {
    410429    display: inline-block;
    411     line-height: 31px;
    412     margin: 0 5px 10px;
    413 }
    414 #wr-promo-ab li span {
    415     background: #6c7886;
    416     float: left;
    417     border-radius: 50%;
    418     -o-border-radius: 50%;
    419     -ms-border-radius: 50%;
    420     -moz-border-radius: 50%;
    421     -webkit-border-radius: 50%;
    422     margin: 0 5px 0 0;
    423 }
    424 #wr-promo-ab li img {
    425     margin: 8px;
    426     float: left !important;
    427 }
    428 #wr-promo-ab .btn-premium {
    429     margin: 0 0 60px 0;
    430 }
    431 #wr-promo-ab .btn-premium a {
    432     display: inline-block;   
    433430    margin: 0;
    434431    background: #418858;
     
    440437    -moz-border-radius: 3px;
    441438    -webkit-border-radius: 3px;
    442     font-size: 11px;
     439    font-size: 13px;
    443440    box-shadow: 0 4px 0 0 #2a6d40;
    444441    -o-box-shadow: 0 4px 0 0 #2a6d40;
     
    452449    -moz-transition: all 0.3s;
    453450    -webkit-transition: all 0.3s;
     451    white-space: nowrap;
    454452}
    455453#wr-promo-ab .btn-premium strong {
     
    464462    -moz-box-shadow: 0 4px 0 0 #418858;
    465463    -webkit-box-shadow: 0 4px 0 0 #418858;
    466 }
    467 
    468 @media only screen and (max-width: 768px), (max-device-width: 768px) {
    469   #wr-promo-ab ul {
    470     width: 270px;
    471     margin-right: auto;
    472     margin-left: auto;
    473   }
    474   #wr-promo-ab ul li {
    475     display: block;
    476     text-align: left;
    477     margin-left: 0;
    478     margin-bottom: 20px;
    479   }
    480464}
    481465
     
    558542    margin: 20px 0 0 0;
    559543  }
     544  #wr-promo-ab {
     545    -webkit-flex-wrap: wrap;
     546    -ms-flex-wrap: wrap;
     547    flex-wrap: wrap;
     548    -webkit-box-pack: center;
     549    -webkit-justify-content: center;
     550    -ms-flex-pack: center;
     551    justify-content: center;
     552    padding: 20px 15px;
     553  }
     554  #wr-promo-ab .logo-slogan {
     555    margin-bottom: 20px;
     556  }
    560557}
    561558
  • wr-pagebuilder/trunk/assets/woorockets/css/front_end.css

    r1026159 r1492609  
    1212    margin: 0.1em 0.2em 0.1em -0.05em;
    1313}
     14.jsn-bootstrap3 .carousel.wr-align-left {
     15    text-align: left;
     16}
     17.jsn-bootstrap3 .carousel.wr-align-right {
     18    text-align: right;
     19}
     20.jsn-bootstrap3 .carousel.wr-align-center {
     21    text-align: center;
     22}
     23
    1424.jsn-master .jsn-bootstrap3 .mejs-container, .jsn-master .jsn-bootstrap3 .local_file, iframe, object, video {
    1525    max-width: 100%;
     
    123133/*------   Icon   ------*/
    124134.jsn-bootstrap3 .progress-info i {
    125     margin-right: 10px;
     135    margin-right: 10px;
     136}
     137
     138/*------   Tab   ------*/
     139.jsn-bootstrap3 .tabs-below .nav-tabs li.active a {
     140    margin-top: 1px;
    126141}
    127142
  • wr-pagebuilder/trunk/assets/woorockets/css/page_builder.css

    r1363759 r1492609  
    683683    margin-top: 10px;
    684684}
     685#wr-shortcodes .new-product {
     686    text-align: center;
     687    margin: 0;
     688    padding: 10px 0;
     689}
     690#wr-shortcodes .new-product a {
     691    color: #428bca;
     692}
     693#wr-shortcodes .jsn-items-outer {
     694    overflow-y: auto;
     695}
    685696#wr-shortcodes .jsn-items-list {
    686697    height: auto;
    687698    overflow: auto;
     699    display: -webkit-box;
     700    display: -webkit-flex;
     701    display: -ms-flexbox;
     702    display: flex;
     703    -webkit-flex-wrap: wrap;
     704    -ms-flex-wrap: wrap;
     705    flex-wrap: wrap;
     706}
     707#wr-shortcodes .jsn-items-list .jsn-item {
     708    min-width: auto;
     709    width: 25% !important;
     710}
     711@media screen and (max-width: 1024px ) {
     712    #wr-shortcodes .jsn-items-list .jsn-item {
     713        min-width: auto;
     714        width: 33.3% !important;
     715    }   
     716}
     717@media screen and (max-width: 800px ) {
     718    #wr-shortcodes .jsn-items-list .jsn-item {
     719        min-width: auto;
     720        width: 50% !important;
     721    }   
     722}
     723@media screen and (max-width: 540px ) {
     724    #wr-shortcodes .jsn-items-list .jsn-item {
     725        min-width: auto;
     726        width: 100% !important;
     727    }   
     728}
     729#wr-shortcodes .jsn-items-list .jsn-item.full-width {
     730    width: 100% !important;
     731    position: static;
    688732}
    689733.jsn-modal-indicator {
     
    14981542    background: url("../images/backgrounds/bg-handle-resize-h.png")
    14991543        no-repeat scroll center center #FFFFFF;
     1544    cursor: ew-resize;
    15001545}
    15011546.jsn-bootstrap3 .ui-resizable-handle {
     
    20112056    position: relative;
    20122057    min-width: 250px;
    2013 }
     2058    display: block;
     2059}
     2060
    20142061.jsn-bootstrap3 .jsn-items-list .jsn-item .shortcode-item {
    20152062    text-align: left;
     
    20532100}
    20542101#modalOptions #styling fieldset.wr-fieldset {
    2055     margin: 35px 0 10px 0;
     2102    margin: 35px 0 20px 0;
    20562103    float: left;
    20572104    position: relative;
    20582105    width: 100%;
    2059     padding-left: 30px;
    20602106}
    20612107#modalOptions fieldset.wr-fieldset legend {
     
    20642110    border: none;
    20652111    padding: 0 10px;
    2066     margin-bottom: 0;
    20672112    font-size: 14px;
    20682113    font-weight: bold;
    2069     height: 20px;
    2070     line-height: 14px;
     2114    margin: -15px 0 0 30px;
     2115    float: left;
     2116    background: #fff;
    20712117}
    20722118/*------   Text danger   ------*/
     
    22202266    margin: 12px 5px 0px 0px;
    22212267}
     2268
     2269/* Custom thickbox */
     2270.wr-pb-thickbox {
     2271    z-index: 100053 !important;
     2272}
     2273.wr-pb-thickbox #TB_title {
     2274    background: #f5f5f5;
     2275    box-shadow: 0 -1px 0 0 #fff inset;
     2276    height: auto;
     2277    margin-bottom: 3px;
     2278}
     2279.wr-pb-thickbox #TB_title:after {
     2280    content: '';
     2281    clear: both;
     2282    display: block;
     2283}
     2284.wr-pb-thickbox #TB_title #TB_ajaxWindowTitle {
     2285    padding: 15px;
     2286    font-size: 18px;
     2287    line-height: 1;
     2288}
     2289.wr-pb-thickbox #TB_title #TB_closeWindowButton {
     2290    margin: 11px 20px 0 0;
     2291    background: #e8e8e8;
     2292    text-shadow: 0 1px 0 #ffffff;
     2293    width: 22px;
     2294    height: 22px;
     2295    -webkit-transition: background 0.3s;
     2296    transition: background 0.3s;
     2297    outline: none;
     2298}
     2299.wr-pb-thickbox #TB_title #TB_closeWindowButton .tb-close-icon {
     2300    color: #c8c8c8;
     2301    width: 22px;
     2302    height: 22px;
     2303    top: -3px;
     2304    -webkit-transition: color 0.3s;
     2305    transition: color 0.3s;
     2306    box-shadow: none;
     2307}
     2308.wr-pb-thickbox #TB_title #TB_closeWindowButton:hover {
     2309    background: #ccc;
     2310}
     2311.wr-pb-thickbox #TB_title #TB_closeWindowButton:hover .tb-close-icon {
     2312    color: #525252;
     2313}
     2314
     2315/* Custom colpick */
     2316div.colpick_submit {
     2317    top: 146px;
     2318    height: 19px;
     2319    line-height: 19px;
     2320}
  • wr-pagebuilder/trunk/assets/woorockets/js/handle_element.js

    r1119552 r1492609  
    162162
    163163            //$("#wr-add-element").hide();
     164            tb_remove();
    164165            $('.jsn-modal:last').remove();
     166
    165167            $.HandleElement.showLoading();
    166168
  • wr-pagebuilder/trunk/assets/woorockets/js/layout.js

    r1000337 r1492609  
    125125        resizeHandle:function (self) {
    126126            $(window).resize(function() {
    127                 if($('body').children('.ui-dialog').length)
    128                     $('html, body').animate({scrollTop: $('body').children('.ui-dialog').first().offset().top - 60}, 'fast');
     127                var ui_dialog = $('body').children('.ui-dialog');
     128
     129                if( ui_dialog.length ) {
     130                    var offset_top = ui_dialog.find( '#wr-shortcodes' ).length ? 200 : 60;
     131                    $('html, body').animate({scrollTop: $('body').children('.ui-dialog').first().offset().top - offset_top}, 'fast');
     132                }
     133
    129134                self.fnReset(self);
    130135                var _rows   = $('.jsn-row-container', self.wrapper);
     
    923928                $(box).height(height);
    924929                $('#wr-add-element-modal').height('100%');
    925                 $('.jsn-items-list', $(box)).height(height - 160);
     930                $('.jsn-items-outer' ).height( height - 115 );
    926931                $(box).css({
    927932                    top :'50%',
  • wr-pagebuilder/trunk/assets/woorockets/js/tinymce.js

    r1000337 r1492609  
    99                 // triggers the thickbox
    1010                tb_show( Wr_Translate.inno_shortcode, '#TB_inline?width=' + 100 + '&height=' + 100 + '&inlineId=wr_pb-form' );
     11
     12                var thickbox = $('#TB_window');
     13
    1114                // custom style
     15                thickbox.addClass( 'wr-pb-thickbox' );
    1216                var height = $(window).height() * 0.8;
    13                 $('#TB_window').css({'overflow-y' : 'auto', 'overflow-x' : 'hidden', 'width' : '95%', 'margin-left' : '0px', 'left' : '2.5%', height: height + 'px'});
    14                 $('#TB_window .jsn-items-list').height(height - 146);
     17                thickbox.css({'overflow-y' : 'auto', 'overflow-x' : 'hidden', 'width' : '95%', 'margin-left' : '0px', 'left' : '2.5%', height: height + 'px'});
     18                $('#TB_window .jsn-items-outer').height(height - 115);
    1519            });
    1620           
     
    2832                        height : height + 'px',
    2933                    });
    30                     $('#TB_window .jsn-items-list').height(height - 146);
     34                    $('#TB_window .jsn-items-outer').height(height - 115);
    3135                }
    3236            });
  • wr-pagebuilder/trunk/core/helper/functions.php

    r1109194 r1492609  
    390390                    $( '$selector' ).click( function(e){
    391391                        e.preventDefault();
    392                         var url = $(this).attr('href');
    393 
    394                         var width = screen.availWidth * 0.75;
    395                         var height = screen.availHeight * 0.75;
    396                         var left = parseInt((screen.availWidth/2) - (width/2));
    397                         var top = parseInt((screen.availHeight/2) - (height/2));
    398                         var windowFeatures = 'width=' + width + ',height=' + height + ',status,resizable,left=' + left + ',top=' + top + 'screenX=' + left + ',screenY=' + top;
    399                         myWindow = window.open(url, 'subWind', windowFeatures);
     392
     393                        var _this = $(this);
     394                        var url = _this.attr('href');
     395
     396                        var image_new_window = new Image();
     397                        image_new_window.src = url;
     398                        image_new_window.onload = function() {
     399                            var width = this.width;
     400                            var height = this.height;
     401
     402                            var left = parseInt((screen.availWidth/2) - (width/2));
     403                            var top = parseInt((screen.availHeight/2) - (height/2));
     404
     405                            var windowFeatures = 'width=' + width + ',height=' + height + ',status,resizable,left=' + left + ',top=' + top + 'screenX=' + left + ',screenY=' + top;
     406                            myWindow = window.open(url, 'subWind', windowFeatures);
     407                        };
    400408                    } );
    401409                });
  • wr-pagebuilder/trunk/core/helper/html/text-area.php

    r1000337 r1492609  
    2121        $element['row'] = ( isset( $element['row'] ) ) ? $element['row'] : '8';
    2222        $element['col'] = ( isset( $element['col'] ) ) ? $element['col'] : '50';
    23         if ( $element['exclude_quote'] == '1' ) {
     23        if ( isset( $element['exclude_quote'] ) && $element['exclude_quote'] == '1' ) {
    2424            $element['std'] = str_replace( '<wr_quote>', '"', $element['std'] );
    2525        }
  • wr-pagebuilder/trunk/languages/wrpagebuilder-en.po

    r1129341 r1492609  
    28692869
    28702870#: templates/about-us.php:45
    2871 msgid "Thank you for installing WR Page Builder from WooRockets Team! We are making new hi-quality themes and plugins for you ;) Follow us on <a href=\"%s\" target=\"_blank\" >Twitter</a> or <a href=\"%s\" target=\"_blank\" >Subscribe</a> to our email list and be the first to get updated."
     2871msgid "Thank you for installing WR Page Builder from WooRockets Team! We are making new hi-quality themes and plugins for you ;) Follow us on <a href=\"%s\" target=\"_blank\" >Twitter</a>."
    28722872msgstr ""
    28732873
  • wr-pagebuilder/trunk/languages/wrpagebuilder-pl_PL.po

    r1223395 r1492609  
    26082608
    26092609#: templates/about-us.php:45
    2610 msgid "Thank you for installing WR Page Builder from WooRockets Team! We are making new hi-quality themes and plugins for you ;) Follow us on <a href=\"%s\" target=\"_blank\" >Twitter</a> or <a href=\"%s\" target=\"_blank\" >Subscribe</a> to our email list and be the first to get updated."
    2611 msgstr "Dziękujemy za instalację WR Page Builder od WooRockets Team! Tworzymy nowe wysokiej jakości wtyczki i motywy dla ciebie ;) Obserwuj nas na <a href=\"%s\" target=\"_blank\" >Twitterze</a> lub <a href=\"%s\" target=\"_blank\" >zapisz się</a> na naszą listę mailingową, aby na bieżąco śledzić nowości."
     2610msgid "Thank you for installing WR Page Builder from WooRockets Team! We are making new hi-quality themes and plugins for you ;) Follow us on <a href=\"%s\" target=\"_blank\" >Twitter</a>."
     2611msgstr "Dziękujemy za instalację WR Page Builder od WooRockets Team! Tworzymy nowe wysokiej jakości wtyczki i motywy dla ciebie ;) Obserwuj nas na <a href=\"%s\" target=\"_blank\" >Twitterze</a>."
    26122612
    26132613#: templates/about-us.php:76
  • wr-pagebuilder/trunk/shortcodes/carousel/carousel.php

    r1026157 r1492609  
    211211        $styles[] = "height : {$dimension_height}px;";
    212212
    213         if ( in_array( $align, array( 'left', 'right', 'inherit') ) ) {
    214             $styles[] = "float : $align;";
    215         } else if ( $align == 'center' )
    216         $styles[] = 'margin : 0 auto;';
    217 
    218213        $styles = trim( implode( ' ', $styles ) );
    219214        $styles = ! empty( $styles ) ? "style='$styles'" : '';
     
    248243        $carousel_navigator = "<a class='left carousel-control'><span class='icon-arrow-left'></span></a><a class='right carousel-control'><span class='icon-arrow-right'></span></a>";
    249244
    250         $html = "<div class='carousel slide' $styles id='$carousel_id'>$carousel_indicators $carousel_content $carousel_navigator</div>";
     245        $html = "<div class='carousel slide wr-align-$align' $styles id='$carousel_id'>$carousel_indicators $carousel_content $carousel_navigator</div>";
    251246
    252247        return $this->element_wrapper( $html . $script, $arr_params );
  • wr-pagebuilder/trunk/shortcodes/image/image.php

    r1246508 r1492609  
    214214
    215215        $class_img = ( $image_container_style != 'no-styling' ) ? $image_container_style : '';
    216         $class_img = ( $image_effect == 'yes' ) ? $class_img . ' image-scroll-fade' : $class_img;
     216        $class_img = ( isset( $image_effect ) && $image_effect == 'yes' ) ? $class_img . ' image-scroll-fade' : $class_img;
    217217        $class_img = ( ! empty( $class_img ) ) ? ' class="' . $class_img . '"' : '';
    218218
     
    229229            $target         = '';
    230230
    231             if ( $image_effect == 'yes' AND ! isset( $_POST['action'] ) ) {
     231            if ( isset( $image_effect ) && $image_effect == 'yes' AND ! isset( $_POST['action'] ) ) {
    232232                $html_elemments = "<img src='" . WR_Pb_Helper_Functions::path( 'assets/3rd-party' ) . '/jquery-lazyload/grey.gif' . "' data-original='{$image_file}' width='{$width}' height='{$height}' {$alt_text} {$class_img}/>";
    233233            }
  • wr-pagebuilder/trunk/shortcodes/list/assets/css/list_frontend.css

    r1000337 r1492609  
    7272    margin-left: 15px;
    7373}
     74.jsn-bootstrap3 .wr-list-icons.wr-position-center {
     75    text-align: center;
     76}
     77.jsn-bootstrap3 .wr-list-icons.wr-position-center .wr-icon-base {
     78    margin-left: auto;
     79    margin-right: auto;
     80}
    7481.jsn-bootstrap3 .wr-list-content-wrap {
    7582    overflow: hidden;
  • wr-pagebuilder/trunk/templates/about-us.php

    r1177157 r1492609  
    4343        <div id="wr-header">
    4444            <a class="wr-logoheader" target="_blank" href="http://www.woorockets.com/?utm_source=PageBuilder%20About&utm_medium=top%20logo&utm_campaign=Cross%20Promo%20Plugins"><img src="<?php echo WR_Pb_Helper_Functions::path( 'assets/woorockets' ) . '/images/about-us/logo-header.png'; ?>" alt="woorockets.com" /></a>
    45             <p><?php printf(__('Thank you for installing WR Page Builder from WooRockets Team! We are making new hi-quality themes and plugins for you ;) Follow us on <a href="%s" target="_blank" >Twitter</a> or <a href="%s" target="_blank" >Subscribe</a> to our email list and be the first to get updated.', WR_PBL ) , 'http://bit.ly/wr-freebie-twitter', 'http://www.woorockets.com/?utm_source=PageBuilder%20About&utm_medium=banner-link&utm_campaign=Cross%20Promo%20Plugins#subscribe'); ?></p>
     45            <p><?php printf(__('Thank you for installing WR Page Builder! Don\'t forget to check out our <a href="%s">brand new theme Nitro</a>.', WR_PBL ) , 'http://nitro.woorockets.com/?utm_source=PageBuilder&utm_medium=Topbar&utm_campaign=CrossPromoPlugins' ); ?></p>
    4646            <span id="close-header" class="dashicons dashicons-no"></span>
    4747        </div>
     
    8383            </div>
    8484        </div>
     85    </div>
     86
     87    <div id="wr-promo-ab">
     88        <div class="logo-slogan">
     89            <img src="http://www.woorockets.com/images/nitro-logo-white.png" />
     90            <p><?php _e( 'Universal WooCommerce Theme from ecommerce experts', WR_PBL ); ?></p>
     91        </div>
     92        <p class="btn-premium"><a href="http://www.woorockets.com/themes/?utm_source=PageBuilder&utm_medium=About&utm_campaign=Cross%20Promo%20Banner" target="_blank"><?php _e( 'Explore Now', WR_PBL ); ?></a></p>
    8593    </div>
    8694
     
    103111            </div>
    104112        </div>
     113
    105114        <div class="right-feature">
    106115            <div role="tabpanel">
     
    182191    </div>
    183192
    184     <div id="wr-promo-ab">
    185         <h3>Premium<br>
    186         WooCommerce Themes</h3>
    187         <ul>
    188         <li><span><img src="<?php echo WR_PB_URI; ?>assets/woorockets/images/about-us/excellent-icon.png"></span>Excellent designs</li>
    189         <li><span><img src="<?php echo WR_PB_URI; ?>assets/woorockets/images/about-us/unlimited-icon.png"></span>Unlimited customization ability</li>
    190         <li><span><img src="<?php echo WR_PB_URI; ?>assets/woorockets/images/about-us/additional-icon.png"></span>Additional eCommerce features</li>
    191         </ul>
    192         <p class="btn-premium"><a href="http://www.woorockets.com/themes/?utm_source=PageBuilder&utm_medium=About&utm_campaign=Cross%20Promo%20Banner" target="_blank"><strong>View the collection now</strong><br>
    193         <span>And learn how our themes can boost your business!</span></a></p>
    194     </div>
    195 
    196193    <div id="wr-logo">
    197194        <a tagret="_blank" href="http://www.woorockets.com/?utm_source=PageBuilder%20About&utm_medium=bot%20logo&utm_campaign=Cross%20Promo%20Plugins" class="link"></a>
  • wr-pagebuilder/trunk/templates/page-builder.php

    r1177157 r1492609  
    2222<div
    2323    class="jsn-form-bar">
    24     <div id="status-switcher" class="btn-group" data-toggle="buttons-radio">
     24    <div style="visibility: hidden;" id="status-switcher" class="btn-group" data-toggle="buttons-radio">
    2525        <button type="button" class="switchmode-button btn btn-default active"
    2626            id="status-on"
     
    3434        </button>
    3535    </div>
    36     <div id="mode-switcher" class="btn-group" data-toggle="buttons-radio">
     36    <div style="visibility: hidden;" id="mode-switcher" class="btn-group" data-toggle="buttons-radio">
    3737        <button type="button" class="switchmode-button btn btn-default active"
    3838            id="switchmode-compact">
     
    187187    <div class="pull-left">
    188188        <div>
    189             <?php _e( 'Powered by', WR_PBL )?>
    190             <a href="http://www.woorockets.com/?utm_source=PageBuilder%20Backend&utm_medium=Text&utm_campaign=Powered%20By" target="_blank">WooRockets.com</a> | <a
    191                 href="http://www.woorockets.com/docs/wr-pagebuilder-user-manual/?utm_source=PageBuilder%20Backend&utm_medium=Text&utm_campaign=Powered%20By"
    192                 target="_blank"><?php _e( 'Documentation', WR_PBL ); ?> </a>
     189            <?php _e( 'Check new product', WR_PBL ); ?> - <a href="http://nitro.woorockets.com/?utm_source=PageBuilder&utm_medium=BuilderGUI&utm_campaign=CrossPromoPlugins" target="_blank">Nitro</a>
     190        </div>
     191    </div>
     192    <div class="pull-right">
     193        <div>
     194            <?php _e( 'Powered by', WR_PBL ); ?>
     195            <a href="http://www.woorockets.com/?utm_source=PageBuilder&utm_medium=BuilderGUI&utm_campaign=PoweredBy" target="_blank">WooRockets.com</a>
    193196        </div>
    194197    </div>
  • wr-pagebuilder/trunk/templates/select-elements.php

    r1000337 r1492609  
    103103                </div>
    104104                <!-- Elements -->
    105                 <ul class="jsn-items-list">
    106                 <?php
    107                 // shortcode elements
    108                 foreach ( $elements_html as $idx => $element ) {
    109                     echo balanceTags( $element );
    110                 }
     105                <div class="jsn-items-outer">
     106                    <ul class="jsn-items-list">
     107                    <?php
     108                    // shortcode elements
     109                    foreach ( $elements_html as $idx => $element ) {
     110                        echo balanceTags( $element );
     111                    }
    111112
    112                 // widgets
    113                 global $Wr_Pb_Widgets;
    114                 foreach ( $Wr_Pb_Widgets as $wg_class => $config ) {
    115                     $extra_                    = $config['extra_'];
    116                     $config['edit_using_ajax'] = true;
    117                     echo balanceTags( WR_Pb_Shortcode_Element::el_button( $extra_, $config ) );
    118                 }
    119                 ?>
    120                     <!-- Generate text area to add element from raw shortcode -->
    121                     <li class="jsn-item full-width" data-value='raw'
    122                         data-sort='shortcode'><textarea id="raw_shortcode"></textarea>
     113                    // widgets
     114                    global $Wr_Pb_Widgets;
     115                    foreach ( $Wr_Pb_Widgets as $wg_class => $config ) {
     116                        $extra_                    = $config['extra_'];
     117                        $config['edit_using_ajax'] = true;
     118                        echo balanceTags( WR_Pb_Shortcode_Element::el_button( $extra_, $config ) );
     119                    }
     120                    ?>
     121                        <!-- Generate text area to add element from raw shortcode -->
     122                        <li class="jsn-item full-width" data-value='raw'
     123                            data-sort='shortcode'><textarea id="raw_shortcode"></textarea>
    123124
    124                         <div class="text-center rawshortcode-container">
    125                             <button class="shortcode-item btn btn-success"
    126                                 data-shortcode="raw" id="rawshortcode-add">
    127                                 <?php _e( 'Add Element', WR_PBL ); ?>
    128                             </button>
    129                         </div>
    130                     </li>
    131                 </ul>
    132                 <p style="text-align: center">
     125                            <div class="text-center rawshortcode-container">
     126                                <button class="shortcode-item btn btn-success"
     127                                    data-shortcode="raw" id="rawshortcode-add">
     128                                    <?php _e( 'Add Element', WR_PBL ); ?>
     129                                </button>
     130                            </div>
     131                        </li>
     132                    </ul>
     133
     134                    <p class="new-product">
     135                        <?php echo _e( 'Check new product', WR_PBL ); ?>
     136                         - <a href="http://nitro.woorockets.com/?utm_source=PageBuilder&utm_medium=BuilderGUI&utm_campaign=CrossPromoPlugins" target="_blank">Nitro</a>
     137                    </p>
     138                </div>
     139
     140                <!-- <p style="text-align: center"> -->
    133141                <?php // echo esc_html( __( 'Want to add more elements?', WR_PBL ) ); ?>
    134142                    &nbsp;<!--a target="_blank"
  • wr-pagebuilder/trunk/templates/settings.php

    r1177157 r1492609  
    6666    // show options form
    6767    ?>
    68     <form method="POST" action="options.php">
    69     <?php
    70     $page = 'wr-pb-settings';
    71     settings_fields( $page );
    72     do_settings_sections( $page );
    73     submit_button();
    74     ?>
    75     </form>
    76 
    77     <div id="wr-promo-ab">
    78             <h3>Premium<br>
    79             WooCommerce Themes</h3>
    80             <ul>
    81             <li><span><img src="<?php echo WR_PB_URI; ?>assets/woorockets/images/about-us/excellent-icon.png"></span>Excellent designs</li>
    82             <li><span><img src="<?php echo WR_PB_URI; ?>assets/woorockets/images/about-us/unlimited-icon.png"></span>Unlimited customization ability</li>
    83             <li><span><img src="<?php echo WR_PB_URI; ?>assets/woorockets/images/about-us/additional-icon.png"></span>Additional eCommerce features</li>
    84             </ul>
    85             <p class="btn-premium"><a href="http://www.woorockets.com/themes/?utm_source=PageBuilder&utm_medium=Setting&utm_campaign=Cross%20Promo%20Banner" target="_blank"><strong>View the collection now</strong><br>
    86             <span>And learn how our themes can boost your business!</span></a></p>
     68
     69    <div class="wr-setting">
     70        <form method="POST" action="options.php">
     71            <?php
     72            $page = 'wr-pb-settings';
     73            settings_fields( $page );
     74            do_settings_sections( $page );
     75            submit_button();
     76            ?>
     77        </form>
     78        <div id="wr-promo-ab">
     79            <div class="logo-slogan">
     80                <img src="http://www.woorockets.com/images/nitro-logo-white.png" />
     81                <p><?php _e( 'Universal<br>WooCommerce Theme<br>from ecommerce experts', WR_PBL ); ?></p>
     82            </div>
     83            <p class="btn-premium"><a href="http://nitro.woorockets.com/?utm_source=PageBuilder&utm_medium=SettingsPage&utm_campaign=CrossPromoPlugins" target="_blank"><?php _e( 'Explore Now', WR_PBL ); ?></a></p>
     84        </div>
    8785    </div>
    88 
    8986</div>
    9087
     
    122119        .wr-accordion-content { padding: 0; border-top: 1px solid #E5E5E5; line-height: 0; display: none; }
    123120
     121        .wr-setting {
     122            display: -webkit-box;
     123            display: -webkit-flex;
     124            display: -ms-flexbox;
     125            display: flex;
     126        }
     127        .wr-setting form {
     128            -webkit-box-flex: 1;
     129            -webkit-flex: 1 0;
     130            -ms-flex: 1 0;
     131            flex: 1 0;
     132        }
     133        .wr-setting form .submit {
     134            padding-bottom: 0;
     135            margin-bottom: 0;
     136        }
     137
    124138        /*** Premium ***/
    125139        #wr-promo-ab {
    126           background: url(' . WR_PB_URI . 'assets/woorockets/images/about-us/bg-wr-promo.jpg) center top no-repeat;
    127           background-size: auto 100%;
    128           text-align: center;
    129           overflow: hidden;
    130           font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    131           width: 1030px;
    132           margin-top: 20px;
    133         }
    134         #wr-promo-ab h3 {
    135             margin: 70px 0 30px;
    136             color: #fff;
    137             font-size: 32px;
    138             font-weight: bold;
    139             line-height: 1.1;
    140         }
    141         #wr-promo-ab ul {
    142             margin: 0 10px 25px 10px;
    143             padding: 0;
    144             list-style: none;
    145             color: #6c7885;
    146         }
    147         #wr-promo-ab li {
    148             display: inline-block;
    149             line-height: 31px;
    150             margin: 0 5px 10px;
    151         }
    152         #wr-promo-ab li span {
    153             background: #6c7886;
    154             float: left;
    155             border-radius: 50%;
    156             -o-border-radius: 50%;
    157             -ms-border-radius: 50%;
    158             -moz-border-radius: 50%;
    159             -webkit-border-radius: 50%;
    160             margin: 0 5px 0 0;
    161         }
    162         #wr-promo-ab li img {
    163             margin: 8px;
    164             float: left !important;
    165         }
     140            background: url(' . WR_PB_URI . 'assets/woorockets/images/about-us/bg-wr-promo.jpg) center top no-repeat;
     141            background-size: cover;
     142            text-align: center;
     143            overflow: hidden;
     144            font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
     145            width: 1030px;
     146            margin-top: 20px;
     147            width: 250px;
     148            margin: 0 0 0 30px;
     149            display: -webkit-box;
     150            display: -webkit-flex;
     151            display: -ms-flexbox;
     152            display: flex;
     153            -webkit-box-orient: vertical;
     154            -webkit-box-direction: normal;
     155            -webkit-flex-direction: column;
     156            -ms-flex-direction: column;
     157            flex-direction: column;
     158            -webkit-box-pack: center;
     159            -webkit-justify-content: center;
     160            -ms-flex-pack: center;
     161            justify-content: center;
     162        }
     163        #wr-promo-ab .logo-slogan p {
     164            color: #fff;
     165            font-size: 18px;
     166            font-weight: bold;
     167            margin: 20px 0 50px;
     168        }
     169
    166170        #wr-promo-ab .btn-premium {
    167             margin: 0 0 60px 0;
    168         }
     171            margin: 0;
     172        }
     173
    169174        #wr-promo-ab .btn-premium a {
    170175            display: inline-block;   
     
    190195            -moz-transition: all 0.3s;
    191196            -webkit-transition: all 0.3s;
    192         }
    193         #wr-promo-ab .btn-premium strong {
    194             font-size: 18px;
     197            font-size: 13px;
    195198        }
    196199        #wr-promo-ab .btn-premium a:hover {
     
    204207        }
    205208
    206         @media only screen and (max-width: 1232px), (max-device-width: 1232px) {
     209        @media screen and (max-width:840px){
     210            .wr-setting {
     211                -webkit-flex-wrap: wrap;
     212                -ms-flex-wrap: wrap;
     213                flex-wrap: wrap;
     214            }
     215            .wr-setting form {
     216                width: 100%;
     217                margin-bottom: 30px;
     218            }
    207219            #wr-promo-ab {
    208                 width:100%
     220                width: 100%;
     221                margin: 0;
     222                padding: 20px;
    209223            }
    210         }
    211 
    212         @media only screen and (max-width: 768px), (max-device-width: 768px) {
    213           #wr-promo-ab ul {
    214             width: 270px;
    215             margin-right: auto;
    216             margin-left: auto;
    217           }
    218           #wr-promo-ab ul li {
    219             display: block;
    220             text-align: left;
    221             margin-left: 0;
    222             margin-bottom: 20px;
    223           }
    224224        }
    225225
  • wr-pagebuilder/trunk/wr-pagebuilder.php

    r1363759 r1492609  
    33 * Plugin Name: WR PageBuilder
    44 * Plugin URI:  http://www.woorockets.com
    5  * Description: Awesome content builder for Wordpress websites
    6  * Version:     2.5.4
     5 * Description: Awesome content builder for Wordpress websites. Check new product - <a href="http://nitro.woorockets.com/?utm_source=PageBuilder&utm_medium=PluginDescription&utm_campaign=CrossPromoPlugins">Nitro</a>.
     6 * Version:     2.5.5
    77 * Author:      WooRockets Team <[email protected]>
    88 * Author URI:  http://www.wordpress.org/plugins/wr-pagebuilder
Note: See TracChangeset for help on using the changeset viewer.