Viewing 30 results - 661 through 690 (of 106,493 total)
  • Author
    Search Results
  • #1491025

    In reply to: Enlarge logo

    Open that image link in your browser: https://dapoostkapelle.nl/wp-content/uploads/2025/06/First_business_card_5.png

    you then can see the whitespace around it.

    #1490994

    Only logo image on small screen size like tablet in vertical mode and mobile devices too

    #1490987

    Would you like to hide only the logo image or both the logo image and navigation?
    Would you like to hide it on small screen sizes or exclusively on mobile devices?

    #1490985

    Hi @Guenni007,

    Thank you for the suggestion. I looked through that thread, but it seems to help solve loading/hiding video within an avia framework element (e.g., color section), but not the loading of the avia element itself (e.g., fullscreen slider) and all of its image content.

    Am I missing something?

    Ideally, the display of the user would be determined early in the page loading process and, based on the result, would only load one of the fullscreen sliders I have on the home page, and would not load (or show) any of the others.

    Hello,

    I was able to fix the image problem with additional CSS.

    There is still an issue with the search box in the top right corner of the nav bar. When you enter search terms, a drop-down appears with results; however, it closes really quickly, and you cannot click any of the results. How do I fix this?

    Also, when you go to a product detail page, it use to show the details, but after an update, you now have to click details like it’s a button. How can I make it always visible again?
    Example: https://dpfsource.com/product/ct350-da/

    Thanks

    #1490978

    Hi Guenni007 or someone else :-)
    Can you help mw with this code again? I need one gridrow just as above with 1400px in boxed layout and fullwith background color, thats okay. But then I also need a gridrow with 1400px boxed layout with fullwidth background image bg. Now the background gets 1400px. Is it difficult to get another code for this? Thank you,
    Kind regards, Mathilde

    #1490976

    now – thanks for the admin permissions.

    i did what i mentioned above: for the thumbs in grid i take the portfolio size (495×400)
    using that snippet to have original images in the ajax preview image ( on imagify you have choosen to have no compression – so original image might be of less file-size than the recalculated large image-size )
    and disabeling the enfold option to use lazyloading ( maybe the option of wp-rocket is better )

    but with these changings – you can see a much better loading performance.

    in additon – i decided to show on lightbox the full image ( because your large recalculated images are much bigger in file-size than the full one )
    and to have no scroll on background – on opend lightbox.

    #1490973

    ok – this seems to be enough inside child-theme functions.php:

    add_filter("avf_ajax_preview_image_size", function($size) {
       $size = "full";
       return $size;
    }, 10, 1);
    #1490967

    PS : you should use for the thumbnails in the grid recalculated smaller images e.g.

    you are now using the full image (no-scaling).

    #1490965

    Edited – because there is that existing filter to influence the shown image in preview …

    #1490964

    can we influence the image shown in the ajax preview ( that img insided avia-gallery-big ) – it seems to use the recalculated “large” image.
    But as you know this might be bigger in file size than the original uploaded image!
    I can not find a filter to adjust it.

    or could we influence it by
    $params['preview_size'] = apply_filters( 'avf_ajax_preview_image_size', 'gallery' );

    i can find this in portfolio.php

    //	create array with responsive info for lightbox
    	$img = Av_Responsive_Images()->responsive_image_src( $attachment->ID, 'large' );

    bring it to full will often reduce file-size – as you know that Enfold standard compression leads to bigger file-sizes on large image.

    ok – i found the place to change in gallery.php (line 757)
    $prev = wp_get_attachment_image_src( $attachment->ID, $preview_size );

    if we would use :
    $prev = wp_get_attachment_image_src( $attachment->ID, 'full' );

    looking to his page f.e.:
    the krebs-treppen-systeme-gelaender-system30-3.jpg is 121kb
    but krebs-treppen-systeme-gelaender-system30-3-1030×839.jpg is 268kb

    the whole page got over 112MB images – and could be reduced to a half size.

    Hello,

    I have added the images using the code provided in the forum. However, when I try to enlarge them, they get grainy. How can I fix this?

    #1490956

    In reply to: price span not showing

    Hey Munford,
    When I check the price shows for each variation:
    KZFZvvS.png
    KZFbe3v.png

    Best regards,
    Mike

    #1490950

    Hey tlscaliti,

    That is not theme functionality, but if you remove the title attribute from the image, then it should not appear.

    Best regards,
    Rikard

    #1490916

    you can try:

    #top .avia-featureimage-slideshow .avia-caption-title a {
      display: inline-block;
      line-height: 1.4em;
      background-color: rgba(0,0,0,0.3);
      backdrop-filter: blur(4px);
      padding: 5px 8px;
      border: 2px solid #FFF;
      border-radius: 5px
    }

    Just leave out the border styling if you don’t like to have it. I’ve now adjusted it so that it fits the button.

    #1490915
    sitibus
    Participant

    Hi support, on my website http://www.avvocatoambienteesicurezza.it I would like to have the title of the “featured image slider” element with a gray overlay, can you please help me?

    Hey mntsrvcs,

    Thank you for the inquiry.

    This is possible, but you will need to directly modify the includes > loop-search.php file. Please check the links below for more info.

    https://kriesi.at/support/topic/add-featured-image-to-search-results/#post-249161
    https://kriesi.at/support/topic/change-layout-search-results/#post-1359284

    Best regards,
    Ismael

    mntsrvcs
    Participant

    Hello,

    I purchased extended support for my current site. My site is running Woocommerce and I am trying to add product images to the search results page. I have tried using the Advanced Woo Search plugin, but it is not working, and I believe it is due to a conflict with the Enfold theme.

    Also, I have a search box in the top right corner of the nav bar. When you enter search terms, a drop-down appears with results; however, it closes really quickly, and you cannot click any of the results. How do I fix this?

    #1490888

    have you followed my link to the testpage? There is the video in the “background!” you can see the layout of that in the placed image below.
    The rest is the css you need.
    PS: Hope Mike could help you – because as a participant i can not see private content area.

    Audica1
    Participant

    Dear Support,

    After updating the theme, any time I update a page, the page goes blank and all content is removed. I have tried adding all different types of content (text, images, buttons) and I have enabled the WP Classic Editor in Theme Options, but nothing has worked.

    I have been able to restore previous versions of pages, but need to add new content. Any information on how this can be fixed will be greatly appreciated. Thanks.

    #1490859

    Dear Ismael,

    Thank you a lot. That works just great.

    Just one thing: The post image should be shown completely:
    Post image

    Thank you!

    • This reply was modified 5 months, 3 weeks ago by Jables.

    Hi,
    Thanks, the H1 “Open Days” is in a Special Header element, so you can chacge the mobile size by clicking the Mobile icon and choosing the size:
    KsibKq7.md.png

    Best regards,
    Mike

    #1490846

    In reply to: Magazine demo

    Hey Nicolas Stephanou,
    Do you mean this demo?
    It is one of the homepages for the default Enfold demo, please note that this demo doesn’t include all of the images when you import it, but it should work fine once you add your content.

    Best regards,
    Mike

    #1490834

    see my edit above – posting the same time

    try:

    #top picture.avia_image {
      display: flex !important;
    }

    and maybe you like to have more contrast on hovering the images:

    #top a.avia_image .av-image-caption-overlay-center {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      display:  grid;
      margin: 5px 25px;
      font-size: 1.2em
    }
    
    #top a.avia_image:hover .av-image-caption-overlay-center {
      color: #940000;
      background-color: rgba(255,255,255,0.6);
      backdrop-filter: blur(4px);
    }
    
    #top .av-image-caption-overlay-center p {
      margin: 10px 0 !important;
    }
    
    #1490832

    Where can we inspect that issue?
    – ok i found your page tabijapon –
    do you have a webp plugin installed? if i place an image element with enfold only and set the animation to “slightly zoom the image” – i do not have these bars.
    Now i try to find out where it comes from…

    #1490816

    the filter avf_logo_subtext is nice to have both Logo Image and Text

    try instead:

    function use_text_logo_only($logo){
      $link = apply_filters( 'avf_logo_link', home_url( '/' ) );
      $logo_tag = "h1";
      $logo_heading = "Wayne Anderson";
      $alt = get_bloginfo( 'name' );    
      $title = get_bloginfo( 'name' );
    
      $logo = '<a class="logo text-logo" href="'.$link.'" alt="'.$alt.'" title="'.$title.'"><'.$logo_tag.'>'  .$logo_heading.'</'.$logo_tag.'></a>';
      return $logo;
    }
    add_filter('avf_logo_final_output','use_text_logo_only');

    and on quick css:
    (maybe with your header setting – you had to adjust the css a little bit )

    #top .logo.text-logo  {
      display: flex;
      justify-content: left;
      align-items: center;
      width: auto;
    }
    #top .logo.text-logo h1  {
      margin: 0 !important;
      font-size: 30px;  /* adjust to your needs */
      text-transform: uppercase !important;
    }

    PS: if you like to have different alt and title tags replace in the snippet above with hardcoded strings

    
    $alt = "your alt attribute";    
    $title = "your title attribute";
    

    and if you do not like to have a h1 – just replace to a different tag ( h2, div, span etc. ) but then you had to adjust the css to that tag

    see example page: https://webers-testseite.de/background-video/

    #1490806

    Hi Ismael,

    Thank you so much, that’s awesome! I do get the CSS (almost …) but I have 2 questions. I know I said not to look at the dimensions but still:

    1. How can I place the text at the bottom like in my example? I guess it must be in .av-text-column but justify-content: center bottom doesn’t work
    2. Where/how can I change the proportions? Let’s say image 70% text 30%
    3. EDIT: Found it, It’s in the flex properties. .av-text-column {
      flex: 1; and .av-image-column { flex: 3; did the trick. So forget the last question

    Best regards,
    Steven

    • This reply was modified 5 months, 3 weeks ago by steviger.
    • This reply was modified 5 months, 3 weeks ago by steviger.

    Hi,

    Thank you for the screenshot.

    Did you add this css code?

    .responsive .fullsize .grid-col-4 .grid-image {
        height: 215px;
    }

    This limits the height of the grid items. Try to remove this css code or override it with the following css rule:

    .responsive .fullsize .grid-col-4 .grid-image {
        height: auto !important;
    }
    

    Screenshot-2025-10-31-at-2-14-45-PM

    Let us know the result.

    Best regards,
    Ismael

    #1490793

    Hey steviger,

    Thank you for the inquiry.

    You can continue using the Content Slider element. Add the following html in the editor:

    
    <div class="av-flex-container">
    <div class="av-image-column">
        <img src="http://site.com/image.jpeg" alt="Sample Image" /></div>
    <div class="av-text-column">
    <h2>Title Here</h2>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vel urna at sapien tempor dictum.
    
    </div>
    </div>
    

    Then add this css code to create a container with two columns, an image on the left and a title with text on the right.

    
    .av-flex-container {
      display: flex;
      width: 100%;
      height: 400px;
      flex-wrap: wrap;
    }
    
    .av-image-column {
      flex: 1;
      position: relative;
      overflow: hidden;
    }
    
    .av-image-column img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    .av-text-column {
      flex: 1;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #f5f5f5;
    }
    
    @media (max-width: 768px) {
      .av-flex-container {
        flex-direction: column;
        height: auto;
      }
    
      .av-image-column,
      .av-text-column {
        flex: 1 1 100%;
        height: auto;
      }
    
      .av-image-column img {
        height: 250px;
      }
    
      .av-text-column {
        padding: 20px;
      }
    }

    Screenshot-2025-10-31-at-1-59-55-PM

    Best regards,
    Ismael

    #1490788
    koomo
    Participant

    Hi,
    Every time I publish an image I have this grey line at the bottom.

    Can’t get rid of it Screenshot

    Any idea.

    Thank you

    Xavier

    • This topic was modified 5 months, 3 weeks ago by koomo.
    • This topic was modified 5 months, 3 weeks ago by koomo.
Viewing 30 results - 661 through 690 (of 106,493 total)