Forum Replies Created
-
AuthorPosts
-
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 :)
Best regards,
YigitHi,
Please refer to this post – https://kriesi.at/documentation/enfold/import-demos/ :)
Best regards,
YigitHi,
As we have suggested earlier, they can try to disable Safari extensions and check if that helps :)
Best regards,
YigitHey,
Could you please post FTP logins here privately as well? We are not able to reproduce the issue on our local installations.
Regards,
YigitHi Jimmy,
Thanks for contacting us!
Yes, you can find a list of included language files here – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990.
Since Enfold users contribute translations and that we add new strings with almost each update, language files you are looking for might not be 100% translated. You can use a plugin such as this one – https://wordpress.org/plugins/loco-translate/ to translate untranslated strings.I hope that helps! Let us know if you have any other questions :)
Best regards,
YigitHi,
Thanks for contacting us!
Advanced Layout Builder is currently not available as a standalone plugin however you can purchase an Enfold license and then implement ALB to another theme (not commercial one) with a help from a developer :)
I hope that helps! Let us know if you have any other questions!
Best regards,
YigitHi,
Unfortunately, no. I tried multiple times however there is only a white screen after i insert credentials and click login.
I will ask my teammates to check.
In the meantime, if you could provide us working FTP logins, that would be great.
Issue seems to be related to modifications on wp-config.php file and not a theme related issue however we do not mind taking a quick look and solving the issue for you :)Best regards,
YigitHi,
Please change following code in custom.css file
@media only screen and (max-width: 720px) { .responsive #top #wrap_all #header_main .social_bookmarks { display: block !important; }}To following one
@media only screen and (max-width: 720px) { .responsive #top #wrap_all #header_main .main_menu .social_bookmarks { display: block !important; }}Please make sure to flush cache as well. If that does not help, please share WP admin logins please.
Best regards,
YigitHey,
Sorry, it is still not working – Server said: Login authentication failed
Could you please share cPanel logins? We can reach files on your server through cPanel :)
Cheers!
YigitHey Stefanie,
Thanks for contacting us!
I just checked the button and it works fine on my end. Here is the link of the button – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 :)
Let us know if you have any other questions!
Best regards,
YigitApril 23, 2020 at 8:27 am in reply to: How to set a font (that is not in the enfold set) to h2? #1206463Hi,
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 :)
Best regards,
YigitHi,
Could you please create temporary admin logins and post them here privately so we can look into it? There might be an error in your custom CSS code.
Best regards,
YigitHi,
Perhaps your friend is using a 13 inch Macbook? I am using 15 inch. That is the only difference :)
Best regards,
YigitApril 22, 2020 at 10:17 pm in reply to: How to set a font (that is not in the enfold set) to h2? #1206385Hi,
Please refer to this post – https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions or issues :)
Best regards,
YigitHi,
Please refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#shortcode-parser and enable auto repair function and update your page.
Best regards,
YigitHey,
You can use the shortcode as following
[av_privacy_link page_id="your custom page id"]your custom page title[/av_privacy_link]
and add page ID of your custom page in page_id field :)Regards,
YigitHi,
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 :)
Best regards,
YigitHi Erik,
Thanks for contacting us!
Yes, you can use the same license on your staging server as well.
Let us know if you have any other questions :)
Cheers!
YigitHi,
You may need to add !important rule in style.css file of your child theme as following
@media only screen and (max-width: 480px) { #socket .sub_menu_socket li { float: none !important; margin-bottom: 10px !important; }}Best regards,
YigitHey,
Thanks for contacting us!
You have following custom CSS code
.avia-builder-el-16 { margin-top: 70px; }Do you remember why you have added it? You can simply edit column element and give it a custom CSS class (“my-class”) in Advanced tab and apply CSS changes to only that element.
.my-class { margin-top: 70px; }Now it is being applied globally :)
Regards,
YigitHi,
Thanks for contacting us docperi :)
Could you please make sure that WordPress language is set to German in Settings > General? You might have changed the language to German on your user account but site might be still in English :)
Regards,
YigitHey,
I believe this issue was resolved in this thread – https://kriesi.at/support/topic/logo-doesnt-rescale-while-scrolling/.
Please let us know if you need further assistance :)Regards,
YigitHi,
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 :)
Best regards,
YigitHi,
I am getting “Error -157: invalid reply from server” error when I try to connect.
Cheers!
YigitHey,
I just checked your website on Safari 13.1 and it shows up fine on my end. Attached a screenshot in private content field below. One of our devs has also confirmed that your site looks fine on her end.
If your friend is using Safari extensions, please ask them to temporarily disable them and check if that helps.
Regards,
YigitHi,
Please try changing the code in functions.php file to following one
function add_decrease_logo(){ if(!wp_is_mobile()){ ?> <script> jQuery(window).scroll(function(){ if(jQuery(this).scrollTop() > 200) { jQuery('.logo img').addClass('decreased'); } else { jQuery('.logo img').removeClass('decreased'); } }); </script> <?php } } add_action('wp_footer', 'add_decrease_logo');Best regards,
Yigit -
AuthorPosts
