Skip to content

Commit 67c198a

Browse files
arielkromanbondarKingYes
authored
Tweak: Added support for the new Elementor version (#265)
* few comments * Tested up to 5.6 * remove duplicate * add utilities scss * Post Password Form Submit button alignment When a post is password-protected, the Post Password Form Submit button isn't aligned properly. * Update Changelog * Move Hello Theme Header & Footer experiment to stable status * Changelog * Build * Add ref to changelog * Aligned page title to the header and footer * Internal: Add accessibility-ready tag * Tweak: Remove unused image file * Internal: update text & links * Internal: fix URL * Tweak: Mark the header footer tab in the customizer * Fix: Remove override the default width * Changelog * Tweak: Add theme_support for `script` and `style` to avoid validation warnings (#184) * A different way to align title * changelog * Tweak: Add output escaping, fixed: #194 * Tweak: Added Skip to Content link to dynamic or template header * Changelog * Update header.php * Changelog * changelog * changelog * Update release date * Update date release * Internal: New screenshot * Fix: Tables with various colors looks weird (#126) * Changelog * Fix table colors * Changelog * Change text * Update customizer-functions.php * Fix: Create logo Style & polish * Change description * Update includes/customizer-functions.php * Fix eslint package * Restore package lock file * Tweak: Added support for the new Elementor version --------- Co-authored-by: Roman <[email protected]> Co-authored-by: Yakir Sitbon <[email protected]>
1 parent ff99254 commit 67c198a

File tree

4 files changed

+7703
-16286
lines changed

4 files changed

+7703
-16286
lines changed

includes/settings/settings-footer.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ public function get_additional_tab_content() {
482482
<p class="elementor-panel-heading-title elementor-nerd-box-title">%1$s</p>
483483
<p>%2$s</p>
484484
</div>
485-
<a class="elementor-button elementor-button-default elementor-nerd-box-link" target="_blank" href="https://go.elementor.com/hello-theme-footer/">%3$s</a>
485+
<a class="elementor-button go-pro" target="_blank" href="https://go.elementor.com/hello-theme-footer/">%3$s</a>
486486
</div>
487487
',
488488
esc_html__( 'Create a custom footer with multiple options', 'hello-elementor' ),
@@ -498,7 +498,7 @@ public function get_additional_tab_content() {
498498
<p class="elementor-panel-heading-title elementor-nerd-box-title">%1$s</p>
499499
<p class="elementor-nerd-box-message">%2$s</p>
500500
</div>
501-
<a class="elementor-button elementor-button-success elementor-nerd-box-link" target="_blank" href="%5$s">%3$s</a>
501+
<a class="elementor-button e-primary" target="_blank" href="%5$s">%3$s</a>
502502
</div>
503503
',
504504
esc_html__( 'Create a custom footer with the new Theme Builder', 'hello-elementor' ),

includes/settings/settings-header.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ public function get_additional_tab_content() {
501501
<p class="elementor-panel-heading-title elementor-nerd-box-title">%1$s</p>
502502
<p>%2$s</p>
503503
</div>
504-
<a class="elementor-button elementor-button-default elementor-nerd-box-link" target="_blank" href="https://go.elementor.com/hello-theme-header/">%3$s</a>
504+
<a class="elementor-button go-pro" target="_blank" href="https://go.elementor.com/hello-theme-header/">%3$s</a>
505505
</div>
506506
',
507507
esc_html__( 'Create a custom header with multiple options', 'hello-elementor' ),
@@ -517,7 +517,7 @@ public function get_additional_tab_content() {
517517
<p class="elementor-panel-heading-title elementor-nerd-box-title">%1$s</p>
518518
<p class="elementor-nerd-box-message">%2$s</p>
519519
</div>
520-
<a class="elementor-button elementor-button-success elementor-nerd-box-link" target="_blank" href="%5$s">%3$s</a>
520+
<a class="elementor-button e-primary" target="_blank" href="%5$s">%3$s</a>
521521
</div>
522522
',
523523
esc_html__( 'Create a custom header with the new Theme Builder', 'hello-elementor' ),

0 commit comments

Comments
 (0)