Viewing 30 results - 1,711 through 1,740 (of 106,480 total)
  • Author
    Search Results
  • #1480817

    Hey Getersa,
    It looks like you have a Mixed Content: was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint ‘/wp-admin/admin-ajax.php’. This request has been blocked; the content must be served over HTTPS.” error.
    Your WordPress ▸ Settings ▸ General ▸ Site Address and WordPress ▸ Settings ▸ General ▸ WordPress Address are set to “http”, try changing to “https”
    Screen Shot 2025 04 05 at 7.19.38 AM
    Your site is running on an outdated version of PHP (7.2.34-35+0~20220929.76+debian11~1.gbp2866f7), which will not be supported by WordPress. Ask your webhost to update to PHP v8
    Screen Shot 2025 04 05 at 7.22.41 AM
    Also ask your webhost to update all of these settings:
    Screen Shot 2025 04 05 at 7.26.33 AM
    to these:
    Screen Shot 2025 04 05 at 7.28.27 AM

    Best regards,
    Mike

    #1480816

    In reply to: Add notification bar

    Hi,
    Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_message_banner_script() { ?>
      <script>
    (function($){
      $('#top #header_meta > .container').each(function() {
      	var messageTitle = 'FREE delivery within 60 miles';
      	var messageBanner = $('<p class="message-banner">'+ messageTitle +'</p>').css({'text-align':'center','margin-top':'0','background-color':'red','margin':'0','z-index':'1','position':'relative','color':'#fff'});
      	$(messageBanner).insertBefore('#header_meta');
    });
    })(jQuery);
    </script>
      <?php
    }
    add_action( 'wp_footer', 'custom_message_banner_script', 99 );

    adjust the colors to suit. This is the result for transparent desktop headers:
    Screen Shot 2025 04 05 at 7.03.19 AM
    and scrolled desktop headers:
    Screen Shot 2025 04 05 at 7.05.19 AM
    and mobile headers:
    Screen Shot 2025 04 05 at 7.06.48 AM

    Best regards,
    Mike

    #1480806

    In reply to: Videos in Header

    Hey Heiko,

    You can set the video as a background in a Color Section element. There is no element to place an image like that, but we can help you out with custom CSS if you create a test page somewhere.

    Best regards,
    Rikard

    Hey Tia,
    Please check under “Theme Extensions ▸ OpenStreetMaps (OSM) And Leaflet”
    Screen Shot 2025 04 04 at 5.36.19 PM

    Best regards,
    Mike

    #1480753

    Hi,

    Have you tried adjusting the Styling > Background Colors of the Color Section on the Service page? You can use this css code to adjust the background of all Color Section elements on the page.

    .page-id-7009 .avia-section {
        background-color: white;
        background-image: unset;
        color: #000;
    }

    After adjusting the background, you will need to edit the elements inside the color section and manually adjust the color settings.

    Best regards,
    Ismael

    #1480730

    In reply to: Photo sizing issue

    Hey melanie308,

    When setting background images to cover the containing element, then some loss of image data is inevitable unfortunately.

    Best regards,
    Rikard

    #1480728

    In reply to: Bannersize

    Hey Stevenhensen89,

    Try setting the background to center center in background image position, and no repeat in background repeat

    Best regards,
    Rikard

    #1480725
    mattb1169
    Participant

    Hello!
    I’ve had some issues modifying the spacing between color elements and images with mobile view. Spacing is good on larger formats, but I’m not able to get it to render properly on mobile. Any suggestions on a fix?

    TIA

    #1480717
    melanie308
    Participant

    Also, what is the size for a full page image? the image that’s there now is 2000×816 px. the top is getting cut off and i’m using the full screen slider media element.

    #1480709

    Topic: Bannersize

    in forum Enfold
    Stevenhensen89
    Participant

    I’ve tried many things already, but I’m still not able to correctly place a banner on our website. I added a content block and set a background image for it. The size of my banner is 2000×400.

    Every time the banner is visible on a large screen, the image is zoomed in and I can only see a portion of the original image.

    Does anyone have any advice or could someone take a look?

    #1480705

    Hi Ismael,

    I just did this again but the whole gallery fades in not individual images after “set animation on your column element to fade in”. I have left it in place.
    The client wants images to fade in like this:
    https://aswarbyrectory.com/

    Thanks

    #1480685

    Hey imagestudios,

    Thank you for the inquiry.

    1.) Since the page has a transparent header, the main menu color must be adjusted in Enfold > Theme Options > Transparency Options > Transparency Menu Color. You can adjust the menu style for the default header in the Advanced Styling panel.

    2.) The issue is due to the br tag in the Prepended static text field. We recommended removing the br tag because this also creates line breaks on the rotating text. To fix the issue, we enabled the debug mode and manually adjusted the rotator shortcode in the debug field.

    View post on imgur.com

    Best regards,
    Ismael

    #1480678

    that’s not what i’m asking. I want to make the entire page background white. Right now, it’s white on purple background (knockout text). https://jcch.org/services/

    Also, what is the size for a full page image? AND something to span the width of the page? I’m looking specifically to tell my designer what size the image on this page should be so that the text is more legible?

    Here are the links to the images:

    #1480669

    Hi,
    It looks like the button background is already white with black text, perhaps you have already solved this?
    Screen Shot 2025 04 02 at 3.51.26 PM

    Best regards,
    Mike

    #1480643
    fanlokbun
    Participant

    Hi I want the image in the masonry gallery to fade in when they first load like this site:
    https://aswarbyrectory.com/
    I added the css in this thread but it isn’t working:

    Any ideas?
    Thanks

    #1480543

    In reply to: remove video controls

    Hi,
    Since your videos are very short, I would recommend converting to a GIF and remove the loop count and change the ending frame to one that shows instead of the “blank” white frame
    Screen Shot 2025 03 31 at 5.13.07 PM
    see the example below, you can adjust the settings to suit.

    Best regards,
    Mike

    #1480542

    In reply to: color’s text body

    Hey Sandra,
    Please link to your page so we can examine, a screenshot of the bold text may also help.
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.

    Best regards,
    Mike

    Hi,
    I originally tested the frontend and did it again just now, I don’t get a error message on your site or mine.
    Your contact form is over a image, I don’t see white background with white text, I did try to highlight the section.

    Best regards,
    Mike

    #1480534

    In reply to: remove video controls

    Thanks so much for your assistance that works but now it leaves it with a blank box rather than an fallback/preview image or the final moment of the video. The bottom two videos as an example.

    CJ

    #1480532

    https://webers-testseite.de/html5-video-fanlokbun-2/
    test my example page on your phone if it is working there.

    I’m not sure if there’s anything else I can tell you, other than what you can see on the page.
    On top ? Well it is the first color-section on that page. If you like to have it behind header – then you had to choose the enfold transparency option for the page.

    Color-Section with custom-class: html5-video ; inside that color-section a code-block element and column (custom-class: overlay) with your image (logo). The width of that column is ruled by css.

    If you do not need an overlay for your video – then put inside only the codeblock element.

    #1480528

    I’m not sure if there’s anything else I can tell you, other than what you can see on the page.
    On top ? Well it is the first color-section on that page. If you like to have it behind header – then you had to choose the enfold transparency option for the page.

    Color-Section with custom-class: html5-video ; inside that color-section a code-block element and column (custom-class: overlay) with your image (logo). The width of that column is ruled by css.

    #1480507

    Hi,

    Thank you for the update.

    The image size settings were not being applied because of the post_thumbnail_size filter in the functions.php file. We adjusted the condition a bit.

    if( !is_singular('post') && is_page(1307) ) {
    

    (removed screenshot)

    Best regards,
    Ismael

    #1480504

    Hi,

    I don’t understand why the size of the model image (enfold gym) is 1500 x 720 and the actual height of the page banner is 420…

    Please note that the section size depends on the content, not the background image. We recommend uploading images at least the same size as the demo image, with a 16:9 aspect ratio. However, if you’re trying to focus on a specific part of the image, this will require a lot more adjustments. You may need to use css to adjust the background position and, as recommended, disable the parallax and fixed effects. We also noticed that the part you’re trying to focus on is not vertically or horizontally aligned in the actual image, so you may need to adjust this as well.

    And regarding the image quality, the theme already sets this to highest quality possible (100 or 100%) but if you need to adjust it, you can add this filter in the functions.php file:

    add_filter("avf_jpeg_quality", "avf_set_quality_mod", 9999, 1);
    add_filter("avf_wp_editor_set_quality", "avf_set_quality_mod", 9999, 1);
    function avf_set_quality_mod($quality) { $quality = 100; return $quality;}
    

    Best regards,
    Ismael

    Hey mosaic,

    Thank you for the inquiry.

    Try to add this filter in the functions.php file to adjust the default magazine thumbnail size:

    function avf_magazine_defaults_mod( $defaults ) {
        $defaults['image_size']['small'] = 'portfolio';
    
        return $defaults;
    }
    add_filter( 'avf_magazine_defaults', 'avf_magazine_defaults_mod' );
    

    Best regards,
    Ismael

    #1480496

    Hi Ismael,

    Thanks a lot for helping out. Would you mind moving that Imgur link to private field please?

    I added your code and while it shows the breadcrumbs nicely on pages with a standard header, it doesn’t play well on pages with a transparent header on mobile (currently only the homepage on this dev site). This is the issue I have been trying to work out – some code that allows for a transparent header on mobile but that also doesn’t negatively affect pages that don’t have a transparent header.

    If you look at the staging site below, I have added your CSS in and as you’ll see on the homepage the transparent header is now no longer functioning correctly and has a black background (instead of sitting over the image if your CSS is removed).

    Could you please provide some further help?

    #1480491

    Hi,
    When I check your site, this category widget is created by a plugin, to move it’s position please ask the plugin developer for a PHP function to do so.
    Screen Shot 2025 03 30 at 2.37.06 PM

    Best regards,
    Mike

    #1480490

    1. #f2f0eb Dandelion-post-background2.png (in the Media tab).
    2. This is one of the category pages: /category/issue-1/. As with all the category pages, there is no category title at all. Only the posts within the category display. I need to add an H2 text category title at the top.
    3. I tried the Categories Images plugin but it didn’t work, as images didn’t display on the category page.
    4. Same colour and image as #1.

    #1480489

    In reply to: formular contact

    Hey jhaustein,

    Screen Shot 2025 03 30 at 1.52.38 PM

    Best regards,
    Mike

    #1480482

    or much easier to setup ( because you use for the image the enfold image-element )
    https://webers-testseite.de/html5-video-fanlokbun-2/

Viewing 30 results - 1,711 through 1,740 (of 106,480 total)