Forum Replies Created
-
AuthorPosts
-
November 26, 2020 at 3:36 pm in reply to: Sidebar at the bottom not aligned properly and Instagram feed size #1263281
Hi Katja,
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 :)
Enjoy the rest of your day!
Best regards,
YigitNovember 26, 2020 at 3:27 pm in reply to: Plugin conflict removes kitchen sink from wysiwyg #1263279Hey,
Thanks for contacting us!
This appears to be a conflict between Enfold and WooCommerce Memberships as it shows up fine when switching to default theme. I did not see any errors in console though. So for testing I installed a plugin called “Display Kitchen Sink” and that helped.
I will report the issue to our devs but since this issue was reported for the first time, it may have a lower priority. Do you mind using the plugin for the time being? :)
Best regards,
YigitHi @Jescraw,
Sorry for the late reply!
I believe this issue was not looked into. I just reported the issue to our devs on our GitHub.
We will keep you updated here. In the meantime, please consider using the workaround Dude suggested here – https://kriesi.at/support/topic/enfold-pagebuilder-changes-amazon-iframe-code/#post-990281 :)Best regards,
YigitHi fkm,
That is because there is not enough space. You could try adding following code to Quick CSS which would decrease paddings on the sides and font size so buttons would be displayed side by side
@media only screen and (max-width: 480px) { #top .avia-cookie-consent .avia-cookie-consent-button { padding-left: 13px; padding-right: 13px; font-size: 12px; }}You can display an overlay using following code
.avia-cookie-consent-wrap[aria-hidden="false"] { position: fixed; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); z-index: 999; }0,0,0 is RGB value of the color and 0.5 is opacity level which you can adjust between 0-1 :)
Best regards,
YigitNovember 26, 2020 at 1:45 pm in reply to: Firefox Android (v 82) Layer Slider video background no autoplay #1263258Hi,
I checked your website on iphone and mac however video plays fine on all browsers I tested.
Since I do not have an actual Android device, I asked my teammates to check your website on Android.When you read this message, please reply to this thread so it would be added back to our queue :)
Best regards,
YigitMerhabalar Orhan,
– Enfold’u en son surume guncellemedim
– LayerSlider ayarlarina gidip her slider icin Slider Settings > Appearance > Slider Classes altindan farkli sinif atadim
– Assagidaki kodu Enfold theme options > General Styling > Quick CSS alanina ekleyip onbellegi temizledim@media only screen and (max-width: 481px) { .ls-dt-1, .ls-dt-2 { display: none !important; }} @media only screen and (min-width: 481px) { .ls-mo-1, .ls-mo-2 { display: none !important; }}481px uzerinde masaustu olanlari altinda mobil icin olanlari goruntuluyor.
Lutfen sitenize goz atin :)
Best regards,
YigitHey Jamie,
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:
@media only screen and (max-width: 480px) { .avia-cookie-consent .avia-cookie-consent-button.avia-cookie-consent-button-3 { margin-top: 5px; }}Best regards,
YigitHi,
I added following code to bottom of Quick CSS as well
#footer { margin-top: 390px; }Please review your website.
Best regards,
YigitHi Asterios,
I added following code to bottom of Quick CSS field
.datepicker.dropdown-menu { z-index: 999 !important; } #tribe-bar-form .tribe-bar-filters { padding: 0 20px; }First line is to fix z-index issue and second one is to add padding to both sides.
We are sorry about that. Unfortunately, our response times have increased a bit lately. I will discuss how we can improve it with the team and will forward it to Kriesi.
Please review your website
Best regards,
Yigit-
This reply was modified 5 years, 3 months ago by
Yigit.
Hi,
1- You set your heading size to 36px which was too big for mobile. I edited your element and set it to 32px on mobile in Styling > Font Sizes
Logo is not aligned because you have following custom CSS code
.logo img { padding-top: 25px; }I added following code to bottom of Quick CSS
@media only screen and (max-width: 480px) { .logo img { padding-top: 5px; }}2- Image are blurry because you are uploading images in medium size. I edited first and last images and uploaded them in full size.
To change the order on mobile, please duplicate your element, change the order of text and image as needed for mobile and choose to display it only on mobile under Advanced > Responsive tab and hide your existing element on mobile.Best regards,
YigitNovember 25, 2020 at 3:34 pm in reply to: Sidebar at the bottom not aligned properly and Instagram feed size #1263014Hey Katja,
1- 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:.page-id-20 .inner_sidebar { margin-left: 0; }You could also try using Widget Area element to display your widget in your page instead of displaying sidebar at the bottom :)
2- Please edit your widget and choose to display more columns than 2 and size will adapt automatically :)
Best regards,
YigitHey,
Thanks for contacting us!
I honestly do not remember seeing such cookie. I checked with our devs and they too think it might be something temporary.
Best regards,
YigitNovember 25, 2020 at 3:01 pm in reply to: Add an image on enfold's default blog page (grid model) #1263009Hey Audrey,
Sorry for my late reply!
Could you please create temporary admin logins and post them here privately so we can look into it? :)
Cheers!
YigitHey,
Thanks for contacting us!
You can start new threads under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post :)
Regards,
YigitNovember 25, 2020 at 2:56 pm in reply to: Placing a big caption on each image in the horizontal gallery #1263006Hi,
You are welcome!
Let us know if you have any other questions or issues and enjoy the rest of your day :)Best regards,
YigitHi,
Please try adding following code to bottom of Quick CSS field
@media only screen and (min-width: 768px) { .avia-cookiemessage-top-left { width: 45%; } .avia-cookie-consent .avia-cookie-consent-button { float: left; margin-left: 0; }}Best 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 :)
Enjoy the rest of your day!
Best regards,
YigitHi,
I updated the theme once again, this time via FTP as WP logins no longer work for me.
Please review your website :)
Best regards,
YigitHi Flo,
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 :)
Enjoy the rest of your day!
Best regards,
YigitHi,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes- :)
Cheers!
YigitHi,
It is all about the sizes. I set it to 600x600px as you previously set but now changed it to 1300x1300px and regenerated them again.
Please review your website.
Best regards,
YigitHi,
Please edit your Button element and go to Advanced > Developer Settings and then give your button a custom CSS class (“custom-button” in example below) and then use the code as following one
.custom-button .avia-button { border: solid #FFF !important; border-width: 0 10px !important }Cheers!
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 :)
Enjoy the rest of your day!
Best regards,
YigitNovember 24, 2020 at 3:28 pm in reply to: Theme is shaking while scrolling in Safari with Magic Mouse/Touch Pad #1262705Hi,
We are sorry for the late reply!
I just checked your website on Safari Version 13.1 with both Magic Mouse and touch pad but I do not think I can reproduce the issue. Could you please check the screencast I attached in private content field below?
First I try with magic mouse and after I stop and highlight a text, I try with touch pad.
Best regards,
YigitHi Franziska,
Thanks for contacting us!
Have you tried adjusting heading elements in Enfold theme options > Advanced Styling tab? :)
Best regards,
YigitHi,
You are welcome, glad we could help :)
Let us know if you have any other questions or issues and enjoy the rest of your day!
Best regards,
YigitHi,
Font family is the same but font weights are different and that is because you have following custom CSS code
#after_section_1 p { font-weight: bold !important; }Please try removing the code and compare :)
Best regards,
YigitHi,
Glad you figured it out! You can activate them one by one to find the culprit :)
Sure, we will keep the thread open :)
Best regards,
YigitMerhabalar Orhan,
Su an anasayfanizda 2 sliderda beyaz gorunuyor. Ayrica su an Enfold’un en son surumunu kullanmiyorsunuz. Temayi en son surume guncellememde bir sakinca var mi sizin icin?
Dogru anladigimdan emin olmak icin, “Layer_Slider_2” isimli slideri masaustunde goruntuleyip mobilde gizlemek onun yerine “Layer Slider 3 Mobil” isimli slideri goruntulemek istiyorsunuz, degil mi?
Best regards,
Yigit -
This reply was modified 5 years, 3 months ago by
-
AuthorPosts
