Viewing 30 results - 2,881 through 2,910 (of 242,493 total)
  • Author
    Search Results
  • #1472593

    Hi,

    Thanks for the update, 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

    #1472592

    Hi,

    Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1472585

    Hi,

    Thanks for the update, 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

    #1472584

    Hi,

    I’ve added the code for you. You can see the new options at the bottom of the page under Enfold->Theme Options.

    Best regards,
    Rikard

    #1472576

    what about that way (in addition) in the docu via: avf_dynamic_stylesheet_filename
    see: https://kriesi.at/documentation/enfold/personalize-theme/

    All of the Styling options you set in the theme’s Styling options are saved to a file in your uploads folder called enfold.css. If you have changed the theme name or something like that you may want to rename this file to better reflect your own branding. You can use the following function to do just that:

    
    function avia_change_filename($stylesheet){
       return 'custom_name';
    }
    add_filter('avf_dynamic_stylesheet_filename', 'avia_change_filename');
    efgkirchen
    Participant

    Hallo Kriesi-Team,

    wir haben ein Kontaktformular zur Anmeldung einer Freizeit (noch nicht live geschaltet). Hier gibt es ein Feld “Datumsauswahlfeld” in dem das Geburtsdatum eingetragen werden soll. Dieses Feld lässt sich in der mobilen Ansicht (iOS) nicht bearbeiten. Die Tastatur wird auf dem Smartphone nicht geöffnet. Kann man hier ggf. auch eine Kalenderansicht integrieren?

    Ist dieses Problem bekannt?

    Enfold-Version: 6.0.6
    Wordpress-Version 6.7.1

    Thank you Ismael for your answer.

    Do you have some information about the expected values of each of these meta fields ?

    As each entry will use the same CPT and “Custom Layout”, I guess that I can anticipate the values even if some “post ID” or other parameters are included.

    It seems to me that being able to quickly mass publish CPTs (using ALB) is a fine demonstration of the power of Enfold and its great “Custom Layout” functionality!

    Best regards,

    #1472559

    Hey bambinou1980,

    Thank you for the inquiry.

    You can change this in the Enfold > General Styling > Logo Area tab — adjust the value of the Alternate Background Color option.

    Best regards,
    Ismael

    #1472552

    Sorry enfold support I forgot to add the user name in the private content. Now included.

    #1472543

    but isn’t this default behaviour?

    see: https://kriesi.at/themes/enfold-2017/elements/post-slider/

    Hi,

    Great, I’m glad that Ismael could help you out. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1472539

    Hey Lars,

    Please try the suggestions listed here: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-. If that doesn’t help, then please post admin WordPress login details in private.

    Best regards,
    Rikard

    #1472529
    UweS
    Participant

    Dear Support,
    I would like to show or hide fields in your contact form based on the selection in a dropdown field on that form.
    Is that possible with Enfold itself, or do I need to license a form plugin like formidable forms?

    Is there a workaround like pressing a button to call contact form A, another button contact form B etc?

    Thanks in advance!

    Best regards
    Uwe

    #1472510

    PS : Lies mal bitte den Absatz oben bei : Enfold – Performance dort steht unter anderem :

    HTTP/2 is optimized for using minified files and compression of files is no longer recommended: read more. Therefore since 5.7 by default minified files are selected.

    daher empfehle ich auch eher die Minified Files zu nutzen.

    #1472509

    nun ich kann im DOM sehen, das die Klasse “sichtbar” da ist wenn das Element im Viewport ist – und weg ist wenn nicht:

    allerdings hast du das File Merging aktiv. Das behält manchmal ein einmal gesetztes css im “Zwischenspeicher”
    Das wie oben beschreiben kann man allerdings bei Enfold – Performance ( in Deutsch steht da eventuell Leistung) erneuern lassen.

    #1472507

    ich sehe doch das es funktioniert – die Klasse sichtbar wird dynamisch eingefügt/entfernt.
    nur das css ist noch nicht vorhanden.

    Eventuell musst du das Merging von Enfold neu laden. ( unter Perfomance ganz unten – switch setzen und “Delete Old CSS And JS Files?” ausführen)

    MdF
    Participant

    Good Day Kriesi,

    I previously used to develop basic websites in html format using MS FrontPage. Yes, you heard that correctly, MS FrontPage ?!?!?! But it gave me excellent service for 20 years.

    For the past few years, I have been converting most of these sites to WordPress, and have found that Enfold is an excellent environment in which to work.

    However, there is one instance of moving from html to WordPress that I am struggling with.

    I need to display a linked image in PWA format that fits to the full HEIGHT of the screen on a mobile device. Please see Link 1 below of how the current html code does this. The user then simply swipes left to see the whole image.

    https://mobi.henleyair.tv/html/iPhone-13-PRO-01.png

    The code that I am using is the following:

    <html>
    <head>
    <title></title>
    </head>
    <body topmargin=”0″ leftmargin=”0″ rightmargin=”0″ bottommargin=”0″>
    <div align=”left”>
    cam_west
    <script language=”Javascript” type=”text/javascript”>
    <!–
    var t = 60
    image1 = “https://henleyair.tv/cam/cam_west.jpg&#8221;
    function Start1() {
    tmp = new Date();
    tmp = “?”+tmp.getTime()
    document.images[“refresh1”].src = image1+tmp
    setTimeout(“Start1()”, t*1000)
    }
    Start1();
    // –>
    </script>
    </div>
    </body>
    </html>

    How this code works is that it refreshes the image automatically every 60 seconds without the whole page refreshing. This works exceptionally well in a webcam environment.

    However, I have tried many times to use this code in Enfold by using the Code Block option and simply pasting the html code into that block.

    The first prize is that the code works from a refreshing point of view and the image is refreshed every 60 seconds.

    However, where it does not work, is that the image is shown fitting full WIDTH across the mobile screen. It needs to show at full HEIGHT on a mobile device. Please see Link 2 below for an example of this:

    https://mobi.henleyair.tv/html/iPhone-13-PRO-02.png

    I did contact you a few years ago about this issue, but the coding never really got fully resolved as you suggested adding CSS code to Enfold > General Styling > Quick CSS.

    The support I am looking for is rather to have the html code added into the individual Code Blocks I will be using for each specific webcam image. I believe that if would be better suited there instead of CSS code being applied universally to the whole site under the Enfold options.

    So, in summary, I am using a mixture of WordPress and html pages in the current setup. This is not ideal as I would like to operate this type of coding in only WordPress.

    The site to reference is https://mobi.henleyair.tv and can be viewed in simulated mobile devive mode using F12 in Chrome.

    Looking forward to your assistance in this regard.

    MdF

    #1472485

    Thank you for your assistance. Disabling the Enfold > Performance > File Compression settings resolved the issue, and the product description now displays by default on the WooCommerce product page.

    I appreciate your prompt support!
    Best regards,
    Sid

    #1472479

    may i see your page too? As participant i can not see private content area – so if it is possible to post here …

    see here for example an enfold page with implementing Intersection Observer ( scroll to “Dienstleistungen” ) –
    big advantage is that each time the objects comes into viewport – animation starts again.

    by the way all h2 headings are animated that way.

    https://webers-web.info/

    where did you “inject” your script? – via child-theme functions.php ?

    #1472475

    Hi Ismael,
    To be honest, no. Why should I take the complicated route and install the animation option in Enfold first? Everything works so wonderfully. Only the Javascript is not addressed. What is the best way to implement this?
    I have solved this via CodeSnippet.
    Best Regard
    Mick

    • This reply was modified 7 months, 2 weeks ago by mickhb.
    #1472464

    Hi Rikard,

    Thank you for your response.

    I’m a developer working on upgrading the Enfold theme to version 6.0.7. The customer has provided me with their purchase code, but it seems they’re unable to download the theme themselves.

    Would you kindly send the theme to my email address? I’d greatly appreciate your assistance.

    Thank you in advance!

    • This reply was modified 7 months, 2 weeks ago by nicole891.
    #1472463

    Hi,

    I didn’t try, since it would be simpler if you do what I wrote earlier if you only need bits from different demos. If you really need a demo imported, then you could try to import it manually first of all: https://kriesi.at/documentation/enfold/import-demos/#how-to-manually-import-a-theme-demo

    Best regards,
    Rikard

    #1472452

    Hey timothym49,

    Thank you for the inquiry.

    You may need to disable the default Google Map implementation in the theme by adjusting the Enfold > Google Services > Enable Google Maps on your site settings. Please let us know once the site is live so that we can check the elements.

    Best regards,
    Ismael

    Hey sidsingh78,

    Thank you for the inquiry.

    We see this error in the console when we checked the product page:

    Uncaught TypeError: Cannot read properties of undefined (reading 'register')
        at avia-footer-scripts-400d684f4690d9b1d3fa5495d0cb8833---674784f8c4995.js:167:779
        at 
    

    The error is generated from the compressed scripts, so we can’t pinpoint where it’s coming from. Please temporarily disable the Enfold > Performance > File Compression settings and let us know if the issue persists.

    Best regards,
    Ismael

    Hey amandawellbeing,

    Thank you for the inquiry.

    You can use the Table element in the Advance Layout Builder in order to create pricing tables. Please check the documentation below for more info:

    // https://kriesi.at/documentation/enfold/table/
    // https://kriesi.at/themes/enfold-2017/elements/tables/

    Best regards,
    Ismael

    #1472443

    Hey Michael F,

    Thank you for the inquiry.

    Did you toggle the Enfold > Layout Builder > Custom Layout And Dynamic Content and the Lock Advanced Layout Builder settings? Please make sure that the builder is not locked.

    Best regards,
    Ismael

    #1472440

    Hey death456,

    Thanks for the login details. If you only need some content from each demo, then you can enable debug mode under Enfold->Layout Builder->Show Advanced Options in order to see the Layout Builder shortcodes. After that then you can copy these shortcodes into the window below the regular layout window:

    https://pastebin.com/nULCSR4e
    https://pastebin.com/1hGdTSMN

    Best regards,
    Rikard

    Hey Leigh,

    Thanks for the login details. Enfold is installed on your site, I’m guessing that you got it working?

    Best regards,
    Rikard

    sidsingh78
    Participant

    I am experiencing an issue with my WooCommerce product pages while using the Enfold – Responsive Multi-Purpose Theme (Version 6.0.6). Specifically, the product description is not displayed by default when visiting a product page.

    Details of My Setup:
    WordPress Version: 6.7.1
    WooCommerce Version: 9.4.2
    Theme: Enfold – Responsive Multi-Purpose Theme
    Product Page Example: HairLife Product Page

    Steps I’ve Tried:
    1. Added the PHP code snippet to the functions.php following this suggested solution from this thread Link

    2. Used JavaScript to ensure the description tab opens by default

    add_action('wp_footer', 'open_description_tab_default');
    function open_description_tab_default() {
        if (is_product()) {
            ?>
            <script>
                document.addEventListener('DOMContentLoaded', function () {
                    let tab = document.querySelector('.woocommerce-Tabs-panel--description');
                    if (tab) {
                        tab.style.display = 'block';
                    }
                });
            </script>
            <?php
        }
    }

    3. Verified that product descriptions exist in WooCommerce’s product editor.

    Could you please guide me on how to:
    Ensure the product description is displayed by default without requiring the tab to be clicked.
    I’ve already tested with minimal plugins to rule out conflicts, and this issue seems directly related to the theme. Any advice or customization tips would be greatly appreciated.
    Thank you in advance for your support!
    Best regards,
    Sid

    Hey James,

    Thank you for the inquiry.

    Please try to add this css code and let us know of the result.

    @media (max-width: 768px) {
        :target {
            scroll-margin-top: 200px;
        }
    }

    Make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache after adding the modification.

    Best regards,
    Ismael

Viewing 30 results - 2,881 through 2,910 (of 242,493 total)