Viewing 30 results - 26,851 through 26,880 (of 244,617 total)
  • Author
    Search Results
  • #1347949

    Topic: special heading width

    in forum Enfold
    Veronika
    Participant

    Hi dear Kriesi-team,

    I would like to change the width of the lines on both sides on my special heading. I found this page: https://kriesi.at/documentation/enfold/special-heading/

    and tried this code:

    .av-special-heading-tag::before, .av-special-heading-tag::after {
    width: 30%;

    }

    But unfortunately it is not working. Could you please tell, what is wrong?

    Thank you,

    Best
    Veronika

    Hey,

    Thanks for contacting us!

    Support for classic editor might be extended however all future improvements on WP will be focused on block editor so sooner or later the support for classic editor will be dropped.

    This does not affect Enfold users. Ever since Gutenberg was included in WordPress, you can choose to use either classic or block editor in Enfold theme options and still switch to ALB when editing your pages.

    We will continue making sure Enfold and ALB works flawlessly in the upcoming WordPress versions :)

    Regards,
    Yigit

    #1347932

    Hi,

    Thanks for letting us know, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1347929
    This reply has been marked as private.

    Hi,

    Great, I’m glad that Mike could help you out. I will close this thread for now, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1347920

    Hi,

    Great, I’m glad that Nikko could help you out. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1347899

    Hey ced23,

    Thank you for the inquiry.

    We can see a script error in the console but we are not yet sure where it is coming from. This error might be causing issues on iOS devices.

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings, disable the cache plugin, then make sure to upgrade the theme to version 4.9.2.1. Let us know if this helps.

    Best regards,
    Ismael

    #1347873

    Topic: Add_Filter issues

    in forum Enfold
    CascadeEnergy321
    Participant

    I’m trying to add a filter to modify the orderby part of the query used in a custom function. I have tried the post_orderby filter and post_request filters and both seem to either cause a timeout when saving trying save functions.php for our Enfold child theme or cause the link to the page to break. The function on its own without the filter works fine. I have posted this in other forums and it was suggested it could be an issue with the filters and theme being used.

    liliwow
    Participant

    Hi,
    Block Editor is selected instead of WP Classic Editor in themes options.
    I want to duplicate programmatically an existing page with Advanced Layout Editor selected. Therefore, when I edit the duplicated page Classic Editor is selected.
    How to force programmaticallly Enfold Block Editor to be selected ?
    Kind regards.
    Jorge

    #1347862

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1347854
    Matthias Altenriederer
    Guest

    Hello,
    Since few weeks/month the layer slider on our website doesn’t work anymore. To start trouble shooting I’d like to update the Enfold theme first.
    Our website was build by a webdesigner, but he isn’t active anymore. Can you recover the purchase code somehow?

    #1347850

    In reply to: Fancy Border on Table

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1347838

    In reply to: Plugin Pages Layout

    Hi Susanne,

    Enfold does not control their layouts, I would recommend that you reach out to the plugin authors for further support.

    Best regards,
    Rikard

    Hi, can I ask you how you access the functionality of the plugin in Enfold? I could only get the plugin to do anything by embedding the shortcode in a code block, because the element doesn’t show up in the list of placeable objects. That also means that I can’t access any of the options, like changing before and after text labels. The support for the plugin hasn’t responded to me for over a week. If I knew the syntax of the shortcodes I could change the parameters in the code block. So, how did you do it? Thanks in advance!
    Best regards
    Andrew

    #1347836

    In reply to: image size magazine

    Hey Veronika,

    Please try to use this code and put it in your child theme’s functions.php file:

    function enfold_customization_modify_thumb_size( $size ) {
      $size['magazine'] = array('width'=>546, 'height'=>734);
      return $size;
    }
    
    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );

    Best regards,
    Nikko

    #1347833

    In reply to: Blog posts disappeared

    I don’t understand the question.

    Any of those plugins singly work fine. Any two work fine. All three at the same time cause enfold not to render the elements I have previously mentioned in this thread.

    #1347832

    Hey cristinagrafik,
    I see that you have already updated to WordPress v5.9.3, and this should be no problem, I also see that you are using Enfold v4.9, you should update to v4.9.2.1

    Best regards,
    Mike

    #1347825

    Topic: image size magazine

    in forum Enfold
    Veronika
    Participant

    Hi dear Kriesi-team,

    I would like to change the image size of the magazine settings to 546×734

    Unfortunately in settings->media I have only three options: https://imgur.com/KaAvdBa which I already use.

    Where can I change the rest of the settings like the magazine one?

    I found this two codes but unfortunately, I don´t know which one to use

    function avia_change_image_size_array() {
    global $avia_config;
    $avia_config[‘imgSize’][‘page’] = array(‘width’=>620, ‘height’=>200);
    }
    add_action( ‘init’, ‘avia_change_image_size_array’);

    add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
    $size[‘entry_with_sidebar’] = array(‘width’=>300, ‘height’=>300);
    return $size;
    }

    Thank you very much

    best,
    Veronika

    #1347822

    In reply to: Blog posts disappeared

    Mike, it is not only GiveWP.
    GiveWP Core + Events Calendar Pro: works
    Events Calendar Pro + WooCommerce Core: works
    WooCommerce Core + GiveWP Core: works

    Only when all three are activated is there a problem, and the problem only affects Enfold. All the plugins work fine with each other on multiple sites we operate every day.

    #1347815

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1347813

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1347806

    maybe I should mention that I created the fonts with fontsquirrel and uploadet them via the enfold-theme backend. In firefox/mac, whre I created the webpage everything works fine. In other browsers on windows: not so much…

    #1347805

    In reply to: Blog posts disappeared

    hm – no woocommerce no Events on that – but i got this too ! on Enfold 4.9.2.1 the shortcode is seen on debug mode – but on DOM there is no postslider.

    i checke what could have influenced the issue – because on another installation – it is correct.
    For a memenber here i checked the snippet to show first sticky posts then the rest. this snippet:

    function sticky_posts_first($query, $params) {
    
      $include = array();
      $sticky = get_option( 'sticky_posts' );
    
      $args = array(
      'post__not_in' => $sticky,
      'orderby' => 'modified',   // here you can influence the orderby option of the non sticky post to your needs 
      'order'	=> 'desc',    //  the order of the non sticky posts
      'numberposts' => -1  	 // -1 for all - that number is for the non sticky posts  
      );
      $posts = get_posts( $args );
    
      foreach($posts as $post) {
      $include[] = $post->ID;
      }
      if ( !is_sticky() ) {
        $include = array_merge($sticky, $include);
      };
    
      $query['post__in'] = $include;
      $query['orderby'] = 'post__in';
    
    return $query;
    }
    add_filter('avia_post_slide_query','sticky_posts_first', 10, 2);

    seems to hamper the postslider shortcode. Because when i delete it from my child-theme functions.php – everything is there again.

    #1347801

    Topic: Plugin Pages Layout

    in forum Enfold
    tiefenschaerfe
    Participant

    Hello!

    Tell me please… can the layout of pages of the plugin “WP Resume Manager” and “Plugin WP Job Manager” be changed with Enfold? If yes, how? If no, alternatively with?

    best regards
    Susanne

    #1347800

    Hey rixi,
    Thanks for your question, you will need to add a header widget area and then add your widgets there, please see our documentation here.

    Best regards,
    Mike

    Hi,
    Glad to hear, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1347786
    Alwin
    Participant

    Is it possible to add a swipe option to the Enfold galleries/lightbox? Would be more user friendly and “up to date'” for mobile users especially I think.

    Or do I have to use a Lightbox plugin for this? If so, any tips for such a plugin that works fine with Enfold?

    Thanks a lot :)
    Alwin

    #1347783

    Hi,
    In re-reading your feedback above you say that you can’t select more than 50 images at a time, so perhaps you didn’t know that you can change this number to 999 by changing the view media library to “line details” and clicking the Screen Options button (top right) and changing the number of items per page to 999
    2022-04-09_002.jpg
    Originally I had thought that your issue was that you were deleting so many images at once that your media library was taking a long time to process, unfortunately for this we can not change how the WordPress media library performs.
    To overcome the weak media library management options we do need to suggest additional plugins because that is what they were created for, for example, to remove all of the files not used on your website many recommend Media Cleaner, you can read this article here.
    The media library is a core WordPress function and themes such as Enfold build on top of the core functions, but we don’t replace them. Typically plugins enhance core functions, I hope this makes sense and helps.

    Best regards,
    Mike

    #1347778

    Hi Vera,

    Sorry for the late reply.

    Please check this:

    https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Images%20and%20Lightbox/avf_alb_lightbox_image_size.php

    On my install it works.

    Best regards,
    Günter

    volmering
    Participant

    hi there,

    we in germany have nothing better to do….

    some idiots decided to change the dataprotection law again. since january 2022 its no more allowed to use google-fonts.

    im so happy that i use enfold. because i always had the chance to pick manually uploaded fonts.

    BUT

    Kreatura (Layerslider) said, “wait boy, not that quick. we want you to rebuilt ALL your Sliders” ;-)

    Usually its possible to change the google-fonts in single text-layers to the manually uploaded fonts. but somehow the image-layers, button or videolayers still load the google fonts. and its no way to edit it. the only way is to create the layer completly new!

    usually i would say to myself: “do not complain, just change it. its just one layslider.”
    but i have more then 200 Pages with enfold. 80 % are with layslider and with more then one Slide and / or more Images :-)

    mabe someone knows a better solution to get rid of google fonts in image,-video-, or button-layers.

    below logindetails and more details:
    i set up 3 testpages with 3 different layerslider. i explained it with screenshots too.

    sorry for my english (i am a german dude ^^)

Viewing 30 results - 26,851 through 26,880 (of 244,617 total)