Viewing 30 results - 24,271 through 24,300 (of 244,541 total)
  • Author
    Search Results
  • #1359559
    Lucyna. Kojm
    Guest

    Is it possible to instal Elementor pro plug in Enfold elegant portfolio?
    If yes, is it possible to buy Enfold elegant portfolio template directly from you?

    Best egards
    Lucyna

    #1359556

    Hi
    I added this code some weeks ago (I think I found it on this Enfold support site) because in my masonry gallery the images were not displaying properly on large screens.
    That issue is fixed now with this code :

    /* Lightbox image size */

    add_filter( ‘avf_avia_builder_masonry_lightbox_img_size’, ‘enfold_customization_change_popup_size’ );
    function enfold_customization_change_popup_size( $size ) {
    return ‘fullsize’;
    }

    Is your suggested code similar ? can I rtun both these bits of code ?

    Tx

    Ivan

    #1359553

    Topic: RESPONSIVE 2022

    in forum Enfold
    TESLA
    Participant

    I notice that the avia website builder is already doing its job when rebuilding the pages, but the websites are always suboptimal in some parts. Example: the in-house enfold slider filled with text does not work responsively as it should.

    In other common builders such as element0r or avada, it is now common practice to edit everything directly in the browser live and above all in the different screen sizes (which element is placed where and in what size). I only know from avia that elements are switched off.

    I had already written a few lines of code so that the images of the slider are displayed properly, but it is not enough and you would have to go over it again so that the inserted headlines & text are displayed properly, e.g. on smartphones in portrait mode.

    Will it still be necessary to write all this via CSS in 2022?
    Or is there another setting that we don’t know?

    /***** HOMESLIDER MQ 481 > 777px *****/ 
    @media only screen and (max-width : 777px) {
    	.avia-slideshow-inner li {
    	background-size: 100%!important;
    	background-position: 50% 0!important;
    }}
    
    /***** HOMESLIDER MQ < 480px *****/ 
    @media only screen and (max-width : 480px) {
    	.avia-slideshow-inner li {
    	background-size: 300%!important;
    }}
    #1359549

    In reply to: contact form enfold

    Hey vbonora,

    Could you try updating the theme to the latest version (5.0.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1359544

    In reply to: PAGESPEED 2022

    PAGESPEED OVER 90%

    – technical analysis, ongoing speed tests with relevant portals
    – Enfold Settings like in the reference below
    – HTML, JS, CSS minification, compression and merging via enfold
    – Staggered loading of scripts, plugins, content, lazy loading
    – Image optimizations via image editing, recalculate size and quality
    – Plugin to convert to WebP, handle batch processing
    – Install caching tool, incl. settings
    – Adaptation of the .htaccess file: caching and GZIP compression
    – Eliminate rendering blocking elements
    – Make settings in individual plugins (rev. slider)
    – Switch off unused features, tools, plugins
    – Load jQuery, CSS, JS in the footer via enfold
    – Hosting optimizations: PHP, Boost etc.

    HOSTING
    With all optimizations – also the guides from enfold – you get up to about 70% performance (website tests 05.07.) The rest up to approx. 100% can only be achieved with fast hosting designed for WordPress. As a result, we easily cracked the 90%.
    Best for us, location germany: https://www.hostpress.de/
    – Faster research hosting providers and coordinate settings
    – Migrate test site, make advanced settings
    – Mobile optimizations, testing until the final result
    – no CDN needed

    –––––––––––––––––––––––––––––––

    REFERENCE ENFOLD
    https://kriesi.at/archives/scoring-100-100-in-google-pagespeed-insights-gtmetrix-pagespeed-and-yslow

    The theme by itself
    Default settings in 2022 at enfold = nothing to do
    Image optimization
    We opted for shortpixel with one-off costs
    Leverage browser caching
    Outdated content with shockwave flash etc. We have taken more recent and extensive code snippets
    Eliminate render-blocking JavaScript and CSS in above-the-fold content /Defer parsing of JavaScript
    Also, most of it is already set by default and I have selected the best performance.

    REFERENCE GT Metrix
    https://gtmetrix.com/wordpress-optimization-guide.html

    Step 1 -2
    is clear

    3. Remove any Unwanted or Unused Plugins
    Definitely important

    4. Optimize images
    In any case, that brings a hell of a lot, especially conversion to WebP

    5. Cache your WordPress installation
    Super important! Best: Rocket Cache

    6. Selectively Load Scripts
    I made these settings in the slider plugin, the rest was too time-consuming for us

    7. Perform Server Optimizations
    php version set, boost enabled. Host changed.

    Good luck :)

    #1359541

    Topic: contact form enfold

    in forum Enfold
    vbonora
    Participant

    hi, I have a problem with the contact form of enfold 4.8.9.
    Bots are able to send contact requests without checking the privacy policy box. and without solving the equation.
    for the equation, ok, I can solve it with google recaptcha, but for the check on the privacy cookie policy I think it’s not normal, is there something wrong with this version of enfold?

    Thanks in advance

    #1359538

    In reply to: PAGESPEED 2022

    Hi,

    I have completely gone through the website page speed optimization. With success. However, the enfold reference was of relatively little help to me as it is outdated and not updated since over 4 years.

    Website Tests 26.06.
    GOOGLE PAGE SPEED INSIGHTS:
    – Charging time up to 6.7s (16.5s mobile)
    – Rating Desktop: 74% / Ranking Mobile: 26%
    GT METRIX: Ranking E
    – Charging time up to 6.8s
    – Performance: 49% / Website Structure: 65%

    Website Tests 05.07.
    GOOGLE PAGE SPEED INSIGHTS:
    – Charging time up to 2.5s (11.4s mobile)
    – Rating Desktop: 83% / Ranking Mobile: 57%
    GT METRIX: Ranking C
    – Charging time up to 4.3s
    – Performance: 69% / Structure website: 78%

    Website Tests Optimum 06.07.
    GOOGLE PAGE SPEED INSIGHTS:
    – Charging time up to 0.3s (1.4s mobile)
    – Rating Desktop: 100% / Ranking Mobile: 97%
    GT METRIX: Ranking A
    – Charging time up to 0.27s
    – Performance: 100% / structure website: 97%

    In the next post I will outline the way.

    spooniverse
    Participant

    Dear Support Members, I am curious if there is a way to set a default setting for the hover effect on overview pages? On every product page I have a meta_box with settings for the hover effect:

    Hover effect on Overview Pages
    Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?
    • Default: No hover effect
    • The other option is: Yes – show first gallery image …

    For my pages I use a altered code form your documentation (mentioned in #1341086):

    add_action( 'after_setup_theme', 'ava_enfold_builder_layout_mod' );
    function ava_enfold_builder_layout_mod(){
      if ( is_page() ) {
    	add_filter('avf_builder_elements', 'avf_enfold_builder_layout_settings_mod');
      }
    }
    
    function avf_enfold_builder_layout_settings_mod($elements)
    {
      $counter = 0;
        foreach($elements as $element)
        {
        if($element['id'] == 'header_transparency')  {
                $elements[$counter]['std'] = 'header_transparent';
            }
            $counter++;
        }
      return $elements;
    }

    So could I write something like:

    add_action( 'after_setup_theme', 'ava_enfold_builder_layout_mod' );
    function ava_enfold_builder_layout_mod(){
      if ( is_product() ) {
    	add_filter('avf_builder_elements', 'avf_enfold_builder_layout_settings_mod');
      }
    }
    
    function avf_enfold_builder_layout_settings_mod($elements)
    {
      $counter = 0;
        foreach($elements as $element)
        {
        if($element['id'] == 'product_hover')  {
                $elements[$counter]['std'] = 'hover_active';
            }
            $counter++;
        }
      return $elements;
    }

    I already did some tests, but with no success. My goal is to set the default to “yes” for all new products. Any chance to do that?

    Cheers, Daniel

    #1359533

    Hey casadives,

    Thank you for the inquiry.

    There is an available filter that we can use to add more options to the social icon element. Please check the following documentation for more info about the said filter.

    // https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    These threads should also help.

    // https://kriesi.at/support/topic/tiktok-in-social-media/#post-1189115
    // https://kriesi.at/support/topic/adding-tiktok-for-social-profiles-the-correct-way/#post-1353254

    Best regards,
    Ismael

    #1359532

    Hey Orla,

    Thanks for the login details. It looks like the Layout Builder is loading as it should on other pages? I see that the server is responding with a 403 forbidden error on the file in private, that likely means that it has a problem with something in your content. Is there some type of special content on the page in question? Please try to enable debug mode, so that we can copy the shortcodes to a test page: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. We can do it for you, if you give us permission to do so.

    Best regards,
    Rikard

    #1359531

    Hey WinleyG,

    Thank you for the inquiry.

    We could use the .page-id-UID (unique ID) selector to adjust the style of the elements within a specific page. The following css code for example should adjust the maximum width of the containers in the stock page above.

    .page-id-295 .container_wrap .container {
    	max-width: 90vw;
    }
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1359529

    Hi,

    Please refer to this on how to make the header transparent on mobile: https://kriesi.at/documentation/enfold/header/#transparent-header-on-mobile

    We don’t have code to remove all backgrounds from ALB elements unfortunately. If you need help with custom CSS like that, then please create a test page where we can see the elements where you want to remove the backgrounds.

    Best regards,
    Rikard

    #1359523

    Hi Jason,

    For the demo import issue, you’re correct, the only thing that I did to make it work was update Enfold to the latest version.
    For the second issue you mentioned, I believe it is more of a caching issue, please turn off wp-rocket and other caching plugins and see if it helps.

    Best regards,
    Nikko

    #1359522
    emilconsor
    Participant

    Hi Enfold-Support,

    on this page, for example: https://boehmert.dev10.econsor-programming.de/teams/christoph-angerhausen/ there is an empty section with the ID “after_section_3” but there is no section implemented in the backend.

    Its not only on this page. Heres another example: https://boehmert.dev10.econsor-programming.de/teams/mario-araujo/

    Here are Screenshots from the frontend and backend. I styled the section in red in the dev tool for demonstration purposes. It hasn’t a color, actually.
    https://imgur.com/a/5j0DUzE

    Thanks in advance

    Kind regards

    emilconsor

    #1359520
    Paul Zugmayer
    Guest

    Sehr geehrte Damen und Herren,

    wir verwenden Enfold Child auf unserem geschlossenen Blog: https://bazuba.partners/

    Wir benutzen das Plugin MailPoet um unsere User über neue Blog-Beiträge zu informieren.
    Leider ist es so, dass im Newsletter der Vorschau-Text der Blogbeiträge nicht angezeigt werden, obwohl die vom Newsletter-Tool gezogen werden sollte.
    MailPoet hat das analysiert und meinte, dass der Fehler nicht bei Ihnen liegt und wir uns an den Theme-Hersteller wenden sollen.

    Können Sie uns da weiterhelfen?

    #1359517

    Dear Nikko,

    One thing that I am not why stopped working is when I go into the Enfold Child theme and under the General Styling it is not all updating.

    For example, I went into the Main Content and changed the Primary Color (Font color for links, dropcaps) to a few colors and didn’t update it. I currently have it on a green color and it still shows back.

    Also under the “Fonts” tab there used to be a Default content font size” which I don’t see anymore.

    Thank you for any input on these two issues.
    Best regards,
    Jason

    #1359510

    Hi Jason,

    Thanks for enabling PHP ZipArchive extension.
    I have updated your Enfold theme first from 4.8.2 to 5.0.1, then imported the Shop Demo and it’s working as it should.
    Please review your site.

    Best regards,
    Nikko

    #1359508

    There are many places where the heading tag is predefined as h3 in the source code of enfold.
    Editing all those entries and have a child-theme file is too complex.
    The filter : avia_custom_widget_args will not work on those headings you like to influence.

    – you can try this here from Yigit : https://kriesi.at/support/topic/change-h3-tags-in-footer-widget-child-theme-of-enfold/#post-728320
    and pay attention of his comment:

    You would need to update your widget areas.

    In Shortform this will be ( and comes to child-theme functions.php ) :

    function ava_re_register_footer_widgets(){
    	$footer_columns = avia_get_option( 'footer_columns', '5' );
    	for( $i = 1; $i <= $footer_columns; $i++ ){	
    		unregister_sidebar('av_footer_' . $i );
    		register_sidebar( array(
    			'name'		=> 'Footer - Column ' . $i,
    			'before_widget'	=> '<section id="%1$s" class="widget clearfix %2$s">',
    			'after_widget'	=> '<span class="seperator extralight-border"></span></section>',
    			'before_title'	=> '<p class="widgettitle">',
    			'after_title'	=> '</p>',
    			'id'		=> 'av_footer_' . $i
    		) );
    	}
    }
    add_action( 'widgets_init', 'ava_re_register_footer_widgets', 11 );

    the settings you mentioned had to be set via quick css

    #footer p.widgettitle {
    	font-size: 30px; 
    	font-weight: 500; 
    	line-height: 33px;
    }

    (For SEO reasons, this will probably be the better method. )

    #1359507
    Songdance
    Participant

    I’ve been using Enfold for years. Now there’s a new editing screen for layer slider. That’s no problem, it’s easy to use and intuitive. I saved my template and publish it and now it doesn’t show up anywhere.
    I go to the page I’m editing and in the Advanced Layer Slider box it should show up in the drop down menu but it’s not there. When I open Layer Slider it shows me the imported template and when I click on it I go back to the editing page where my template shows all of my editing. I don’t see anything in the editor that indicates how to import into the website page.
    How do I embed (import?) the new slider into my page?

    #1359503

    Hi,
    Glad Rikard could 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

    #1359501
    Orla
    Participant

    Hi there,

    I have an error on my site and since it’s appeared it’s not allowing the Advanced Layout Editor to load.

    Loading page

    I have disable all the plugins and still the problem persists.
    Plugins

    I am running Enfold Version: 5.0.1
    Wordpress: WordPress 6.0.1

    Error Details
    =============
    An error of type E_ERROR was caused in line 563 of the file /public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php. Error message: Uncaught Error: Call to undefined function gutenberg_can_edit_post_type() in /public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php:563

    Stack trace:
    #0 /public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(423): Avia_Gutenberg->can_use_block_editor(‘post’, true)
    #1 /public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(458): Avia_Gutenberg->init_force_classic_post_types()
    #2 /public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(533): Avia_Gutenberg->get_force_classic_post_types()
    #3 /public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(661): Avia_Gutenberg->force_classic_editor(‘page’)
    #4 /public_html/wp-includes/class-wp-hook.php(307): Avia_Gutenberg->handler_display_post_states(Array, Object(WP_Post))
    #5 /public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array)

    Thanks :)

    • This topic was modified 3 years, 8 months ago by Orla. Reason: Updated screen shots

    Hi,
    Glad Nikko was 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

    #1359485

    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

    #1359483

    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

    #1359482

    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

    #1359475

    Hi,

    Thanks for that. Please enable debug mode, so that we can copy the shortcodes from the problem page to a test page: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode. We can do it for you if you give us permission to do so.

    Best regards,
    Rikard

    Nikko,
    That did the trick! Thank you very much. You can close this ticket. Enfold rocks again.

    #1359465

    Hey,

    Thanks for contacting us!

    You can go to Enfold theme options > Advanced Styling and edit H3 tagged elements and choose to apply it only on H3 elements in footer – https://imgur.com/a/ceh1244 :)

    Best regards,
    Yigit

    #1359450
    thinlinecreative
    Participant

    This theme is conflicting with Hotel Booking lite plugin. We have changed the theme and things were working fine, but when we switch back to enfold the conflict occurs again.
    What could be the possible solution to this conflict.
    Thanks!

    #1359449
    WebbR
    Participant

    Hey Kriesi Staff!
    I got an alert in my dashboard that there is a critical LayerSlider Security Update available.
    Will there be an Enfold-Update soon?

    Seems to be urgent….

    Best regards!
    Frank

Viewing 30 results - 24,271 through 24,300 (of 244,541 total)