Viewing 30 results - 1,621 through 1,650 (of 106,480 total)
  • Author
    Search Results
  • #1481590

    Topic: Scroll header

    in forum Enfold
    sitadi
    Participant

    Hi,

    Is it possible to place the logo on the left, next to the menu and the search bar to the right of the logo when scrolling the page, so that all elements are aligned?
    Attached is the current header and what I want to get.

    Capture d’écran 2025 04 18 à 12.42.54
    Capture d’écran 2025 04 18 à 12.43.56

    Thank you for your help,

    #1481589

    Topic: Duplicate social icon

    in forum Enfold
    sitadi
    Participant

    Hi,

    The mobile version of my site displays a duplicate of the social media icon bar under the search bar and I can’t remove it. This anomaly only occurs on <479px screens.

    Capture d’écran 2025 04 18 à 12.31.38

    Can you help me correct this double display?

    Thank you in advance,

    Hey Enfoldfanatic,

    Thank you for the inquiry.

    We found script errors in the console which might be related to the issue. The error is generated from these scripts:

    <script>
        jQuery(window).load(function() {
            jQuery('#wrap_all img.avia_image').removeAttr('title');
        });
    </script>
    <script>
        jQuery(window).load(function() {
            jQuery('a').removeAttr('title');
            jQuery('img').removeAttr('title');
        });
    </script>
    

    What happens when you remove the scripts or replace them with the following code?

    <script>
      jQuery(window).on('load', function() {
        jQuery('#wrap_all img.avia_image, a, img').removeAttr('title');
      });
    </script>
    

    Best regards,
    Ismael

    #1481562

    In reply to: Formatierung

    Hey hm.stedler,

    Thank you for the inquiry.

    Have you tried using the 1/2 Column element from the Advanced Layout Builder? You can add two 1/2 Columns side by side, place the text in the first column, and the image in the second. Let us know the result.

    View post on imgur.com

    Best regards,
    Ismael

    Enfoldfanatic
    Participant

    Hi guys,

    For some strange reason I’m having an issue on my website where the buttons which are centrally aligned are now suddenly showing up on the left side. Despite having updated both WordPress and the theme to the latest version this keeps occurring. Als the “partner element” slider on the lower part of the homepage is “broken”. The images are not visible and the navigation element are also crushed into the left corer. These elements don’t have special classes or something so I’m not sure if any CSS is breaking this.

    Please find the URL in the private area.

    Thanks and regards,
    S

    #1481549

    Hi,
    When I try to login I see this error:
    Screen Shot 2025 04 17 at 4.31.57 PM

    Best regards,
    Mike

    #1481516

    hast du darauf geachtet welche Größe des vorhandenen Bildes du einsetzt?

    #1481511
    AndreasWinkler
    Participant

    Hi,
    I uploaded Enfold Health demo theme today and wanted to change the 1st image on the right side in the About-page here: https://www.natuerlich-mit-andrea.de/about/

    I wonder why the images on this page were uploaded as “HIntergrundbild” (background picture) in the demo. I used everything as default and only changed the impage. But now the image is in very bad quality. Even when I change back to the old image from the demo, it is still now in bad quality.

    It has nothing to do with plugins, I uploaded Enfold and demo today and did not change anything beside of my WordPress settings.

    Thanks for helping.

    #1481503

    Hello Rikard,

    I fixed the issue but now I found that mega menu sub menu items doesn’t work on mobile devices, when I click on menu items it opens the mega menu images instead

    #1481475

    on the “full page menu overlay”, after they click on the burger menu, how can I change the opacity of this and show more of the background image?

    • This reply was modified 1 year ago by bemodesign.
    • This reply was modified 1 year ago by bemodesign.
    • This reply was modified 1 year ago by bemodesign.
    #1481464

    Topic: Model parallax

    in forum Enfold
    SandraMarino
    Participant

    Hello

    I’d like my logo (design and name) to have the same animation as in the parallax demo, but for it to be at the bottom left of the image (here it’s at the top and centered).
    Another problem is the shadow, which is placed behind the PNG image instead of behind the logo and text. How can I resolve these two issues?

    Thank you for your help.

    #1481455

    Topic: Formatierung

    in forum Enfold
    hm.stedler
    Participant

    Hallo,
    ich möchte 2 Spalten ja 50% einrichten – soweit ok
    Nun möchte ich in den Spalten jeweils ein Bild und ein Text haben, wobei der Text nicht unter dem Bild fließen darf!
    Wie gehe ich da am besten vor?

    Unter Inhalt “Symbol-Box” ist das so genau abgebildet wie ich es benötige, dort kann man allerdings keine eigenen Bilder integrieren.

    Translation with google (SORRY)

    Hello
    I would like to set up 2 columns yes 50% – so far ok
    Now I would like to have one image and one text in each of the columns, whereby the text must not flow under the image!
    What is the best way to go about it?

    Under Content “Symbol Box” this is shown as exactly as I need it, but you can’t integrate your own pictures there.

    #1481446

    Hi,

    I can’t see an image of a bike on the page you linked to, please try to explain the problem that you are having a bit further.

    Best regards,
    Rikard

    #1481437

    Hi Guenni007,

    It’s not about shrinking header the problem now, it is about the CSS codes for mobile and tablets which is not applied on my site, I don’t understand what happen ?

    I added several CSS codes for mobile and tablets but they are not taken into account:

    /* 📱 MOBILE (jusqu'à 768px) */
    
    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #header_main_alternate {
        display: block;
      }
    
      .responsive #top #header .main_menu {
        width: auto !important;
      }
    
      #header_meta .phone-info-custom::before {
        background-color: #ffffff !important;
      }
        .responsive #top #wrap_all .main_menu {
            left: 0px !important;
        }
        .responsive #top .logo {
            width: 50% !important;
        }
    
    .responsive #top #wrap_all .container {
        float: right !important;
    }
    
    #header_meta .phone-info-custom {
        font-size: 15px;
        font-weight: 800;
        color: #000000;
        padding-top: 70px;
    }
    #header_meta .container {
         max-width: 50% ;
        margin-left: 0px;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    /*PHONE INFO*/
    #header_meta .phone-info-custom::before {
      display: none !important;
    }
    .phone-info {
        padding-top: 5px !important;
    }
    
    /*LOGO*/
    .responsive .logo img {
        float: right !important;
    }
    
        .responsive #top .logo {
            position: static;
            display: table;
            height: 80px!important;
            float: none;
            padding: 0;
            border: none;
            width: 95%;
    }
    .main_menu {
        margin-left: 0px !important;
    }
    a {
        padding-left: 0px !important;
    }
    @media only screen and (max-width:767px) {
        .responsive #top #header_main > .container .main_menu .av-main-nav > li > a {
            padding-left: 0;
        }
    }}
    
    /* 💻 TABLETTE (entre 769px et 1024px) */
    @media only screen and (min-width:768px) and (max-width:989px) {
        .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
            left: 0 !important;
        }
    }

    Capture d’écran 2025 04 16 à 12.27.29
    Capture d’écran 2025 04 16 à 12.27.39

    #1481429

    Can you check the same page please, I am trying to make bike image full width bit seems like nothing is working

    #1481422
    Jakob Schmitt
    Guest

    These dreprecated notices are spamming my logs. Please fix them. I am usings the latest Enfold Theme version 7.1 with PHP version 8.4.5:

    Deprecated: aviaFrameworkwidgetsavia_instagram_widget::update_cache(): Implicitly marking parameter $cache as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/framework/php/widgets/widget-classes/class-avia-instagram.php on line 204

    Deprecated: aviaBuilderbaseaviaElementStylingBase::__construct(): Implicitly marking parameter $shortcode as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-element-styling-base.php on line 144

    Deprecated: aviaBuilderbaseaviaElementStylingRules::__construct(): Implicitly marking parameter $shortcode as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-element-styling-rules.php on line 35

    Deprecated: aviaBuilderbaseaviaElementStylingResponsive::__construct(): Implicitly marking parameter $shortcode as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-element-styling-responsive.php on line 42

    Deprecated: aviaBuilderbaseaviaElementStylingResponsive::add_responsive_font_sizes(): Implicitly marking parameter $sc_context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-element-styling-responsive.php on line 167

    Deprecated: aviaBuilderbaseaviaElementStylingResponsive::add_responsive_styles(): Implicitly marking parameter $sc_context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-element-styling-responsive.php on line 322

    Deprecated: aviaBuilderbaseaviaSubItemQueryBase::__construct(): Implicitly marking parameter $sc_context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/base-classes/class-sub-item-query-base.php on line 81

    Deprecated: aviaShortcodeTemplate::get_popup_element_by_id(): Implicitly marking parameter $source as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php on line 465

    Deprecated: aviaElementStyling::__construct(): Implicitly marking parameter $shortcode as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-styling.php on line 21

    Deprecated: avia_masonry::__construct(): Implicitly marking parameter $sc_context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-masonry.php on line 48

    Deprecated: avia_product_slider::__construct(): Implicitly marking parameter $sc_context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-product-slider.php on line 48

    Deprecated: avia_slideshow::__construct(): Implicitly marking parameter $sc_context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-slideshow.php on line 62

    Deprecated: avia_content_slider::__construct(): Implicitly marking parameter $sc_context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider/contentslider.php on line 847

    Deprecated: avia_partner_logo::__construct(): Implicitly marking parameter $sc_context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php on line 951

    Deprecated: avia_magazine::__construct(): Implicitly marking parameter $sc_context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/magazine/magazine.php on line 695

    Deprecated: avia_accordion_slider::__construct(): Implicitly marking parameter $sc_context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.php on line 1088

    Deprecated: avia_feature_image_slider::__construct(): Implicitly marking parameter $sc_context as nullable is deprecated, the explicit nullable type must be used instead in /var/www/httpdocs/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_feature_image/slideshow_feature_image.php on line 861

    Hey kalla77,

    Thank you for the inquiry.

    It’s possible that the product images have different aspect ratios. To maintain a consistent grid, make sure to upload images with the same size and aspect ratio.

    Best regards,
    Ismael

    #1481407

    Please check my website and let me know what might be the reason for the background images not displaying

    #1481406
    manchust
    Participant

    Hi,

    I have a problem displaying background images in color sections

    Hey Ismael

    Thanks got that one ;)

    I’m designing the post using the Advanced builder, when using the Advanced builder I’m only able to show
    – The image
    – Title
    – Read more
    – The date.

    I’d like to show
    – The image
    – Title and Excerpt + Read more

    I don’t want to show the date and the category

    Please have a look at the linked image

    Thanks ;)

    kalla77
    Participant

    Liebes Enfold Team,

    in unserem WooCommerce-Shop werden manche Produktbilder im Grid bzw. in der Produktübersicht quadratisch (also zugeschnitten) dargestellt, während andere Bilder ihr ursprüngliches Seitenverhältnis behalten:
    https://woo.gwup.org/shop/?avia_extended_shop_select=yes&product_order=date&product_count=48
    Bitte runterscrollen!

    Unter Customizer > WooCommerce > Produktbilder haben wir bereits die Einstellung “Nicht zuschneiden: 600 x 300” gewählt, damit Bilder im Originalseitenverhältnis angezeigt werden. Zusätzlich wurde auch “Regenerate Thumbnails” vollständig ausgeführt.

    Trotzdem bleiben die Darstellungen uneinheitlich – einige Bilder erscheinen weiterhin quadratisch.

    Woran könnte das liegen? Gibt es eventuell zusätzliche Enfold-spezifische Einstellungen oder Zwischenspeicherungen, die beachtet werden müssen?

    Ich wäre sehr dankbar für Ihre Unterstützung bei der Klärung dieses Problems.

    Mit freundlichen Grüßen
    Andrè

    English:

    Dear Enfold Team,

    In our WooCommerce shop, some product images in the grid (or product overview) are displayed as squares (i.e., cropped), while others keep their original aspect ratio.
    https://woo.gwup.org/shop/?avia_extended_shop_select=yes&product_order=date&product_count=48
    Scroll down, pllease!

    Under Customizer > WooCommerce > Product Images, we have already selected the option “Uncropped: 600 x 300” to display images in their original proportions. Additionally, we have run “Regenerate Thumbnails” completely.

    However, the display remains inconsistent – some images still appear square.

    Could you please advise what might be causing this issue? Are there any additional Enfold-specific settings or caches that we should take into account?

    I would be very grateful for your assistance in resolving this matter.

    Best regards
    Andrè

    • This topic was modified 1 year ago by kalla77.
    • This topic was modified 1 year ago by kalla77.
    #1481377

    Of course Guenni, sorry.
    In the meantime I encountered a second problem :-)
    1. In the HEADER I want the LOGO to be full width and the MENU to be deactivated/removed.
    2. Below the Header, I have a 5-“coloumn”-grid filled with Team-Elements (image and text below). I need 8 members in one row and didn’t find a solution :-(

    Please help – kind regards
    Jochen Balzer

    #1481366

    Topic: Add social icon

    in forum Enfold
    sitadi
    Participant

    Hi,

    I’m trying to add a Flatchr icon next to the social media icons and I can’t, can you help me? I followed the advice you gave for another request but my icon does not appear.

    Capture d’écran 2025 04 15 à 10.18.53
    Capture d’écran 2025 04 15 à 10.19.25
    Capture d’écran 2025 04 15 à 10.29.10
    Capture d’écran 2025 04 15 à 10.20.12
    Thank you,

    • This topic was modified 1 year ago by sitadi. Reason: screenshot
    • This topic was modified 1 year ago by sitadi. Reason: screenshot

    Hey kalla77,

    Thank you for the inquiry.

    Add an image and an audio element, apply the ID “playImage” to the image element and “audioClip” to the embedded audio element, then add this script to trigger playback when the image is clicked.

    add_action( 'wp_footer', 'av_image_audio_script' );
    function av_image_audio_script() {
        ?>
        <script>
          document.addEventListener("DOMContentLoaded", function () {
            const image = document.getElementById("playImage");
            const audio = document.getElementById("audioClip");
    
            if (image && audio) {
              image.addEventListener("click", function () {
                audio.play();
              });
            }
          });
        </script>
        <?php
    }
    

    If you can create a test page, we’ll try to check it further.

    Best regards,
    Ismael

    #1481340

    Hi,
    I did some more research as I had recalled the Categories Images plugin used to work, and I found that you also have to add a code snippet, so I added it to your archive.php file and uploaded a test image and it now works:
    Screen Shot 2025 04 14 at 5.03.03 PM
    this is also full width of your content:
    Screen Shot 2025 04 14 at 5.05.00 PM
    The category title image sits below the category title and above the post content.
    Please check the link below.

    Best regards,
    Mike

    #1481337

    Simpler please. The image just needs to fit the full width of the post content. The category title image sits below the category title and above the post content.

    #1481333

    Hi,
    This is a tribe entry, see the full error line:
    Screen Shot 2025 04 14 at 3.20.34 PM
    I would not recommend disabling any autoload options, see this thread from the Dev Team: https://kriesi.at/support/topic/thousands-of-rows-in-wp_options-with-autoload-yes/#post-966662

    Best regards,
    Mike

    kalla77
    Participant

    Liebes Enfold Team,

    ich möchte gerne eine Grafik so einbinden, dass beim Klicken auf diese automatisch eine lokal gehostete Audiodatei abgespielt wird. Die Grafik soll also als Auslöser für die Audiowiedergabe dienen.

    Könnten Sie mir bitte mitteilen, wie sich das mit Enfold umsetzen lässt?

    Für Ihre Unterstützung und eine kurze Anleitung hierzu wäre ich Ihnen sehr dankbar.

    Mit freundlichen Grüßen
    Andrè

    Dear Enfold Team,

    I would like to integrate an image in such a way that clicking on it automatically starts the playback of a locally hosted audio file. The image should serve as the trigger for the audio playback.

    Could you please let me know how this can be implemented using Enfold?

    I would greatly appreciate your assistance and a short guide on how to achieve this.

    Kind regards,
    Andrè

    • This topic was modified 1 year ago by kalla77.
    #1481291

    Hi Mike,

    thank you very much.
    I would like to see the whole tab-box including its content disappear.
    https://img.savvyify.com/image/Screenshot-2025-04-14-090653.9qYDn

    Thank you so much!

    Hey keeslamper,

    Thank you for the inquiry.

    How do you retrieve the $woning->fotos? It’s not shown in the provided code. The site is also in maintenance mode, so we’re not able to check the galleries. Please provide the login info in the private field and further elaborate on how the gallery images are being retrieved.

    For this kind of modification, we also recommend hiring a freelance developer or try to contact our partner, Codeable.

    https://kriesi.at/contact/customization

    Best regards,
    Ismael

Viewing 30 results - 1,621 through 1,650 (of 106,480 total)