Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for contacting us!
Yes, when you purchase a license you get lifetime updates. Enfold versions older than 4.5 needs to be updated manually via FTP – https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp after that you can refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token and insert it in Enfold theme options to receive future updates.
I am not sure if i understood your question about other licenses though. Could you please elaborate? :)
Regards,
YigitHi,
1- Please download pre-built Enfold child theme here – https://kriesi.at/documentation/enfold/child-theme/ and after activating go to Enfold child theme options > Import & Export and import parent theme settings. You may need to save theme options to make sure styles are loaded correctly.
2- Copy /enfold/js/shortcodes.js file and paste it into /enfold-child/js/ folder
3- Add following code to functions.php file of your child themefunction wp_change_shortcodesjs() { wp_dequeue_script( 'avia-shortcodes' ); wp_enqueue_script( 'avia-shortcodes-child', get_stylesheet_directory_uri().'/js/shortcodes.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_shortcodesjs', 100 );4- Open shortcodes.js file on your child theme and find
$('.av-animated-generic', container).avia_waypoints({ offset: '95%'});and change it to following
$('.av-animated-generic', container).avia_waypoints({ offset: '100%'});Content is animated when in viewport and since your content is at the very bottom of your page, increasing offset number should help :)
Best regards,
YigitHey zizibe1,
Thanks for contacting us!
I added following custom CSS code to bottom of Quick CSS field
#top #header .av-main-nav > li#menu-item-5600:hover > a .avia-menu-text { color: #000000; } #top .header_color .main_menu .menu ul .current-menu-item > a { color: #039934; } #top .header_color .main_menu .menu ul .current-menu-item > a:hover { color: #006F00 !important; }Also adjusted 2 selectors in your existing code.
Please review your website :)
Best regards,
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:
#header_main_alternate { border: none; }Best regards,
YigitFebruary 18, 2020 at 11:26 am in reply to: Problems after a recent software update from Apple for tablets (iPadO #1185594Hi Sabine,
Unfortunately I do not have an iPad Pro, therefore i am not able to test on actual device but could you please try changing custom CSS to following one
@media only screen and (min-width: 1024px) and (max-height: 1366px) { .ipad-pro-fix { background-attachment: scroll !important; } }Orientation was defined as landscape in previous code, maybe that is why portrait mode did not work. Could you please try this one and let us know? :)
Best regards,
YigitHi,
You are currently using full links. Please go to Appearance > Menus and only insert anchor link as URL – https://kriesi.at/documentation/enfold/menu/#toggle-id-138 :)
Best regards,
YigitHi,
I went to Appearance > Widgets > Footer 1 Widget area and replaced your Text widget with Custom HTML widget. Please review your website :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
YigitHi,
1- For custom codes it is always better to use Custom HTML widget and use Text widget only for text.
2- Sure, we can do that :)
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,
YigitHey,
Thanks for contacting us!
Please see private content field below :)
Best regards,
YigitHi Karsten,
Thanks for contacting us!
1- After activating Revolution slider, you can go to Plugin Additions tab of Advanced Layout Builder and add Revolution Slider element to display your slider. When using ALB element, there should not be any spacing issues.
2- Could you please post a link to your website where we can see the issue?
Best regards,
YigitHi,
You are currently using an older version of Enfold. Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.7.3 and that should fix the issue :)
Best regards,
YigitFebruary 17, 2020 at 4:35 pm in reply to: Where is a complete list of available Enfold Shortcodes #1185274Hey,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enable debugging mode. Shortcodes should appear in a field right below Advanced Layout Builder :)
Best regards,
YigitHi,
Thanks for the info!
I moved your content from Text widget into Custom HTML widget.
Please review your website :)
Best regards,
YigitHey,
Thanks for contacting us and sorry for the late reply!
I tried to reproduce the issue on my local installation however it worked correctly for me. Could you please create temporary admin logins and post them here privately so we can look into it?
Also, can we de-activate all active plugins for testing purposes if necessary?Best regards,
YigitFebruary 17, 2020 at 4:19 pm in reply to: Problems after a recent software update from Apple for tablets (iPadO #1185269Hi Sabine,
We are sorry for the late reply!
Please edit your Color Section elements where you are experiencing this issue, and give them a custom CSS class under Advanced > Developer Settings – https://imgur.com/a/xmfaS4q and then add following code to Quick CSS field in Enfold theme options > General Styling
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) { .ipad-pro-fix { background-attachment: scroll !important; } }If you are experiencing this issue on all of your Color Section elements, you can use the code as following as well
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) { .avia-section { background-attachment: scroll !important; } }We are going to look further into the issue. If you could share a screenshot showing the issue, that would greatly help us. You can upload your screenshots on imgur.com or Dropbox public folder and attach the links here :)
Best regards,
YigitHey,
Please edit your column elements and choose not to display animation. Since your content is at the very bottom of the page, animation is not being triggered :)
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,
YigitHey,
Glad you figured it out!
Let us know if you have any other questions or issues :)Best regards,
YigitHi Harry!
Could you please post a link to your website so we can provide you an accurate solution? :)
Best regards,
YigitHey,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons- :)
Cheers!
YigitHi,
Glad Günter could help! Let us know if you have any other questions or issues :)
Best regards,
YigitFebruary 17, 2020 at 3:16 pm in reply to: RecaptchaV3 badge unten rechts wird im Frontend der Kontaktseite nicht angezeigt #1185238Hallo,
Thanks for contacting us!
Please add following code to bottom of Functions.php file of your child theme
add_theme_support( "avia_recaptcha_show_legal_information" );then go to Enfold child theme options > Google Services and in “Google Legal Information” field, choose to display badge on all pages :)
Cheers!
YigitFebruary 17, 2020 at 2:57 pm in reply to: Some product images (and in Lightbox) not load on Safari #1185232Hi!
You are welcome, Lex! We are always happy to help :)
Thank you! You too have a nice day :)
Regards,
YigitHi Jérôme,
Glad Rikard 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,
– Please add the codes in #1 and #2 in private content field to the bottom of Functions.php file of your child theme.
– Edit your page and add following shortcode into a Code Block element[content_sc]– Add custom CSS in #3 in private content field into Quick CSS field
Best regards,
YigitHi,
Could you please contact your hosting providers and ask them if they experienced such issues before? I remember a similar case where typing “get” would break WP editor. I think it might be some sort of security measure by your hosting provider.
Best regards,
YigitHallo,
Currently our German speaking moderators are busy therefore we would like to provide you support in English. Please feel free to post in German. We will use Google Translate :)
I just checked your page however i could not find anchor links. Have you figured it out already? If not, could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and attach the links in your post :)
Best regards,
Yigit -
AuthorPosts
