Forum Replies Created
-
AuthorPosts
-
April 2, 2020 at 12:48 pm in reply to: theme update by clicking the update button from the WordPress Dashboard #1200143
Hey James,
Thanks for contacting us!
Yes, Enfold has auto update feature. You can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/ and generate a Personal Token and then simply insert that token into Enfold theme options and you would receive auto updates :)
I hope that helps! Let us know if you have any other questions!
Best regards,
YigitHi,
Thanks for contacting us!
Which version of Enfold are you currently using? Envato has updated their API and we have implemented those changes in Enfold 4.5, therefore if you are using a version older than 4.5, you would need to manually update to the latest version 4.7.4 – https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp and then you can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate Personal Token and insert it in Enfold theme options to receive auto updates.
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ and start new threads under Enfold sub forum :)
Cheers!
YigitApril 2, 2020 at 12:43 pm in reply to: Upgrade WordPress to 5.4 – Enfold Layout Builder Break #1200140Hi,
Could you please refer to this post – https://kriesi.at/support/topic/upgrade-to-wordpress-5-4-breaks-editors/page/2/#post-1200110
Best regards,
YigitHi,
Thanks for the info!
Your elements were actually not visible because you have used white color for most sections in General Styling. I edited the elements and adjusted color options. Please review your website :)
Best regards,
YigitHey,
Please refer to this post – https://kriesi.at/support/topic/upgrade-to-wordpress-5-4-breaks-editors/page/2/#post-1200110
Cheers!
YigitHey,
Issue seems to be related to deprecated code in LayerSlider located in /enfold/config-layerslider/LayerSlider/wp/menus.php file:
// Help menu add_filter('contextual_help', 'layerslider_help', 10, 3); function layerslider_help($contextual_help, $screen_id, $screen) { if( strpos( $screen->base, 'layerslider') !== false ) { $screen->add_help_tab(array( 'id' => 'help', 'title' => __('Getting Help', 'LayerSlider'), 'content' => '<p>'. sprintf(__('Please read our %sOnline Documentation%s carefully, it will likely answer all of your questions.<br><br>You can also check the %sFAQs%s for additional information, including our support policies and licensing rules.', 'LayerSlider'), '<a href="https://layerslider.kreaturamedia.com/documentation/" target="_blank">', '</a>', '<a href="https://layerslider.kreaturamedia.com/help/" target="_blank">', '</a>').'</p>' )); } }We are going to update the file soon however if warning is visible on your website, please feel free to comment out or delete the code above.
@gharry79 I tried commenting out the code on your installation however updating the file took so long and then changes were not applied. Could you please try applying the changes or share FTP logins privately as well?
@paullindqvist I commented the code out on your installation. Please review your website.Best regards,
YigitHi,
@Lin84 no, you should update the file in parent theme.
@clonica I double checked the fix on both local and live server however it is working fine on my end.
Could you please start a new thread under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post and attach temporary admin logins in private content field so we can look into it? Feel free to share the link of your thread here :)
@marco3253 thanks for your feedback!Best regards,
YigitHi,
Glad we could help! :)
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 :)
Best regards,
YigitHi,
For WP 5.4 block editor fix:
Please go to Appearance > Editor and navigate to enfold/config-gutenberg/css/ and edit “avia_gutenberg.css” file and replace its content with – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_4/config-gutenberg/avia_gutenberg.cssFix will be included in upcoming version :)
Best regards,
Yigit-
This reply was modified 5 years, 11 months ago by
Yigit.
Hi,
You should use Strong tag as following
<strong>Here is my strong text!</strong>More info – https://www.w3schools.com/tags/tag_strong.asp
Best regards,
YigitApril 2, 2020 at 10:36 am in reply to: I've just updated wordpress and now the advanced layout editor is broken #1200087Hi,
@zedduo Thanks for the feedback! If you are using Block editor, ALB should be visible when you scroll down as well :)Best regards,
YigitApril 1, 2020 at 8:33 pm in reply to: I've just updated wordpress and now the advanced layout editor is broken #1199871Hi,
You can use a plugin such as this one – https://wordpress.org/plugins/wp-downgrade/
Best regards,
YigitHi,
@rmatus Thanks for sharing!Advanced Layout Builder is visible below fullscreen visual editor.
Cheers!
YigitApril 1, 2020 at 8:01 pm in reply to: I've just updated wordpress and now the advanced layout editor is broken #1199861Hey,
There is a block editor issue on WP 5.4 and it is reported. Until we find a solution, I went to Enfold theme options and chose to use “WP Classic editor” as your editor.
Please review your website.
If you must use block editor, please consider downgrading WordPress version to previous version 5.3.2.
Regards,
YigitHi,
I could reproduce the issue on my installation and reported to our devs.
WP 5.4 seems to break Advanced Layout Builder when using Block editor however Classic editor is working fine.
We are going to try to fix it as soon as possible.
In the meantime, please go to Enfold theme options and choose to use “WP Classic editor” – https://imgur.com/a/6Oy3Ijk.If you have to use Block editor, please consider downgrading WordPress to previous version 5.3.2. You can use a plugin such as this one – https://wordpress.org/plugins/wp-downgrade/
Regards,
YigitHi Walter,
If you have not registered to our support forum already, you can register using your purchase code here – https://kriesi.at/support/register/.
After logging in, you can start new threads under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post.Enfold 4.7.4 is available. To receive auto updates, please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token to insert in Enfold theme options. After validating your Personal Token, you should receive update notifications.
Cheers!
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
#top .avia-logo-element-container .slide-image { background: transparent!important; }Best regards,
YigitHi,
You had an extra comma at the end of your select field. I deleted it and custom CSS code. Please review your website :)
Best regards,
YigitApril 1, 2020 at 3:18 pm in reply to: Burger menu highlight/overlay not centred around the menu itself #1199780Hi,
You are welcome! Let us know if you have any other questions or issues.
Stay safe!
Best regards,
YigitHi Matt,
Thanks for contacting us!
Could you please go to Enfold theme options and choose to use WP Classic editor – https://imgur.com/a/6Oy3Ijk and check if that helps? If it does not, please create temporary admin logins and post them here privately :)
Regards,
YigitHey Magnus,
Rikard’s code should have worked fine but it is not being applied at the moment. Could you please create temporary admin logins and post them here privately so we can look into it?
Regards,
YigitHi,
Thanks for contacting us and clear explanation!
Since you have not shared a link of your website we cannot inspect it but I believe the issue is related to your links. Please refer to this post – https://kriesi.at/documentation/enfold/menu/#one-page-menu if you have not already.
If you have, but still could not figure out, please post temporary admin logins here privately so we can look into it :)
Best regards,
YigitApril 1, 2020 at 1:26 pm in reply to: Upgrade WordPress to 5.4 – Enfold Layout Builder Break #1199742Hi,
Thanks @tropsens and @katja1967 for your help :)
WordPress introduced Block editor (aka Gutenberg) which can be disabled in Enfold theme options or using a plugin but we would recommend using theme options – https://imgur.com/a/6Oy3Ijk :)
Best regards,
YigitHi,
Thanks for contacting us!
Login credentials did not work for me. Could you please check them once again?
That issue usually happens when there is a broken HTML on the page. You can try enabling shortcode parser – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser and set it to “auto repair function” and update your page which should fix errors on your page.
Regards,
YigitApril 1, 2020 at 1:16 pm in reply to: Burger menu highlight/overlay not centred around the menu itself #1199738Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
.responsive #top #header_main > .container .main_menu .av-main-nav > li > a { padding: 0 20px; }Best regards,
YigitApril 1, 2020 at 1:13 pm in reply to: License switch from testbed system domain to actual URL #1199735Hey,
Thanks for contacting us!
You can create your website on your staging server and register it after moving to live server – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token
You can use the same license on localhost, staging and live server :)
Let us know if you have any other questions!
Regards,
YigitHi,
Keys you generated would work however each form has their own way of implementation. For Formidable, please see – https://formidableforms.com/knowledgebase/recaptcha/
Best regards,
YigitHi,
Great! Please let us know if you have any other questions or issues :)
Best regards,
Yigit -
This reply was modified 5 years, 11 months ago by
-
AuthorPosts
