Forum Replies Created

Viewing 30 posts - 6,481 through 6,510 (of 82,624 total)
  • Author
    Posts
  • in reply to: Advanced – Custom CSS Class For Heading Tag NOT WORKING #1281815

    Hi Scott,

    Thanks for letting us know, we are happy to hear that updates fixed the issue.

    Please let us know if you have any other questions or issues and enjoy the rest of your day :)

    Best regards,
    Yigit

    in reply to: Adjust footer widget width #1281804

    Hi,

    You can use following code and change the number in the selector

    #footer div .av_one_fifth:nth-child(1) {
        width: 24%;
    }

    This (1) would target 1st column :)

    Best regards,
    Yigit

    in reply to: Adjust footer widget width #1281773

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust the values as needed

    
    #footer div .av_one_fifth:not(:nth-child(5)) {
        width: 13%;
    }
    #footer div .av_one_fifth:nth-child(5) {
        width: 24%;
    }
    

    13% is the width of the first 4 column and 24% is the width of the last column. The total has to be equal to 100% including 6% of margin 4 of the 5 column has :)

    Best regards,
    Yigit

    in reply to: Erweitertes Styling & Quick CSS funktionieren nicht? #1281768

    Hi Cornelie,

    Yes, broken CSS affects Advanced Styling as well :)

    Please review and let us know so we can mark the thread as resolved or provide further assistance :)

    Best regards,
    Yigit

    in reply to: urgent: my videos in banner got remove automatically!!! #1281767

    Hi,

    Thanks for contacting us!

    Your content should never be deleted automatically. Broken HTML on the page may break elements on your page and some of them (usually the ones that come right after the element with broken HTML) might be deleted.

    I enabled debugging mode – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and checked in shortcode parser however no errors were detected parsing the shortcodes. I disabled debugging mode after that.

    I see all of your plugins are currently active except for Yoast and GS Logo Slider Lite. I believe GS Logo Slider Lite is the culprit :)

    Cheers!
    Yigit

    in reply to: Menu items showing behind logo when window resized #1281758

    Hey!

    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!

    Regards,
    Yigit

    in reply to: Advanced – Custom CSS Class For Heading Tag NOT WORKING #1281755

    Hi Scott,

    I enabled debugging mode – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enabled shortcode parser to auto repair function however that did not help either.

    I do not see the same issue on your other pages where you are using Image element.

    I went ahead and deleted 3 images on your page from your server and re-uploaded them. I refreshed the page couple of times but they are still visible on my end. So I believe re-uploading them fixed the issue.

    Could you please review your website and confirm? :)

    Best regards,
    Yigit

    in reply to: Posting content #1281715

    Hi Vladislav,

    Thanks for contacting us!

    We are currently not interested however in case we change our mind, we will contact you :)

    Cheers!
    Yigit

    in reply to: Posting articles on financial topics (tradersunion.com) #1281714

    Hi Kseniya,

    Thanks for contacting us!

    We are not interested in finance related articles but thank you for your interest!

    Best regards,
    Yigit

    in reply to: Manifattura Del prato srl #1281695

    Hi,

    Thanks for contacting us!

    We have removed the account connected to your purchase code. Please register to our support forum – https://kriesi.at/support/register/ using your purchase code again and start new threads under Enfold sub forum – https://kriesi.at/support/forum/enfold#new-post :)

    Best regards,
    Yigit

    in reply to: Yiğit Merhaba #1281680

    Merhabalar,

    Sorunun ortadan kalkmasina sevindim. Yeni projenizde simdiden hayirli olsun. En ufak bir sorunuzda bile lutfen iletisime gecmekten cekinmeyin :)

    Best regards,
    Yigit

    in reply to: Problems with envato API – key and support forum of kries #1281664

    Hi,

    Error code clearly says it is related to required tokens. I tried inserting my personal token in your website and was able to validate it.
    Could you please double check if you are logged in on Envato with the account you used when purchasing the theme?
    It should have worked as long as these tokens are set – https://imgur.com/a/NCNX3Wh so I am guessing maybe it is the wrong account.

    If it is not, please try deleting your old personal tokens and create a new one.

    Best regards,
    Yigit

    in reply to: Erweitertes Styling & Quick CSS funktionieren nicht? #1281650

    Hi,

    There was an open comment tag in your CSS code. I closed it and that helped. Please review your website :)

    Best regards,
    Yigit

    in reply to: Yiğit Merhaba #1281647

    Merhabalar,

    Gorseli sadece Tam Ekran Slider’a ekledim, harici CSS kodu filan eklemedim. Sizde bu sekilde gorunmuyor mu? Gorunmuyorsa sayfanin linkini paylasabilir misiniz goz atabilmem icin? :)

    Best regards,
    Yigit

    in reply to: Update for WP 5.6 #1281519

    Hi Chris,

    That is true and our devs are still working on it.
    Sorry, our estimates for the release date was wrong. We have encountered a compatibility issue between the new feature we are going to introduce and WPML so we had to delay the release.
    We are now testing it and it should be ready after a few more additions. Even though we are still unable to give an ETA, I wanted to give you an update :)

    Sorry for the inconvenience!

    Best regards,
    Yigit

    in reply to: Menu Top Bar Alignement #1281488

    Hi Jorge,

    You are welcome and thanks for sharing your solution! :)

    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: Menu broken on MacBook Air #1281487

    Hi,

    It is actually one of the solutions. The other one would be to decrease the size of the content but I think increasing the size of container is a more viable solution. Decreasing the size of the content could make it more difficult, for example, for visually impaired visitors to navigate :)

    Best regards,
    Yigit

    in reply to: columns on mobile #1281486

    Hi,

    It was the same code minus HTML code in it which would break your CSS. Please change your code to following one

    
    /*----------------------------------------
    // CSS
    // Toggle Columns
    //--------------------------------------*/
    @media only screen and (max-width:767px) {
    .col-25p {
    width:49%!important;
    float: left !important; 
    }
    .col-25p.av_one_fourth{
    margin-left:1%!important;
    }}
    

    This one should work :)

    Best regards,
    Yigit

    in reply to: Slide-Show full with #1281466

    Hi,

    You are welcome, Monika!

    Let us know if you have any other questions and enjoy the rest of your day! :)

    Best regards,
    Yigit

    in reply to: Sticky Sidebar Menu settings not applying consistently #1281464

    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: Slide-Show full with #1281411

    Hi Monika,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    .avia-shadow {
        box-shadow: none;
    }
    

    Your website looks great by the way :)

    Best regards,
    Yigit

    in reply to: button color, enfold / woocommerce #1281408

    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: Sticky Sidebar Menu settings not applying consistently #1281399

    Hi,

    Thanks for contacting us!

    I installed – https://wordpress.org/plugins/enable-jquery-migrate-helper/ plugin and set jQuery version to legacy one in plugin settings and that helped.
    Enfold is currently not compatible with WP 5.6.x and this plugin fixes compatibility issues. We will release new version of Enfold very soon. After updating to that version, you can go ahead and delete the plugin.

    Please review your website :)

    Best regards,
    Yigit

    in reply to: Price to be centered #1281367

    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: Price to be centered #1281360

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    #top ul.products li .price {
        display: block;
        text-align: center;
    }
    

    Cheers!
    Yigit

    in reply to: Change Color of Masonry Gallarey "Load More" Button #1281352

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust it as needed

    
    #top .av-masonry-load-more {
        color: red;
        background-color: orange;
    }
    

    Best regards,
    Yigit

    in reply to: add lock symbol to secondary menu #1281351

    Hi,

    Thanks for contacting us!

    Please go to Appearance > Menus and insert these HTML codes into “navigation label” fields – https://pastebin.com/CAufV5DC
    First line is locked icon and second one is unlocked icon :)

    Regards,
    Yigit

    Hi,

    Thanks for contacting us!

    I am not one of the German speaking moderators unfortunately, but according to Google Translate, I believe this issue was resolved? :)

    Let us know if you have any other questions or issues and enjoy the rest of your day!

    Regards,
    Yigit

    in reply to: Slider Revolution #1281348

    Hi,

    You are welcome! :)

    Cheers!
    Yigit

    in reply to: enfold filter woocommerce #1281346

    Hi,

    Thanks for contacting us!

    I checked your pages however both widgets show up fine on my end. I attached a screenshot in private content field below.
    Have you figured it out already?
    If not, please login to our forums and elaborate on the issue :)

    Regards,
    Yigit

Viewing 30 posts - 6,481 through 6,510 (of 82,624 total)