Forum Replies Created
-
AuthorPosts
-
Hi,
You are welcome! We are always here to 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,
YigitNovember 9, 2020 at 5:31 pm in reply to: Imbedding Blurb Book for sale into Site, Image too small. #1259304Hi,
Could you please post the code here using http://www.pastebin.com/ so we can test it on our local installation? :)
Best regards,
YigitHi,
Thanks for contacting us!
I checked your website and it is not down at the moment.
Your homepage could not be found. I went to Settings > Reading and deselected frontpage and chose it Enfold theme options instead and that fixed home page issue.If you are having any other issues, please elaborate so we can look into it :)
Regards,
YigitHi,
Thanks for contacting us!
You can add following code to Quick CSS in Enfold theme options > General Styling to hide the overlay
.kv-modal-backdrop.show { display: none; }Best regards,
YigitNovember 9, 2020 at 5:04 pm in reply to: Imbedding Blurb Book for sale into Site, Image too small. #1259297Hey GB,
Thanks for contacting us!
It seems to be related to CSS attached to flipbook-viewport class however since it is an iframe, it is not possible to overwrite those CSS rules.
Have you contacted Blurb regarding the issue?
Best regards,
YigitHey,
Thanks for contacting us!
I checked your homepage and it seems like you have used buttons instead.
If you still need assistance with this, could you please post a screenshot showing the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)Best regards,
YigitNovember 9, 2020 at 4:40 pm in reply to: Masonry Gallery – size of portrait orientation Images #1259291Hey RonTek,
Thanks for contacting us and sorry for the late reply!
Could you please post a link to your page where we can see the issue?
Best regards,
YigitNovember 9, 2020 at 4:10 pm in reply to: Warning: Characters ,[,] might break ALB backend or frontend. #1259282Hi,
I tried with actual JS function inside Script tags and it still works as expected on my end.
Are you getting any errors or warnings in console?Best regards,
YigitHi,
No, you would need to edit the page where you have text star etc. :)
If you would like us to do it for you, please post FTP and WP admin logins here privately :)
Best regards,
YigitHi,
Please add the code I attached in private content field to functions.php file of your child theme and then add following code to Quick CSS in Enfold theme options > General Styling
#fw-cs .container { width: 100%; max-width: 100%; margin: 0; padding: 0; } #fw-cs .avia-image-container-inner, #fw-cs .avia-image-container-inner img { width: 100%; }If you would like us to apply the changes for you, please post FTP logins here privately as well, as editor is missing under Appearance tab we cannot do it from WP dashboard.
Best regards,
YigitHi Colin,
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 :)
Enjoy the rest of your day!
Best regards,
YigitHi,
I am afraid that will not be easily possible. If that is something you really need, please consider to hire a freelance developer for the task :)
Best regards,
YigitHi,
Glad to hear that! :)
Please let us know if you have any other questions or issues and enjoy the rest of your day!
Best regards,
YigitNovember 9, 2020 at 2:22 pm in reply to: Enfold won't update anymore (Token not connecting) #1259260Hey,
Thanks for contacting us!
I noticed that you were using an older version of Enfold and the latest version of WordPress so validating was not working and throwing JS error instead.
I manually updated Enfold to the latest version, cleared cache in WP Rocket and successfully validated your Personal Token. You should not have any issues receiving future updates in WP dashboard.
Please review your website :)
Best regards,
YigitNovember 9, 2020 at 2:11 pm in reply to: portfolio pagination not working – portfolio entries #1259258Hi FelixL,
Please flush cache and check if that helps. If it does not, could you please create temporary admin logins and post them here privately so we can look into it? :)
Best regards,
YigitHi,
I would like to de-activate them all and then check the issue with all plugins de-activated. Then I will basically activate them one by one to find the culprit.
Best regards,
YigitHi,
1- There was CSS error causing the issue. I fixed it and then went to Enfold theme options > Header > Header Behaviour and unchecked “Let logo and menu position adapt to browser window” so cart does not overlap menu items. However, content of the cart is not displayed, probably because you are using a very old version of the theme.
2- I added following code to bottom of Custom CSS field
@media only screen and (max-width: 767px){ responsive #top .cart_dropdown { right: auto; left: 20.5%; }}3- That is because you are using old version :) Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 4.7.6.4 and then refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and insert Personal Token in Enfold theme options to receive auto updates.
Best regards,
YigitHi,
Have you tried using Button Row element? You could display 2 buttons and choose to align them center – https://imgur.com/a/Mwe4oaL :)
Best regards,
YigitHi,
@rvga You are welcome! I’m happy that my 5 year old reply is still helpful :)If you have any other questions or issues, please feel free to start a new thread under Enfold sub forum.
Best regards,
YigitHi Kai,
That is actually because of Testimonial element. Height of the element adjust to testimonial content. Some of your testimonials have 1 line, some 2 and some 3 so height adjust and pushes content up and down which is expected behaviour :)
Best regards,
YigitHi,
You might be using an older version of Enfold on your other sites :)
You can post WP admin logins in private content field and it will be visible only to you and us, moderators. You can use (Email address hidden if logged out) as email but please post logins here so any available moderator can look into it :)
Best regards,
YigitNovember 7, 2020 at 2:13 pm in reply to: LearnDash: Editing topics with the Avia Layout Builder instead of Classic Editor #1259047Hi,
Great! Thanks for sharing Sebastian!
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,
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) { #top #custom-promo .avia-button { max-width: 90px; margin: auto; }}Best regards,
YigitNovember 6, 2020 at 5:27 pm in reply to: Enfold + WooCommerce Rental Products Compatibility Issue #1258921Hey,
Thanks for contacting us!
Honestly, I do not have any experience with the plugin but it seems like form is hidden in Rental Products CSS file. Please see the screenshot I attached in private content field.
Can we make some tests on this installation, such as editing theme files and switching to default theme? If so, could you please post FTP logins here privately as well? :)
Best regards,
YigitHey Kai,
Thanks for contacting us!
Please edit your menu link and change it from
yourdomain.de/home/#trainingto
yourdomain.de/#trainingI think that should help :)
Best regards,
YigitNovember 6, 2020 at 5:10 pm in reply to: LearnDash: Editing topics with the Avia Layout Builder instead of Classic Editor #1258918Hi Sebastian,
That is true. Thanks for the heads up. I just updated the page :)
Following code should activate ALB on LearnDash
function avf_alb_supported_post_types_mod( array $supported_post_types ) { $supported_post_types[] = 'sfwd-lessons'; $supported_post_types[] = 'sfwd-courses'; return $supported_post_types; } add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);Best regards,
YigitHi,
Glad you figured it out!
For future readers: Please go to Enfold theme options > Advanced Styling, edit “Linked image overlay” and simply disable it :)
Let us know if you have any other questions or issues and enjoy your weekend!
Regards,
YigitHi,
Sorry, please change the code to following one :)
#top #custom-promo .avia-button { border-radius: 100%; min-height: 90px; padding: 60px 0; top: 0; margin-top: 0; } .av_promobox#custom-promo { padding: 30px; }Best regards,
YigitHi,
Thanks for contacting us and sorry for the late reply!
1- I tried inserting your HTML in code as a layer in LayerSlider and then added custom CSS code into Quick CSS field in Enfold theme options > General Styling and it actually works without adding !important rule on my end. Please see – https://imgur.com/a/ZIyGQ5X
2- You can refer to this post – https://kriesi.at/documentation/enfold/breadcrumbs/#insert-breadcrumbs-as-shortcodes and insert breadcrumbs as shortcode and disable default title bar on your page under Layout section – https://imgur.com/a/qXP2Sms
3- I believe I understand what you mean. We currently do not have a solution for that but I will check with our devs. Clicking on elements add them to the bottom of the page. I know this is not the solution you are looking for but could make it easier for to when working on pages with much content :)
4- Nested columns are unfortunately not supported by Advanced Layout Builder.
If you could show us the design you are going for maybe we could come up with an alternative solution :)
Best regards,
Yigit -
AuthorPosts
