Forum Replies Created
-
AuthorPosts
-
Hi,
I adjusted the code a bit more. Please flush browser cache and review your website. Header is now 45px on all screens.
Best regards,
YigitHi,
You could actually adjust hamburger menu colors in Enfold theme options > Advanced Styling.
1- Header in example site is 44px and I set your header to 45px in Enfold theme options > Header and disabled header meta section. I believe it looked bigger because of header meta but now header height is fixed at 45px.
2- I added following code to Quick CSS
.header_color .header_bg { background-color: rgba(0,0,0,0.9); }Please review your website :)
Best regards,
YigitHi,
Could you please share FTP logins privately? We are going to need to connect to your server for further inspection :)
Best regards,
YigitHi Ralf,
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,
YigitJune 2, 2020 at 3:28 pm in reply to: Posts automatically change from Default Editor to Advanced Layout Builder #1218784Hi Lukas,
I added following code to bottom of Functions.php file of your child theme
function avf_alb_supported_post_types_mod($alb_post_types) { unset($alb_post_types[0]); return $alb_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);It removed ALB from blog posts however I can still reproduce the issue. I will check with our devs once again for a permanent solution :)
Best regards,
YigitHey,
Issue with LayerSlider is already fixed actually. i noticed you chose to remove LayerSlider files in Enfold theme options > Layout Builder tab so I tried de-activating all active plugins one by one and found out the culprit is “WPL PRO” plugin. When I de-activate it, warning goes away :)
Please contact plugin authors.
Regards,
YigitJune 2, 2020 at 12:29 am in reply to: Posts automatically change from Default Editor to Advanced Layout Builder #1218580Hi Lukas,
We are sorry for the late reply!
This is definitely a very weird issue. It only shows correctly after saving the post after editing home page. We have informed our devs regarding the issue.
Do you ever use ALB to create blog posts? If not, maybe we could try disabling ALB for posts?Regards,
YigitHey Brock,
We have replied to your thread – https://kriesi.at/support/topic/masonry-grid-not-loading/.
Regards,
YigitHi,
Sorry for the late reply!
Could you please firstly try to disable CDN and check if that helps and if it does not, try de-activating all active plugins and check once again? If it loads fine after de-activating all plugins, you can activate them one by one to find the culprit. I believe issue is either related to plugins or CDN.
Regards,
YigitHi,
Sorry I was not able to do it sooner but I have replied to your thread – https://kriesi.at/support/topic/visual-artist-non-responsive/. The issue is fixed and header changes are applied.
Best regards,
YigitHi,
We have replied to your thread – https://kriesi.at/support/topic/visual-artist-non-responsive/. Let us continue there :)
Cheers!
YigitHi,
I changed the code to following one
.avia_mobile #top .av-parallax { background-size: contain !important; background-attachment: scroll!important; background-position: 50% 65%!important; } @media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed; top: 0; } }Please review your website :)
Best regards,
YigitHi,
Sorry for my late reply!
Please add following code to Quick CSS
@media only screen and (max-width: 990px) { .responsive #top #wrap_all .av-flex-cells .no_margin { height: auto !important; } }Currently fixed height is disabled only on screens below 768px so causes the issue between 990-769px. We will test it further and report to our devs :)
Best regards,
YigitHey,
Sorry for my late reply.
I can see the code Victoria shared is applied on your site. When I switch it to following on Safari developer mode, it works fine on my end.
.avia_mobile #top .av-parallax { background-size: contain !important; background-attachment: scroll!important; }I attached a screenshot in private content field.
Please update your CSS code. If you would like us to update it for you, please share admin logins in private content field :)
Regards,
YigitMay 27, 2020 at 10:00 pm in reply to: GTC and revocation instruction do not show up in email order confirmation #1217156Hi,
I just tested it with Elementor and I could reproduce the same issue so it seems like plugin does not get the content of page builders. This is probably to make sure only HTML is used as shortcodes would not be processed in the emails.
You are welcome, Rob! And again, sorry for the wait.
Best regards,
YigitMay 27, 2020 at 5:35 pm in reply to: GTC and revocation instruction do not show up in email order confirmation #1217068Hi,
I added the text in WooCommerce > Settings > Emails > Additional Content. After your comment I corrected the settings and figured out the issue. You can check the settings and test again.
It seems like content in ALB is not recognized. Please use Block Editor on your T&C and Power of Revocation pages and add your content into Paragraph element instead :)
Best regards,
YigitMay 27, 2020 at 4:08 pm in reply to: GTC and revocation instruction do not show up in email order confirmation #1217006Hi,
I tested with your text too and it still worked for me. Attached a screencast in private content field below.
I also created temporary logins for my test site and attached them below. I adjusted the settings according to your posts. Could you please test on my installation?
Best regards,
YigitHi Jak,
Yes, please do add the code to functions.php file once again.
We would recommend you to use a child theme – https://kriesi.at/documentation/enfold/child-theme/ and add the code to functions.php file of your child theme so you would not need to add the code after each update :)
Best regards,
YigitMay 26, 2020 at 10:42 pm in reply to: GTC and revocation instruction do not show up in email order confirmation #1216707Hi Rob,
I sincerely apologize for my late reply.
Since files are no longer available, I could not use your text files but when I tested with a random title and paragraph, it showed up in the email. Attached a screenshot below.
Could you please share the text you are using so I can test once again with them?
Best regards,
YigitHey,
You are welcome! Glad all went fine :)
Thank you for your kind thought!
I will mark this and other thread as resolved. If you have any other questions or issues, please feel free to start new threads :)
Regards,
YigitHey Claus,
Thanks for contacting us!
No, you can simply login to your ThemeForest account that you have used when purchasing Enfold license and then go to Downloads page – https://themeforest.net/downloads to download the latest version of the theme.
Then you can refer to this post – https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp and update the theme via FTP. While at it, please also register your theme – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token so you can receive future updates in your WordPress dashboard :)
Regards,
YigitHi,
No, Kriesi is our boss, the decision maker and we are his team – https://kriesi.at/about :)
Best regards,
YigitHey Steve,
Thanks for contacting us!
I am getting “Sorry, your request cannot be accepted.” message when I go to your login page.
I believe it is legit but it is an older version 4.4.1 which is not compatible with your WordPress version. Currently the latest version is 4.7.5. If you purchase a license and update the theme (child theme will not be affected, only parent theme will be overwritten), you should not have any issues using the theme and Advanced Layout Builder.
In case you run into any issues after updating the theme, you can register to our support forum – https://kriesi.at/support/register/ and start new threads under Enfold sub forum and we will gladly look into it :)
I hope that helps! Let us know if you have any other questions!
Regards,
YigitMay 26, 2020 at 6:09 pm in reply to: White line appearing between a color section and layer sllider #1216557Hi,
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:
.avia-layerslider { border: none; }Best regards,
YigitHi,
Could you please upgrade PHP version and post FTP logins here privately? We are going to need to see the issue in order to fix it :)
Best regards,
YigitHi Dowlass,
Thanks for your suggestion, we will forward it to Kriesi :)
Let us know if you have any other questions!
Best regards,
YigitHey Zheka,
Thanks for contacting us!
Please 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 auto updates.
You can use your purchase code to register to our support forum – https://kriesi.at/support/register/ and then you can start new threads whenever you have a question or an issue under Enfold sub forum :)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,
YigitMay 26, 2020 at 10:23 am in reply to: Styling: Slider als Hintergrund des Menüs + Ausrichtung + Schrift – geht nicht #1216425Hi,
I edited your Color Section element on Contact page and gave it a unique ID “kontakt” and then changed your custom CSS code to following one
@media only screen and (max-width: 480px) { #top .avia-slideshow-button.avia-color-light { margin-top: 0; } #kontakt .flex_column:nth-child(2) { min-height: 350px; }}Then I checked your slider on your homepage and image on contact page on my iphone and both looks fine on my end. Attached a screenshot in private content field below.
Please make sure to flush browser cache on your mobile device before checking :)Best regards,
Yigit -
AuthorPosts
