Plugin Directory

Changeset 1177161


Ignore:
Timestamp:
06/09/2015 03:20:41 AM (11 years ago)
Author:
woorockets
Message:

Release version 1.1.9

Location:
wr-contactform/trunk
Files:
5 added
7 edited

Legend:

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

    r1171535 r1177161  
    8484 * Fixed blank Add New form on Xampp
    8585 * Fixed some bugs on our themes
     86
     87= 1.1.9 =
     88 * Changed banners in back-end
  • wr-contactform/trunk/assets/css/about-us.css

    r1086097 r1177161  
    7979}
    8080#wr-about .content-about .info .twitter-follow-button{
    81     position: absolute;
     81    position: absolute !important;
    8282    top: 50%;
    8383    right: 15px;
  • wr-contactform/trunk/helpers/action-hook.php

    r1119376 r1177161  
    419419     */
    420420    public static function insert_banner() {
    421         $banner1 = '<img width=\"278\" height=\"156\" src=\"' . WR_CONTACTFORM_URI . 'assets/images/banners/PageBuilder_S.jpg' . '\" alt=\"Page Builder\" />';
    422         $link1 = '<a style=\"display: block; margin: 0px 1px 20px 1px; line-height: 0;\" href=\"http://www.woorockets.com/plugins/wr-pagebuilder/?utm_source=ContactForm%20Edit%20Page&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins\" target=\"_blank\">' . $banner1 . '</a>';
    423         $banner2 = '<img width=\"278\" height=\"156\" src=\"' . WR_CONTACTFORM_URI . 'assets/images/banners/MegaMenu_S.jpg' . '\" alt=\"Mega Menu\" />';
    424         $link2 = '<a style=\"display: block; margin: 0px 1px 20px 1px; line-height: 0;\" href=\"http://www.woorockets.com/plugins/wr-megamenu/?utm_source=ContactForm%20Edit%20Page&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins\" target=\"_blank\">' . $banner2 . '</a>';
    425         $banner3 = '<img width=\"278\" height=\"156\" src=\"' . WR_CONTACTFORM_URI . 'assets/images/banners/Corsa_S.jpg' . '\" alt=\"Corsa\" />';
    426         $link3 = '<a style=\"display: block; margin: 0px 1px 20px 1px; line-height: 0;\" href=\"http://www.woorockets.com/themes/corsa/?utm_source=ContactForm%20Edit%20Page&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins\" target=\"_blank\">' . $banner3 . '</a>';
     421            $style = '
     422            /*** Premium ***/
     423            #wr-promo-ab {
     424                background: url(' . WR_CONTACTFORM_URI . 'assets/images/about-us/bg-wr-promo-2.jpg) center top no-repeat;
     425                background-size: auto 100%;
     426                text-align: center;
     427                overflow: hidden;
     428                font-family: \'Open Sans\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;
     429            }
     430            #wr-promo-ab h3 {
     431                margin: 180px 0 15px;
     432                color: #fff;
     433                font-size: 25px;
     434                font-weight: bold;
     435            }
     436            #wr-promo-ab ul {
     437                margin: 0 auto 25px auto;
     438                padding: 0;
     439                list-style: none;
     440                color: #6c7885;
     441                width: 250px;
     442            }
     443            #wr-promo-ab li {
     444                line-height: 31px;
     445                margin: 0 5px 10px;
     446                text-align: left;
     447                list-style: none;
     448                background: none;
     449                padding: 0;
     450            }
     451            #wr-promo-ab li span {
     452                background: #6c7886;
     453                float: left;
     454                border-radius: 50%;
     455                -o-border-radius: 50%;
     456                -ms-border-radius: 50%;
     457                -moz-border-radius: 50%;
     458                -webkit-border-radius: 50%;
     459                margin: 0 5px 0 0;
     460            }
     461            #wr-promo-ab li img {
     462                margin: 8px;
     463                float: left !important;
     464            }
     465            #wr-promo-ab .btn-premium {
     466                margin: 0 0 78px 0;
     467            }
     468            #wr-promo-ab .btn-premium a {
     469                display: inline-block;
     470                margin: 0 10px;
     471                background: #418858;
     472                color: #fff;
     473                padding: 10px 5px;
     474                border-radius: 3px;
     475                -o-border-radius: 3px;
     476                -ms-border-radius: 3px;
     477                -moz-border-radius: 3px;
     478                -webkit-border-radius: 3px;
     479                font-size: 11px;
     480                box-shadow: 0 4px 0 0 #2a6d40;
     481                -o-box-shadow: 0 4px 0 0 #2a6d40;
     482                -ms-box-shadow: 0 4px 0 0 #2a6d40;
     483                -moz-box-shadow: 0 4px 0 0 #2a6d40;
     484                -webkit-box-shadow: 0 4px 0 0 #2a6d40;
     485                text-decoration: none;
     486                transition: all 0.3s;
     487                -o-transition: all 0.3s;
     488                -ms-transition: all 0.3s;
     489                -moz-transition: all 0.3s;
     490                -webkit-transition: all 0.3s;
     491            }
     492            #wr-promo-ab .btn-premium strong {
     493                font-size: 18px;
     494            }
     495            #wr-promo-ab .btn-premium a:hover {
     496                background: #2a6d40;
     497                text-decoration:none;
     498                box-shadow: 0 4px 0 0 #418858;
     499                -o-box-shadow: 0 4px 0 0 #418858;
     500                -ms-box-shadow: 0 4px 0 0 #418858;
     501                -moz-box-shadow: 0 4px 0 0 #418858;
     502                -webkit-box-shadow: 0 4px 0 0 #418858;
     503            }
     504            @media only screen and (max-width: 1200px) and (min-width: 768px), (max-device-width: 1200px) and (max-device-width: 768px) {
     505                #wr-promo-ab .btn-premium a {
     506                    padding: 10px 0;
     507                    margin: 0 10px;
     508                }
     509                #wr-promo-ab .btn-premium strong {
     510                    font-size:16px;
     511                }
     512            }
     513        ';
     514        WR_CF_Init_Assets::inline( 'css', $style );
     515
     516        $content = '<div id=\"wr-promo-ab\"><h3>Premium<br> WooCommerce Themes</h3><ul><li><span><img src=\"' . WR_CONTACTFORM_URI . 'assets/images/about-us/excellent-icon.png\"></span>Excellent designs</li><li><span><img src=\"' . WR_CONTACTFORM_URI . 'assets/images/about-us/unlimited-icon.png\"></span>Unlimited customization ability</li><li><span><img src=\"' . WR_CONTACTFORM_URI . 'assets/images/about-us/additional-icon.png\"></span>Additional eCommerce features</li></ul><p class=\"btn-premium\"><a href=\"http://www.woorockets.com/themes/?utm_source=ContactForm&utm_medium=Editor&utm_campaign=Cross%20Promo%20Banner\" target=\"_blank\"><strong>View the collection now</strong><br><span>And learn how our themes can boost your business!</span></a></p></div>';
     517
    427518        $script = '
    428             $("#side-sortables").append("' . $link1 . $link2 . $link3 . '");
     519            $("#side-sortables").append("' . $content . '");
    429520        ';
    430521        WR_CF_Init_Assets::inline( 'js', $script );
     522
     523
    431524    }
    432525
  • wr-contactform/trunk/helpers/contactform.php

    r1140354 r1177161  
    13191319                    <div class="pull-left">
    13201320                        <div>
    1321                             <a href="http://www.woorockets.com/plugins/wr-contactform/?utm_source=ContactForm%20Backend&utm_medium=Text&utm_campaign=Powered%20By" target="_blank">WR ContactForm</a> by <a href="http://www.woorockets.com/?utm_source=ContactForm%20Backend&utm_medium=Text&utm_campaign=Powered%20By" target="_blank">WooRockets.com</a>
     1321                            Powered by <a href="http://www.woorockets.com/?utm_source=ContactForm%20Backend&utm_medium=Text&utm_campaign=Powered%20By" target="_blank">WooRockets.com</a> | <a href="http://www.woorockets.com/docs/wr-contactform-user-manual/?utm_source=ContactForm%20Backend&utm_medium=Text&utm_campaign=Powered%20By" target="_blank">Documentation</a>
    13221322                        </div>
    1323                         <div>
    1324                             <a href="http://www.woorockets.com/docs/wr-contactform-user-manual/?utm_source=ContactForm%20Backend&utm_medium=Text&utm_campaign=Powered%20By" target="_blank">Documentation</a> |
    1325                             <a href="http://www.woorockets.com/forum/product-support/wr-contactform/?utm_source=ContactForm%20Backend&utm_medium=Text&utm_campaign=Powered%20By" target="_blank">Support</a>
    1326                         </div>
    1327                     </div>
    1328                     <div class="pull-right">
    1329                         <span class="wr-other-free-plugins-text">Other free plugins</span>
    1330                         <a class="wr-logo-40 pagebuilder" href="http://www.woorockets.com/plugins/wr-pagebuilder/?utm_source=ContactForm%20Footer&utm_medium=icon&utm_campaign=Cross%20Promo%20Plugins" target="_blank"></a>
    1331                         <a class="wr-logo-40 megamenu" href="http://www.woorockets.com/plugins/wr-megamenu/?utm_source=ContactForm%20Footer&utm_medium=icon&utm_campaign=Cross%20Promo%20Plugins" target="_blank"></a>
    13321323                    </div>
    13331324                    <div class="clearbreak"></div>
  • wr-contactform/trunk/libraries/form/tmpl/form-about-us.php

    r1119376 r1177161  
    2323            #wr-header {height: 172px; }
    2424        }
     25
     26        /*** Premium ***/
     27        #wr-promo-ab {
     28            background: url(' . WR_CONTACTFORM_URI . 'assets/images/about-us/bg-wr-promo.jpg) center top no-repeat;
     29            background-size: auto 100%;
     30            text-align: center;
     31            margin-bottom: 40px;
     32        }
     33        #wr-promo-ab h3 {
     34            margin: 70px 0 30px;
     35            font-size: 32px;
     36            line-height: 1.1;
     37        }
     38        #wr-promo-ab ul {
     39            margin: 0 10px 25px 10px;
     40            width: auto;
     41        }
     42        #wr-promo-ab li {
     43            display: inline-block;
     44            float: initial;
     45        }
     46        #wr-promo-ab li span {
     47            background: #6c7886;
     48            float: left;
     49            border-radius: 50%;
     50            -o-border-radius: 50%;
     51            -ms-border-radius: 50%;
     52            -moz-border-radius: 50%;
     53            -webkit-border-radius: 50%;
     54            margin: 0 5px 0 0;
     55        }
     56        #wr-promo-ab .btn-premium a {
     57            padding: 10px 25px;
     58            margin: 0;
     59        }
     60
     61        @media only screen and (max-width: 768px), (max-device-width: 768px) {
     62          #wr-promo-ab ul {
     63            width: 270px;
     64            margin-right: auto;
     65            margin-left: auto;
     66          }
     67          #wr-promo-ab ul li {
     68            display: block;
     69            text-align: left;
     70            margin-left: 0;
     71            margin-bottom: 20px;
     72          }
     73        }
     74
    2575    ';
    2676    WR_CF_Init_Assets::inline( 'css', $style );
     
    147197    </div>
    148198
    149     <div id="our-blog">
    150         <div class="left-ourblog">
    151             <a class="link" target = "_black" href="http://www.woorockets.com/blog/?utm_source=ContactForm%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins"></a>
    152             <h3><?php _e( 'Learn more from <strong>OUR BLOG</strong>', WR_CONTACTFORM_TEXTDOMAIN ); ?></h3>
    153             <span></span>
    154             <p><?php _e( 'Follow our blog for latest news, tutorials & interviews about WooComerce & WordPress', WR_CONTACTFORM_TEXTDOMAIN ); ?></p>
    155         </div>
    156         <div class="right-ourblog">
    157             <h3><?php _e( 'SEE OUR OTHER AWESOMENESS', WR_CONTACTFORM_TEXTDOMAIN ); ?></h3>
    158             <span>***</span>
    159             <div class="list-product">
    160                 <div class="item-product">
    161                     <div class="img-product"><a target="_blank" href="http://www.woorockets.com/freebie/?utm_source=ContactForm%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins"><img src="<?php echo WR_CONTACTFORM_URI . 'assets/images/about-us/freebies.png'; ?>"  /></a></div>
    162                     <h4><a target="_blank" href="http://www.woorockets.com/freebie/?utm_source=ContactForm%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins"><?php _e( 'Freebies download', WR_CONTACTFORM_TEXTDOMAIN ); ?></a></h4>
    163                 </div>
    164                 <div class="item-product">
    165                     <div class="img-product"><a target="_blank" href="http://www.woorockets.com/plugins/wr-pagebuilder/?utm_source=ContactForm%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins"><img src="<?php echo WR_CONTACTFORM_URI . 'assets/images/about-us/page-builder.png'; ?>"  /></a></div>
    166                     <h4><a target="_blank" href="http://www.woorockets.com/plugins/wr-pagebuilder/?utm_source=ContactForm%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins">WR PageBuilder</a></h4>
    167                 </div>
    168                 <div class="item-product">
    169                     <div class="img-product"><a target="_blank" href="http://www.woorockets.com/themes/corsa/?utm_source=ContactForm%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins"><img src="<?php echo WR_CONTACTFORM_URI . 'assets/images/about-us/corsa.png'; ?>"  /></a></div>
    170                     <h4><a target="_blank" href="http://www.woorockets.com/themes/corsa/?utm_source=ContactForm%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins"><?php _e( 'Corsa theme', WR_CONTACTFORM_TEXTDOMAIN ); ?></a></h4>
    171                 </div>
    172             </div>
    173         </div>
     199    <div id="wr-promo-ab">
     200        <h3>Premium<br>
     201        WooCommerce Themes</h3>
     202        <ul>
     203        <li><span><img src="<?php echo WR_CONTACTFORM_URI; ?>assets/images/about-us/excellent-icon.png"></span>Excellent designs</li>
     204        <li><span><img src="<?php echo WR_CONTACTFORM_URI; ?>assets/images/about-us/unlimited-icon.png"></span>Unlimited customization ability</li>
     205        <li><span><img src="<?php echo WR_CONTACTFORM_URI; ?>assets/images/about-us/additional-icon.png"></span>Additional eCommerce features</li>
     206        </ul>
     207        <p class="btn-premium"><a href="http://www.woorockets.com/themes/?utm_source=ContactForm&utm_medium=About&utm_campaign=Cross%20Promo%20Banner" target="_blank"><strong>View the collection now</strong><br>
     208        <span>And learn how our themes can boost your business!</span></a></p>
    174209    </div>
    175210
  • wr-contactform/trunk/libraries/form/tmpl/form-settings.php

    r1038688 r1177161  
    108108    </form>
    109109
    110     <!-- Banners -->
    111     <div class="wr-banner-wrapper">
    112         <h3>See our other free awesomeness</h3>
    113         <a class="wr-banner" href="http://www.woorockets.com/plugins/wr-megamenu/?utm_source=ContactForm%20Setting&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins" target="_blank">
    114             <img width="278" height="156" src="<?php echo WR_CONTACTFORM_URI . 'assets/images/banners/MegaMenu_S.jpg'; ?>" alt="WR Mega Menu" />
    115         </a>
    116         <a class="wr-banner" href="http://www.woorockets.com/plugins/wr-pagebuilder/?utm_source=ContactForm%20Setting&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins" target="_blank">
    117             <img width="278" height="156" src="<?php echo WR_CONTACTFORM_URI . 'assets/images/banners/PageBuilder_S.jpg'; ?>" alt="WR Page Builder" />
    118         </a>
    119         <a class="wr-banner" href="http://www.woorockets.com/themes/corsa/?utm_source=ContactForm%20Setting&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins" target="_blank">
    120             <img width="278" height="156" src="<?php echo WR_CONTACTFORM_URI . 'assets/images/banners/Corsa_S.jpg'; ?>" alt="WR Corsa" />
    121         </a>
     110    <div id="wr-promo-ab">
     111        <h3>Premium<br>
     112        WooCommerce Themes</h3>
     113        <ul>
     114            <li><span><img src="<?php echo WR_CONTACTFORM_URI; ?>assets/images/about-us/excellent-icon.png"></span>Excellent designs</li>
     115            <li><span><img src="<?php echo WR_CONTACTFORM_URI; ?>assets/images/about-us/unlimited-icon.png"></span>Unlimited customization ability</li>
     116            <li><span><img src="<?php echo WR_CONTACTFORM_URI; ?>assets/images/about-us/additional-icon.png"></span>Additional eCommerce features</li>
     117        </ul>
     118        <p class="btn-premium"><a href="http://www.woorockets.com/themes/?utm_source=ContactForm&utm_medium=Setting&utm_campaign=Cross%20Promo%20Banner" target="_blank"><strong>View the collection now</strong><br>
     119        <span>And learn how our themes can boost your business!</span></a></p>
    122120    </div>
     121
    123122</div>
    124123<?php
     
    148147$style = '
    149148    .wr-banner-wrapper .wr-banner { float: left; line-height: 0; margin: 0px 10px 0px 10px; }
     149
     150    /*** Premium ***/
     151    #wr-promo-ab {
     152        background: url(' . WR_CONTACTFORM_URI . 'assets/images/about-us/bg-wr-promo.jpg) center top no-repeat;
     153        background-size: auto 100%;
     154        text-align: center;
     155        width: 1030px;
     156        margin-top: 20px;
     157    }
     158    #wr-promo-ab h3 {
     159        margin: 70px 0 30px;
     160        font-size: 32px;
     161        line-height: 1.1;
     162    }
     163    #wr-promo-ab ul {
     164        margin: 0 10px 25px 10px;
     165        width: auto;
     166    }
     167    #wr-promo-ab li {
     168        display: inline-block;
     169        float: initial;
     170    }
     171    #wr-promo-ab li span {
     172        background: #6c7886;
     173        float: left;
     174        border-radius: 50%;
     175        -o-border-radius: 50%;
     176        -ms-border-radius: 50%;
     177        -moz-border-radius: 50%;
     178        -webkit-border-radius: 50%;
     179        margin: 0 5px 0 0;
     180    }
     181    #wr-promo-ab .btn-premium a {
     182        padding: 10px 25px;
     183        margin: 0;
     184    }
     185   
     186
     187    @media only screen and (max-width: 1232px), (max-device-width: 1232px) {
     188        #wr-promo-ab {
     189            width:100%
     190        }
     191    }
     192
     193    @media only screen and (max-width: 768px), (max-device-width: 768px) {
     194      #wr-promo-ab ul {
     195        width: 270px;
     196        margin-right: auto;
     197        margin-left: auto;
     198      }
     199      #wr-promo-ab ul li {
     200        display: block;
     201        text-align: left;
     202        margin-left: 0;
     203        margin-bottom: 20px;
     204      }
     205    }
    150206';
    151207WR_CF_Init_Assets::inline( 'css', $style );
  • wr-contactform/trunk/main.php

    r1140354 r1177161  
    44 * Plugin URI: http://woorockets.com
    55 * Description: Super easy form builder bringing to your Wordpress website contact form, survey and much more.
    6  * Version: 1.1.8
     6 * Version: 1.1.9
    77 * Author: WooRockets Team <[email protected]>
    88 * Author URI: http://woorockets.com
Note: See TracChangeset for help on using the changeset viewer.