Viewing 30 results - 2,221 through 2,250 (of 106,492 total)
  • Author
    Search Results
  • #1476717

    Hi,
    Unfortunately background videos will not display on mobile views by default and are replaced with their fallback images, please try the layerslider

    Best regards,
    Mike

    #1476711

    Hi,
    Thank you for your patience, but your site doesn’t allow me to place an order, perhaps your plugin is blocking some IPs?
    Screen Shot 2025 02 08 at 12.53.40 PM

    Best regards,
    Mike

    #1476710

    Hi,
    I can not view your screenshots without a login, was Guenni007’s css helpful?
    When I check your logo is not overlapping:
    Screen Shot 2025 02 08 at 12.36.42 PM

    Best regards,
    Mike

    #1476703

    Hi,
    Your version v4.5.2 can not be updated in the backend with a token, you will need to manually update, this was due to Envato switching from the API license to the Token license.
    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

    Best regards,
    Mike

    #1476694

    Hi,
    It is in your “snippets” plugin
    Screen Shot 2025 02 08 at 10.32.13 AM

    Best regards,
    Mike

    #1476675

    Hey Martin,
    Your best solution will be to create two slideshows with portrait sized images for mobile, using your desktop landscape images for mobile will typically not look good on mobile. If you still want to try, try this css and adjust to suit:

    @media only screen and (max-width: 450px) { 
    .avia-slideshow {
      width: 300% !important; 
      position: relative !important; 
      left: calc(-90vw) !important; 
    }
    }

    Best regards,
    Mike

    #1476668

    Hey michaelf245,
    I assume that this is what you have now with the image in the content box:
    Screen Shot 2025 02 08 at 7.43.12 AM
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_script() { ?>
      <script>
    $(document).ready(function() {
      $('.av-milestone').each(function() {
        var image = $(this).find('img');
        var content = $(this).find('.av-milestone-content-wrap');
        content.after(image);
        $(this).css('display', 'flex');
        image.css('margin-left', '20px');
      });
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_script', 99 );

    and this css in your quick css:

    .avia-timeline-vertical.av-milestone-placement-left .av-milestone-content-wrap {
        width: 50%;
    }
    .avia-timeline-vertical .av-milestone-content-wrap {
        padding: 0px 0px 30px 60px;
    }
    .avia-timeline-vertical .av-milestone-icon-wrap {
        padding: 0px 0 30px 0;    width: 90px;
    }
    html .av-milestone :where(img[class*=wp-image-]) {
        height: 180px;
    }
    .avia-timeline-vertical .av-milestone-date {
        padding: 30px 60px 0 0;
    }

    My images are 180px, so you may need to adjust the css to suit.
    result:
    Screen Shot 2025 02 08 at 7.38.29 AM

    Best regards,
    Mike

    remove the flex settings given to you by docu.
    maybe test these settings first on dev tools insertion:

    try:

    /*** Naming of the Grid Areas ***/
    #header_main #media_image-3 { grid-area: area1; }
    #header_main #media_image-4 { grid-area: area2; }
    #header_main #text-3 { grid-area: area3; text-align: right }
    #header_main div.av-logo-container { grid-area: area4; display: grid; justify-content: center }
    
    #header_main {
      margin: 0;
      display: grid;
      gap: 20px 40px;
      grid-auto-flow: row;
      grid-template-columns: 1fr 1fr 1fr;   
      grid-template-areas:
        "area1 area2 area3"
        "area4 area4 area4";
      justify-content: stretch;
      align-items: center;
    }
    
    #header_main > div {
      justify-self: center;
      align-self: center;
      padding: 0 30px;
    }
    
    @media only screen and (max-width: 1119px) {
      #header_main {
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 0.5fr 1fr auto ;
        grid-template-areas:
          "area2 area2"
          "area1 area3"
          "area4 area4";
      }
      #header_main #media_image-4 { transform:scale(1.2) }
    }
    
    @media only screen and (max-width: 989px) {
      #header_main {
        grid-template-columns: 1fr 1fr 1fr 1fr; 
        grid-template-rows: 0.3fr 1fr;
        grid-template-areas:
          "area2 area2 area2 area4"
          "area1 area1 area3 area3";
      }
      
      #header_main #media_image-3 { transform:scale(0.8) }
      #header_main #text-3 { transform:scale(0.8); padding: 0;}
      #header_main div.av-logo-container {display: grid; justify-content: center; background-color: transparent }
    
      #header_main div.av-logo-container {
        display:  block ; 
      }
    
      #header_main .av-main-nav-wrap {
        float: right;
        padding-right: 50px;
      }
      
      #top #av-burger-menu-ul {
        padding-top: 120px !important;
      }
    }
    
    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all .main_menu {
        position: relative;
      }  
      #header_main #media_image-4 { transform:scale(1); justify-self: start; padding-left: 50px }
      .responsive #top .logo {display: none;}
    }
    • This reply was modified 1 year, 2 months ago by Guenni007.
    • This reply was modified 1 year, 2 months ago by Guenni007.
    #1476653
    bemodesign
    Participant

    Please help with this. The font sizes and formatting is all off when it’s live, but perfect when I am signed in and viewing. Is this code or a plugins conflicting. Really need help on this one quick. thank you so much!

    live, not right formatting: https://img.savvyify.com/image/Screen-Shot-2025-02-07-at-5.39.03-PM.9p7cM
    my view when signed in: https://img.savvyify.com/image/Screen-Shot-2025-02-07-at-5.40.42-PM.9pGUA

    #1476645
    cygrafix1
    Participant

    Hey, I am using the instagram widget in my footer.
    There is no content shown. I only got the fail message:
    Only visible for admins:
    Instagram hat Fehler zurückgegeben : 429 too many request.
    No images available at the moment.
    What can I do to make the widget work?
    Thanks a lot for your help,
    all the best
    Elén

    #1476612

    that filter set in child-theme functions.php removes the anchor and onty the image is inserted instead.

    add_filter( 'avf_post_ingnore_featured_image_link', '__return_true' );
    

    btw. that filter can be selective to posts from f.e. categories:

    function custom_avf_post_ingnore_featured_image_link( $ignore_image_links ){
      //  e.g. available variables
      global $avia_config, $post_loop_count;
    
      $ignore_image_links = in_category( array( 1, 'grafik' ) ) ? true : false;
      return $ignore_image_links;
    }
    add_filter( 'avf_post_ingnore_featured_image_link', 'custom_avf_post_ingnore_featured_image_link', 10, 1 );
    #1476603
    wolfgangspelitz
    Participant

    I am using ewww plugin for image optimization to save webp format from jpeg. This works well, but unfortunately not for background images. I guess this happens because they are only defined inside css code. Is there any workaround for replacing these images as well automatically?

    #1476599

    Hey Anne,

    Thanks for writing in.

    You can add this code in the Quick CSS field to disable the link of the featured image.

    .big-preview.single-big .avia-post-format-image a {
        pointer-events: none;
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modification.

    Best regards,
    Ismael

    #1476597

    In reply to: Featured Image Slider

    Hey lara666,

    Thank you for the inquiry.

    You can use this css code to adjust the style of the featured image slider title:

    #top .avia-featureimage-slideshow.av-m6tyn82g-131d78d88d19991cbc6ff96d197c2974 .avia-caption-title * {
        font-weight: 400;
        text-decoration: none;
        font-size: 20px;
    }

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

    Best regards,
    Ismael

    #1476591

    Hi,

    Thank you for the update.

    The images display back when we disable the WP Hide & Security Enhancer plugin. You may need to adjust its settings or disable certain features. Please contact the plugin developer for more info.

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    Unfortunately, that is the only option that displays images in a square orientation. If the caption and title are covering the image, you can set the Content > Captions > Element Title and Excerpt Display setting to “Display on mouse hover”. You can also use the Perfect Automatic Masonry, but you have to make sure that all product images have the same size and aspect ratio.

    Best regards,
    Ismael

    #1476578

    Topic: Featured Image Slider

    in forum Enfold
    lara666
    Participant

    Hi there,

    On my homepage, I have a Featured Image Slider, and the caption title for all images has an underline. Could you please advise me on how to remove it?

    Additionally, the font on the Featured Image Slider appears quite thick. I would like it to match the Portfolio title above the slider, with a smaller font size.

    Thanks!

    #1476575
    Annedesign
    Participant

    Hi,
    is there some CSS to remove lightbox opening of the feature image on a blog post, and on the blog page?
    Currently the feature image is linking to itself. I would rather have no link as this gets in the way, and on the blog page it doesn’t link to the blog – jus the image. Link below.
    I can see you have functions.php code available for this but I would like CSS if possible. Or have I missed a setting somewhere?
    Thanks,
    Anne

    #1476549

    Hi there
    I’ve fixed that critical error now by deleting and uploading a new copy of the theme,
    I still have the issue with the images being invisible,
    Thanks,
    Rob

    #1476519

    In reply to: Distance smaller

    Hi Ismael,
    I had already tried all options in the size setting. Perfect Grid displays almost square images, but the text titel / price, that lays above the image makes the images too small. Please also look at the page Link that I sent, to see which grid I want to achieve.

    #1476493

    Hi,

    Thank you for the update.

    We manually imported the theme options and the demo using the Import/Export tool in Theme Options. We also managed to import the posts, but not the images. You can edit the page and upload your own.

    Best regards,
    Ismael

    #1476489
    michaelf245
    Participant

    Dear team Kriesi,

    I set up a page with a timeline and set the options to box with shadow. There, I would like to add an image on the right side of the text. In the editor all I can do is adding images within the text box but not on the right side.

    Any advice appreciated.

    Thanks
    Michael

    #1476486

    Hi,

    Thank you for the update.

    The menu widget menu seems to be resizing as expected. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot. Here are the steps to follow:

    1.) Visit the website of your chosen platform, such as Savvyify, Imgur or Dropbox.
    2.) Locate the option to upload a file or an image.
    3.) Select the screenshot file from your computer or device and upload it to the platform.
    4.) After the upload is complete, you will be provided with a shareable link or an embed code.
    5.) Copy the link or code and include it in your message or response to provide us with the screenshot.

    Thank you for taking the time to share the screenshot. It will help us better understand the issue you’re facing and provide appropriate assistance.

    Best regards,
    Ismael

    #1476483

    Hi,

    Thank you for the update.

    As mentioned above, background videos will not display on mobile views by default and are replaced with their fallback images. Did you apply fallback images to the video sliders? If not, edit the video slides, go to the Content > Fallback Images tab, and upload the image you would like to display on mobile view.

    let us know if you need more info.

    Best regards,
    Ismael

    #1476441

    In reply to: Background Images

    Hi mihasmon,

    Please check the resolution of the images when you are selecting them from the media gallery.

    Best regards,
    Rikard

    #1476410

    In reply to: Background Images

    Hello. I have just installed Enfold theme. And I have the same problem with blurry images. Even if I put original image, that was on the site from very start for specific background, it gets blurred. Can you please help me with the solution?

    #1476408

    so actually I would like to have a slider mixed with images and videos. In the video slide I turn off the autoplay. Still it doesn`t work on mobile

    #1476399

    your background-image – is it a svg file?
    if you are on an older enfold version update to the newest enfold version – there is in the meanwhile (since 5.6.9) a css to give an absolute width value to svg on body.wp-admin.

    #1476396

    why does logo image url differ to domanin url?

    https://october7coalition.org

    on mobile the normal logo (non transparency case ) is shown and this leads to :
    https://october7coalition.org/wp-content/uploads/2024/01/logo_black.png
    on desktop the transparency logo is shown so the alternate logo inside sub-text is there.
    https://october7coalition.com/wp-content/uploads/2024/01/logo_black-300x133.png

Viewing 30 results - 2,221 through 2,250 (of 106,492 total)