Changeset 1129341
- Timestamp:
- 04/07/2015 08:29:57 AM (11 years ago)
- Location:
- wr-pagebuilder/trunk
- Files:
-
- 1 deleted
- 8 edited
-
README.txt (modified) (1 diff)
-
assets/woorockets/css/page_builder.css (modified) (1 diff)
-
core/helper/html/text-area-tinymce.php (deleted)
-
core/helper/type.php (modified) (2 diffs)
-
languages/wrpagebuilder-en.po (modified) (8 diffs)
-
shortcodes/tab/tab.php (modified) (1 diff)
-
shortcodes/text/assets/js/text.js (modified) (2 diffs)
-
shortcodes/text/text.php (modified) (1 diff)
-
wr-pagebuilder.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wr-pagebuilder/trunk/README.txt
r1119552 r1129341 114 114 * Fixed Some minor bugs 115 115 116 = 2.4.11 = 116 117 118 * Fixed Style of modal conflict with Woocommerce plugin 119 * Fixed Bug conflict with Advanced Custom Fields plugin -
wr-pagebuilder/trunk/assets/woorockets/css/page_builder.css
r1119552 r1129341 239 239 -moz-box-shadow: 0 -1px 0 0 #fff inset; 240 240 box-shadow: 0 -1px 0 0 #fff inset; 241 height: auto; 242 } 243 .wr-dialog .ui-dialog-titlebar > .ui-dialog-title { 244 line-height: 18px; 245 } 246 .wr-dialog .ui-dialog-titlebar > .ui-dialog-titlebar-close:before { 247 content: ''; 248 } 249 .wr-dialog .select2-container .select2-search-choice-close { 250 display: none; 251 } 252 .wr-dialog .select2-container .select2-arrow { 253 margin-right: 0; 254 } 255 .wr-dialog .select2-container { 256 display: inline-block !important; 241 257 } 242 258 .wr-placeholder { -
wr-pagebuilder/trunk/core/helper/type.php
r1000337 r1129341 272 272 return array( 273 273 'inherit' => __( 'Inherit', WR_PBL ), 274 'left' => __( '<i class="wr-icon-align-left" title="Left"></i>', WR_PBL ),275 'center' => __( '<i class="wr-icon-align-center" title="Center"></i>', WR_PBL ),276 'right' => __( '<i class="wr-icon-align-right" title="Right"></i>', WR_PBL )274 'left' => '<i class="wr-icon-align-left" title="' . __( 'Left', WR_PBL ) . '"></i>', 275 'center' => '<i class="wr-icon-align-center" title="' . __( 'Center', WR_PBL ) . '"></i>', 276 'right' => '<i class="wr-icon-align-right" title="' . __( 'Right', WR_PBL ) . '"></i>' 277 277 ); 278 278 } … … 286 286 return array( 287 287 'no' => __( 'No Alignment', WR_PBL ), 288 'left' => __( '<i class="wr-icon-align-left" title="Left"></i>', WR_PBL ),289 'center' => __( '<i class="wr-icon-align-center" title="Center"></i>', WR_PBL ),290 'right' => __( '<i class="wr-icon-align-right" title="Right"></i>', WR_PBL )288 'left' => '<i class="wr-icon-align-left" title="' . __( 'Left', WR_PBL ) . '"></i>', 289 'center' => '<i class="wr-icon-align-center" title="' . __( 'Center', WR_PBL ) . '"></i>', 290 'right' => '<i class="wr-icon-align-right" title="' . __( 'Right', WR_PBL ) . '"></i>' 291 291 ); 292 292 } -
wr-pagebuilder/trunk/languages/wrpagebuilder-en.po
r1044661 r1129341 359 359 360 360 #: core/helper/html/margin.php:45 core/helper/type.php:220 361 #: shortcodes/tab/tab.php:139 361 362 msgid "Top" 362 363 msgstr "" … … 365 366 #: core/helper/type.php:222 shortcodes/audio/audio.php:244 366 367 #: shortcodes/video/video.php:356 368 #: core/helper/type.php:274 core/helper/type.php:288 369 #: shortcodes/tab/tab.php:141 367 370 msgid "Left" 368 371 msgstr "" 369 372 370 373 #: core/helper/html/margin.php:85 core/helper/type.php:221 374 #: shortcodes/tab/tab.php:140 371 375 msgid "Bottom" 372 376 msgstr "" … … 375 379 #: core/helper/type.php:223 shortcodes/audio/audio.php:245 376 380 #: shortcodes/video/video.php:357 381 #: core/helper/type.php:276 core/helper/type.php:290 382 #: shortcodes/tab/tab.php:142 377 383 msgid "Right" 378 384 msgstr "" … … 558 564 #: core/helper/type.php:209 shortcodes/audio/audio.php:246 559 565 #: shortcodes/video/video.php:358 566 #: core/helper/type.php:275 core/helper/type.php:289 560 567 msgid "Center" 561 568 msgstr "" … … 577 584 #: shortcodes/promobox/promobox.php:230 578 585 msgid "Inherit" 579 msgstr ""580 581 #: core/helper/type.php:274 core/helper/type.php:288582 msgid "<i class=\"wr-icon-align-left\" title=\"Left\"></i>"583 msgstr ""584 585 #: core/helper/type.php:275 core/helper/type.php:289586 msgid "<i class=\"wr-icon-align-center\" title=\"Center\"></i>"587 msgstr ""588 589 #: core/helper/type.php:276 core/helper/type.php:290590 msgid "<i class=\"wr-icon-align-right\" title=\"Right\"></i>"591 586 msgstr "" 592 587 … … 2316 2311 msgstr "" 2317 2312 2318 #: shortcodes/tab/tab.php:1392319 msgid "<i class=\"wr-icon-tab-top\" title=\"Top\"></i>"2320 msgstr ""2321 2322 #: shortcodes/tab/tab.php:1402323 msgid "<i class=\"wr-icon-tab-bottom\" title=\"Bottom\"></i>"2324 msgstr ""2325 2326 #: shortcodes/tab/tab.php:1412327 msgid "<i class=\"wr-icon-tab-left\" title=\"Left\"></i>"2328 msgstr ""2329 2330 #: shortcodes/tab/tab.php:1422331 msgid "<i class=\"wr-icon-tab-right\" title=\"Right\"></i>"2332 msgstr ""2333 2334 2313 #: shortcodes/tab/tab.php:193 2335 2314 msgid "Tab Item " … … 2767 2746 2768 2747 #: templates/page-builder.php:198 2748 #: templates/about-us.php:101 2769 2749 msgid "Documentation" 2770 2750 msgstr "" … … 2887 2867 msgid "http://www.wordpress.org/plugins/wr-pagebuilder" 2888 2868 msgstr "" 2869 2870 #: 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." 2872 msgstr "" 2873 2874 #: templates/about-us.php:76 2875 msgid "<strong>WR Page Builder</strong> is the easiest page builder for WordPress and a totally free WordPress page builder plugin for everyone. It is a simple drag’n’drop plugin that helps you build a complete WordPress page within few minutes without any coding knowledge required." 2876 msgstr "" 2877 2878 #: templates/about-us.php:79 2879 msgid "Current version" 2880 msgstr "" 2881 2882 #: templates/about-us.php:79 2883 msgid "Change log" 2884 msgstr "" 2885 2886 #: templates/about-us.php:80 2887 msgid "Follow us to get latest updates" 2888 msgstr "" 2889 2890 #: templates/about-us.php:81 2891 msgid "Follow" 2892 msgstr "" 2893 2894 #: templates/about-us.php:92 2895 msgid "Enter your email" 2896 msgstr "" 2897 2898 #: templates/about-us.php:95 2899 msgid "Join our mailing list" 2900 msgstr "" 2901 2902 #: templates/about-us.php:96 2903 msgid "Receive the latest updates about WR Page Builder as well as all the best news from WooRockets" 2904 msgstr "" 2905 2906 #: templates/about-us.php:102 2907 msgid "Detailed construction of how to use WR Page Builder" 2908 msgstr "" 2909 2910 #: templates/about-us.php:109 2911 msgid "Hot Features" 2912 msgstr "" 2913 2914 #: templates/about-us.php:112 2915 msgid "For Developers" 2916 msgstr "" 2917 2918 #: templates/about-us.php:115 2919 msgid "For Translators" 2920 msgstr "" 2921 2922 #: templates/about-us.php:121 2923 msgid "Intuitive Layout" 2924 msgstr "" 2925 2926 #: templates/about-us.php:122 2927 msgid "Once installed, it’s located next to the default WordPress Editor. To help you easily create your pages/posts, <strong>WR Page Builder</strong> is designed with a simple and intuitive layout. You can easily switch between compact mode and full preview mode to preview everything you have created without going back to the front-end." 2928 msgstr "" 2929 2930 #: templates/about-us.php:125 2931 msgid "Drag and Drop Layout" 2932 msgstr "" 2933 2934 #: templates/about-us.php:126 2935 msgid "Drag and drop is a convenient functionality for creating a page or a post. You can easily arrange columns, move page elements or widgets into another position and even resize columns using just your mouse. You can also use the “Move button” on the sidebar to move rows up or down." 2936 msgstr "" 2937 2938 #: templates/about-us.php:129 2939 msgid "Advanced Page Elements (Built-in Shortcodes)" 2940 msgstr "" 2941 2942 #: templates/about-us.php:130 2943 msgid "We have created many advanced page elements, such as: Pricing Tables, QR codes, Testimonials, Tables… You can choose the most suitable field and add as many elements as you want for your site without any coding. Interestingly, you can easily search these elements with the Spotlight Filter." 2944 msgstr "" 2945 2946 #: templates/about-us.php:134 2947 msgid "If you are going to build Add-on for WR Page Builder, this document is made for you. This part includes a knowledge base about WR Page Builder, some basic APIs, and a tutorial to make a simple Add-on with a simple element." 2948 msgstr "" 2949 2950 #: templates/about-us.php:135 2951 msgid "Docs for Developers" 2952 msgstr "" 2953 2954 #: templates/about-us.php:136 2955 msgid "Get our Source Code at Github!" 2956 msgstr "" 2957 2958 #: templates/about-us.php:137 2959 msgid "Source Code" 2960 msgstr "" 2961 2962 #: templates/about-us.php:138 2963 msgid "Having any exciting ideas or improvements for WR Page Builder to grow our WordPress Community? Drop an email to our WooRockets Astronaut Tony at" 2964 msgstr "" 2965 2966 #: templates/about-us.php:141 2967 msgid "If you are reading this, we need your contribution! We appreciate all kinds of support for Translating WR Page Builder into your language!" 2968 msgstr "" 2969 2970 #: templates/about-us.php:141 2971 msgid "Translate WR Page Builder" 2972 msgstr "" 2973 2974 #: templates/about-us.php:142 2975 msgid "Our awesome translators" 2976 msgstr "" 2977 2978 #: templates/about-us.php:159 2979 msgid "Rate WR Page Builder" 2980 msgstr "" 2981 2982 #: templates/about-us.php:160 2983 msgid "Share your thoughts of WR Page Builder with other WordPress folks. Next versions of Page Builder will be improved basing on your opinions." 2984 msgstr "" 2985 2986 #: templates/about-us.php:165 2987 #: templates/about-us.php:178 2988 msgid "Submit your Website" 2989 msgstr "" 2990 2991 #: templates/about-us.php:166 2992 msgid "Share your website using WR Page Builder with us. We can include it in our showcase collection and have it exposed to thousands of WooRockets's website visitors." 2993 msgstr "" 2994 2995 #: templates/about-us.php:173 2996 msgid "Review" 2997 msgstr "" 2998 2999 #: templates/about-us.php:187 3000 msgid "Learn more from <strong>OUR BLOG</strong>" 3001 msgstr "" 3002 3003 #: templates/about-us.php:189 3004 msgid "Follow our blog for latest news, tutorials & interviews about WooComerce & WordPress" 3005 msgstr "" 3006 3007 #: templates/about-us.php:192 3008 msgid "SEE OUR OTHER AWESOMENESS" 3009 msgstr "" 3010 3011 #: templates/about-us.php:197 3012 msgid "Freebies download" 3013 msgstr "" -
wr-pagebuilder/trunk/shortcodes/tab/tab.php
r1000337 r1129341 137 137 'std' => 'top', 138 138 'options' => array( 139 'top' => __( '<i class="wr-icon-tab-top" title="Top"></i>', WR_PBL ),140 'bottom' => __( '<i class="wr-icon-tab-bottom" title="Bottom"></i>', WR_PBL ),141 'left' => __( '<i class="wr-icon-tab-left" title="Left"></i>', WR_PBL ),142 'right' => __( '<i class="wr-icon-tab-right" title="Right"></i>', WR_PBL ),139 'top' => '<i class="wr-icon-tab-top" title="' . __( 'Top', WR_PBL ) . '"></i>', 140 'bottom' => '<i class="wr-icon-tab-bottom" title="' . __( 'Bottom', WR_PBL ) . '"></i>', 141 'left' => '<i class="wr-icon-tab-left" title="' . __( 'Left', WR_PBL ) . '"></i>', 142 'right' => '<i class="wr-icon-tab-right" title="' . __( 'Right', WR_PBL ) . '"></i>', 143 143 ), 144 144 ), -
wr-pagebuilder/trunk/shortcodes/text/assets/js/text.js
r1119552 r1129341 13 13 * Custom script for Textbox element 14 14 */ 15 var initContentEditor; 16 15 17 ( function ($) { 16 18 "use strict"; … … 29 31 $(document).ready(function () { 30 32 $.WR_Text(); 33 34 // Fix conflict script when create new tinymce editor 35 $('#content-html').click(); 31 36 tinymce.remove(tinymce.get('param-text')); 32 tinymce.init({ 33 selector: '#param-text', 34 wpautop: true, 35 setup : function(ed) { 36 ed.on('blur', function(e) { 37 var new_content = ed.getContent(); 38 $('#param-text').html(new_content).trigger('change').trigger('change'); 39 }); 40 }, 41 menubar: false 37 38 // Re-init content editor 39 if (initContentEditor == null) { 40 initContentEditor = tinyMCEPreInit.mceInit['content']; 41 } 42 $('#content-tmce').removeAttr('onclick'); 43 $('#content-tmce').off('click'); 44 $('#content-tmce').click(function() { 45 tinymce.remove(tinymce.get('content')); 46 tinymce.init(initContentEditor); 47 $('#wp-content-wrap').removeClass('html-active'); 48 $('#wp-content-wrap').addClass('tmce-active'); 42 49 }); 43 50 }); -
wr-pagebuilder/trunk/shortcodes/text/text.php
r1119552 r1129341 75 75 'desc' => __( 'Enter some content for this textblock', WR_PBL ), 76 76 'id' => 'text', 77 'type' => 't ext_area_tinymce',77 'type' => 'tiny_mce', 78 78 'role' => 'content', 79 79 'std' => WR_Pb_Helper_Type::lorem_text(), -
wr-pagebuilder/trunk/wr-pagebuilder.php
r1119552 r1129341 4 4 * Plugin URI: http://www.woorockets.com 5 5 * Description: Awesome content builder for Wordpress websites 6 * Version: 2.4.1 06 * Version: 2.4.11 7 7 * Author: WooRockets Team <[email protected]> 8 8 * Author URI: http://www.wordpress.org/plugins/wr-pagebuilder
Note: See TracChangeset
for help on using the changeset viewer.