Forum Replies Created

Viewing 30 posts - 7,171 through 7,200 (of 82,624 total)
  • Author
    Posts
  • 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,
    Yigit

    in reply to: Plugin conflict removes kitchen sink from wysiwyg #1263279

    Hey,

    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,
    Yigit

    in reply to: Enfold Pagebuilder changes amazon iframe code #1263271

    Hi @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,
    Yigit

    in reply to: cookie consent box styling #1263266

    Hi 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,
    Yigit

    Hi,

    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,
    Yigit

    in reply to: hide layerslider #1263251

    Merhabalar 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,
    Yigit

    in reply to: Cookie bar button spacing on mobile #1263038

    Hey 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,
    Yigit

    in reply to: Partner Logo On Mobile #1263025

    Hi,

    I added following code to bottom of Quick CSS as well

    #footer {
        margin-top: 390px;
    }

    Please review your website.

    Best regards,
    Yigit

    in reply to: The events calendar breaks design #1263021

    Hi 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.
    in reply to: Display issues #1263019

    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,
    Yigit

    Hey 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,
    Yigit

    in reply to: Cookie #1263011

    Hey,

    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,
    Yigit

    in reply to: Add an image on enfold's default blog page (grid model) #1263009

    Hey 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!
    Yigit

    in reply to: Login/new topic #1263008

    Hey,

    Thanks for contacting us!

    You can start new threads under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post :)

    Regards,
    Yigit

    Hi,

    You are welcome!
    Let us know if you have any other questions or issues and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: cookie consent box styling #1263005

    Hi,

    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,
    Yigit

    in reply to: Portfolio Title & Excerpt clickable? #1262998

    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 :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    in reply to: Enfold Menu Disappeared after WP Update #1262747

    Hi,

    I updated the theme once again, this time via FTP as WP logins no longer work for me.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: entypo-fontello is not displayed #1262742

    Hi 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,
    Yigit

    in reply to: entypo-fontello is not displayed #1262739

    Hi,

    Thanks for contacting us!

    Please refer to this post – https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes- :)

    Cheers!
    Yigit

    in reply to: Display issues #1262737

    Hi,

    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,
    Yigit

    in reply to: button border left right #1262730

    Hi,

    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!
    Yigit

    in reply to: different fonts #1262728

    Hi,

    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,
    Yigit

    Hi,

    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,
    Yigit

    in reply to: Please contribute and translate Enfold #1262698

    Hi,

    Thanks @cherrmann! I just created a new pull request with updated files :)

    Best regards,
    Yigit

    in reply to: Make sizes of H1-H6 one level smaller #1262684

    Hi Franziska,

    Thanks for contacting us!

    Have you tried adjusting heading elements in Enfold theme options > Advanced Styling tab? :)

    Best regards,
    Yigit

    in reply to: changing avia iconbox title to h2 #1262676

    Hi,

    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,
    Yigit

    in reply to: different fonts #1262674

    Hi,

    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,
    Yigit

    in reply to: Problem with Safari on iPhone #1262670

    Hi,

    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,
    Yigit

    in reply to: hide layerslider #1262669

    Merhabalar 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

Viewing 30 posts - 7,171 through 7,200 (of 82,624 total)