Viewing 30 results - 10,051 through 10,080 (of 244,475 total)
  • Author
    Search Results
  • #1433992

    Hey carmen,
    Thanks for your question, if you use the Enfold builder, (ALB) Advanced Layout Builder, to build a page please don’t edit it with another builder, like the WP Classic Editor, Block Editor, etc. This can lead to issues, if you want to see the raw page shortcode please Enable the Avia Layout Builder Debugger and this will show a new area under the builder that shows the shortcode.

    Best regards,
    Mike

    #1433985
    carmentvaalba
    Participant

    Hello, I am usually using your enfold constructor to do pages. So when I am using it if I go to and click “Standard editor” the page is in blank .
    I would like to know if it is possible is if i click to “standard editor” be able to see the complete html of the page, not in blank.
    Thank you

    #1433977

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .av-lsh4cogd-a3efe67e0d537b1ce26e3bade8c60c08 .av-image-caption-overlay-center {
      vertical-align: bottom;
    }

    Best regards,
    Rikard

    #1433976

    Hey designmek,

    Please try the following in Quick CSS under Enfold->General Styling:

    .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
      top: -27px;
    }

    Best regards,
    Rikard

    #1433971

    Hi,

    Great, I’m glad to hear that you found a solution. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1433967
    aiko-logi
    Participant

    Hello Enfold-team,

    i am facing the following problem when trying to edit one certain page. Other pages can be edited fine, but one throws this:

    [11-Feb-2024 09:26:12 UTC] PHP Fatal error: Uncaught TypeError: Argument 1 passed to aviaElementTemplates::set_locked_attributes() must be of the type array, string given, called in /kunden/xxxx/webseiten/xxxx/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.php on line 1026 and defined in /kunden/432494_80799/webseiten/xxxx/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php:3794
    Stack trace:
    #0 /kunden/xxxx/webseiten/xxxx/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.php(1026): aviaElementTemplates->set_locked_attributes()
    #1 /kunden/xxxx/webseiten/xxxx/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow.php(1110): avia_sc_slider->get_element_styles()
    #2 /kunden/xxxx/webseiten/xxxx/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1181): avi in /kunden/xxxx/webseiten/xxxx/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php on line 3794

    I also see this:
    [11-Feb-2024 09:26:24 UTC] PHP Notice: Undefined index: id in /kunden/xxxx/webseiten/xxxx/wp-content/themes/enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-slideshow.php on line 1196

    It is the same with all plugins disabled, but it is worth noting that also there’s this in log:
    [11-Feb-2024 09:21:32 UTC] PHP Notice: Undefined index: gravityforms in /kunden/xxxx/webseiten/xxxx/wp-content/plugins/wp-security-audit-log/classes/WPSensors/Helpers/class-gravityforms-helper.php on line 57

    I am currently running PHP 7.4 on the site, with newest WordPress (6.4.3) and newest Enfold (5.6.10)

    Could you please advise, what can be done?

    • This topic was modified 2 years, 1 month ago by aiko-logi.
    • This topic was modified 2 years, 1 month ago by aiko-logi.
    • This topic was modified 2 years, 1 month ago by aiko-logi.
    • This topic was modified 2 years, 1 month ago by aiko-logi.
    • This topic was modified 2 years, 1 month ago by aiko-logi.
    #1433959

    Hey ausgesonnen,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 1190px) {
    #top .avia-icongrid.av-flex-cells.av-break-989 .av-icon-cell-item {
        flex: 1 1 100%;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Very well, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1433956

    Hey beverlystone,
    Thank you for the link to your site and the screenshot, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive .avia_responsive_table .avia-data-table tr:first-child th {
        display: block;
    }
    .responsive .avia_responsive_table .avia-data-table td:before {
    	display: none;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    I’m not sure if WPML works with the Elementor elements, I assume that it does.
    I don’t recommend using Elementor, Enfold has it’s own built-in builder and typically other builders can cause a conflict.
    Unless there is anything else we can assist with on this issue, shall we close this thread then?

    Best regards,
    Mike

    #1433953

    Hi,
    Thank you for the link to your site but the login gives this error:
    Unknown email address. Check again or try your username.
    Please check.

    When you say that the “comments are not being received” do you mean that you are not getting the email or they are not in the comment section of WordPress?
    Enfold doesn’t customize the WordPress comment function, so if you are not getting the email alerting that you have a new comment it could be that it is going to your email spam folder, or some webhosts use Apache SpamAssassin which will sometimes delete the spam before it goes to your spam folder.

    Your site should be using the email address for your domain and you should be using a SMTP plugin to send emails, like WP Mail SMTP, because the built-in WordPress PHP mail can trigger a spam rating. You should also not use a free email box like Gmail.
    Try setting this up and see if it helps, otherwise correct the login and install the plugin WP Mail Logging to help.

    Best regards,
    Mike

    #1433951

    Hi,
    Thanks Guenni007, the Layout Builder Templates are only text in the database and probably not the cause for the directory site.
    Try going to your cPanel for your webhost and click on the Disk Usage
    Enfold_Support_4675.jpeg
    then scroll to the bottom were the directory tree is and expand it to show the directories and see which ones have the largest sizes:
    Enfold_Support_4673.jpeg
    then you and determine if there is anything that you can remove to free up space.
    Also look at your trash directory it could be holding a lot of old stuff:
    Enfold_Support_4677.jpeg

    Best regards,
    Mike

    #1433946

    Hey schwabino,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .avia-video {
      width: 31%;
      position: relative;
      overflow: hidden;
    }
    .avia-video video {
      object-fit: cover;
    }

    this will affect all of the videos on your site, so if you only want it on a few add a custom class to the videos and then adjust the css to match.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1433945
    WorldinColor
    Participant

    I have a page with content that I want to split into 2 collapsible sections (heading then content below) in a style similar to how I’ve used an accordion elsewhere on my website (see private content) below. Content inside the accordion seems limited to paragraph text or an image. I want content within my 2 collapsed sections to have a grid row and icon list, respectively.

    I’d appreciate any suggestions for how to create 2 collapsible sections that work as I need or any other suggestions to display my content {[Heading 1 + body text + icon grid row] + [Heading 2 + body text 2 + icon list]} on one page without clutter. I initially tried the accordion style – but can’t use it as I couldn;t show all the content I need. To reduce clutter I want to show only one of these sections at a time. Thanks!

    Hi,
    Try also adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-472 .avia-data-table.avia_pricing_minimal tr {
        padding-bottom: 20px;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Your welcome, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1433939
    bemodesign
    Participant

    The header on all Blogs gets cut off. Can I get a code to adjust all of these? Thanks

    Understood, thanks for the explanation. I’m getting an “Incompatible Archive” error when I upload the Enfold child theme zip file using WordPress theme installer.

    From research (see below links) it seems this is a common issue for mac users. I am using a windows machine and did not modify the zip file – I do not want to do custom code just to get this install to work. Please suggest a workaround.

    https://wordpress.org/support/topic/zip-files-created-in-macos-stopped-working-in-wordpress-6-4-3/

    Hi,
    Ok, please remove the last snippet and try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead:

    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-472 .avia_responsive_table .avia-data-table tr:first-child th {
    	display: block;
    }
    .responsive #top.page-id-472 div .avia_responsive_table .avia-data-table td, .responsive #top.page-id-472 div .avia_responsive_table .avia-data-table th {
    	padding: 0;
    }
    }

    This is the expected results:
    Enfold_Support_4669.jpeg

    Best regards,
    Mike

    #1433921

    Hi,
    Strange indeed, I didn’t find any errors, but glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1433920
    werbeagenturlauf
    Participant

    Hi @ Kriesi
    Ich habe eine Frage zu den Updates von Enfold. Auf der Webseite wird dies angezeigt:

    Theme Updates
    No Updates available. You are running the latest version! (4.4)

    Dabei ist die neueste Version von enfold doch mindestens 5.6.xxx Wenn ich für die Webseite die jüngste Version hochladen möchte bekomme ich die Anzeige

    …der Link ist abgelaufen …

    Was kann/muss ich tun?

    Liebe Grüße
    Michael F

    #1433919

    Hey Munford,
    Thanks for the link to your page and the screenshots, please try doing it this way, in your video element add your self-hosted video link without ?iframe=true and a fallback image:
    Enfold_Support_4659.jpeg
    Then in the advanced tab, choose to show the video in a lightbox:
    Enfold_Support_4661.jpeg
    Then the video should open in a lightbox and play without a second click, this works for me on Android and I assume it will also work on IOS, but I don’t have an iPhone to test on. Please see my test page linked below in the Private Content area.
    As for the little image showing when the lightbox shows, I don’t see this on your or my site, but I do see the media player loading on click while the lightbox is loading and before the video is loaded, this happens very quickly, and so when I tried to get a screenshot of it the small image did show:
    Enfold_Support_4666.jpeg
    but with my eye I only saw a small black box, so since this is the loading of the WordPress media player, Enfold uses the WordPress media player, I don’t think we can change this.
    I hope this helps.

    Best regards,
    Mike

    #1433915
    bradmon
    Participant

    HI I have the enfold child theme activated, For some reason, the video element is not working for the YouTube videos link, it shows a black screen on the page for the video section can you please check, I have updated the theme to the latest version still shows a black screen
    it is working for mp4 links but not for YouTube. plz check what is the issue
    page link where the video not working

    #1433914

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field for this one page:

    .page-id-214219 #header_main .container, 
    .page-id-214219 .main_menu ul:first-child>li a,
    .page-id-214219 .main_menu ul:first-child>li {
        height: 40px;
        line-height: 40px;
    }
    .page-id-214219 li.dropdown_ul_available:not(#menu-item-5472)::after {
        content: "▼";
        color: #210e23;
        position: absolute;
        top: -4px;
        left: -3px;
        font-weight: bold;
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1433908

    In reply to: Sticky menu on mobile

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 500px) { 
    .responsive #top #wrap_all #main {
            padding-top: 81px !important;
        }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    Hi,
    The two question affect each other, so lets start with the second question.
    Currently on mobile your table is like this:
    Enfold_Support_4655.jpeg
    To make it easier to read, how about this:
    Enfold_Support_4657.jpeg
    To achieve this try adding this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top.page-id-472 .avia_responsive_table .avia-data-table tr:first-child th {
    	display: inline;
    }
    .responsive #top.page-id-472 div .avia_responsive_table .avia-data-table td, .responsive #top.page-id-472 div .avia_responsive_table .avia-data-table th {
    	display: inline;
    }
    .responsive #top.page-id-472 .avia-data-table.avia_pricing_minimal tr {
        padding-bottom: 20px;
    }
    }

    Ensure to keep the other css above. This also solves the first question.
    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1433879

    Hi,

    Please try adding the Google translate code in a widget in the header instead: https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area

    Best regards,
    Rikard

    pmontani
    Participant

    I have embedded an external page using the ‘div’ tag. On this page, there is a lightbox that can be opened. However, when opening this lightbox, the text from WordPress is displayed over the image. Unfortunately, I am not a programmer and would appreciate any help.

    Embedding code::
    <div data-embedded-src=”https://www.autoscout24.ch/de/hci/list?design=85&filter=676&#8243; class=”embedded-content-area”></div><script src=”https://www.autoscout24.ch/MVC/Content/as24-hci-desktop/js/e.min.js”></script&gt;
    <script>
    (function(loader){
    loader
    .onMessage(“open-gallery”, function openGallery(){
    // code on opening the gallery
    document.getElementById(“header”).style.display=”none”
    document.getElementById(“footer”).style.display=”none”
    document.getElementById(“socket”).style.display=”none”
    })
    .onMessage(“close-gallery”, function closeGallery(){
    // code on closing the gallery
    document.getElementById(“header”).style.display=””
    document.getElementById(“footer”).style.display=””
    document.getElementById(“socket”).style.display=””
    });
    }(window._embeddedContentLoader));
    </script>

    • This topic was modified 2 years, 1 month ago by pmontani.
    #1433876

    Topic: Enfold contact form

    in forum Enfold
    carmentvaalba
    Participant

    Hello, I have been using your theme many times since long time ago, but I have never been able to have a good functioning with contact form of enfold.

    I love design, but it never works well, i mean I can receive it because I am the administrator, but some other emails don’t receive it.
    Can you help me with this? Do you know the reason?

Viewing 30 results - 10,051 through 10,080 (of 244,475 total)