Forum Replies Created
-
AuthorPosts
-
July 23, 2021 at 12:25 pm in reply to: Kritischer Fehler / Critical error: WP 5.8 | PHP 8.0 | enfold 4.8.4 #1311840
Hi,
Thanks!
I enabled debugging mode however I cannot see any errors on your website.
Enfold 4.8.4
WordPress 5.8
PHP 8.0.8I believe it might have been a temporary hiccup :)
Best regards,
YigitHi Mexi,
Glad you figured it out!
Final fix is following so please apply this one instead :)
For Icon Box element, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 553rd line
$default = $this->sync_sc_defaults_array( $default );and change it to following
$default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );For Animated Numbers element, please go to /enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.php in Appearance > Editor and find following on 631st line
$default = $this->sync_sc_defaults_array( $default );and change it to following
$default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );Best regards,
YigitJuly 23, 2021 at 12:11 pm in reply to: Wrapper reset is overriding element settings in Enfold 4.8.4 #1311833Hi,
Thanks for contacting us!
You can go to Styling > Spacing tab and define custom top margin value to Special Heading element. We have noticed it is being overridden as well but we are going to include a fix in 4.8.4.1.
If you would like to apply the fix, please go to /enfold/config-templatebuilder/avia-shortcodes/heading/heading.php file and find
'container' => ".av-special-heading.{$element_id}",on line 727 and change it to following
'container' => "#top .av-special-heading.{$element_id}",Regards,
YigitHi,
Thanks for contacting us and sorry for the inconvenience!
Could you please create temporary admin logins and post them here privately so we can install the fixes for you? :)
Regards,
YigitHi,
Thanks for contacting us!
Could you please post FTP and WP admin logins here privately so we can look into it?
Best regards,
YigitHi,
You are welcome, Darren! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitHey Darren,
You are welcome!
I have actually installed fixed version of 4.8.4 on your installation. We will release 4.8.4.1 very soon which will include these fixes.
If you would like me to downgrade to previous version, I still can gladly do it :)
Regards,
YigitHi,
I have updated Enfold from WordPress dashboard and it went fine.
Please review your website :)
Best regards,
YigitJuly 23, 2021 at 11:30 am in reply to: Kritischer Fehler / Critical error: WP 5.8 | PHP 8.0 | enfold 4.8.4 #1311811Hey,
We have tested Enfold 4.8.4 on PHP8.0. Looking at the error code, it does not seem to be related to theme files.
Could you please post FTP and WP admin logins here privately so we can look further into it?
Cheers!
YigitHi Darren,
Thanks!
I have applied the fixes and confirmed that it is working fine on the page I attached in private content field below.
Please review your website :)
Best regards,
YigitHi Rege,
I privately published the post and could not reproduce the issue there. I believe the issue was visible in preview only.
Do you have this issue on any published page?
Best regards,
YigitJuly 23, 2021 at 11:00 am in reply to: Icon Boxes broken in 4.8.4 Enfold Update with WordPress 5.8 #1311791Hi,
@CoachDavid1 login credentials did not work for me. Could you please check them once again if you still need assistance?
@Adelram You are welcome! We are going to release a fix very soon. Sorry for the inconvenience!Best regards,
YigitHi @lisa1231948,
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitJuly 22, 2021 at 10:06 pm in reply to: Icon Boxes broken in 4.8.4 Enfold Update with WordPress 5.8 #1311644Hi,
@adelram I updated the files on your installation. Please review your website :)
@ronmccoy100 You are welcome, Ron :)Regards,
YigitHi,
It was introduced in WordPress 5.8. Glad you figured it out though!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Please add following code to bottom of Functions.php file in Appearance > Editor
if( ! isset( $avia_config['use_block_widget_page'] ) || $avia_config['use_block_widget_page'] !== true ) { // Disables the block editor from managing widgets in the Gutenberg plugin. add_filter( 'gutenberg_use_widgets_block_editor', '__return_false' ); // Disables the block editor from managing widgets. add_filter( 'use_widgets_block_editor', '__return_false' ); }Cheers!
YigitHi Rege,
I added following code to bottom of Quick CSS field as a temporary solution
#top .avia-section .flex_column_table.av-equal-height-column-flextable:not(:first-child) { margin-top: 0; }If you update them to 4.8.4, you would have the same issues. We are going to release 4.8.4.1 soon which will address this issues so we would recommend you to wait for that version.
Thanks for your understanding! :)
Best regards,
YigitJuly 22, 2021 at 9:16 pm in reply to: Icon Boxes broken in 4.8.4 Enfold Update with WordPress 5.8 #1311631Hi,
If you would like to apply the fix:
For Icon Box element, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 553rd line$default = $this->sync_sc_defaults_array( $default );and change it to following
$default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );For Animated Numbers element, please go to /enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.php in Appearance > Editor and find following on 631st line
$default = $this->sync_sc_defaults_array( $default );and change it to following
$default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );To fix Dark & Light Transparent Buttons, please replace /enfold/config-templatebuilder\avia-template-builder\php\base-classes\class-popup-templates-callback.php file with – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_4/base-classes/class-popup-templates-callback.php
To fix Accordion element scroll to top on click, please replace /enfold/config-templatebuilder/avia-shortcode/toggles/toggles.js element with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_4/shortcodes/toggles/toggles.js
If anyone wants us to update the files, please feel free to post temporary WP admin logins here privately :)
Best regards,
Yigit-
This reply was modified 4 years, 7 months ago by
Yigit.
July 22, 2021 at 9:12 pm in reply to: Dark and Light Transparent buttons lost their outline with new update #1311630Hi,
Please refer to this post – https://kriesi.at/support/topic/click-to-add-your-own-text-here-error/#post-1311590
@dsmhps thanks for sharing! :)Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions and you too have a nice day :)
Best regards,
YigitHi,
@MidwestAquatics yes, these fixes will be included in the upcoming version that will be released very soon.
@leadingnorth thanks for the heads up! I edited my post and corrected file and folder name :)Best regards,
YigitJuly 22, 2021 at 7:15 pm in reply to: Icon Boxes broken in 4.8.4 Enfold Update with WordPress 5.8 #1311598July 22, 2021 at 7:04 pm in reply to: Dark and Light Transparent buttons lost their outline with new update #1311592Hi,
Thanks for contacting us and sorry for the inconvenience!
Could you please create temporary admin logins and post them here privately so we can update the files for you? :)
Regards,
YigitHi @leadingnorth,
For Icon Box element, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 553rd line
$default = $this->sync_sc_defaults_array( $default );and change it to following
$default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );For Animated Numbers element, please go to /enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.php in Appearance > Editor and find following on 631st line
$default = $this->sync_sc_defaults_array( $default );and change it to following
$default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );To fix Dark & Light Transparent Buttons, please replace /enfold/config-templatebuilder\avia-template-builder\php\base-classes\class-popup-templates-callback.php file with – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_4/base-classes/class-popup-templates-callback.php
To fix Accordion element scroll to top on click, please replace /enfold/config-templatebuilder/avia-shortcode/toggles/toggles.js element with this one – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_4/shortcodes/toggles/toggles.js
Best regards,
Yigit-
This reply was modified 4 years, 7 months ago by
Yigit.
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
YigitJuly 22, 2021 at 6:52 pm in reply to: Icon Boxes broken in 4.8.4 Enfold Update with WordPress 5.8 #1311582Hi,
Thanks for contacting us!
Could you please create temporary admin logins and post them here privately so we can upload fixed files for you? :)
Regards,
Yigit -
This reply was modified 4 years, 7 months ago by
-
AuthorPosts
