Plugin Directory

Changeset 3091233


Ignore:
Timestamp:
05/23/2024 05:48:26 AM (23 months ago)
Author:
Nikschavan
Message:

Update to version 1.6.34 from GitHub

Location:
header-footer-elementor
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • header-footer-elementor/tags/1.6.34/header-footer-elementor.php

    r3089480 r3091233  
    88 * Text Domain: header-footer-elementor
    99 * Domain Path: /languages
    10  * Version: 1.6.33
     10 * Version: 1.6.34
    1111 * Elementor tested up to: 3.21
    1212 * Elementor Pro tested up to: 3.21
     
    1515 */
    1616
    17 define( 'HFE_VER', '1.6.33' );
     17define( 'HFE_VER', '1.6.34' );
    1818define( 'HFE_FILE', __FILE__ );
    1919define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
  • header-footer-elementor/tags/1.6.34/inc/lib/astra-notices/class-astra-notices.php

    r2701069 r3091233  
    117117
    118118            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.' ) );
    120120            }
    121121
  • header-footer-elementor/tags/1.6.34/inc/widgets-css/frontend.css

    r3086402 r3091233  
    120120    clear: both;
    121121}
    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 }
    130122
    131123/* Alignemnt CSS */
  • header-footer-elementor/tags/1.6.34/inc/widgets-manager/class-widgets-loader.php

    r3089411 r3091233  
    5656        // Register widgets.
    5757        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' ] );
    5861
    5962        // Add svg support.
     
    121124     */
    122125    public function include_widgets_files() {
    123         $js_files    = $this->get_widget_script();
    124126        $widget_list = $this->get_widget_list();
    125127
     
    129131            }
    130132        }
     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();
    131146
    132147        if ( ! empty( $js_files ) ) {
     
    249264
    250265    /**
     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    /**
    251275     * Cart Fragments.
    252276     *
  • header-footer-elementor/tags/1.6.34/languages/header-footer-elementor.pot

    r3086835 r3091233  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Elementor Header & Footer Builder 1.6.31\n"
     5"Project-Id-Version: Elementor Header & Footer Builder 1.6.34\n"
    66"Report-Msgid-Bugs-To: "
    77"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"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    9191msgstr ""
    9292
    93 #: admin/class-hfe-admin.php:138 admin/class-hfe-admin.php:373
     93#: admin/class-hfe-admin.php:138 admin/class-hfe-admin.php:376
    9494msgid "Display Rules"
    9595msgstr ""
     
    103103msgstr ""
    104104
    105 #: admin/class-hfe-admin.php:228
     105#: admin/class-hfe-admin.php:231
    106106msgid "Add New"
    107107msgstr ""
    108108
    109 #: admin/class-hfe-admin.php:229
     109#: admin/class-hfe-admin.php:232
    110110msgid "Add New Header or Footer"
    111111msgstr ""
    112112
    113 #: admin/class-hfe-admin.php:230
     113#: admin/class-hfe-admin.php:233
    114114msgid "New Template"
    115115msgstr ""
    116116
    117 #: admin/class-hfe-admin.php:231
     117#: admin/class-hfe-admin.php:234
    118118msgid "Edit Template"
    119119msgstr ""
    120120
    121 #: admin/class-hfe-admin.php:232
     121#: admin/class-hfe-admin.php:235
    122122msgid "View Template"
    123123msgstr ""
    124124
    125 #: admin/class-hfe-admin.php:233 inc/class-hfe-settings-page.php:270
     125#: admin/class-hfe-admin.php:236 inc/class-hfe-settings-page.php:270
    126126msgid "All Templates"
    127127msgstr ""
    128128
    129 #: admin/class-hfe-admin.php:234
     129#: admin/class-hfe-admin.php:237
    130130msgid "Search Templates"
    131131msgstr ""
    132132
    133 #: admin/class-hfe-admin.php:235
     133#: admin/class-hfe-admin.php:238
    134134msgid "Parent Templates:"
    135135msgstr ""
    136136
    137 #: admin/class-hfe-admin.php:236
     137#: admin/class-hfe-admin.php:239
    138138msgid "No Templates found."
    139139msgstr ""
    140140
    141 #: admin/class-hfe-admin.php:237
     141#: admin/class-hfe-admin.php:240
    142142msgid "No Templates found in Trash."
    143143msgstr ""
    144144
    145 #: admin/class-hfe-admin.php:279
     145#: admin/class-hfe-admin.php:282
    146146msgid "Elementor Header & Footer Builder Options"
    147147msgstr ""
    148148
    149 #: admin/class-hfe-admin.php:307
     149#: admin/class-hfe-admin.php:310
    150150msgid "Type of Template"
    151151msgstr ""
    152152
    153 #: admin/class-hfe-admin.php:311
     153#: admin/class-hfe-admin.php:314
    154154msgid "Select Option"
    155155msgstr ""
    156156
    157 #: admin/class-hfe-admin.php:312
     157#: admin/class-hfe-admin.php:315
    158158msgid "Header"
    159159msgstr ""
    160160
    161 #: admin/class-hfe-admin.php:313
     161#: admin/class-hfe-admin.php:316
    162162msgid "Before Footer"
    163163msgstr ""
    164164
    165 #: admin/class-hfe-admin.php:314
     165#: admin/class-hfe-admin.php:317
    166166msgid "Footer"
    167167msgstr ""
    168168
    169 #: admin/class-hfe-admin.php:315
     169#: admin/class-hfe-admin.php:318
    170170msgid "Custom Block"
    171171msgstr ""
    172172
    173 #: admin/class-hfe-admin.php:323 admin/class-hfe-admin.php:568
     173#: admin/class-hfe-admin.php:326 admin/class-hfe-admin.php:571
    174174msgid "Shortcode"
    175175msgstr ""
    176176
    177 #: admin/class-hfe-admin.php:324
     177#: admin/class-hfe-admin.php:327
    178178msgid ""
    179179"Copy this shortcode and paste it into your post, page, or text widget "
     
    181181msgstr ""
    182182
    183 #: admin/class-hfe-admin.php:336
     183#: admin/class-hfe-admin.php:339
    184184msgid "Enable Layout for Elementor Canvas Template?"
    185185msgstr ""
    186186
    187 #: admin/class-hfe-admin.php:338
     187#: admin/class-hfe-admin.php:341
    188188msgid ""
    189189"Enabling this option will display this layout on pages using Elementor "
     
    191191msgstr ""
    192192
    193 #: admin/class-hfe-admin.php:364
     193#: admin/class-hfe-admin.php:367
    194194msgid "Display On"
    195195msgstr ""
    196196
    197 #: admin/class-hfe-admin.php:366
     197#: admin/class-hfe-admin.php:369
    198198msgid "Add locations for where this template should appear."
    199199msgstr ""
    200200
    201 #: admin/class-hfe-admin.php:377
     201#: admin/class-hfe-admin.php:380
    202202msgid "Add Display Rule"
    203203msgstr ""
    204204
    205 #: admin/class-hfe-admin.php:386
     205#: admin/class-hfe-admin.php:389
    206206msgid "Do Not Display On"
    207207msgstr ""
    208208
    209 #: admin/class-hfe-admin.php:388
     209#: admin/class-hfe-admin.php:391
    210210msgid "Add locations for where this template should not appear."
    211211msgstr ""
    212212
    213 #: admin/class-hfe-admin.php:395
     213#: admin/class-hfe-admin.php:398
    214214msgid "Exclude On"
    215215msgstr ""
    216216
    217 #: admin/class-hfe-admin.php:398
     217#: admin/class-hfe-admin.php:401
    218218#: inc/lib/target-rule/class-astra-target-rules-fields.php:847
    219219msgid "Add Exclusion Rule"
    220220msgstr ""
    221221
    222 #: admin/class-hfe-admin.php:408
     222#: admin/class-hfe-admin.php:411
    223223msgid "User Roles"
    224224msgstr ""
    225225
    226 #: admin/class-hfe-admin.php:409
     226#: admin/class-hfe-admin.php:412
    227227msgid "Display custom template based on user role."
    228228msgstr ""
    229229
    230 #: admin/class-hfe-admin.php:416
     230#: admin/class-hfe-admin.php:419
    231231msgid "Users"
    232232msgstr ""
    233233
    234 #: admin/class-hfe-admin.php:419
     234#: admin/class-hfe-admin.php:422
    235235msgid "Add User Rule"
    236236msgstr ""
    237237
    238 #: admin/class-hfe-admin.php:499
     238#: admin/class-hfe-admin.php:502
    239239#. Translators: Post title, Template Location
    240240msgid "Template %1$s is already assigned to the location %2$s"
     
    305305msgstr ""
    306306
    307 #: inc/class-hfe-settings-page.php:63 inc/class-hfe-settings-page.php:695
     307#: inc/class-hfe-settings-page.php:63 inc/class-hfe-settings-page.php:697
    308308msgid "Activate"
    309309msgstr ""
    310310
    311 #: inc/class-hfe-settings-page.php:64 inc/class-hfe-settings-page.php:687
     311#: inc/class-hfe-settings-page.php:64 inc/class-hfe-settings-page.php:689
    312312msgid "Activated"
    313313msgstr ""
    314314
    315 #: inc/class-hfe-settings-page.php:65 inc/class-hfe-settings-page.php:684
     315#: inc/class-hfe-settings-page.php:65 inc/class-hfe-settings-page.php:686
    316316#: inc/widgets-manager/widgets/class-navigation-menu.php:1043
    317317#: inc/widgets-manager/widgets/class-navigation-menu.php:1225
     
    323323msgstr ""
    324324
    325 #: inc/class-hfe-settings-page.php:67 inc/class-hfe-settings-page.php:692
     325#: inc/class-hfe-settings-page.php:67 inc/class-hfe-settings-page.php:694
    326326msgid "Inactive"
    327327msgstr ""
    328328
    329 #: inc/class-hfe-settings-page.php:68 inc/class-hfe-settings-page.php:708
     329#: inc/class-hfe-settings-page.php:68 inc/class-hfe-settings-page.php:710
    330330msgid "Install"
    331331msgstr ""
     
    347347msgstr ""
    348348
    349 #: inc/class-hfe-settings-page.php:73 inc/class-hfe-settings-page.php:713
     349#: inc/class-hfe-settings-page.php:73 inc/class-hfe-settings-page.php:715
    350350msgid "Visit Website"
    351351msgstr ""
     
    391391
    392392#: inc/class-hfe-settings-page.php:187 inc/class-hfe-settings-page.php:188
    393 #: inc/class-hfe-settings-page.php:833
     393#: inc/class-hfe-settings-page.php:835
    394394msgid "Settings"
    395395msgstr ""
     
    488488msgstr ""
    489489
    490 #: inc/class-hfe-settings-page.php:524
     490#: inc/class-hfe-settings-page.php:525
     491#. translators: %s: theme name
    491492msgid ""
    492493"Powering over 1+ Million websites, %s is loved for the fast performance and "
     
    495496msgstr ""
    496497
    497 #: inc/class-hfe-settings-page.php:544
     498#: inc/class-hfe-settings-page.php:545
    498499msgid "Welcome to Elementor Header & Footer Builder!"
    499500msgstr ""
    500501
    501 #: inc/class-hfe-settings-page.php:546
     502#: inc/class-hfe-settings-page.php:547
    502503msgid ""
    503504"With this awesome plugin, experience the easiest way to create a customized "
     
    505506msgstr ""
    506507
    507 #: inc/class-hfe-settings-page.php:548
     508#: inc/class-hfe-settings-page.php:549
    508509msgid ""
    509510"Design beautiful layouts with simple drag & drop and display them at "
     
    514515msgstr ""
    515516
    516 #: inc/class-hfe-settings-page.php:550
     517#: inc/class-hfe-settings-page.php:551
    517518msgid ""
    518519"Trusted by more than 1+ Million users, Elementor Header & Footer Builder is "
     
    520521msgstr ""
    521522
    522 #: inc/class-hfe-settings-page.php:552
     523#: inc/class-hfe-settings-page.php:554
     524#. translators: %s: theme name
    523525msgid ""
    524526"This plugin is brought to you by the same team behind the popular WordPress "
     
    526528msgstr ""
    527529
    528 #: inc/class-hfe-settings-page.php:558
     530#: inc/class-hfe-settings-page.php:560
    529531msgid "Team photo"
    530532msgstr ""
    531533
    532 #: inc/class-hfe-settings-page.php:560
     534#: inc/class-hfe-settings-page.php:562
    533535msgid "Brainstorm Force Team"
    534536msgstr ""
    535537
    536 #: inc/class-hfe-settings-page.php:604
     538#: inc/class-hfe-settings-page.php:606
    537539#. translators: %s - addon status label.
    538540msgid "%1$s %3$s %2$s"
    539541msgstr ""
    540542
    541 #: inc/class-hfe-settings-page.php:621
     543#: inc/class-hfe-settings-page.php:623
    542544#. translators: %s - addon status label.
    543545msgid "Status: %s"
    544546msgstr ""
    545547
    546 #: inc/class-hfe-settings-page.php:640
     548#: inc/class-hfe-settings-page.php:642
    547549msgid "WordPress.org"
    548550msgstr ""
    549551
    550 #: inc/class-hfe-settings-page.php:705
     552#: inc/class-hfe-settings-page.php:707
    551553msgid "Not Installed"
    552554msgstr ""
    553555
    554 #: inc/class-hfe-settings-page.php:752
     556#: inc/class-hfe-settings-page.php:754
    555557msgid "Starter Templates"
    556558msgstr ""
    557559
    558 #: inc/class-hfe-settings-page.php:753
     560#: inc/class-hfe-settings-page.php:755
    559561msgid ""
    560562"A popular templates plugin that provides an extensive library of "
     
    563565msgstr ""
    564566
    565 #: inc/class-hfe-settings-page.php:764
     567#: inc/class-hfe-settings-page.php:766
    566568msgid "Ultimate Addons for Elementor"
    567569msgstr ""
    568570
    569 #: inc/class-hfe-settings-page.php:765
     571#: inc/class-hfe-settings-page.php:767
    570572msgid ""
    571573"It’s a collection of 40+ unique, creative, and optimized Elementor widgets "
     
    574576msgstr ""
    575577
    576 #: inc/class-hfe-settings-page.php:832
     578#: inc/class-hfe-settings-page.php:834
    577579msgid "Go to HFE Settings page"
    578580msgstr ""
     
    733735msgstr ""
    734736
    735 #: inc/widgets-manager/class-widgets-loader.php:276
     737#: inc/widgets-manager/class-widgets-loader.php:300
    736738#: inc/widgets-manager/widgets/class-cart.php:51
    737739#: inc/widgets-manager/widgets/class-cart.php:651
  • header-footer-elementor/tags/1.6.34/readme.txt

    r3089480 r3091233  
    66Requires PHP: 5.4
    77Tested up to: 6.5
    8 Stable tag: 1.6.33
     8Stable tag: 1.6.34
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    141141== Changelog ==
    142142
     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
    143148= 1.6.33 =
    144149- Fix: Unable to edit the Header/Footer with Elementor in few cases.
  • header-footer-elementor/trunk/header-footer-elementor.php

    r3089480 r3091233  
    88 * Text Domain: header-footer-elementor
    99 * Domain Path: /languages
    10  * Version: 1.6.33
     10 * Version: 1.6.34
    1111 * Elementor tested up to: 3.21
    1212 * Elementor Pro tested up to: 3.21
     
    1515 */
    1616
    17 define( 'HFE_VER', '1.6.33' );
     17define( 'HFE_VER', '1.6.34' );
    1818define( 'HFE_FILE', __FILE__ );
    1919define( 'HFE_DIR', plugin_dir_path( __FILE__ ) );
  • header-footer-elementor/trunk/inc/lib/astra-notices/class-astra-notices.php

    r2701069 r3091233  
    117117
    118118            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.' ) );
    120120            }
    121121
  • header-footer-elementor/trunk/inc/widgets-css/frontend.css

    r3086402 r3091233  
    120120    clear: both;
    121121}
    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 }
    130122
    131123/* Alignemnt CSS */
  • header-footer-elementor/trunk/inc/widgets-manager/class-widgets-loader.php

    r3089411 r3091233  
    5656        // Register widgets.
    5757        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' ] );
    5861
    5962        // Add svg support.
     
    121124     */
    122125    public function include_widgets_files() {
    123         $js_files    = $this->get_widget_script();
    124126        $widget_list = $this->get_widget_list();
    125127
     
    129131            }
    130132        }
     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();
    131146
    132147        if ( ! empty( $js_files ) ) {
     
    249264
    250265    /**
     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    /**
    251275     * Cart Fragments.
    252276     *
  • header-footer-elementor/trunk/languages/header-footer-elementor.pot

    r3086835 r3091233  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: Elementor Header & Footer Builder 1.6.31\n"
     5"Project-Id-Version: Elementor Header & Footer Builder 1.6.34\n"
    66"Report-Msgid-Bugs-To: "
    77"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"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
     
    9191msgstr ""
    9292
    93 #: admin/class-hfe-admin.php:138 admin/class-hfe-admin.php:373
     93#: admin/class-hfe-admin.php:138 admin/class-hfe-admin.php:376
    9494msgid "Display Rules"
    9595msgstr ""
     
    103103msgstr ""
    104104
    105 #: admin/class-hfe-admin.php:228
     105#: admin/class-hfe-admin.php:231
    106106msgid "Add New"
    107107msgstr ""
    108108
    109 #: admin/class-hfe-admin.php:229
     109#: admin/class-hfe-admin.php:232
    110110msgid "Add New Header or Footer"
    111111msgstr ""
    112112
    113 #: admin/class-hfe-admin.php:230
     113#: admin/class-hfe-admin.php:233
    114114msgid "New Template"
    115115msgstr ""
    116116
    117 #: admin/class-hfe-admin.php:231
     117#: admin/class-hfe-admin.php:234
    118118msgid "Edit Template"
    119119msgstr ""
    120120
    121 #: admin/class-hfe-admin.php:232
     121#: admin/class-hfe-admin.php:235
    122122msgid "View Template"
    123123msgstr ""
    124124
    125 #: admin/class-hfe-admin.php:233 inc/class-hfe-settings-page.php:270
     125#: admin/class-hfe-admin.php:236 inc/class-hfe-settings-page.php:270
    126126msgid "All Templates"
    127127msgstr ""
    128128
    129 #: admin/class-hfe-admin.php:234
     129#: admin/class-hfe-admin.php:237
    130130msgid "Search Templates"
    131131msgstr ""
    132132
    133 #: admin/class-hfe-admin.php:235
     133#: admin/class-hfe-admin.php:238
    134134msgid "Parent Templates:"
    135135msgstr ""
    136136
    137 #: admin/class-hfe-admin.php:236
     137#: admin/class-hfe-admin.php:239
    138138msgid "No Templates found."
    139139msgstr ""
    140140
    141 #: admin/class-hfe-admin.php:237
     141#: admin/class-hfe-admin.php:240
    142142msgid "No Templates found in Trash."
    143143msgstr ""
    144144
    145 #: admin/class-hfe-admin.php:279
     145#: admin/class-hfe-admin.php:282
    146146msgid "Elementor Header & Footer Builder Options"
    147147msgstr ""
    148148
    149 #: admin/class-hfe-admin.php:307
     149#: admin/class-hfe-admin.php:310
    150150msgid "Type of Template"
    151151msgstr ""
    152152
    153 #: admin/class-hfe-admin.php:311
     153#: admin/class-hfe-admin.php:314
    154154msgid "Select Option"
    155155msgstr ""
    156156
    157 #: admin/class-hfe-admin.php:312
     157#: admin/class-hfe-admin.php:315
    158158msgid "Header"
    159159msgstr ""
    160160
    161 #: admin/class-hfe-admin.php:313
     161#: admin/class-hfe-admin.php:316
    162162msgid "Before Footer"
    163163msgstr ""
    164164
    165 #: admin/class-hfe-admin.php:314
     165#: admin/class-hfe-admin.php:317
    166166msgid "Footer"
    167167msgstr ""
    168168
    169 #: admin/class-hfe-admin.php:315
     169#: admin/class-hfe-admin.php:318
    170170msgid "Custom Block"
    171171msgstr ""
    172172
    173 #: admin/class-hfe-admin.php:323 admin/class-hfe-admin.php:568
     173#: admin/class-hfe-admin.php:326 admin/class-hfe-admin.php:571
    174174msgid "Shortcode"
    175175msgstr ""
    176176
    177 #: admin/class-hfe-admin.php:324
     177#: admin/class-hfe-admin.php:327
    178178msgid ""
    179179"Copy this shortcode and paste it into your post, page, or text widget "
     
    181181msgstr ""
    182182
    183 #: admin/class-hfe-admin.php:336
     183#: admin/class-hfe-admin.php:339
    184184msgid "Enable Layout for Elementor Canvas Template?"
    185185msgstr ""
    186186
    187 #: admin/class-hfe-admin.php:338
     187#: admin/class-hfe-admin.php:341
    188188msgid ""
    189189"Enabling this option will display this layout on pages using Elementor "
     
    191191msgstr ""
    192192
    193 #: admin/class-hfe-admin.php:364
     193#: admin/class-hfe-admin.php:367
    194194msgid "Display On"
    195195msgstr ""
    196196
    197 #: admin/class-hfe-admin.php:366
     197#: admin/class-hfe-admin.php:369
    198198msgid "Add locations for where this template should appear."
    199199msgstr ""
    200200
    201 #: admin/class-hfe-admin.php:377
     201#: admin/class-hfe-admin.php:380
    202202msgid "Add Display Rule"
    203203msgstr ""
    204204
    205 #: admin/class-hfe-admin.php:386
     205#: admin/class-hfe-admin.php:389
    206206msgid "Do Not Display On"
    207207msgstr ""
    208208
    209 #: admin/class-hfe-admin.php:388
     209#: admin/class-hfe-admin.php:391
    210210msgid "Add locations for where this template should not appear."
    211211msgstr ""
    212212
    213 #: admin/class-hfe-admin.php:395
     213#: admin/class-hfe-admin.php:398
    214214msgid "Exclude On"
    215215msgstr ""
    216216
    217 #: admin/class-hfe-admin.php:398
     217#: admin/class-hfe-admin.php:401
    218218#: inc/lib/target-rule/class-astra-target-rules-fields.php:847
    219219msgid "Add Exclusion Rule"
    220220msgstr ""
    221221
    222 #: admin/class-hfe-admin.php:408
     222#: admin/class-hfe-admin.php:411
    223223msgid "User Roles"
    224224msgstr ""
    225225
    226 #: admin/class-hfe-admin.php:409
     226#: admin/class-hfe-admin.php:412
    227227msgid "Display custom template based on user role."
    228228msgstr ""
    229229
    230 #: admin/class-hfe-admin.php:416
     230#: admin/class-hfe-admin.php:419
    231231msgid "Users"
    232232msgstr ""
    233233
    234 #: admin/class-hfe-admin.php:419
     234#: admin/class-hfe-admin.php:422
    235235msgid "Add User Rule"
    236236msgstr ""
    237237
    238 #: admin/class-hfe-admin.php:499
     238#: admin/class-hfe-admin.php:502
    239239#. Translators: Post title, Template Location
    240240msgid "Template %1$s is already assigned to the location %2$s"
     
    305305msgstr ""
    306306
    307 #: inc/class-hfe-settings-page.php:63 inc/class-hfe-settings-page.php:695
     307#: inc/class-hfe-settings-page.php:63 inc/class-hfe-settings-page.php:697
    308308msgid "Activate"
    309309msgstr ""
    310310
    311 #: inc/class-hfe-settings-page.php:64 inc/class-hfe-settings-page.php:687
     311#: inc/class-hfe-settings-page.php:64 inc/class-hfe-settings-page.php:689
    312312msgid "Activated"
    313313msgstr ""
    314314
    315 #: inc/class-hfe-settings-page.php:65 inc/class-hfe-settings-page.php:684
     315#: inc/class-hfe-settings-page.php:65 inc/class-hfe-settings-page.php:686
    316316#: inc/widgets-manager/widgets/class-navigation-menu.php:1043
    317317#: inc/widgets-manager/widgets/class-navigation-menu.php:1225
     
    323323msgstr ""
    324324
    325 #: inc/class-hfe-settings-page.php:67 inc/class-hfe-settings-page.php:692
     325#: inc/class-hfe-settings-page.php:67 inc/class-hfe-settings-page.php:694
    326326msgid "Inactive"
    327327msgstr ""
    328328
    329 #: inc/class-hfe-settings-page.php:68 inc/class-hfe-settings-page.php:708
     329#: inc/class-hfe-settings-page.php:68 inc/class-hfe-settings-page.php:710
    330330msgid "Install"
    331331msgstr ""
     
    347347msgstr ""
    348348
    349 #: inc/class-hfe-settings-page.php:73 inc/class-hfe-settings-page.php:713
     349#: inc/class-hfe-settings-page.php:73 inc/class-hfe-settings-page.php:715
    350350msgid "Visit Website"
    351351msgstr ""
     
    391391
    392392#: inc/class-hfe-settings-page.php:187 inc/class-hfe-settings-page.php:188
    393 #: inc/class-hfe-settings-page.php:833
     393#: inc/class-hfe-settings-page.php:835
    394394msgid "Settings"
    395395msgstr ""
     
    488488msgstr ""
    489489
    490 #: inc/class-hfe-settings-page.php:524
     490#: inc/class-hfe-settings-page.php:525
     491#. translators: %s: theme name
    491492msgid ""
    492493"Powering over 1+ Million websites, %s is loved for the fast performance and "
     
    495496msgstr ""
    496497
    497 #: inc/class-hfe-settings-page.php:544
     498#: inc/class-hfe-settings-page.php:545
    498499msgid "Welcome to Elementor Header & Footer Builder!"
    499500msgstr ""
    500501
    501 #: inc/class-hfe-settings-page.php:546
     502#: inc/class-hfe-settings-page.php:547
    502503msgid ""
    503504"With this awesome plugin, experience the easiest way to create a customized "
     
    505506msgstr ""
    506507
    507 #: inc/class-hfe-settings-page.php:548
     508#: inc/class-hfe-settings-page.php:549
    508509msgid ""
    509510"Design beautiful layouts with simple drag & drop and display them at "
     
    514515msgstr ""
    515516
    516 #: inc/class-hfe-settings-page.php:550
     517#: inc/class-hfe-settings-page.php:551
    517518msgid ""
    518519"Trusted by more than 1+ Million users, Elementor Header & Footer Builder is "
     
    520521msgstr ""
    521522
    522 #: inc/class-hfe-settings-page.php:552
     523#: inc/class-hfe-settings-page.php:554
     524#. translators: %s: theme name
    523525msgid ""
    524526"This plugin is brought to you by the same team behind the popular WordPress "
     
    526528msgstr ""
    527529
    528 #: inc/class-hfe-settings-page.php:558
     530#: inc/class-hfe-settings-page.php:560
    529531msgid "Team photo"
    530532msgstr ""
    531533
    532 #: inc/class-hfe-settings-page.php:560
     534#: inc/class-hfe-settings-page.php:562
    533535msgid "Brainstorm Force Team"
    534536msgstr ""
    535537
    536 #: inc/class-hfe-settings-page.php:604
     538#: inc/class-hfe-settings-page.php:606
    537539#. translators: %s - addon status label.
    538540msgid "%1$s %3$s %2$s"
    539541msgstr ""
    540542
    541 #: inc/class-hfe-settings-page.php:621
     543#: inc/class-hfe-settings-page.php:623
    542544#. translators: %s - addon status label.
    543545msgid "Status: %s"
    544546msgstr ""
    545547
    546 #: inc/class-hfe-settings-page.php:640
     548#: inc/class-hfe-settings-page.php:642
    547549msgid "WordPress.org"
    548550msgstr ""
    549551
    550 #: inc/class-hfe-settings-page.php:705
     552#: inc/class-hfe-settings-page.php:707
    551553msgid "Not Installed"
    552554msgstr ""
    553555
    554 #: inc/class-hfe-settings-page.php:752
     556#: inc/class-hfe-settings-page.php:754
    555557msgid "Starter Templates"
    556558msgstr ""
    557559
    558 #: inc/class-hfe-settings-page.php:753
     560#: inc/class-hfe-settings-page.php:755
    559561msgid ""
    560562"A popular templates plugin that provides an extensive library of "
     
    563565msgstr ""
    564566
    565 #: inc/class-hfe-settings-page.php:764
     567#: inc/class-hfe-settings-page.php:766
    566568msgid "Ultimate Addons for Elementor"
    567569msgstr ""
    568570
    569 #: inc/class-hfe-settings-page.php:765
     571#: inc/class-hfe-settings-page.php:767
    570572msgid ""
    571573"It’s a collection of 40+ unique, creative, and optimized Elementor widgets "
     
    574576msgstr ""
    575577
    576 #: inc/class-hfe-settings-page.php:832
     578#: inc/class-hfe-settings-page.php:834
    577579msgid "Go to HFE Settings page"
    578580msgstr ""
     
    733735msgstr ""
    734736
    735 #: inc/widgets-manager/class-widgets-loader.php:276
     737#: inc/widgets-manager/class-widgets-loader.php:300
    736738#: inc/widgets-manager/widgets/class-cart.php:51
    737739#: inc/widgets-manager/widgets/class-cart.php:651
  • header-footer-elementor/trunk/readme.txt

    r3089480 r3091233  
    66Requires PHP: 5.4
    77Tested up to: 6.5
    8 Stable tag: 1.6.33
     8Stable tag: 1.6.34
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    141141== Changelog ==
    142142
     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
    143148= 1.6.33 =
    144149- Fix: Unable to edit the Header/Footer with Elementor in few cases.
Note: See TracChangeset for help on using the changeset viewer.