Changeset 3091233
- Timestamp:
- 05/23/2024 05:48:26 AM (23 months ago)
- Location:
- header-footer-elementor
- Files:
-
- 12 edited
- 1 copied
-
tags/1.6.34 (copied) (copied from header-footer-elementor/trunk)
-
tags/1.6.34/header-footer-elementor.php (modified) (2 diffs)
-
tags/1.6.34/inc/lib/astra-notices/class-astra-notices.php (modified) (1 diff)
-
tags/1.6.34/inc/widgets-css/frontend.css (modified) (1 diff)
-
tags/1.6.34/inc/widgets-manager/class-widgets-loader.php (modified) (4 diffs)
-
tags/1.6.34/languages/header-footer-elementor.pot (modified) (18 diffs)
-
tags/1.6.34/readme.txt (modified) (2 diffs)
-
trunk/header-footer-elementor.php (modified) (2 diffs)
-
trunk/inc/lib/astra-notices/class-astra-notices.php (modified) (1 diff)
-
trunk/inc/widgets-css/frontend.css (modified) (1 diff)
-
trunk/inc/widgets-manager/class-widgets-loader.php (modified) (4 diffs)
-
trunk/languages/header-footer-elementor.pot (modified) (18 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
header-footer-elementor/tags/1.6.34/header-footer-elementor.php
r3089480 r3091233 8 8 * Text Domain: header-footer-elementor 9 9 * Domain Path: /languages 10 * Version: 1.6.3 310 * Version: 1.6.34 11 11 * Elementor tested up to: 3.21 12 12 * Elementor Pro tested up to: 3.21 … … 15 15 */ 16 16 17 define( 'HFE_VER', '1.6.3 3' );17 define( 'HFE_VER', '1.6.34' ); 18 18 define( 'HFE_FILE', __FILE__ ); 19 19 define( 'HFE_DIR', plugin_dir_path( __FILE__ ) ); -
header-footer-elementor/tags/1.6.34/inc/lib/astra-notices/class-astra-notices.php
r2701069 r3091233 117 117 118 118 if ( false === wp_verify_nonce( $nonce, 'astra-notices' ) ) { 119 wp_send_json_error( esc_html_e( 'WordPress Nonce not validated.' , 'header-footer-elementor') );119 wp_send_json_error( esc_html_e( 'WordPress Nonce not validated.' ) ); 120 120 } 121 121 -
header-footer-elementor/tags/1.6.34/inc/widgets-css/frontend.css
r3086402 r3091233 120 120 clear: both; 121 121 } 122 123 .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu {124 display: none;125 }126 127 .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item:hover > .sub-menu {128 display: block;129 }130 122 131 123 /* Alignemnt CSS */ -
header-footer-elementor/tags/1.6.34/inc/widgets-manager/class-widgets-loader.php
r3089411 r3091233 56 56 // Register widgets. 57 57 add_action( 'elementor/widgets/register', [ $this, 'register_widgets' ] ); 58 59 // Register widgets script. 60 add_action( 'elementor/frontend/after_register_scripts', [ $this, 'register_widget_scripts' ] ); 58 61 59 62 // Add svg support. … … 121 124 */ 122 125 public function include_widgets_files() { 123 $js_files = $this->get_widget_script();124 126 $widget_list = $this->get_widget_list(); 125 127 … … 129 131 } 130 132 } 133 134 } 135 136 /** 137 * Include Widgets JS files 138 * 139 * Load widgets JS files 140 * 141 * @since x.x.x 142 * @access public 143 */ 144 public function include_js_files() { 145 $js_files = $this->get_widget_script(); 131 146 132 147 if ( ! empty( $js_files ) ) { … … 249 264 250 265 /** 266 * Register module required js on elementor's action. 267 * 268 * @since 0.0.1 269 */ 270 public function register_widget_scripts() { 271 $this->include_js_files(); 272 } 273 274 /** 251 275 * Cart Fragments. 252 276 * -
header-footer-elementor/tags/1.6.34/languages/header-footer-elementor.pot
r3086835 r3091233 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Elementor Header & Footer Builder 1.6.3 1\n"5 "Project-Id-Version: Elementor Header & Footer Builder 1.6.34\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/header-footer-elementor\n" 8 "POT-Creation-Date: 2024-05- 15 04:56:19+00:00\n"8 "POT-Creation-Date: 2024-05-22 12:26:06+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 91 91 msgstr "" 92 92 93 #: admin/class-hfe-admin.php:138 admin/class-hfe-admin.php:37 393 #: admin/class-hfe-admin.php:138 admin/class-hfe-admin.php:376 94 94 msgid "Display Rules" 95 95 msgstr "" … … 103 103 msgstr "" 104 104 105 #: admin/class-hfe-admin.php:2 28105 #: admin/class-hfe-admin.php:231 106 106 msgid "Add New" 107 107 msgstr "" 108 108 109 #: admin/class-hfe-admin.php:2 29109 #: admin/class-hfe-admin.php:232 110 110 msgid "Add New Header or Footer" 111 111 msgstr "" 112 112 113 #: admin/class-hfe-admin.php:23 0113 #: admin/class-hfe-admin.php:233 114 114 msgid "New Template" 115 115 msgstr "" 116 116 117 #: admin/class-hfe-admin.php:23 1117 #: admin/class-hfe-admin.php:234 118 118 msgid "Edit Template" 119 119 msgstr "" 120 120 121 #: admin/class-hfe-admin.php:23 2121 #: admin/class-hfe-admin.php:235 122 122 msgid "View Template" 123 123 msgstr "" 124 124 125 #: admin/class-hfe-admin.php:23 3inc/class-hfe-settings-page.php:270125 #: admin/class-hfe-admin.php:236 inc/class-hfe-settings-page.php:270 126 126 msgid "All Templates" 127 127 msgstr "" 128 128 129 #: admin/class-hfe-admin.php:23 4129 #: admin/class-hfe-admin.php:237 130 130 msgid "Search Templates" 131 131 msgstr "" 132 132 133 #: admin/class-hfe-admin.php:23 5133 #: admin/class-hfe-admin.php:238 134 134 msgid "Parent Templates:" 135 135 msgstr "" 136 136 137 #: admin/class-hfe-admin.php:23 6137 #: admin/class-hfe-admin.php:239 138 138 msgid "No Templates found." 139 139 msgstr "" 140 140 141 #: admin/class-hfe-admin.php:2 37141 #: admin/class-hfe-admin.php:240 142 142 msgid "No Templates found in Trash." 143 143 msgstr "" 144 144 145 #: admin/class-hfe-admin.php:2 79145 #: admin/class-hfe-admin.php:282 146 146 msgid "Elementor Header & Footer Builder Options" 147 147 msgstr "" 148 148 149 #: admin/class-hfe-admin.php:3 07149 #: admin/class-hfe-admin.php:310 150 150 msgid "Type of Template" 151 151 msgstr "" 152 152 153 #: admin/class-hfe-admin.php:31 1153 #: admin/class-hfe-admin.php:314 154 154 msgid "Select Option" 155 155 msgstr "" 156 156 157 #: admin/class-hfe-admin.php:31 2157 #: admin/class-hfe-admin.php:315 158 158 msgid "Header" 159 159 msgstr "" 160 160 161 #: admin/class-hfe-admin.php:31 3161 #: admin/class-hfe-admin.php:316 162 162 msgid "Before Footer" 163 163 msgstr "" 164 164 165 #: admin/class-hfe-admin.php:31 4165 #: admin/class-hfe-admin.php:317 166 166 msgid "Footer" 167 167 msgstr "" 168 168 169 #: admin/class-hfe-admin.php:31 5169 #: admin/class-hfe-admin.php:318 170 170 msgid "Custom Block" 171 171 msgstr "" 172 172 173 #: admin/class-hfe-admin.php:32 3 admin/class-hfe-admin.php:568173 #: admin/class-hfe-admin.php:326 admin/class-hfe-admin.php:571 174 174 msgid "Shortcode" 175 175 msgstr "" 176 176 177 #: admin/class-hfe-admin.php:32 4177 #: admin/class-hfe-admin.php:327 178 178 msgid "" 179 179 "Copy this shortcode and paste it into your post, page, or text widget " … … 181 181 msgstr "" 182 182 183 #: admin/class-hfe-admin.php:33 6183 #: admin/class-hfe-admin.php:339 184 184 msgid "Enable Layout for Elementor Canvas Template?" 185 185 msgstr "" 186 186 187 #: admin/class-hfe-admin.php:3 38187 #: admin/class-hfe-admin.php:341 188 188 msgid "" 189 189 "Enabling this option will display this layout on pages using Elementor " … … 191 191 msgstr "" 192 192 193 #: admin/class-hfe-admin.php:36 4193 #: admin/class-hfe-admin.php:367 194 194 msgid "Display On" 195 195 msgstr "" 196 196 197 #: admin/class-hfe-admin.php:36 6197 #: admin/class-hfe-admin.php:369 198 198 msgid "Add locations for where this template should appear." 199 199 msgstr "" 200 200 201 #: admin/class-hfe-admin.php:3 77201 #: admin/class-hfe-admin.php:380 202 202 msgid "Add Display Rule" 203 203 msgstr "" 204 204 205 #: admin/class-hfe-admin.php:38 6205 #: admin/class-hfe-admin.php:389 206 206 msgid "Do Not Display On" 207 207 msgstr "" 208 208 209 #: admin/class-hfe-admin.php:3 88209 #: admin/class-hfe-admin.php:391 210 210 msgid "Add locations for where this template should not appear." 211 211 msgstr "" 212 212 213 #: admin/class-hfe-admin.php:39 5213 #: admin/class-hfe-admin.php:398 214 214 msgid "Exclude On" 215 215 msgstr "" 216 216 217 #: admin/class-hfe-admin.php: 398217 #: admin/class-hfe-admin.php:401 218 218 #: inc/lib/target-rule/class-astra-target-rules-fields.php:847 219 219 msgid "Add Exclusion Rule" 220 220 msgstr "" 221 221 222 #: admin/class-hfe-admin.php:4 08222 #: admin/class-hfe-admin.php:411 223 223 msgid "User Roles" 224 224 msgstr "" 225 225 226 #: admin/class-hfe-admin.php:4 09226 #: admin/class-hfe-admin.php:412 227 227 msgid "Display custom template based on user role." 228 228 msgstr "" 229 229 230 #: admin/class-hfe-admin.php:41 6230 #: admin/class-hfe-admin.php:419 231 231 msgid "Users" 232 232 msgstr "" 233 233 234 #: admin/class-hfe-admin.php:4 19234 #: admin/class-hfe-admin.php:422 235 235 msgid "Add User Rule" 236 236 msgstr "" 237 237 238 #: admin/class-hfe-admin.php: 499238 #: admin/class-hfe-admin.php:502 239 239 #. Translators: Post title, Template Location 240 240 msgid "Template %1$s is already assigned to the location %2$s" … … 305 305 msgstr "" 306 306 307 #: inc/class-hfe-settings-page.php:63 inc/class-hfe-settings-page.php:69 5307 #: inc/class-hfe-settings-page.php:63 inc/class-hfe-settings-page.php:697 308 308 msgid "Activate" 309 309 msgstr "" 310 310 311 #: inc/class-hfe-settings-page.php:64 inc/class-hfe-settings-page.php:68 7311 #: inc/class-hfe-settings-page.php:64 inc/class-hfe-settings-page.php:689 312 312 msgid "Activated" 313 313 msgstr "" 314 314 315 #: inc/class-hfe-settings-page.php:65 inc/class-hfe-settings-page.php:68 4315 #: inc/class-hfe-settings-page.php:65 inc/class-hfe-settings-page.php:686 316 316 #: inc/widgets-manager/widgets/class-navigation-menu.php:1043 317 317 #: inc/widgets-manager/widgets/class-navigation-menu.php:1225 … … 323 323 msgstr "" 324 324 325 #: inc/class-hfe-settings-page.php:67 inc/class-hfe-settings-page.php:69 2325 #: inc/class-hfe-settings-page.php:67 inc/class-hfe-settings-page.php:694 326 326 msgid "Inactive" 327 327 msgstr "" 328 328 329 #: inc/class-hfe-settings-page.php:68 inc/class-hfe-settings-page.php:7 08329 #: inc/class-hfe-settings-page.php:68 inc/class-hfe-settings-page.php:710 330 330 msgid "Install" 331 331 msgstr "" … … 347 347 msgstr "" 348 348 349 #: inc/class-hfe-settings-page.php:73 inc/class-hfe-settings-page.php:71 3349 #: inc/class-hfe-settings-page.php:73 inc/class-hfe-settings-page.php:715 350 350 msgid "Visit Website" 351 351 msgstr "" … … 391 391 392 392 #: inc/class-hfe-settings-page.php:187 inc/class-hfe-settings-page.php:188 393 #: inc/class-hfe-settings-page.php:83 3393 #: inc/class-hfe-settings-page.php:835 394 394 msgid "Settings" 395 395 msgstr "" … … 488 488 msgstr "" 489 489 490 #: inc/class-hfe-settings-page.php:524 490 #: inc/class-hfe-settings-page.php:525 491 #. translators: %s: theme name 491 492 msgid "" 492 493 "Powering over 1+ Million websites, %s is loved for the fast performance and " … … 495 496 msgstr "" 496 497 497 #: inc/class-hfe-settings-page.php:54 4498 #: inc/class-hfe-settings-page.php:545 498 499 msgid "Welcome to Elementor Header & Footer Builder!" 499 500 msgstr "" 500 501 501 #: inc/class-hfe-settings-page.php:54 6502 #: inc/class-hfe-settings-page.php:547 502 503 msgid "" 503 504 "With this awesome plugin, experience the easiest way to create a customized " … … 505 506 msgstr "" 506 507 507 #: inc/class-hfe-settings-page.php:54 8508 #: inc/class-hfe-settings-page.php:549 508 509 msgid "" 509 510 "Design beautiful layouts with simple drag & drop and display them at " … … 514 515 msgstr "" 515 516 516 #: inc/class-hfe-settings-page.php:55 0517 #: inc/class-hfe-settings-page.php:551 517 518 msgid "" 518 519 "Trusted by more than 1+ Million users, Elementor Header & Footer Builder is " … … 520 521 msgstr "" 521 522 522 #: inc/class-hfe-settings-page.php:552 523 #: inc/class-hfe-settings-page.php:554 524 #. translators: %s: theme name 523 525 msgid "" 524 526 "This plugin is brought to you by the same team behind the popular WordPress " … … 526 528 msgstr "" 527 529 528 #: inc/class-hfe-settings-page.php:5 58530 #: inc/class-hfe-settings-page.php:560 529 531 msgid "Team photo" 530 532 msgstr "" 531 533 532 #: inc/class-hfe-settings-page.php:56 0534 #: inc/class-hfe-settings-page.php:562 533 535 msgid "Brainstorm Force Team" 534 536 msgstr "" 535 537 536 #: inc/class-hfe-settings-page.php:60 4538 #: inc/class-hfe-settings-page.php:606 537 539 #. translators: %s - addon status label. 538 540 msgid "%1$s %3$s %2$s" 539 541 msgstr "" 540 542 541 #: inc/class-hfe-settings-page.php:62 1543 #: inc/class-hfe-settings-page.php:623 542 544 #. translators: %s - addon status label. 543 545 msgid "Status: %s" 544 546 msgstr "" 545 547 546 #: inc/class-hfe-settings-page.php:64 0548 #: inc/class-hfe-settings-page.php:642 547 549 msgid "WordPress.org" 548 550 msgstr "" 549 551 550 #: inc/class-hfe-settings-page.php:70 5552 #: inc/class-hfe-settings-page.php:707 551 553 msgid "Not Installed" 552 554 msgstr "" 553 555 554 #: inc/class-hfe-settings-page.php:75 2556 #: inc/class-hfe-settings-page.php:754 555 557 msgid "Starter Templates" 556 558 msgstr "" 557 559 558 #: inc/class-hfe-settings-page.php:75 3560 #: inc/class-hfe-settings-page.php:755 559 561 msgid "" 560 562 "A popular templates plugin that provides an extensive library of " … … 563 565 msgstr "" 564 566 565 #: inc/class-hfe-settings-page.php:76 4567 #: inc/class-hfe-settings-page.php:766 566 568 msgid "Ultimate Addons for Elementor" 567 569 msgstr "" 568 570 569 #: inc/class-hfe-settings-page.php:76 5571 #: inc/class-hfe-settings-page.php:767 570 572 msgid "" 571 573 "It’s a collection of 40+ unique, creative, and optimized Elementor widgets " … … 574 576 msgstr "" 575 577 576 #: inc/class-hfe-settings-page.php:83 2578 #: inc/class-hfe-settings-page.php:834 577 579 msgid "Go to HFE Settings page" 578 580 msgstr "" … … 733 735 msgstr "" 734 736 735 #: inc/widgets-manager/class-widgets-loader.php: 276737 #: inc/widgets-manager/class-widgets-loader.php:300 736 738 #: inc/widgets-manager/widgets/class-cart.php:51 737 739 #: inc/widgets-manager/widgets/class-cart.php:651 -
header-footer-elementor/tags/1.6.34/readme.txt
r3089480 r3091233 6 6 Requires PHP: 5.4 7 7 Tested up to: 6.5 8 Stable tag: 1.6.3 38 Stable tag: 1.6.34 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 141 141 == Changelog == 142 142 143 = 1.6.34 = 144 - Navigation Menu - Submenus show up for few seconds during the page load 145 - Navigation Menu - Huge icon show up for few seconds during the page load 146 - Navigation Menu - Unable to click on submenu when top distance is added for dropdown 147 143 148 = 1.6.33 = 144 149 - Fix: Unable to edit the Header/Footer with Elementor in few cases. -
header-footer-elementor/trunk/header-footer-elementor.php
r3089480 r3091233 8 8 * Text Domain: header-footer-elementor 9 9 * Domain Path: /languages 10 * Version: 1.6.3 310 * Version: 1.6.34 11 11 * Elementor tested up to: 3.21 12 12 * Elementor Pro tested up to: 3.21 … … 15 15 */ 16 16 17 define( 'HFE_VER', '1.6.3 3' );17 define( 'HFE_VER', '1.6.34' ); 18 18 define( 'HFE_FILE', __FILE__ ); 19 19 define( 'HFE_DIR', plugin_dir_path( __FILE__ ) ); -
header-footer-elementor/trunk/inc/lib/astra-notices/class-astra-notices.php
r2701069 r3091233 117 117 118 118 if ( false === wp_verify_nonce( $nonce, 'astra-notices' ) ) { 119 wp_send_json_error( esc_html_e( 'WordPress Nonce not validated.' , 'header-footer-elementor') );119 wp_send_json_error( esc_html_e( 'WordPress Nonce not validated.' ) ); 120 120 } 121 121 -
header-footer-elementor/trunk/inc/widgets-css/frontend.css
r3086402 r3091233 120 120 clear: both; 121 121 } 122 123 .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu {124 display: none;125 }126 127 .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item:hover > .sub-menu {128 display: block;129 }130 122 131 123 /* Alignemnt CSS */ -
header-footer-elementor/trunk/inc/widgets-manager/class-widgets-loader.php
r3089411 r3091233 56 56 // Register widgets. 57 57 add_action( 'elementor/widgets/register', [ $this, 'register_widgets' ] ); 58 59 // Register widgets script. 60 add_action( 'elementor/frontend/after_register_scripts', [ $this, 'register_widget_scripts' ] ); 58 61 59 62 // Add svg support. … … 121 124 */ 122 125 public function include_widgets_files() { 123 $js_files = $this->get_widget_script();124 126 $widget_list = $this->get_widget_list(); 125 127 … … 129 131 } 130 132 } 133 134 } 135 136 /** 137 * Include Widgets JS files 138 * 139 * Load widgets JS files 140 * 141 * @since x.x.x 142 * @access public 143 */ 144 public function include_js_files() { 145 $js_files = $this->get_widget_script(); 131 146 132 147 if ( ! empty( $js_files ) ) { … … 249 264 250 265 /** 266 * Register module required js on elementor's action. 267 * 268 * @since 0.0.1 269 */ 270 public function register_widget_scripts() { 271 $this->include_js_files(); 272 } 273 274 /** 251 275 * Cart Fragments. 252 276 * -
header-footer-elementor/trunk/languages/header-footer-elementor.pot
r3086835 r3091233 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Elementor Header & Footer Builder 1.6.3 1\n"5 "Project-Id-Version: Elementor Header & Footer Builder 1.6.34\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/header-footer-elementor\n" 8 "POT-Creation-Date: 2024-05- 15 04:56:19+00:00\n"8 "POT-Creation-Date: 2024-05-22 12:26:06+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" … … 91 91 msgstr "" 92 92 93 #: admin/class-hfe-admin.php:138 admin/class-hfe-admin.php:37 393 #: admin/class-hfe-admin.php:138 admin/class-hfe-admin.php:376 94 94 msgid "Display Rules" 95 95 msgstr "" … … 103 103 msgstr "" 104 104 105 #: admin/class-hfe-admin.php:2 28105 #: admin/class-hfe-admin.php:231 106 106 msgid "Add New" 107 107 msgstr "" 108 108 109 #: admin/class-hfe-admin.php:2 29109 #: admin/class-hfe-admin.php:232 110 110 msgid "Add New Header or Footer" 111 111 msgstr "" 112 112 113 #: admin/class-hfe-admin.php:23 0113 #: admin/class-hfe-admin.php:233 114 114 msgid "New Template" 115 115 msgstr "" 116 116 117 #: admin/class-hfe-admin.php:23 1117 #: admin/class-hfe-admin.php:234 118 118 msgid "Edit Template" 119 119 msgstr "" 120 120 121 #: admin/class-hfe-admin.php:23 2121 #: admin/class-hfe-admin.php:235 122 122 msgid "View Template" 123 123 msgstr "" 124 124 125 #: admin/class-hfe-admin.php:23 3inc/class-hfe-settings-page.php:270125 #: admin/class-hfe-admin.php:236 inc/class-hfe-settings-page.php:270 126 126 msgid "All Templates" 127 127 msgstr "" 128 128 129 #: admin/class-hfe-admin.php:23 4129 #: admin/class-hfe-admin.php:237 130 130 msgid "Search Templates" 131 131 msgstr "" 132 132 133 #: admin/class-hfe-admin.php:23 5133 #: admin/class-hfe-admin.php:238 134 134 msgid "Parent Templates:" 135 135 msgstr "" 136 136 137 #: admin/class-hfe-admin.php:23 6137 #: admin/class-hfe-admin.php:239 138 138 msgid "No Templates found." 139 139 msgstr "" 140 140 141 #: admin/class-hfe-admin.php:2 37141 #: admin/class-hfe-admin.php:240 142 142 msgid "No Templates found in Trash." 143 143 msgstr "" 144 144 145 #: admin/class-hfe-admin.php:2 79145 #: admin/class-hfe-admin.php:282 146 146 msgid "Elementor Header & Footer Builder Options" 147 147 msgstr "" 148 148 149 #: admin/class-hfe-admin.php:3 07149 #: admin/class-hfe-admin.php:310 150 150 msgid "Type of Template" 151 151 msgstr "" 152 152 153 #: admin/class-hfe-admin.php:31 1153 #: admin/class-hfe-admin.php:314 154 154 msgid "Select Option" 155 155 msgstr "" 156 156 157 #: admin/class-hfe-admin.php:31 2157 #: admin/class-hfe-admin.php:315 158 158 msgid "Header" 159 159 msgstr "" 160 160 161 #: admin/class-hfe-admin.php:31 3161 #: admin/class-hfe-admin.php:316 162 162 msgid "Before Footer" 163 163 msgstr "" 164 164 165 #: admin/class-hfe-admin.php:31 4165 #: admin/class-hfe-admin.php:317 166 166 msgid "Footer" 167 167 msgstr "" 168 168 169 #: admin/class-hfe-admin.php:31 5169 #: admin/class-hfe-admin.php:318 170 170 msgid "Custom Block" 171 171 msgstr "" 172 172 173 #: admin/class-hfe-admin.php:32 3 admin/class-hfe-admin.php:568173 #: admin/class-hfe-admin.php:326 admin/class-hfe-admin.php:571 174 174 msgid "Shortcode" 175 175 msgstr "" 176 176 177 #: admin/class-hfe-admin.php:32 4177 #: admin/class-hfe-admin.php:327 178 178 msgid "" 179 179 "Copy this shortcode and paste it into your post, page, or text widget " … … 181 181 msgstr "" 182 182 183 #: admin/class-hfe-admin.php:33 6183 #: admin/class-hfe-admin.php:339 184 184 msgid "Enable Layout for Elementor Canvas Template?" 185 185 msgstr "" 186 186 187 #: admin/class-hfe-admin.php:3 38187 #: admin/class-hfe-admin.php:341 188 188 msgid "" 189 189 "Enabling this option will display this layout on pages using Elementor " … … 191 191 msgstr "" 192 192 193 #: admin/class-hfe-admin.php:36 4193 #: admin/class-hfe-admin.php:367 194 194 msgid "Display On" 195 195 msgstr "" 196 196 197 #: admin/class-hfe-admin.php:36 6197 #: admin/class-hfe-admin.php:369 198 198 msgid "Add locations for where this template should appear." 199 199 msgstr "" 200 200 201 #: admin/class-hfe-admin.php:3 77201 #: admin/class-hfe-admin.php:380 202 202 msgid "Add Display Rule" 203 203 msgstr "" 204 204 205 #: admin/class-hfe-admin.php:38 6205 #: admin/class-hfe-admin.php:389 206 206 msgid "Do Not Display On" 207 207 msgstr "" 208 208 209 #: admin/class-hfe-admin.php:3 88209 #: admin/class-hfe-admin.php:391 210 210 msgid "Add locations for where this template should not appear." 211 211 msgstr "" 212 212 213 #: admin/class-hfe-admin.php:39 5213 #: admin/class-hfe-admin.php:398 214 214 msgid "Exclude On" 215 215 msgstr "" 216 216 217 #: admin/class-hfe-admin.php: 398217 #: admin/class-hfe-admin.php:401 218 218 #: inc/lib/target-rule/class-astra-target-rules-fields.php:847 219 219 msgid "Add Exclusion Rule" 220 220 msgstr "" 221 221 222 #: admin/class-hfe-admin.php:4 08222 #: admin/class-hfe-admin.php:411 223 223 msgid "User Roles" 224 224 msgstr "" 225 225 226 #: admin/class-hfe-admin.php:4 09226 #: admin/class-hfe-admin.php:412 227 227 msgid "Display custom template based on user role." 228 228 msgstr "" 229 229 230 #: admin/class-hfe-admin.php:41 6230 #: admin/class-hfe-admin.php:419 231 231 msgid "Users" 232 232 msgstr "" 233 233 234 #: admin/class-hfe-admin.php:4 19234 #: admin/class-hfe-admin.php:422 235 235 msgid "Add User Rule" 236 236 msgstr "" 237 237 238 #: admin/class-hfe-admin.php: 499238 #: admin/class-hfe-admin.php:502 239 239 #. Translators: Post title, Template Location 240 240 msgid "Template %1$s is already assigned to the location %2$s" … … 305 305 msgstr "" 306 306 307 #: inc/class-hfe-settings-page.php:63 inc/class-hfe-settings-page.php:69 5307 #: inc/class-hfe-settings-page.php:63 inc/class-hfe-settings-page.php:697 308 308 msgid "Activate" 309 309 msgstr "" 310 310 311 #: inc/class-hfe-settings-page.php:64 inc/class-hfe-settings-page.php:68 7311 #: inc/class-hfe-settings-page.php:64 inc/class-hfe-settings-page.php:689 312 312 msgid "Activated" 313 313 msgstr "" 314 314 315 #: inc/class-hfe-settings-page.php:65 inc/class-hfe-settings-page.php:68 4315 #: inc/class-hfe-settings-page.php:65 inc/class-hfe-settings-page.php:686 316 316 #: inc/widgets-manager/widgets/class-navigation-menu.php:1043 317 317 #: inc/widgets-manager/widgets/class-navigation-menu.php:1225 … … 323 323 msgstr "" 324 324 325 #: inc/class-hfe-settings-page.php:67 inc/class-hfe-settings-page.php:69 2325 #: inc/class-hfe-settings-page.php:67 inc/class-hfe-settings-page.php:694 326 326 msgid "Inactive" 327 327 msgstr "" 328 328 329 #: inc/class-hfe-settings-page.php:68 inc/class-hfe-settings-page.php:7 08329 #: inc/class-hfe-settings-page.php:68 inc/class-hfe-settings-page.php:710 330 330 msgid "Install" 331 331 msgstr "" … … 347 347 msgstr "" 348 348 349 #: inc/class-hfe-settings-page.php:73 inc/class-hfe-settings-page.php:71 3349 #: inc/class-hfe-settings-page.php:73 inc/class-hfe-settings-page.php:715 350 350 msgid "Visit Website" 351 351 msgstr "" … … 391 391 392 392 #: inc/class-hfe-settings-page.php:187 inc/class-hfe-settings-page.php:188 393 #: inc/class-hfe-settings-page.php:83 3393 #: inc/class-hfe-settings-page.php:835 394 394 msgid "Settings" 395 395 msgstr "" … … 488 488 msgstr "" 489 489 490 #: inc/class-hfe-settings-page.php:524 490 #: inc/class-hfe-settings-page.php:525 491 #. translators: %s: theme name 491 492 msgid "" 492 493 "Powering over 1+ Million websites, %s is loved for the fast performance and " … … 495 496 msgstr "" 496 497 497 #: inc/class-hfe-settings-page.php:54 4498 #: inc/class-hfe-settings-page.php:545 498 499 msgid "Welcome to Elementor Header & Footer Builder!" 499 500 msgstr "" 500 501 501 #: inc/class-hfe-settings-page.php:54 6502 #: inc/class-hfe-settings-page.php:547 502 503 msgid "" 503 504 "With this awesome plugin, experience the easiest way to create a customized " … … 505 506 msgstr "" 506 507 507 #: inc/class-hfe-settings-page.php:54 8508 #: inc/class-hfe-settings-page.php:549 508 509 msgid "" 509 510 "Design beautiful layouts with simple drag & drop and display them at " … … 514 515 msgstr "" 515 516 516 #: inc/class-hfe-settings-page.php:55 0517 #: inc/class-hfe-settings-page.php:551 517 518 msgid "" 518 519 "Trusted by more than 1+ Million users, Elementor Header & Footer Builder is " … … 520 521 msgstr "" 521 522 522 #: inc/class-hfe-settings-page.php:552 523 #: inc/class-hfe-settings-page.php:554 524 #. translators: %s: theme name 523 525 msgid "" 524 526 "This plugin is brought to you by the same team behind the popular WordPress " … … 526 528 msgstr "" 527 529 528 #: inc/class-hfe-settings-page.php:5 58530 #: inc/class-hfe-settings-page.php:560 529 531 msgid "Team photo" 530 532 msgstr "" 531 533 532 #: inc/class-hfe-settings-page.php:56 0534 #: inc/class-hfe-settings-page.php:562 533 535 msgid "Brainstorm Force Team" 534 536 msgstr "" 535 537 536 #: inc/class-hfe-settings-page.php:60 4538 #: inc/class-hfe-settings-page.php:606 537 539 #. translators: %s - addon status label. 538 540 msgid "%1$s %3$s %2$s" 539 541 msgstr "" 540 542 541 #: inc/class-hfe-settings-page.php:62 1543 #: inc/class-hfe-settings-page.php:623 542 544 #. translators: %s - addon status label. 543 545 msgid "Status: %s" 544 546 msgstr "" 545 547 546 #: inc/class-hfe-settings-page.php:64 0548 #: inc/class-hfe-settings-page.php:642 547 549 msgid "WordPress.org" 548 550 msgstr "" 549 551 550 #: inc/class-hfe-settings-page.php:70 5552 #: inc/class-hfe-settings-page.php:707 551 553 msgid "Not Installed" 552 554 msgstr "" 553 555 554 #: inc/class-hfe-settings-page.php:75 2556 #: inc/class-hfe-settings-page.php:754 555 557 msgid "Starter Templates" 556 558 msgstr "" 557 559 558 #: inc/class-hfe-settings-page.php:75 3560 #: inc/class-hfe-settings-page.php:755 559 561 msgid "" 560 562 "A popular templates plugin that provides an extensive library of " … … 563 565 msgstr "" 564 566 565 #: inc/class-hfe-settings-page.php:76 4567 #: inc/class-hfe-settings-page.php:766 566 568 msgid "Ultimate Addons for Elementor" 567 569 msgstr "" 568 570 569 #: inc/class-hfe-settings-page.php:76 5571 #: inc/class-hfe-settings-page.php:767 570 572 msgid "" 571 573 "It’s a collection of 40+ unique, creative, and optimized Elementor widgets " … … 574 576 msgstr "" 575 577 576 #: inc/class-hfe-settings-page.php:83 2578 #: inc/class-hfe-settings-page.php:834 577 579 msgid "Go to HFE Settings page" 578 580 msgstr "" … … 733 735 msgstr "" 734 736 735 #: inc/widgets-manager/class-widgets-loader.php: 276737 #: inc/widgets-manager/class-widgets-loader.php:300 736 738 #: inc/widgets-manager/widgets/class-cart.php:51 737 739 #: inc/widgets-manager/widgets/class-cart.php:651 -
header-footer-elementor/trunk/readme.txt
r3089480 r3091233 6 6 Requires PHP: 5.4 7 7 Tested up to: 6.5 8 Stable tag: 1.6.3 38 Stable tag: 1.6.34 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 141 141 == Changelog == 142 142 143 = 1.6.34 = 144 - Navigation Menu - Submenus show up for few seconds during the page load 145 - Navigation Menu - Huge icon show up for few seconds during the page load 146 - Navigation Menu - Unable to click on submenu when top distance is added for dropdown 147 143 148 = 1.6.33 = 144 149 - Fix: Unable to edit the Header/Footer with Elementor in few cases.
Note: See TracChangeset
for help on using the changeset viewer.