Changeset 1177160
- Timestamp:
- 06/09/2015 03:18:50 AM (11 years ago)
- Location:
- wr-megamenu/trunk
- Files:
-
- 5 added
- 6 edited
-
README.txt (modified) (1 diff)
-
assets/woorockets/css/about-us.css (modified) (6 diffs)
-
assets/woorockets/images/about-us/additional-icon.png (added)
-
assets/woorockets/images/about-us/bg-wr-promo-2.jpg (added)
-
assets/woorockets/images/about-us/bg-wr-promo.jpg (added)
-
assets/woorockets/images/about-us/excellent-icon.png (added)
-
assets/woorockets/images/about-us/unlimited-icon.png (added)
-
includes/helpers/modal.php (modified) (1 diff)
-
includes/plugin/plugin.php (modified) (1 diff)
-
main.php (modified) (1 diff)
-
templates/about-us.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wr-megamenu/trunk/README.txt
r1171536 r1177160 101 101 * Improved interaction with icon selector 102 102 * Fixed Active menu cannot be saved after elements added 103 104 = 1.1.2 = 105 * Changed banners in back-end -
wr-megamenu/trunk/assets/woorockets/css/about-us.css
r1081384 r1177160 20 20 #get-involved .list-involved:after, 21 21 #get-involved .item-involved .icon-involved:after, 22 # our-blog:after,22 #wr-promo-ab:after, 23 23 #email-features .right-feature .tab-content:after{ 24 24 content:" "; … … 84 84 } 85 85 #wr-about .content-about .info .twitter-follow-button{ 86 position: absolute ;86 position: absolute !important; 87 87 top: 50%; 88 88 right: 15px; … … 364 364 margin: 0; 365 365 } 366 #our-blog{367 border-bottom: 2px groove rgba(255,255,255, 0.5);368 padding: 0 0 30px 0;369 }370 #our-blog .left-ourblog{371 float: left;372 width: 380px;373 background: url(../images/about-us/our-blog.png) center no-repeat;374 height: 248px;375 position: relative;376 }377 #our-blog .left-ourblog h3{378 margin: 80px 0 15px 0;379 color: #fff;380 text-align: center;381 font-size: 16px;382 }383 #our-blog .left-ourblog h3 strong{384 display: block;385 font-size: 35px;386 margin: 9px 0 0 0;387 }388 #our-blog .left-ourblog span{389 display: block;390 width: 30px; height: 5px;391 background: #fff;392 margin: 0 auto 40px;393 border-radius: 5px;394 -o-border-radius: 5px;395 -ms-border-radius: 5px;396 -moz-border-radius: 5px;397 -webkit-border-radius: 5px;398 }399 #our-blog .left-ourblog p{400 color: #bcbcbc;401 font-size: 14px;402 text-align: center;403 margin: 0 15px 0;404 }405 #our-blog .right-ourblog{406 float: right;407 width: 610px;408 }409 #our-blog .right-ourblog h3{410 color: #444;411 font-size: 24px;412 text-align: center;413 margin: 0 0 20px 33px;414 }415 #our-blog .right-ourblog span{416 text-align: center;417 display: block;418 font-size: 24px;419 margin: 0 0 30px 33px;420 }421 #our-blog .right-ourblog .list-product{422 clear: both;423 float: right;424 }425 #our-blog .right-ourblog .list-product .item-product{426 float: left;427 width: 170px;428 margin: 0 0 0 33px;429 text-align: center;430 }431 #our-blog .right-ourblog .list-product .item-product .img-product{432 border: 2px solid #dadbdc;433 border-radius: 2px;434 -o-border-radius: 2px;435 -ms-border-radius: 2px;436 -moz-border-radius: 2px;437 -webkit-border-radius: 2px;438 box-sizing: border-box;439 -o-box-sizing: border-box;440 -ms-box-sizing: border-box;441 -moz-box-sizing: border-box;442 -webkit-box-sizing: border-box;443 }444 #our-blog .right-ourblog .list-product .item-product .img-product a{445 display: block;446 padding: 19px 0;447 }448 #our-blog .right-ourblog .list-product .item-product h4{449 font-weight: normal;450 font-size: 14px;451 }452 #our-blog .right-ourblog .list-product .item-product h4 a{453 color: #444;454 text-decoration: none;455 transition:all 0.2s;456 -o-transition:all 0.2s;457 -ms-transition:all 0.2s;458 -moz-transition:all 0.2s;459 -webkit-transition:all 0.2s;460 }461 #our-blog .right-ourblog .list-product .item-product h4 a:hover{462 color:#0074a2;463 }464 366 #wr-logo{ 465 367 text-align: center; … … 481 383 -moz-text-shadow: 1px 1px 1px #fff; 482 384 -webkit-text-shadow: 1px 1px 1px #fff; 385 } 386 387 /*** Premium ***/ 388 #wr-promo-ab { 389 background: url(../images/about-us/bg-wr-promo.jpg) center top no-repeat; 390 background-size: auto 100%; 391 text-align: center; 392 overflow: hidden; 393 font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; 394 margin-bottom: 40px; 395 } 396 #wr-promo-ab h3 { 397 margin: 70px 0 30px; 398 color: #fff; 399 font-size: 32px; 400 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 { 410 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 margin: 0; 434 background: #418858; 435 color: #fff; 436 padding: 10px 25px; 437 border-radius: 3px; 438 -o-border-radius: 3px; 439 -ms-border-radius: 3px; 440 -moz-border-radius: 3px; 441 -webkit-border-radius: 3px; 442 font-size: 11px; 443 box-shadow: 0 4px 0 0 #2a6d40; 444 -o-box-shadow: 0 4px 0 0 #2a6d40; 445 -ms-box-shadow: 0 4px 0 0 #2a6d40; 446 -moz-box-shadow: 0 4px 0 0 #2a6d40; 447 -webkit-box-shadow: 0 4px 0 0 #2a6d40; 448 text-decoration: none; 449 transition: all 0.3s; 450 -o-transition: all 0.3s; 451 -ms-transition: all 0.3s; 452 -moz-transition: all 0.3s; 453 -webkit-transition: all 0.3s; 454 } 455 #wr-promo-ab .btn-premium strong { 456 font-size: 18px; 457 } 458 #wr-promo-ab .btn-premium a:hover { 459 background: #2a6d40; 460 text-decoration:none; 461 box-shadow: 0 4px 0 0 #418858; 462 -o-box-shadow: 0 4px 0 0 #418858; 463 -ms-box-shadow: 0 4px 0 0 #418858; 464 -moz-box-shadow: 0 4px 0 0 #418858; 465 -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 } 483 480 } 484 481 … … 518 515 left: 0; 519 516 } 520 #our-blog{521 position: relative;522 }523 #our-blog .left-ourblog{524 position: absolute;525 top: 0;526 left: 0;527 }528 #our-blog .right-ourblog{529 width: 100%;530 padding: 0 0 0 385px;531 box-sizing: border-box;532 -o-box-sizing: border-box;533 -ms-box-sizing: border-box;534 -moz-box-sizing: border-box;535 -webkit-box-sizing: border-box;536 }537 #our-blog .right-ourblog .list-product{538 width: 100%;539 }540 #our-blog .right-ourblog .list-product .item-product{541 width: 31%;542 margin: 0 0 0 2.33%;543 }544 #our-blog .right-ourblog h3{545 line-height: 100%;546 font-size: 20px;547 margin: 0 0 20px 0;548 }549 #our-blog .right-ourblog span{550 margin: 0 0 30px 0;551 }552 517 } 553 518 … … 576 541 #email-features .left-feature .box-document p{ 577 542 width: auto; 578 }579 #our-blog .left-ourblog{580 position: relative;581 margin: 0 auto 30px;582 float: initial;583 overflow: hidden;584 }585 #our-blog .right-ourblog{586 padding: 0;587 543 } 588 544 #email-features .left-feature .box-email form .txt{ -
wr-megamenu/trunk/includes/helpers/modal.php
r1134429 r1177160 363 363 <div class="pull-left"> 364 364 <div> 365 <a target="_blank" href="http://www.woorockets.com/plugins/wr-megamenu/?utm_source=MegaMenu%20Backend&utm_medium=Text&utm_campaign=Powered%20By">' . __( 'WR MegaMenu', WR_MEGAMENU_TEXTDOMAIN ) . '</a> 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> 367 </div> 368 <div> 369 <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> | 370 <a target="_blank" href="http://www.woorockets.com/forum/product-support/wr-megamenu/?utm_source=MegaMenu%20Backend&utm_medium=Text&utm_campaign=Powered%20By">' . __( 'Support', WR_MEGAMENU_TEXTDOMAIN ) . '</a> 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> 371 367 </div> 372 368 </div> 373 <div class="pull-right">374 <span class="wr-other-free-plugins-text">Other free plugins</span>375 <a class="wr-logo-40 contactform" href="http://www.woorockets.com/plugins/wr-contactform/?utm_source=MegaMenu%20Footer&utm_medium=icon&utm_campaign=Cross%20Promo%20Plugins" target="_blank"></a>376 <a class="wr-logo-40 pagebuilder" href="http://www.woorockets.com/plugins/wr-pagebuilder/?utm_source=MegaMenu%20Footer&utm_medium=icon&utm_campaign=Cross%20Promo%20Plugins" target="_blank"></a>377 </div>378 369 <div class="clearbreak"></div> 379 370 </div>'; -
wr-megamenu/trunk/includes/plugin/plugin.php
r1061099 r1177160 104 104 */ 105 105 public static function insert_banner() { 106 $banner1 = '<img width=\"278\" height=\"156\" src=\"' . WR_MEGAMENU_ROOT_URL . 'assets/woorockets/images/banners/ContactForm_S.jpg' . '\" alt=\"Contact Form\" />'; 107 $link1 = '<a style=\"display: block; margin: 0px 1px 20px 1px; line-height: 0;\" href=\"http://www.woorockets.com/plugins/wr-contactform/?utm_source=MegaMenu%20Edit%20Page&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins\" target=\"_blank\">' . $banner1 . '</a>'; 108 $banner2 = '<img width=\"278\" height=\"156\" src=\"' . WR_MEGAMENU_ROOT_URL . 'assets/woorockets/images/banners/PageBuilder_S.jpg' . '\" alt=\"Page Builder\" />'; 109 $link2 = '<a style=\"display: block; margin: 0px 1px 20px 1px; line-height: 0;\" href=\"http://www.woorockets.com/plugins/wr-pagebuilder/?utm_source=MegaMenu%20Edit%20Page&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins\" target=\"_blank\">' . $banner2 . '</a>'; 110 $banner3 = '<img width=\"278\" height=\"156\" src=\"' . WR_MEGAMENU_ROOT_URL . 'assets/woorockets/images/banners/Corsa_S.jpg' . '\" alt=\"Corsa\" />'; 111 $link3 = '<a style=\"display: block; margin: 0px 1px 20px 1px; line-height: 0;\" href=\"http://www.woorockets.com/themes/corsa/?utm_source=MegaMenu%20Edit%20Page&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins\" target=\"_blank\">' . $banner3 . '</a>'; 106 107 $style = ' 108 /*** Premium ***/ 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%; 112 text-align: center; 113 overflow: hidden; 114 font-family: \'Open Sans\', \'Helvetica Neue\', Helvetica, Arial, sans-serif; 115 } 116 #wr-promo-ab h3 { 117 margin: 180px 0 15px; 118 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; 180 } 181 #wr-promo-ab .btn-premium a:hover { 182 background: #2a6d40; 183 text-decoration:none; 184 box-shadow: 0 4px 0 0 #418858; 185 -o-box-shadow: 0 4px 0 0 #418858; 186 -ms-box-shadow: 0 4px 0 0 #418858; 187 -moz-box-shadow: 0 4px 0 0 #418858; 188 -webkit-box-shadow: 0 4px 0 0 #418858; 189 } 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 '; 200 WR_Megamenu_Init_Assets::inline( 'css', $style ); 201 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>'; 203 112 204 $script = ' 113 $("#side-sortables").append("' . $ link1 . $link2 . $link3. '");205 $("#side-sortables").append("' . $content . '"); 114 206 '; 115 207 WR_Megamenu_Init_Assets::inline( 'js', $script ); -
wr-megamenu/trunk/main.php
r1158422 r1177160 4 4 Plugin URI: http://woorockets.com 5 5 Description: WR MegaMenu 6 Version: 1.1. 16 Version: 1.1.2 7 7 Author: WooRockets 8 8 Author URI: http://woorockets.com -
wr-megamenu/trunk/templates/about-us.php
r1081384 r1177160 162 162 </div> 163 163 164 <div id="our-blog"> 165 <div class="left-ourblog"> 166 <a target="_blank" class="link" href="http://www.woorockets.com/blog/?utm_source=MegaMenu%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins"></a> 167 <h3><?php _e( 'Learn more from', WR_MEGAMENU_TEXTDOMAIN ); ?> <strong><?php _e( 'OUR BLOG', WR_MEGAMENU_TEXTDOMAIN ); ?></strong></h3> 168 <span></span> 169 <p><?php _e( 'Follow our blog for latest news, tutorials & interviews about WooComerce & WordPress', WR_MEGAMENU_TEXTDOMAIN ); ?></p> 170 </div> 171 <div class="right-ourblog"> 172 <h3><?php _e( 'SEE OUR OTHER AWESOMENESS', WR_MEGAMENU_TEXTDOMAIN ); ?></h3> 173 <span>***</span> 174 <div class="list-product"> 175 <div class="item-product"> 176 <div class="img-product"><a target="_blank" href="http://www.woorockets.com/freebie/?utm_source=MegaMenu%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins"><img src="<?php echo WR_MEGAMENU_ROOT_URL . 'assets/woorockets/images/about-us/freebies.png'; ?>" /></a></div> 177 <h4><a target="_blank" href="http://www.woorockets.com/freebie/?utm_source=MegaMenu%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins"><?php _e( 'Freebies download', WR_MEGAMENU_TEXTDOMAIN ); ?></a></h4> 178 </div> 179 <div class="item-product"> 180 <div class="img-product"><a target="_blank" href="http://www.woorockets.com/plugins/wr-pagebuilder/?utm_source=MegaMenu%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins"><img src="<?php echo WR_MEGAMENU_ROOT_URL . 'assets/woorockets/images/about-us/page-builder.png'; ?>" /></a></div> 181 <h4><a target="_blank" href="http://www.woorockets.com/plugins/wr-pagebuilder/?utm_source=MegaMenu%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins">WR PageBuilder</a></h4> 182 </div> 183 <div class="item-product"> 184 <div class="img-product"><a target="_blank" href="http://www.woorockets.com/themes/corsa/?utm_source=MegaMenu%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins"><img src="<?php echo WR_MEGAMENU_ROOT_URL . 'assets/woorockets/images/about-us/corsa.png'; ?>" /></a></div> 185 <h4><a target="_blank" href="http://www.woorockets.com/themes/corsa/?utm_source=MegaMenu%20About&utm_medium=banner&utm_campaign=Cross%20Promo%20Plugins"><?php _e( 'Corsa theme', WR_MEGAMENU_TEXTDOMAIN ); ?></a></h4> 186 </div> 187 </div> 188 </div> 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> 189 174 </div> 190 175
Note: See TracChangeset
for help on using the changeset viewer.