Changeset 1496887
- Timestamp:
- 09/16/2016 12:08:14 PM (10 years ago)
- Location:
- wr-megamenu/trunk
- Files:
-
- 17 edited
-
README.txt (modified) (2 diffs)
-
assets/css/backend.css (modified) (1 diff)
-
assets/css/frontend.css (modified) (3 diffs)
-
assets/woorockets/css/about-us.css (modified) (7 diffs)
-
includes/core/frontend.php (modified) (2 diffs)
-
includes/helpers/html/select-media.php (modified) (1 diff)
-
includes/helpers/modal.php (modified) (1 diff)
-
includes/plugin/plugin.php (modified) (2 diffs)
-
includes/shortcode/element.php (modified) (1 diff)
-
includes/shortcode/layout/megamenu-column.php (modified) (1 diff)
-
includes/shortcode/layout/megamenu-row.php (modified) (1 diff)
-
main.php (modified) (1 diff)
-
shortcodes/image/megamenu-image.php (modified) (1 diff)
-
templates/about-us.php (modified) (3 diffs)
-
templates/menu-builder.php (modified) (2 diffs)
-
templates/select-elements.php (modified) (1 diff)
-
themes/default/default.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wr-megamenu/trunk/README.txt
r1235032 r1496887 12 12 13 13 == 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 14 25 WR 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. 15 26 … … 104 115 = 1.1.3 = 105 116 * 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 318 318 } 319 319 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 320 329 .ui-dialog { 321 330 z-index: 100000 !important; -
wr-megamenu/trunk/assets/css/frontend.css
r1158422 r1496887 106 106 margin: 0; 107 107 padding: 0; 108 filter: alpha(opacity=0);109 108 -webkit-opacity: 0; 110 109 -moz-opacity: 0; … … 191 190 } 192 191 .wr-megamenu-container a { 193 color: # fff;192 color: #333; 194 193 display: block; 195 194 } … … 235 234 } 236 235 .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; 239 257 } 240 258 .wr-element-submenu .submenu-items.has-sub > li > a { -
wr-megamenu/trunk/assets/woorockets/css/about-us.css
r1177160 r1496887 20 20 #get-involved .list-involved:after, 21 21 #get-involved .item-involved .icon-involved:after, 22 #wr-promo-ab:after,23 22 #email-features .right-feature .tab-content:after{ 24 23 content:" "; … … 35 34 border-bottom: 2px groove rgba(255,255,255, 0.5); 36 35 padding: 0 0 45px 0; 37 margin: 0 0 75px 0;36 margin: 0 0 40px 0; 38 37 } 39 38 #wr-about .logo-about{ … … 388 387 #wr-promo-ab { 389 388 background: url(../images/about-us/bg-wr-promo.jpg) center top no-repeat; 390 background-size: auto 100%;389 background-size: cover; 391 390 text-align: center; 392 391 overflow: hidden; 393 392 font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; 394 393 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 { 398 420 color: #fff; 399 font-size: 32px; 421 margin: 0 20px; 422 font-size: 18px; 400 423 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 { 410 429 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;433 430 margin: 0; 434 431 background: #418858; … … 440 437 -moz-border-radius: 3px; 441 438 -webkit-border-radius: 3px; 442 font-size: 1 1px;439 font-size: 13px; 443 440 box-shadow: 0 4px 0 0 #2a6d40; 444 441 -o-box-shadow: 0 4px 0 0 #2a6d40; … … 452 449 -moz-transition: all 0.3s; 453 450 -webkit-transition: all 0.3s; 451 white-space: nowrap; 454 452 } 455 453 #wr-promo-ab .btn-premium strong { … … 464 462 -moz-box-shadow: 0 4px 0 0 #418858; 465 463 -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 }480 464 } 481 465 … … 558 542 margin: 20px 0 0 0; 559 543 } 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 } 560 557 } 561 558 -
wr-megamenu/trunk/includes/core/frontend.php
r1134429 r1496887 18 18 19 19 private $echo = null; 20 21 private $list_id_profile_rendered = array(); 20 22 21 23 /** … … 37 39 function get_args( $args ) { 38 40 $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 } 39 47 40 48 if ( $this->profile_id ) { -
wr-megamenu/trunk/includes/helpers/html/select-media.php
r1001124 r1496887 22 22 $_filter_type = isset( $element['filter_type'] ) ? $element['filter_type'] : 'image'; 23 23 $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'] . '"> 25 25 <span class="input-group-addon select-media btn btn-default" filter_type="' . $_filter_type . '" id="' . $element['id'] . '_button">...</span> 26 26 <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 359 359 */ 360 360 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> 368 367 </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>'; 371 377 372 378 return apply_filters( 'wr_megamenu_modal_footer', $footer ); -
wr-megamenu/trunk/includes/plugin/plugin.php
r1177160 r1496887 108 108 /*** Premium ***/ 109 109 #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; 112 112 text-align: center; 113 113 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; 115 116 } 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; 118 132 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; 180 152 } 181 153 #wr-promo-ab .btn-premium a:hover { … … 188 160 -webkit-box-shadow: 0 4px 0 0 #418858; 189 161 } 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 }199 162 '; 200 163 WR_Megamenu_Init_Assets::inline( 'css', $style ); 201 164 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> '; 203 166 204 167 $script = ' -
wr-megamenu/trunk/includes/shortcode/element.php
r1158422 r1496887 317 317 $styles[] = 'margin-bottom:' . intval( $arr_params['div_margin_bottom'] ) . 'px'; 318 318 } 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 } 319 325 $style = count( $styles ) ? implode( '; ', $styles ) : ''; 320 326 if ( ! empty( $style ) || ! empty( $custom_style ) ){ -
wr-megamenu/trunk/includes/shortcode/layout/megamenu-column.php
r1001124 r1496887 78 78 $span_sm = intval( $span * 3 / 2 ); 79 79 $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; 81 87 } 82 88 -
wr-megamenu/trunk/includes/shortcode/layout/megamenu-row.php
r1001124 r1496887 407 407 $extra_id = ! empty ( $atts['id_wrapper'] ) ? ' ' . esc_attr( $atts['id_wrapper'] ) : ''; 408 408 $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; 410 416 } 411 417 -
wr-megamenu/trunk/main.php
r1231854 r1496887 3 3 Plugin Name: WR MegaMenu 4 4 Plugin URI: http://woorockets.com 5 Description: WR MegaMenu6 Version: 1.1. 35 Description: 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>. 6 Version: 1.1.4 7 7 Author: WooRockets 8 8 Author URI: http://woorockets.com -
wr-megamenu/trunk/shortcodes/image/megamenu-image.php
r1114531 r1496887 261 261 262 262 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}/>"; 267 267 } 268 268 -
wr-megamenu/trunk/templates/about-us.php
r1177160 r1496887 39 39 <div id="wr-header"> 40 40 <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> 42 42 <span id="close-header" class="dashicons dashicons-no"></span> 43 43 </div> … … 79 79 </div> 80 80 </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> 81 89 </div> 82 90 … … 162 170 </div> 163 171 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 176 172 <div id="wr-logo"> 177 173 <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 459 459 460 460 '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', 463 463 'menu-bar-font_type' => 'Standard Font', 464 464 'menu-bar-font_face' => 'Arial', 465 465 'menu-bar-font_size' => '10', 466 466 'menu-bar-font_weight' => 'bold', 467 'menu-bar-menu_color' => '# fff',467 'menu-bar-menu_color' => '#333', 468 468 'menu-bar-menu_layout' => 'horizontal', 469 469 'menu-bar-on_hover' => '#1cba70', … … 643 643 padding:10px 25px; 644 644 display: block; 645 color:# fff!important;645 color:#333 !important; 646 646 } 647 647 .menu-item:hover a, -
wr-megamenu/trunk/templates/select-elements.php
r1001124 r1496887 101 101 } 102 102 ?> 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 104 110 </div> 105 111 </div> -
wr-megamenu/trunk/themes/default/default.css
r1158422 r1496887 27 27 28 28 @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 { 30 30 color: #41a62a; 31 31 } … … 44 44 .wr-megamenu-container .current-menu-item > a, 45 45 .wr-megamenu-container .current-menu-ancestor > a { 46 color: # 55d737;46 color: #3686ff; 47 47 font-weight: 900; 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.