Plugin Directory

Changeset 1496887


Ignore:
Timestamp:
09/16/2016 12:08:14 PM (10 years ago)
Author:
woorockets
Message:

Release version 1.1.4

Location:
wr-megamenu/trunk
Files:
17 edited

Legend:

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

    r1235032 r1496887  
    1212
    1313== Description ==
     14
     15> Big Announcement for Sep 2016!
     16
     17> We’ve took into account your feedback and released a brand new version WR PageBuilder is compatible with latest version WordPress and latest plugins.
     18
     19> Another 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.
     20
     21> Check now at <a href="http://nitro.woorockets.com">http://nitro.woorockets.com</a>
     22
     23> <i>Published by 8 Sep.</i>
     24
    1425WR Mega Menu is a Powerful, Responsive, and User-Oriented WordPress menu plugin with a Dedicated, Intuitive menu builder. It gives you a complete control at designing and customizing your menu exactly the way you want.
    1526
     
    104115= 1.1.3 =
    105116 * Fix compability on Wordpress 4.3
     117
     118= 1.1.4 =
     119 * Fixed mass major bugs
  • wr-megamenu/trunk/assets/css/backend.css

    r1029073 r1496887  
    318318}
    319319
     320#wr-add-element .new-product {
     321    text-align: center;
     322    margin: 0;
     323    padding: 10px 0;
     324}
     325#wr-add-element .new-product a {
     326    color: #428bca;
     327}
     328
    320329.ui-dialog {
    321330    z-index: 100000 !important;
  • wr-megamenu/trunk/assets/css/frontend.css

    r1158422 r1496887  
    106106        margin: 0;
    107107        padding: 0;
    108         filter: alpha(opacity=0);
    109108        -webkit-opacity: 0;
    110109        -moz-opacity: 0;
     
    191190}
    192191.wr-megamenu-container a {
    193     color: #fff;
     192    color: #333;
    194193    display: block;
    195194}
     
    235234}
    236235.wr-element-submenu .submenu-items ul {
    237     margin-left: 0;
    238     position: absolute !important;
     236    margin-left: 20px !important;
     237    position: static !important;
     238    -webkit-opacity: 1 !important;
     239    -moz-opacity: 1 !important;
     240    -ms-opacity: 1 !important;
     241    -o-opacity: 1 !important;
     242    opacity: 1 !important;
     243    -webkit-transform: translateY(0px)  !important;
     244    -moz-transform: translateY(0px)  !important;
     245    -ms-transform: translateY(0px)  !important;
     246    -o-transform: translateY(0px)  !important;
     247    transform: translateY(0px)  !important;
     248
     249    -webkit-box-shadow: none !important;
     250    -moz-box-shadow: none !important;
     251    -ms-box-shadow: none !important;
     252    -o-box-shadow: none !important;
     253    box-shadow: none !important;
     254
     255    border: none !important;
     256    visibility: visible !important;
    239257}
    240258.wr-element-submenu .submenu-items.has-sub > li > a {
  • wr-megamenu/trunk/assets/woorockets/css/about-us.css

    r1177160 r1496887  
    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-megamenu/trunk/includes/core/frontend.php

    r1134429 r1496887  
    1818
    1919    private $echo = null;
     20
     21    private $list_id_profile_rendered = array();
    2022   
    2123    /**
     
    3739    function get_args( $args ) {
    3840        $this->profile_id = WR_Megamenu_Helpers_Functions::get_profile_by_location( $args['theme_location'] );
     41
     42        if( in_array( $this->profile_id , $this->list_id_profile_rendered ) ) {
     43            return $args;
     44        } else {
     45            $this->list_id_profile_rendered[] = $this->profile_id;
     46        }
    3947
    4048        if ( $this->profile_id ) {
  • wr-megamenu/trunk/includes/helpers/html/select-media.php

    r1001124 r1496887  
    2222        $_filter_type = isset( $element['filter_type'] ) ? $element['filter_type'] : 'image';
    2323        $output = '<div class="input-append row-fluid input-group">
    24                             <input type="text" class="' . $element['class'] . '" value="' . $element['std'] . '" id="' . $element['id'] . '">
     24                            <input disabled="disabled" type="text" class="' . $element['class'] . '" value="' . $element['std'] . '" id="' . $element['id'] . '">
    2525                            <span class="input-group-addon select-media btn btn-default" filter_type="' . $_filter_type . '" id="' . $element['id'] . '_button">...</span>
    2626                            <span class="input-group-addon select-media-remove btn btn-default"><i class="icon-remove"></i></span>
  • wr-megamenu/trunk/includes/helpers/modal.php

    r1177160 r1496887  
    359359     */
    360360    public static function get_footer() {
    361         $footer = '<div class="jsn-bootstrap3 wr-megamenu-footer">
    362                 <hr />
    363                 <div class="pull-left">
    364                     <div>
    365                         Powered by
    366                         <a target="_blank" href="http://www.woorockets.com/?utm_source=MegaMenu%20Backend&utm_medium=Text&utm_campaign=Powered%20By">' . __( 'WooRockets.com', WR_MEGAMENU_TEXTDOMAIN ) . '</a> | <a target="_blank" href="http://www.woorockets.com/docs/wr-megamenu-user-manual/?utm_source=MegaMenu%20Backend&utm_medium=Text&utm_campaign=Powered%20By">' . __( 'Documentation', WR_MEGAMENU_TEXTDOMAIN ) . '</a>
    367                     </div>
     361        $footer = '
     362        <div class="jsn-bootstrap3 wr-megamenu-footer">
     363            <hr />
     364            <div class="pull-left">
     365                <div>
     366                    ' . __( 'Check new product', WR_MEGAMENU_TEXTDOMAIN ) . ' - <a href="http://nitro.woorockets.com/?utm_source=MegaMenu&utm_medium=BuilderGUI&utm_campaign=CrossPromoPlugins" target="_blank">Nitro</a>
    368367                </div>
    369                 <div class="clearbreak"></div>
    370             </div>';
     368            </div>
     369            <div class="pull-right">
     370                <div>
     371                    ' . __( 'Powered by', WR_MEGAMENU_TEXTDOMAIN ) . '
     372                    <a href="http://www.woorockets.com/?utm_source=MegaMenu&utm_medium=BuilderGUI&utm_campaign=PoweredBy" target="_blank">WooRockets.com</a>
     373                </div>
     374            </div>
     375            <div class="clearbreak"></div>
     376        </div>';
    371377       
    372378        return apply_filters( 'wr_megamenu_modal_footer', $footer );
  • wr-megamenu/trunk/includes/plugin/plugin.php

    r1177160 r1496887  
    108108            /*** Premium ***/
    109109            #wr-promo-ab {
    110                 background: url(' . WR_MEGAMENU_ROOT_URL . 'assets/woorockets/images/about-us/bg-wr-promo-2.jpg) center top no-repeat;
    111                 background-size: auto 100%;
     110                background: url(' . WR_MEGAMENU_ROOT_URL . 'assets/woorockets/images/about-us/bg-wr-promo.jpg) center top no-repeat;
     111                background-size: cover;
    112112                text-align: center;
    113113                overflow: hidden;
    114                 font-family: \'Open Sans\', \'Helvetica Neue\', Helvetica, Arial, sans-serif;
     114                font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
     115                padding: 100px 0;
    115116            }
    116             #wr-promo-ab h3 {
    117                 margin: 180px 0 15px;
     117            #wr-promo-ab .logo-slogan p {
     118                color: #fff;
     119                font-size: 18px;
     120                font-weight: bold;
     121                margin: 20px 0 50px;
     122            }
     123
     124            #wr-promo-ab .btn-premium {
     125                margin: 0;
     126            }
     127
     128            #wr-promo-ab .btn-premium a {
     129                display: inline-block;   
     130                margin: 0;
     131                background: #418858;
    118132                color: #fff;
    119                 font-size: 25px;
    120                 font-weight: bold;
    121             }
    122             #wr-promo-ab ul {
    123                 margin: 0 auto 25px auto;
    124                 padding: 0;
    125                 list-style: none;
    126                 color: #6c7885;
    127                 width: 250px;
    128             }
    129             #wr-promo-ab li {
    130                 line-height: 31px;
    131                 margin: 0 5px 10px;
    132                 text-align: left;
    133                 list-style: none;
    134                 background: none;
    135                 padding: 0;
    136             }
    137             #wr-promo-ab li span {
    138                 background: #6c7886;
    139                 float: left;
    140                 border-radius: 50%;
    141                 -o-border-radius: 50%;
    142                 -ms-border-radius: 50%;
    143                 -moz-border-radius: 50%;
    144                 -webkit-border-radius: 50%;
    145                 margin: 0 5px 0 0;
    146             }
    147             #wr-promo-ab li img {
    148                 margin: 8px;
    149                 float: left !important;
    150             }
    151             #wr-promo-ab .btn-premium {
    152                 margin: 0 0 78px 0;
    153             }
    154             #wr-promo-ab .btn-premium a {
    155                 display: inline-block;
    156                 margin: 0 10px;
    157                 background: #418858;
    158                 color: #fff;
    159                 padding: 10px 5px;
    160                 border-radius: 3px;
    161                 -o-border-radius: 3px;
    162                 -ms-border-radius: 3px;
    163                 -moz-border-radius: 3px;
    164                 -webkit-border-radius: 3px;
    165                 font-size: 11px;
    166                 box-shadow: 0 4px 0 0 #2a6d40;
    167                 -o-box-shadow: 0 4px 0 0 #2a6d40;
    168                 -ms-box-shadow: 0 4px 0 0 #2a6d40;
    169                 -moz-box-shadow: 0 4px 0 0 #2a6d40;
    170                 -webkit-box-shadow: 0 4px 0 0 #2a6d40;
    171                 text-decoration: none;
    172                 transition: all 0.3s;
    173                 -o-transition: all 0.3s;
    174                 -ms-transition: all 0.3s;
    175                 -moz-transition: all 0.3s;
    176                 -webkit-transition: all 0.3s;
    177             }
    178             #wr-promo-ab .btn-premium strong {
    179                 font-size: 18px;
     133                padding: 10px 25px;
     134                border-radius: 3px;
     135                -o-border-radius: 3px;
     136                -ms-border-radius: 3px;
     137                -moz-border-radius: 3px;
     138                -webkit-border-radius: 3px;
     139                font-size: 11px;
     140                box-shadow: 0 4px 0 0 #2a6d40;
     141                -o-box-shadow: 0 4px 0 0 #2a6d40;
     142                -ms-box-shadow: 0 4px 0 0 #2a6d40;
     143                -moz-box-shadow: 0 4px 0 0 #2a6d40;
     144                -webkit-box-shadow: 0 4px 0 0 #2a6d40;
     145                text-decoration: none;
     146                transition: all 0.3s;
     147                -o-transition: all 0.3s;
     148                -ms-transition: all 0.3s;
     149                -moz-transition: all 0.3s;
     150                -webkit-transition: all 0.3s;
     151                font-size: 13px;
    180152            }
    181153            #wr-promo-ab .btn-premium a:hover {
     
    188160                -webkit-box-shadow: 0 4px 0 0 #418858;
    189161            }
    190             @media only screen and (max-width: 1200px) and (min-width: 768px), (max-device-width: 1200px) and (max-device-width: 768px) {
    191                 #wr-promo-ab .btn-premium a {
    192                     padding: 10px 0;
    193                     margin: 0 10px;
    194                 }
    195                 #wr-promo-ab .btn-premium strong {
    196                     font-size:16px;
    197                 }
    198             }
    199162        ';
    200163        WR_Megamenu_Init_Assets::inline( 'css', $style );
    201164
    202         $content = '<div id=\"wr-promo-ab\"><h3>Premium<br> WooCommerce Themes</h3><ul><li><span><img src=\"' . WR_MEGAMENU_ROOT_URL . 'assets/woorockets/images/about-us/excellent-icon.png\"></span>Excellent designs</li><li><span><img src=\"' . WR_MEGAMENU_ROOT_URL . 'assets/woorockets/images/about-us/unlimited-icon.png\"></span>Unlimited customization ability</li><li><span><img src=\"' . WR_MEGAMENU_ROOT_URL . 'assets/woorockets/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=MegaMenu&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>';
     165        $content = '<div id=\"wr-promo-ab\"> <div class=\"logo-slogan\"> <img src=\"http://www.woorockets.com/images/nitro-logo-white.png\" /> <p>' . __( 'Universal WooCommerce Theme from ecommerce experts', WR_MEGAMENU_TEXTDOMAIN ) . '</p> </div> <p class=\"btn-premium\"><a href=\"http://www.woorockets.com/themes/?utm_source=MegaMenu&utm_medium=About&utm_campaign=Cross%20Promo%20Banner\" target=\"_blank\">' . __( 'Explore Now', WR_MEGAMENU_TEXTDOMAIN ) . '</a></p> </div> ';
    203166
    204167        $script = '
  • wr-megamenu/trunk/includes/shortcode/element.php

    r1158422 r1496887  
    317317            $styles[] = 'margin-bottom:' . intval( $arr_params['div_margin_bottom'] ) . 'px';
    318318        }
     319        if ( ! empty ( $arr_params['div_margin_left'] ) ) {
     320            $styles[] = 'margin-left:' . intval( $arr_params['div_margin_left'] ) . 'px';
     321        }
     322        if ( ! empty ($arr_params['div_margin_right'] ) ) {
     323            $styles[] = 'margin-right:' . intval( $arr_params['div_margin_right'] ) . 'px';
     324        }
    319325        $style = count( $styles ) ? implode( '; ', $styles ) : '';
    320326        if ( ! empty( $style ) || ! empty( $custom_style ) ){
  • wr-megamenu/trunk/includes/shortcode/layout/megamenu-column.php

    r1001124 r1496887  
    7878            $span_sm = intval( $span * 3 / 2 );
    7979            $class   = "col-md-$span col-sm-$span_sm";
    80             return '<div class="' . $class . '" ' . $style . '>' . WR_Megamenu_Helpers_Shortcode::remove_autop( $content ) . '</div>';
     80
     81            $content = WR_Megamenu_Helpers_Shortcode::remove_autop( $content );
     82
     83            // Check empty
     84            $content = ( $content != '' ) ? ( '<div class="' . $class . '" ' . $style . '>' . $content . '</div>' ) : '';
     85
     86            return $content;
    8187        }
    8288
  • wr-megamenu/trunk/includes/shortcode/layout/megamenu-row.php

    r1001124 r1496887  
    407407            $extra_id     = ! empty ( $atts['id_wrapper'] ) ? ' ' . esc_attr( $atts['id_wrapper'] ) : '';
    408408            $extra_id     = ! empty ( $extra_id ) ? "id='" . ltrim( $extra_id, ' ' ) . "'" : '';
    409             return $custom_script . "<div class='jsn-bootstrap3'>" . "<div $extra_id class='row $extra_class' $style>" . WR_Megamenu_Helpers_Shortcode::remove_autop( $content ) . '</div>' . '</div>';
     409
     410            $content = WR_Megamenu_Helpers_Shortcode::remove_autop( $content );
     411
     412            // Check empty
     413            $content = ( $content != '' ) ? ( $custom_script . "<div class='jsn-bootstrap3'>" . "<div $extra_id class='row $extra_class' $style>" . $content . '</div></div>' ) : '';
     414
     415            return $content;
    410416        }
    411417
  • wr-megamenu/trunk/main.php

    r1231854 r1496887  
    33Plugin Name: WR MegaMenu
    44Plugin URI: http://woorockets.com
    5 Description: WR MegaMenu
    6 Version: 1.1.3
     5Description: This is a Powerful, Responsive, and User-Oriented WordPress menu plugin with a Dedicated, Intuitive menu builder. It gives you a complete control at designing and customizing your menu exactly the way you want. Check new product - <a href="http://nitro.woorockets.com/?utm_source=Megamenu&utm_medium=PluginDescription&utm_campaign=CrossPromoPlugins">Nitro</a>.
     6Version: 1.1.4
    77Author: WooRockets
    88Author URI: http://woorockets.com
  • wr-megamenu/trunk/shortcodes/image/megamenu-image.php

    r1114531 r1496887  
    261261
    262262            if ( $image_effect == 'yes' AND ! isset( $_POST['action'] ) ) {
    263                 $data           = getimagesize( $image_file );
    264                 $width          = $data[0];
    265                 $height         = $data[1];
    266                 $html_elemments = "<img src='" . WR_Megamenu_Helpers_Functions::path( 'assets/3rd-party' ) . '/jquery-lazyload/grey.gif' . "' data-original='{$image_file}' width='{$width}' height='{$height}' {$alt_text} {$class_img}/>";
     263                $width  = ! empty( $attachment['sizes'][ $image_size ]['width'] ) ? "width='" . absint( $attachment['sizes'][ $image_size ]['width'] ) . "'" : 100 ;
     264                $height = ! empty( $attachment['sizes'][ $image_size ]['height'] ) ? "height='" . absint( $attachment['sizes'][ $image_size ]['height'] ) . "'" : 100 ;
     265               
     266                $html_elemments = "<img src='" . WR_Megamenu_Helpers_Functions::path( 'assets/3rd-party' ) . '/jquery-lazyload/grey.gif' . "' data-original='{$image_file}' {$width} {$height} {$alt_text} {$class_img}/>";
    267267            }
    268268
  • wr-megamenu/trunk/templates/about-us.php

    r1177160 r1496887  
    3939        <div id="wr-header">
    4040            <a class="wr-logoheader" target="_blank" href="http://www.woorockets.com/?utm_source=MegaMenu%20About&utm_medium=top%20logo&utm_campaign=Cross%20Promo%20Plugins"><img src="<?php echo WR_MEGAMENU_ROOT_URL . 'assets/woorockets/images/about-us/logo-header.png'; ?>" alt="woorockets.com" /></a>
    41             <p><?php printf(__('Thank you for installing WR Mega Menu 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_MEGAMENU_TEXTDOMAIN ) , 'http://bit.ly/wr-freebie-twitter', 'http://www.woorockets.com/?utm_source=MegaMenu%20Setting&utm_medium=banner-link&utm_campaign=Cross%20Promo%20Plugins#subscribe'); ?></p>
     41            <p><?php printf(__('Thank you for installing WR Mega Menu! Don\'t forget to check out our <a href="%s">brand new theme Nitro</a>.', WR_MEGAMENU_TEXTDOMAIN ) , 'http://nitro.woorockets.com/?utm_source=MegaMenu&utm_medium=Topbar&utm_campaign=CrossPromoPlugins' ); ?></p>
    4242            <span id="close-header" class="dashicons dashicons-no"></span>
    4343        </div>
     
    7979            </div>
    8080        </div>
     81    </div>
     82
     83    <div id="wr-promo-ab">
     84        <div class="logo-slogan">
     85            <img src="http://www.woorockets.com/images/nitro-logo-white.png" />
     86            <p><?php _e( 'Universal WooCommerce Theme from ecommerce experts', WR_MEGAMENU_TEXTDOMAIN ); ?></p>
     87        </div>
     88        <p class="btn-premium"><a href="http://www.woorockets.com/themes/?utm_source=MegaMenu&utm_medium=About&utm_campaign=Cross%20Promo%20Banner" target="_blank"><?php _e( 'Explore Now', WR_MEGAMENU_TEXTDOMAIN ); ?></a></p>
    8189    </div>
    8290
     
    162170    </div>
    163171
    164     <div id="wr-promo-ab">
    165             <h3>Premium<br>
    166             WooCommerce Themes</h3>
    167             <ul>
    168                 <li><span><img src="<?php echo WR_MEGAMENU_ROOT_URL; ?>assets/woorockets/images/about-us/excellent-icon.png"></span>Excellent designs</li>
    169                 <li><span><img src="<?php echo WR_MEGAMENU_ROOT_URL; ?>assets/woorockets/images/about-us/unlimited-icon.png"></span>Unlimited customization ability</li>
    170                 <li><span><img src="<?php echo WR_MEGAMENU_ROOT_URL; ?>assets/woorockets/images/about-us/additional-icon.png"></span>Additional eCommerce features</li>
    171             </ul>
    172             <p class="btn-premium"><a href="http://www.woorockets.com/themes/?utm_source=MegaMenu&utm_medium=About&utm_campaign=Cross%20Promo%20Banner" target="_blank"><strong>View the collection now</strong><br>
    173             <span>And learn how our themes can boost your business!</span></a></p>
    174     </div>
    175 
    176172    <div id="wr-logo">
    177173        <a target="_blank" href="http://www.woorockets.com/?utm_source=MegaMenu%20About&utm_medium=bot%20logo&utm_campaign=Cross%20Promo%20Plugins" class="link"></a>
  • wr-megamenu/trunk/templates/menu-builder.php

    r1134429 r1496887  
    459459
    460460                        'menu-bar-font' => 'inherit',
    461                         'menu-bar-bg_value' => '#000',
    462                         'menu-bar-bg' => '#000',
     461                        'menu-bar-bg_value' => '#eaeaea',
     462                        'menu-bar-bg' => '#eaeaea',
    463463                        'menu-bar-font_type' => 'Standard Font',
    464464                        'menu-bar-font_face' => 'Arial',
    465465                        'menu-bar-font_size' => '10',
    466466                        'menu-bar-font_weight' => 'bold',
    467                         'menu-bar-menu_color' => '#fff',
     467                        'menu-bar-menu_color' => '#333',
    468468                        'menu-bar-menu_layout' => 'horizontal',
    469469                        'menu-bar-on_hover' => '#1cba70',
     
    643643                                            padding:10px 25px;
    644644                                            display: block;
    645                                             color:#fff !important;
     645                                            color:#333 !important;
    646646                                        }
    647647                                        .menu-item:hover a,
  • wr-megamenu/trunk/templates/select-elements.php

    r1001124 r1496887  
    101101    }
    102102                    ?>
    103                 </ul>               
     103                </ul>
     104
     105                <p class="new-product">
     106                    <?php echo _e( 'Check new product', WR_MEGAMENU_TEXTDOMAIN ); ?>
     107                     - <a href="http://nitro.woorockets.com/?utm_source=MegaMenu&utm_medium=BuilderGUI&utm_campaign=CrossPromoPlugins" target="_blank">Nitro</a>
     108                </p>
     109
    104110            </div>
    105111    </div>
  • wr-megamenu/trunk/themes/default/default.css

    r1158422 r1496887  
    2727
    2828@media screen and (min-width: 783px) {
    29     .wr-megamenu-container ul.wr-mega-menu ul.sub-menu li:hover a {
     29    .wr-megamenu-container ul.wr-mega-menu ul.sub-menu li:hover > a {
    3030        color: #41a62a;
    3131    }
     
    4444.wr-megamenu-container .current-menu-item > a,
    4545.wr-megamenu-container .current-menu-ancestor > a {
    46     color: #55d737;
     46    color: #3686ff;
    4747    font-weight: 900;
    4848}
Note: See TracChangeset for help on using the changeset viewer.