Forum Replies Created
-
AuthorPosts
-
Hi,
You can add it there and wrap your shortcode inside a span tag with custom class as following
<span class="header-google-translate">[your shortcode here]</span>and after that position of the flags could be adjusted using custom CSS.
If you will need assistance with that, please add the flags and then post a link to your page with a screenshot showing where you would like to display them :)
Best regards,
Yigit-
This reply was modified 4 years, 9 months ago by
Yigit.
Hi,
You are welcome, Ovis! Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHey,
Thanks for contacting us!
Your page loads fine on my end at the moment. I believe this is related to your server configuration as you are getting the same error on uploads folder as well. Could be a security measure or related to permissions. Could you please contact your hosting provider and share the logs with them as well?
Best regards,
YigitHey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av-main-nav ul { width: 260px; }Regards,
YigitLabas!
Thanks for contacting us!
Please use a plugin such as this one – https://wordpress.org/plugins/google-language-translator/ and insert the shortcode in Enfold theme options > Header > Extra Elements > Phone Number or small info text field :)
Best regards,
YigitHi,
Not sure what broke your page however I enabled shortcode parser ( https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser ) and updated your page and that fixed the issue.
Please review your website :)
Best regards,
YigitHi,
Glad Ismael 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 :)
Enjoy the rest of your day!
Best regards,
YigitHi Franz,
Thanks for contacting us!
Please refer to @Guenni007’s reply :)
@Guenni007 Thanks for your help as always :)Best regards,
YigitHey,
Thanks for contacting us!
Please create another menu with full links and then add following code to bottom of Functions.php file of your child theme in Appearance > Editor – https://kriesi.at/documentation/enfold/child-theme/
add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' ); function my_wp_nav_menu_args( $args = '' ) { if($args['theme_location'] === 'avia') if( is_page( 340 ) ) { $args['menu'] = 'Full Menu'; } else { $args['menu'] = 'Anchor Menu'; } return $args; }“340” is the page ID of your Bio page, “Full Menu” is the name of your menu with full links and “Anchor Menu” is the name of your anchor menu. Please adjust the names accordingly :)
Best regards,
YigitMay 27, 2021 at 12:48 pm in reply to: mobile footer menu items not showing after WordPress update #1302612Hey Lisa,
Thanks for contacting us!
1- You have following code in Quick CSS field which hides menu on screens below 900px
@media only screen and (max-width: 900px) { .menu-item { display: none; } }Removing it would display footer menu on mobile. If you let us know why added that code, we could be able to offer an alternative solution :)
2- You are currently using an older version of Enfold. Please update Enfold to the latest version 4.8.2 and that would fix mobile menu issue.
Best regards,
YigitMay 27, 2021 at 12:42 pm in reply to: Layer Slider – fullscreen video in mobile portrait viewports #1302609Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) and (orientation: portrait) { #layerslider_9_1smp45qam2qxd, #ls-html5-1 { height: 736px !important; }} @media only screen and (max-width: 768px) and (orientation: portrait) { #layerslider_9_1smp45qam2qxd, #ls-html5-1 { height: 1024px !important; }}Best regards,
YigitHi Seb,
Thanks for the update!
It seems like the problem you had in other post is also solved? :)
Best regards,
YigitMay 27, 2021 at 11:43 am in reply to: Mit Raster-layout "das könnte dich auch interessieren" manuell erstellen #1302586Hi Raphaela,
Thanks for the update! We are glad you figured it out!
Let us know if you have any other questions and enjoy the rest of your day :)
Best regards,
YigitHi,
Then create a new menu with full links and add following code to functions.php file of your child theme
add_filter( 'wp_nav_menu_args', 'my_wp_nav_menu_args' ); function my_wp_nav_menu_args( $args = '' ) { if($args['theme_location'] === 'avia') if( is_page( 12 ) ) { $args['menu'] = 'Anchor Menu'; } else { $args['menu'] = 'Full Menu'; } return $args; }“Full Menu” would be the name of your new menu and “Anchor Menu” is the name of the one you used on your homepage and 12 is the page ID of your homepage
Best regards,
YigitHi,
Thanks for contacting us!
The latest version of Enfold 4.8.2 is compatible with PHP version up to 8.0. Please make sure you are using the latest version of the theme.
Regards,
YigitHey Snerp,
Thanks for contacting us!
You can use this plugin to display different menu on certain pages – https://wordpress.org/plugins/zen-menu-logic/. You could create another menu with full links and set it as your main menu and then on your homepage you can choose to display menu with anchor links.
Regards,
YigitHi Stuart,
Yes, that is where you can purchase an Enfold license :)
Yes, if you are using WordPress 5.5 or higher, you can simply upload the theme and it would overwrite old theme files.
If you are using an older version of WordPress, you can install this plugin – https://wordpress.org/plugins/update-theme-and-plugins-from-zip-file/ and then upload the theme. Older WordPress versions would not allow you to update the theme without this plugin.Envato has updated their API and replaced API keys with Personal Tokens. We have implemented those changes in Enfold 4.5 so any version older than requires a manual update first.
After updating the theme, you can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert a Personal Token in Enfold theme options to receive auto updates in WordPress dashboard and update the theme with a few clicks.Regards,
YigitHi Stuart,
Thanks for contacting us!
Enfold version you are currently using is a very old one and I believe it would support PHP version up to 5.6. The latest version of Enfold is compatible with PHP versions up to 8.0 and WordPress 5.7.2.
If you have not modified any theme files on parent theme, you would not have any issues when updating the theme. To be on the safe side, you could create a testing installation and update the theme there firstly to see if anything breaks.
I hope that helps!
Let us know if you have any other questions and enjoy the rest of your day!Regards,
YigitMay 26, 2021 at 3:59 pm in reply to: Remove horizontal stripes in front of submenu items in mobile burger menu #1302436Hi,
Always happy to help, S!
Let us know if you have any other questions and enjoy the rest of your day! :)
Best regards,
YigitMay 26, 2021 at 3:15 pm in reply to: Remove horizontal stripes in front of submenu items in mobile burger menu #1302433Hey,
Thanks for contacting us!
Please add following code to Quick CSS in Enfold theme options > General Styling tab
.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet { display: none; }Regards,
YigitMay 26, 2021 at 2:47 pm in reply to: Multisite gives a lot of error with font-manager.class.php #1302427Hey,
Glad you figured it out!
Let us know if you have any other questions and enjoy the rest of your day! :)
Best regards,
YigitHi,
Thanks for the info!
You were using an older version of the theme which was not compatible with your WordPress version. I updated Enfold to the latest version 4.8.2 and that helped.
Please review your website :)
Edit: You can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/ and insert Personal Token in Enfold theme options to receive auto updates :)
Best regards,
Yigit-
This reply was modified 4 years, 9 months ago by
Yigit.
Hi,
Have you removed the code from functions.php file? I cannot see it in source code.
If you have, could you please post FTP logins here privately as well so we can try adding it?Best regards,
YigitHey Paolo,
Thanks for contacting us!
That issue seems to be related to “Flaticon” icon font included in the demo. Could you please go to Enfold theme options > Import & Export, delete it, save theme options and check if that helps? :)
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Regards,
YigitHi Kate,
Thanks for contacting us!
Please ask your client to login to ThemeForest account they used to purchase the theme and to download the latest version of the theme from downloads page and then update the theme to the latest version via FTP – https://kriesi.at/documentation/enfold/theme-update/
Then please ask them to refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token so you can insert it in Enfold theme options to receive auto updates in WordPress dashboard.
Envato has updated their API and API keys are no longer working. We have implemented those changes in Enfold 4.5. Any version older than that requires a manual update first.
I hope that helps! Let us know if you have any other questions and enjoy the rest of your day! :)
Regards,
YigitHey,
Glad Rikard could help!
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Regards,
YigitHey Dieter,
Thanks for contacting us!
You can purchase an Enfold license here – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990.
There are multiple ways to copy your pages from one site to another. I think the simplest would be to enable debugging mode for Advanced Layout Builder – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and copy shortcodes from existing pages to new ones.
You can also save your pages as templates – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates and then go to Enfold theme options > Import & Export tab and click “Export Layout Builder Templates File” to export them and then you can import them on the new site.
I hope that helps! Let us know if you have any other questions and enjoy the rest of your day! :)
Regards,
YigitHi,
You are welcome, Alex!
Let us know if you have any other questions and enjoy the rest of your day :)Best regards,
Yigit -
This reply was modified 4 years, 9 months ago by
-
AuthorPosts
