Viewing 30 results - 1,231 through 1,260 (of 106,459 total)
  • Author
    Search Results
  • #1485903

    Hey Jimmy,

    You can copy/paste the image URL that you want to use into the logo field, then save the theme options.

    Best regards,
    Rikard

    #1485892
    keep12
    Participant

    Hello we are looking to a way to add in all the entries (blog not pages) the info of the author at the bottom… name, biography, image, social, social links… is there a way to do it throw enfold/enflod-child? i attached an image with an example

    #1485887
    ellkam
    Participant

    Hi Kreisi team,

    I’ve tried everything: perplexity, forums, trial and error: I’m not getting anywhere. I have been embedding annual reports as posts on the homepage of the http://www.kms-kleve.de website for a few years now. This year, the post image of the 2024 annual report is suddenly cut off at the top and bottom.
    I have tried the following so far:

    – Duplicating the 2022 annual report in the backend and simply replacing the images (in the same format and size)
    – Tried various settings in the Enfold blog settings
    – In WordPress, set the image sizes for import in height to ‘0’
    – Deleted image and reloaded
    – Deleted and reloaded the entire post
    – Deleted, deleted, deleted caches
    – Post recreated with Avia
    – Post recreated with the standard editor

    The image of the annual report 2024 is not displayed in the desired size – as with the other annual reports. The image should be displayed in full size like the others. What is the error? Thank you for your help!

    Best regards, Lutz

    #1485884

    In reply to: PAGESPEED / LCP

    Hi,

    Thank you for the update.

    The desktop score is now 98, and 80 on mobile. CLS is now resolved, but there’s still an LCP issue, which now points to the text element below the first gallery. It will probably help to further reduce the size of the background image (kuechen-schmidt_edelstahl_footer-bg.jpg), which is still 43KB and larger than necessary. Optimizing the slider images such as kuechen-schmidt_stellenanzeige_Technischer-Koordinator_2406.webp (88KB), kuechen-schmidt_service-check_kundenzufriedenheit-1-300×150.jpg (32KB), along with the others would also help.

    Best regards,
    Ismael

    #1485877

    In reply to: PAGESPEED / LCP

    Thanks for the tip – that made me realize the actual error in the header. The background image in the header is only 1920px and only 8KB via WebP. Before, I had 2500px with 15KB because of large displays/Retina => both shouldn’t be a problem with Insights. But: at the top of the second header with the phone number, the old jpg version was still embedded via CSS at an incredible 32KB :D
    Hope that helps.

    I’ve used the other CSS.

    I’ll let you know after a few tests.

    #1485843

    In case that image didn’t come through… https://imgur.com/a/zZj3xpQ

    #1485824

    In reply to: PAGESPEED / LCP

    Hey Sven,

    Thank you for the inquiry.

    The LCP is the background image used in the header container (kuechen-schmidt_edelstahl_footer-bg.jpg). It’s 2000px in width and 46Kb in size, which is a bit heavy. We recommend significantly reducing the image size, make sure it’s compressed and preload it using the plugin below.

    https://wordpress.org/plugins/preload-lcp-image/

    CLS could also be improved by limiting the height of the revolution slider on smaller screens, making sure it doesn’t shift the page while the slider is loading. Please add this css code:

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      #top #main #revolutionslider_1 {
        max-height: 220px;
        overflow: hidden;
      }
    }
    

    Best regards,
    Ismael

    #1485817
    navindesigns
    Participant

    1- How can I make the button “View Services” in the top section larger on mobile?
    2- also on mobile how can stretch out the waves so it’s more subtle? screenshot here – https://i.ibb.co/svP1g1Rp/image.png

    #1485793

    Topic: PAGESPEED / LCP

    in forum Enfold
    TESLA
    Participant

    Es geht um den Pagespeed. Bis ca. letztes Jahr hatte ich nach einer umfangreichen Optimierung der Website nahezu perfekte Werte bei den Google Insights. Anscheinend sind die Kriterien wieder einmal anders bewertet – mobil komme ich nur noch auf 50-60% Leistung.

    Die kritischsten Werte sind zwei Indikatoren:

    Layoutverschiebungen
    da sehe ich das Consentmodul Real Cookie Banner als Verursacher. Plugin deaktiviert und ich hatte statt 13 shifts nur noch eins. Keine Ahnung wie das anders lösbar wäre.

    LCP
    Alles probiert und entsprechend eingestellt und weboptimiert. Schriften werden lokal via OMGF Pro optimiert geladen. Caching und Optimierung via WP Rocket. Bilder v.a. auf der Startseite in webP. Da habe ich schon alles durch: wenn man ein Bild bis zum Exzess optimiert, findet insights das nächste LCP und stürzt sich auf das Element – sogar reiner Text wurde mir schon als LCP angezeigt.

    Habt ihr hilfreichen Input und Ideen dazu?

    -__________

    It’s about the pagespeed. After an extensive optimization of the website, I had almost perfect values ​​at the Google Insights after an extensive optimization of the website. Apparently the criteria are rated differently again – I only get 50-60% power.

    The most critical values ​​are two indicators:

    Layout shifts
    I see the Real Cookie Banner CONSENTMODUL as a cause. Plugin deactivated and I only had one more than 13 shifts. I have no idea how it would be different.

    LCP
    Everything tried and set accordingly and web -optimized. Writings are loaded locally via OMGF Pro. Caching and optimization via WP Rocket. Images, especially on the homepage in WebP. I already have everything through: if you optimize an image to the excess, Insights find the next LCP and plunges on the element – even pure text has already been displayed as a LCP.

    Do you have helpful input and ideas?

    #1485785

    Hi,

    Thank you for the clarification.

    You can place the first section in the first accordion item, the second in the second one, and so on. Then, add the css code in the Quick CSS field.

    Add this to the first accordion item to display the image on the left and the text on the right, as described.

    
    <div class="av-mod-alternate-section">
    <div class="av-mod-image">
        <img src="image1.jpg" alt="Image 1"></div>
    <div class="av-mod-text">
        This is the text for section 1. Image is on the left.</div>
    </div>
    

    Then, add this to the next accordion item, with the image on the right and the text on the left.

    
    <div class="av-mod-alternate-section av-mod-reverse">
    <div class="av-mod-text">
        This is the text for section 2. Image is on the right.</div>
    <div class="av-mod-image">
        <img src="image2.jpg" alt="Image 2"></div>
    </div>
    

    Take note of the class name “av-mod-reverse”, which reverses the order of the element inside the section.

    Best regards,
    Ismael

    #1485773

    Hi,
    The ID “#after_section_1” is now missing, perhaps you updated the page? So I added the ID “#add_50_px_pading” to the element:
    Screen Shot 2025 06 22 at 7.43.40 AM
    and this css:

    .page-id-4128 #add_50_px_pading  {
             padding-top: 50px;
    }

    Now it is working, please clear your browser cache and check.

    Best regards,
    Mike

    #1485751

    Hey Ernst Grubbauer,
    Thank you for the login, please note that your version 4.1.2 is not compatible with PHP 8+, and it can not be updated in the theme, due to how Envato (Theme Forest) changed from a API key to a Token. Unfortunately this occurs when a old “developer” buys the theme in their Envato account and doesn’t create an account for the customer. Envato will not transfer the license nor issue a new license.
    Due to our exclusive contract with Envato we can not issue licenses.
    Your customer should create an account with Envato and purchase a new license The upside to this is that by purchasing a new license you will also get 6 months of support on our forum to help with any issues. I recommend upgrading to a full year of support for just a little more, as the cost of the theme and a full year of support costs the same as a single hour of support from many developers. 2022-12-04_001.jpeg.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg
    Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
    After you purchase a new license you can register for the support forum and post your questions.

    Best regards,
    Mike

    #1485750

    or – more flexible in styling for complete control over the whole screensize ranges – working with grid layout:

    #top #wrap_all .avia-custom-gallery .avia-gallery-thumb {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      grid-auto-flow: row;
      gap: 20px;   /*** if you like to have a space between the images ***/
    }
    
    #top #wrap_all .avia-custom-gallery .avia-gallery-thumb a {
      width: unset !important;
    }

    when images are less than 180px – a new row will be created

    Hi,

    You might have to use a different, smaller image for smaller screen sizes, then place the CSS inside of a media query:

    @media only screen and (max-width: 767px) {
      Your mobile styling goes here
    }

    Best regards,
    Rikard

    #1485737

    Hey Silvia,
    Try using the Advanced ▸ Developer Settings ▸ Custom ID Attribute in each element and add your ID and then link to it.
    Screen Shot 2025 06 20 at 3.04.29 PM

    Best regards,
    Mike

    Hi there,
    yes, I need still some help. My CSS is working quite well in desktop mode, but it is not really responsive. When switching to tablet and mobile view, the background image is getting compressed.
    Any idea for a good looking solution?

    Best regards
    Bettina

    #1485718

    I’m afraid I haven’t described the requirement very clearly. There should be several accordions, each with its own heading. In the first accordion, the image should be on the left and the text on the right, in the second accordion it should be the other way round, etc.

    With the current code that you specify, the image/text paragraphs alternate within an accordion. Correct?

    Can you help me with this?

    #1485717
    kalla77
    Participant

    Hi
    as you see here the navigation controls for the gallery are “far out”.
    Image:
    https://gwup.org/temporaer/enfold-navi-bug.jpg

    Live:

    They are supposed to be IN the gallery and not miles above.
    This bug can be reproduced.
    Please tell me how to fix it (and fix it in your next update!)

    Here is the shortcode to reproduce it:
    [av_section min_height='100' min_height_pc='25' min_height_px='500px' shadow='no-border-styling' bottom_border='no-border-styling' bottom_border_diagonal_color='#333333' bottom_border_diagonal_direction='' bottom_border_style='' padding='default' margin='aviaTBmargin' custom_margin='0' custom_margin_sync='true' av-desktop-custom_margin='' av-desktop-custom_margin_sync='true' av-medium-custom_margin='' av-medium-custom_margin_sync='true' av-small-custom_margin='' av-small-custom_margin_sync='true' av-mini-custom_margin='' av-mini-custom_margin_sync='true' svg_div_top='' svg_div_top_color='#333333' svg_div_top_width='100' svg_div_top_height='50' svg_div_top_max_height='none' svg_div_top_opacity='' svg_div_bottom='' svg_div_bottom_color='#333333' svg_div_bottom_width='100' svg_div_bottom_height='50' svg_div_bottom_max_height='none' svg_div_bottom_opacity='' fold_type='' fold_height='' fold_more='Weiterlesen' fold_less='Read less' fold_text_style='' fold_btn_align='' color='main_color' background='bg_color' custom_bg='' background_gradient_direction='vertical' background_gradient_color1='#000000' background_gradient_color2='#ffffff' background_gradient_color3='' src='' attachment='' attachment_size='' src_dynamic='' attach='scroll' position='top left' repeat='stretch' video='' video_ratio='16:9' overlay_enable='aviaTBoverlay_enable' overlay_opacity='1' overlay_color='#003833' overlay_pattern='{{AVIA_BASE_URL}}images/background-images/diagonal-thin-dark.png' overlay_custom_pattern='' custom_arrow_bg='' fold_overlay_color='' fold_text_color='' fold_btn_color='theme-color' fold_btn_bg_color='' fold_btn_font_color='' size-btn-text='' av-desktop-font-size-btn-text='' av-medium-font-size-btn-text='' av-small-font-size-btn-text='' av-mini-font-size-btn-text='' fold_timer='' z_index_fold='' css_position_z_index='' av-desktop-css_position_z_index='' av-medium-css_position_z_index='' av-small-css_position_z_index='' av-mini-css_position_z_index='' id='' custom_class='backgroundvilla' template_class='' aria_label='' av_element_hidden_in_editor='0' av_uid='av-fhey3j' sc_version='1.0']
    [av_icon_box icon='ue80b' font='entypo-fontello' title='Lorem Ipsum' position='top' icon_style='' boxed='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' custom_title_size='' av-desktop-font-size-title='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' custom_content_size='' av-desktop-font-size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' heading_tag='div' heading_class='biszu' link='' link_dynamic='' linktarget='' title_attr='' linkelement='' id='' custom_class='' template_class='' av_uid='av-c6iolb' sc_version='1.0' admin_preview_bg='']
    <h1>Lorem Ipsum dolor sid amend dolores</h1>
    Weit hinten, hinter den Wortbergen, fern der Länder Vokalien und Konsonantien leben die Blindtexte. Abgeschieden wohnen sie in Buchstabhausen an der Küste des Semantik, eines großen Sprachozeans. Ein kleines Bächlein namens Duden fließt durch ihren Ort und versorgt sie mit den nötigen Regelialien. Es ist ein paradiesmatisches Land, in dem einem gebratene Satzteile in den Mund fliegen. Nicht einmal von der allmächtigen Interpunktion werden die Blindtexte beherrscht – ein geradezu unorthographisches Leben. Eines Tages aber beschloß eine kleine Zeile Blindtext, ihr Name war Lorem Ipsum, hinaus zu gehen in die weite Grammatik.
    [/av_icon_box]

    [av_gallery ids='12076,12077,12078,12079,12080' ids_dynamic='' style='big_thumb lightbox_gallery' preview_size='no scaling' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='medium' columns='12' thumbs_hover='' control_layout='av-control-default' slider_navigation='av-navigate-arrows' nav_visibility_desktop='av-nav-arrows-visible' nav_arrow_color='' nav_arrow_bg_color='' imagelink='lightbox' link_dest='' lightbox_text='no_text' lazyload='avia_lazyload' img_scrset='' html_lazy_loading='disabled' alb_description='' id='' custom_class='' template_class='' av_uid='av-mb5at8df' sc_version='1.0' admin_preview_bg='']
    [/av_section]

    kind regards
    Andrè

    #1485706

    Hey mrqslmk,

    Thank you for the inquiry.

    Instead of using shortcodes, you can directly use html in the accordion content. Example:

    <div class="av-mod-alternate-section">
      <div class="av-mod-image">
        <img src="image1.jpg" alt="Image 1">
      </div>
      <div class="av-mod-text">
        This is the text for section 1. Image is on the left.
      </div>
    </div>
    
    <div class="av-mod-alternate-section av-mod-reverse">
      <div class="av-mod-text">
        This is the text for section 2. Image is on the right.
      </div>
      <div class="av-mod-image">
        <img src="image2.jpg" alt="Image 2">
      </div>
    </div>
    
    <div class="av-mod-alternate-section">
      <div class="av-mod-image">
        <img src="image3.jpg" alt="Image 3">
      </div>
      <div class="av-mod-text">
        This is the text for section 3. Image is on the left again.
      </div>
    </div>

    Add this code in the Quick CSS field:

    .av-mod-alternate-section {
      display: flex;
      align-items: center;
      margin: 2rem 0;
      gap: 2rem;
    }
    
    .av-mod-reverse {
      flex-direction: row-reverse;
    }
    
    .av-mod-image img {
      max-width: 300px;
      height: auto;
      display: block;
    }
    
    .av-mod-text {
      max-width: 600px;
    }

    Let us know if you need more info.

    Best regards,
    Ismael

    #1485679
    mrqslmk
    Participant

    Hi all,

    my customer wants to have accordions on his page with firstly an image on the left and text on the right and secondly, in the next accordion, it should be text on the left and image on the right etc.
    I’d like to use the possibilities of the media element “image” such as “zoom in” for the images.

    Thus, my thought is, I’d like to create template: create a color section, add a 1/4 layout element, place an “image” inside. On the right I’d use a 3/4 layout element and place a text block in it. Then I’d save it as a template. In the end, I’d like to use this template inside an accordion, maybe via a shortcode.

    Is that possible? Is my thinking too complicated? How else could I achieve the above mentioned requirement?

    Thx for your help!

    #1485676

    Topic: z index

    in forum Enfold
    limedrop
    Participant

    Hello, since I have a positioned text on the main image in top that lays on top of the blue field (where the button is), part of the Botton is not clickable. How to position only the Botton to be on top?

    #1485672
    xeovision
    Participant

    Hi,
    i am using the gallery on the page with images. On desktop it is fine for me but on mobile i would like to change the grid. From actually 6 images in row to e.g. 4 images. Reason is to show them little bigger. There is no setting in the gallery addon right? How can i change the grid only on mobile?

    screenshot
    screenshot

    • This topic was modified 9 months, 3 weeks ago by xeovision.
    • This topic was modified 9 months, 3 weeks ago by xeovision.
    • This topic was modified 9 months, 3 weeks ago by xeovision.
    This reply has been marked as private.

    Hi,

    Thanks for that. The image is not visible on my end, please upload it to your WordPress installation instead. The account on your site needs to be upgraded to have administrator rights as well.

    Best regards,
    Rikard

    #1485651

    Hello again,
    I still have the problem: I’ve now moved the site to the original domain, and the issue is not related to the browser, but to the column settings. I’m using the image as a column background, and when I set it to “scale to fit”, it doesn’t show on mobile. When I change it to “stretch to fit”, it does appear — but then the resolution looks strange and unattractive on desktop. What’s the solution?

    Best regards

    #1485626
    #1485614

    In reply to: Design help

    Hi,

    Thank you for the update.

    How can I replace the image with a video please?

    You can use the Video element or an Image element with a video URL as the link. When the image is clicked, the video will open in a lightbox. Let us know if you need more info.

    Best regards,
    Ismael

    #1485588

    I had understood him differently. For example, if he opens the page : Link via the menu, then it should open directly in the opened ajax style.

    Versuch doch mal das in der child-theme functions.php:

    function trigger_click_on_ajax_categories(){
    ?>
    <script>
    (function($){
        $(window).on('load', function(){
            // Prüfen, ob das Element mit der Klasse 'grid-links-ajax' auf der Seite existiert
            if ($('.grid-links-ajax').length > 0) {
                setTimeout(function() {
                    // Sicherstellen, dass das erste Element vorhanden ist, bevor der Klick ausgelöst wird
                    const firstGridItem = $(".grid-links-ajax .grid-entry.first");
                    if (firstGridItem.length) {
                        firstGridItem.find('.grid-image').trigger('click');
                    }
                }, 300);
            }
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'trigger_click_on_ajax_categories');

    eventuell musst du das timing etwas erhöhen.

    I have uploaded an example on ImgBB: https://ibb.co/8LpmsTLR

    Those headings should be placed on top of every section of my onepager. The background form (or image) should have those diagonal edges. Any idea?

    #1485570

    In reply to: Design help

    Hi Ismael

    Thank you for your speedy reply and sorry for my delay in responding. I was away for a couple of weeks.

    That works great thank you. How can I replace the image with a video please?

Viewing 30 results - 1,231 through 1,260 (of 106,459 total)