Forum Replies Created

Viewing 30 posts - 1,891 through 1,920 (of 82,603 total)
  • Author
    Posts
  • in reply to: style sheet #1366572

    Hi,

    Thanks for contacting us!

    Could you please make sure that you are only uploading installable theme files only? You can find instructions here – https://kriesi.at/documentation/enfold/install-enfold-theme/

    If you would like us to install the theme for you, please create temporary admin logins and post them here privately :)

    Regards,
    Yigit

    in reply to: Problems with Hamburger Menu Enhold Theme #1366570

    Hi Marko,

    Thanks for contacting us!

    You are currently using an old version of Enfold. Updating the theme should fix the issue.

    Please refer to this post – https://kriesi.at/documentation/enfold/theme-update/ and update Enfold to the latest version 5.1.2 :)

    Regards,
    Yigit

    in reply to: Host Web Font yourself … some info #1366569

    Hey!


    @optiion
    Could you please check out this post – https://kriesi.at/support/topic/host-web-font-yourself-some-info/#post-1366564? Please apply the changes and then upload the new variable font.

    Best regards,
    Yigit

    in reply to: Host Web Font yourself … some info #1366564

    Hi,

    It seems to be related to predefined font-weights. When I comment out following line in /framework/php/font-management/class-avia-type-fonts.php file on line 1085, variable fonts work on my end

    
    $css .= "     font-weight: {$info['weight']};\r\n";
    

    Though, I did not do any testing and I am not sure if that breaks anything :)

    Best regards,
    Yigit

    in reply to: Host Web Font yourself … some info #1366559

    Hey Alwin,

    Enfold’s font uploader does not support variable fonts at the moment. Our devs said that they will look into it. We will post the updates here :)

    In the meantime, if you would like to use a work around, following works for me:
    – Download variable font from Google
    – Upload it on your server
    – Add following code to Enfold theme options > General Styling > Quick CSS

    
    @font-face { 
         font-family: 'Mulish';
         src:    url('/uploads/avia_fonts/type_fonts/mullish/Mulish-VariableFont_wght.ttf') format('truetype');
    }
    

    – Set font family using CSS

    Regards,
    Yigit

    in reply to: Host Web Font yourself … some info #1366555

    Hi,

    Please see private content field below :)

    Best regards,
    Yigit

    in reply to: Mystery Box Has Returned! #1366545

    Hi,

    Could you please clear your mobile browser cache as well? I cannot reproduce the issue any longer on my iphone. I attached a screenshot in private content field below :)

    Best regards,
    Yigit

    in reply to: Bug on Masonry Galery #1366542

    Hi,

    1- As soon as we hear back from our devs.

    2- Please add following codes to Quick CSS

    
    /* Reverse blur on hover */
    #top .av-hover-overlay-bluronhover .av-masonry-entry .av-masonry-image-container {
      -webkit-filter: blur(10px);
      filter: blur(10px);
    }
    #top .av-hover-overlay-bluronhover .av-masonry-entry:hover .av-masonry-image-container {
      -webkit-filter: blur(0px);
      filter: blur(0px);
    }
    
    /* Reverse grayscale on hover */
    #top .av-hover-overlay-grayscale .av-masonry-entry .av-masonry-image-container {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
    }
    #top .av-hover-overlay-grayscale .av-masonry-entry:hover .av-masonry-image-container {
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
    }
    
    /* Reverse fade out on hover*/
    #top .av-hover-overlay-fade_out .av-masonry-entry .av-masonry-image-container {
      opacity: 0.2;
    }
    #top .av-hover-overlay-fade_out .av-masonry-entry:hover .av-masonry-image-container {
      opacity: 1.0;
    } 
    

    Best regards,
    Yigit

    in reply to: Theme issue in PHP 8.0 #1366530

    Hi Rob,

    I’m glad to hear that the site is working fine!

    You can enable debugging mode in WP by editing your wp-config.php file – https://wordpress.org/support/article/debugging-in-wordpress/ then check out which line in which file is causing the error. That is exactly what I did :)

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

    Best regards,
    Yigit

    in reply to: Adjust gallery picture to full page content #1366518

    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: Mystery Box Has Returned! #1366407

    Hi,

    I deleted the only broken image I found on the page though I can still reproduce the issue on my iphone. Could you please clear the cache on your server and check if that helped? :)

    Cheers!
    Yigit

    in reply to: Adjust gallery picture to full page content #1366406

    Hi,

    Please add following code to bottom of functions.php file of your child theme – https://kriesi.at/documentation/enfold/child-theme/

    
    add_filter("avf_alb_lightbox_image_size", function($size, $context) {
        $size = "full";
        return $size;
    }, 10, 2);
    

    Best regards,
    Yigit

    in reply to: Enfold theme settings #1366397

    Hi,

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

    Best regards,
    Yigit

    in reply to: Enfold theme settings #1366395

    Hey,

    Button gets highlighted on reload or when you navigate to other pages and then back to theme options page, not only when you make changes :)

    Regards,
    Yigit

    in reply to: Bug on Masonry Galery #1366391

    Hi Eva,

    We have forwarded your request to our devs and shared this thread as reference. We will update you here :)

    Best regards,
    Yigit

    in reply to: Title + Description of masonry element alignment #1366383

    Hi Eva,

    We are glad that Ismael could help!

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

    Best regards,
    Yigit

    in reply to: Enfold theme settings #1366380

    Hi,

    Thanks for contacting us!

    Dynamic CSS file is updated whenever you press the button. If you would not like to update anything on the theme options, you can simply ignore that it is highlighted :)

    Best regards,
    Yigit

    in reply to: Inline search menu bug on Windows only #1366377

    Hi Richard,

    Thanks for contacting us!

    Do they have a screencast or a screenshot where we can see the issue?

    I will ask my teammates to check the website on Windows :)

    Best regards,
    Yigit

    in reply to: searchfield in menu #1366376

    Hi

    Could you please create temporary admin logins and post them here privately so we can look into it? Please post FTP logins as well in case theme editor is hidden on WP dashboard :)

    Best regards,
    Yigit

    in reply to: Feature request: Author Bio / internal Linking #1366367

    Hey,

    Thanks for contacting us!

    Adding an author box was on our list however it was too complex so it was removed. I will forward your request to our devs for reconsideration and send internal linking as a separate request.

    We will update you regarding your requests here :)

    Edit: Could you please elaborate a bit on internal linking? https://imgur.com/a/VMpP6dP

    Best regards,
    Yigit

    • This reply was modified 3 years, 1 month ago by Yigit.
    in reply to: Bug with Buttons #1366366

    Hi,

    Thanks for your help @guenni007 :)

    Best regards,
    Yigit

    in reply to: Bug with Buttons #1366362

    Hey Eva,

    From what I understood, Notification element would work in your case. Please edit your element and go to Advanced > Developer Settings and give your element a custom CSS class (“custom-not-a-button” in example below) and then add following code to Quick CSS field in Enfold theme options > General Styling and adjust the width as needed.

    
    .custom-not-a-button {
      max-width: 160px;
    }
    

    The reason why we are adding the features we are adding is because they are requested by Enfold users.

    Please check out Notification element and let us know if it does not work for you or if you have any improvement suggestions for it and we will forward it to our devs :)

    Regards,
    Yigit

    in reply to: personal token 3 #1366354

    Hey,

    Thanks for contacting us!

    Which version of Enfold are you using? I have just tested on my local installation using Enfold 5.1.2 and it worked – https://imgur.com/a/bfgkWxp

    Edit: I could reproduce the issue and reported it to our devs. We will update you here :)

    Best regards,
    Yigit

    • This reply was modified 3 years, 1 month ago by Yigit.
    in reply to: Mystery Box Has Returned! #1366326

    Hi,


    @Guenni007
    I could only reproduce the issue on IOS, on desktop it does not show for me either :)

    Best regards,
    Yigit

    in reply to: LayerSlider – issue on Android with Layer-width #1366325

    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: Theme issue in PHP 8.0 #1366169

    Hi,

    Thanks for sharing.

    I did not see any change after commenting out the line but looking at the link, I think changing that line to following should also work
    echo implode(get_field('page_layout'));

    Best regards,
    Yigit

    Hi,

    You are welcome!

    Regards,
    Yigit

    in reply to: Theme issue in PHP 8.0 #1366157

    Hi,

    You are welcome, Rob!

    Sure, we will keep the thread open and it will be on hold. You can simply reply to this thread to re-open it :)

    Best regards,
    Yigit

    in reply to: Mystery Box Has Returned! #1366156

    Hey,

    Sorry, I should have mentioned that we do not actually have access to (Email address hidden if logged out) . Could you please post login credentials here privately? :)

    Regards,
    Yigit

    in reply to: LayerSlider – issue on Android with Layer-width #1366150

    Hi Oliver,

    LayerSlider devs have informed me that they have found the issue and will include the fix in one of the upcoming versions (LayerSlider 7.5.1 or 7.5.2 in my opinion). As always we are going to make sure Enfold has the latest version of LayerSlider but for now, unfortunately there seems to be no quick solution :(

    Best regards,
    Yigit

Viewing 30 posts - 1,891 through 1,920 (of 82,603 total)