Viewing 30 results - 25,201 through 25,230 (of 244,556 total)
  • Author
    Search Results
  • #1355466
    mediaformers
    Participant

    Hi
    With Enfold 5.0 animations are now also visible on mobile. Unfortunately the animations (e.g. from bottom to top in columns) do not behave as desired resp. as on desktop. If a column contains e.g. text, it is already visible while scrolling and only then the animation starts. This looks like it is done twice and is very annoying. Not like on desktop – there the text appears only with the animation.

    We have this behavior on all Enfold installations with version 5.0. Sure, we can disable animations on Mobile again, but we love it :-)

    Thanks for your review.

    Regards, Mike

    #1355453

    In reply to: Add lightbox manually

    i am not sure if the magnificPopup script supports webp. Unfortunately the developer is not well reachable at the moment; Dmitry Semenov is a Ukrainian developer. The documentation does not say if and if yes how to set it.
    Edit: it does support webp – see webp and jpg : https://enfold.webers-webdesign.de/tooltips/
    But: Enfold supports webp and most modern browser as well : Can I Use
    For all those IE 11 ( and earlier ) users ?

    #1355450

    In reply to: shop im Theme

    Hi Ferienhaus Harmening,

    We don’t have any native German speaking moderators on the team unfortunately, even though we are an Austrian company.

    I’m not sure that I understand your question, are you asking if you need to pay for using WooCommerce? If so, the answer to that is no. You will only have to pay for a theme license, if you are looking to use Enfold.

    Second question; there’s nothing like that in the theme by default unfortunately, maybe you could try looking for a plugin which would implement such functionality on your site?

    Best regards,
    Rikard

    #1355447
    BFred
    Participant

    Hi!
    I have just inherited from a broken Enfold website to fix all the little problems and so far it’s been a breathe. Unfortunately the masonry gallery popups do not work. I’ve also created a new page with only a gallery to make sure and the same happens (or doesn’t.. depending on your viewpoint ;-) ). On a newly installed site I have no problem.
    It seems the javascript is not loading in the page thus clicking on an image just do that and opens it, replacing the page it was on.
    Any idea how I could troubleshoot/fix that issue please?

    Thank you.

    #1355442

    Topic: Add lightbox manually

    in forum Enfold
    Chris_85
    Participant

    Hi, i have a hard thml code and want to use the standard enfold lightbox. Therefor i added the following classes. But the lightbox does not appear. Can you help pleade?

    <div class="tab-img-wrap">
        <div class="avia-image-container avia-align-center "><div class="avia-image-container-inner"><a class="lightbox avia_image" href="https://test.de/wp/wp-content/uploads/2022/06/1cbm_flaechen-03.jpg" target="_blank">
        <picture class="avia-image">
    <source type="image/webp" srcset="https://test.de/wp/wp-content/uploads/2022/06/1cbm_flaechen-03.jpg.webp">
    <img class="avia-image" src="https://test.de/wp/wp-content/uploads/2022/06/1cbm_flaechen-03.jpg">
    </picture></a></div>
    </div></div>

    look forward to hear from you

    Thanks

    • This topic was modified 3 years, 10 months ago by Chris_85.
    • This topic was modified 3 years, 10 months ago by Chris_85.
    • This topic was modified 3 years, 10 months ago by Chris_85.
    • This topic was modified 3 years, 10 months ago by Chris_85.
    #1355427

    In reply to: Setting breakpoints

    Hey J,

    Thank you for the inquiry.

    We can adjust the breakpoint of the Element Visibility > Hide on medium sized screens (between 768px and 989px – eg: Tablet Landscape) option so that it will effectively hide the target element when the screen width is less than 1366px, which should cover larger tablet devices such as an iPad Pro.

    Please add this code in the Quick CSS field and make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterwards.

    @media only screen and (min-width: 768px) and (max-width: 1366px) {
        .responsive.av-no-preview #top #wrap_all .av-medium-hide, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden, .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden {
            display: none;
        }
    }
    

    Best regards,
    Ismael

    #1355426

    As said above – i had to see the concerning DOM to give exact advice.
    i actually found the takeover of the tags quite nice. So you have even more design options.
    i don’t know why my code is not working on your test page, because the structure has not been changed to Enfold5.
    The difference is – that i use the magnificPopup api to give the popup title a different source.

    Maybe it is because i set the titleSrc to false and have my own markup ( to avoid lightbox counter )

    function popup_tooltips_with_links() { 
    ?>
    <script type="text/javascript">
    (function($){
    $(window).on('load', function(){
        $('.av-image-hotspot_inner').magnificPopup({ 
          type: 'image',
          mainClass: 'avia-popup',
          closeOnContentClick:  false,
          midClick: true,
          gallery: {
          enabled: true
          },
          image: {
            titleSrc: false,
            markup: '<div class="mfp-figure">'+
                        '<div class="mfp-close"></div>'+
                        '<div class="mfp-img"></div>'+
                        '<div class="mfp-bottom-bar">'+
                          '<div class="mfp-title"></div>'+
                        '</div>'+
                      '</div>',
          },
          callbacks: {
            markupParse: function (template, values, item) {
              values.title = item.el.closest('.av-image-hotspot').attr('data-avia-tooltip');
            },
          },
      }); 
    
      $(document).on('click', '.popup-modal-dismiss', function (e) { 
        $.magnificPopup.close();
      });
    });
    })(jQuery);
    </script>
    <?php }
    add_action('wp_footer', 'popup_tooltips_with_links');
    #1355422

    Hi Team,
    I seem to have this issue again of the slider headers changing font and colour since the last update.
    Do I need to go ahead and do this again?

    Hey Darren,

    Please try to replace the content of /enfold/config-templatebuilder/avia-shortcode-helpers/class-avia-slideshow.php with this: https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_9/alb/class-avia-slideshow.php. If you need help with that, then please include admin WordPress and FTP login details in private.

    Best regards,
    Rikard

    #1355421

    Hi,

    Thank you for the info.

    Do you see the selected image when the Enfold > Performance > Responsive Images option is disabled? This will disable the srcset attribute. Please make sure to turn off the compression and cache plugins while doing the tests.

    Best regards,
    Ismael

    #1355416

    Hey InSilentio,

    Thank you for the inquiry.

    – choose “show description”!

    Are you referring to the caption field? Please note that the caption and description fields are different from each other. If you need to show the image description when the caption field is empty, try to edit the enfold/config-templatebuilder/avia-shortcodes/image/image.php file and replace everything with the following code.

    // https://pastebin.com/aqyAChC9

    Best regards,
    Ismael

    #1355414

    In reply to: Odd Mega Menu Hover

    Hi Tim,

    Can you try to add this CSS code ad the bottom of Quick CSS (located in Enfold > General Styling > Quick CSS):

    #top #wrap_all .av-main-nav ul>li:hover>a {
        background-color: transparent;
        color: #46485f;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1355413

    Hi,
    Thanks for sharing Guenni007, I see this working on your site, but on my site, it was opening the overlay but not the image, but I didn’t get any error messages.
    But thanks to you I was able to use some of your code to adjust mine and get it working to use the hotspot tooltip as the lightbox title.

    function popup_tooltips_with_links() { 
    ?>
    <script type="text/javascript">
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
       $('#top.page-id-1386 .av-image-hotspot_inner').each(function () {
       	var toolTip = $(this).closest('.av-image-hotspot').attr('data-avia-tooltip');
            var cleanTitle =  $(toolTip).text();
       $(this).attr('title', cleanTitle );
    $(this).magnificPopup({
        type: 'image',
        image: {
            titleSrc: 'title' 
        }
    });
    });
    })(jQuery);
    });
    </script>
    <?php }
    add_action('wp_footer', 'popup_tooltips_with_links');

    In the above code you’ll see that I added window.addEventListener('DOMContentLoaded', function() { }); this is because on my test site I’m loading the scripts in the header before jQuery, I included it here should someone in the future be loading jQuery in the footer.
    I also added a page ID so it will only work on my test page.
    I also wanted to remove the tags from the titles so I added another variable var cleanTitle = $(toolTip).text();

    Best regards,
    Mike

    #1355407

    i had to see the page it belongs. When seeing numbers on recurring elements i tend to use an index in each function.
    But it is hard to give advice without the concrete page – so maybe Ueli send me an email if he does not like to make the link public.

    Is it similiar to that demo page: https://kriesi.at/themes/enfold-restaurant/reservations/ but with links on the tooltips ?

    try something like this:

    function popup_tooltips_with_links() { 
    ?>
    <script type="text/javascript">
    (function($){
    $(window).on('load', function(){
        $('.av-image-hotspot_inner').magnificPopup({ 
        type:               'image',
        mainClass:          'avia-popup',
        closeOnContentClick:  false,
        midClick:         true,
        gallery: {
          enabled:      true
        },
        callbacks: {
          markupParse: function (template, values, item) {
            values.title = item.el.closest('.av-image-hotspot').attr('data-avia-tooltip');
          },
        },
      }); 
    
      $(document).on('click', '.popup-modal-dismiss', function (e) { 
        $.magnificPopup.close();
      });
    });
    })(jQuery);
    </script>
    <?php }
    add_action('wp_footer', 'popup_tooltips_with_links');

    See: https://enfold.webers-webdesign.de/tooltips/
    ( i did not want on that lightbox a counter – so i got my own markup here )

    If you do not like to show the tooltip:

    .avia-tooltip.av-tt-hotspot {
      display: none !important;
    }
    #1355400
    felixl
    Participant

    Hi there,

    i´ve made for a customer of mine a new “undersite” (see private content).
    This Customer is using Enfold since 2016.

    On that new undersite i´ve used lot of “Button-Elements”.
    So far, it´s all good on PC.
    But i have Problems with the exact alignment especialley on iPhone 11 Pro, iPhone 8 (maybe on all iPhones).
    The alignment on all Phones are a litte bit to much on the right site (even on my Samsung S8).
    But on iPhone 11 Pro it is too extreme on the right side – looks like the frames on the right site are “cutted”.
    Not really cool.

    So please: can you take a look and help me?

    thanks a lot,
    felixl
    p.s.: please see your credentials below.

    • This topic was modified 3 years, 10 months ago by felixl. Reason: sorry, button is called "jetzt gewinnen" not "jetzt testen". my bad
    #1355398

    Hi,

    Great, I’m glad that we could help. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1355391

    Hi,

    Thanks for that. Which token are you trying to use? It’s difficult for us to debug this if you haven’t added a token in the theme backend. Also, did you try following the documentation? https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1355387

    Hi,
    Glad Rikard could 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

    #1355386

    Hi,
    Glad Rikard could 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

    #1355385
    Adtime
    Participant

    Hi guys,

    we wanted to put a website online today, but after changing the url in the database (Better Search & Replace), the following error occurs:

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 268435464 bytes) in /html/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php on line 3531

    Increasing the memory doesn’t make sense, Enfold goes into an infinite loop (while(true)) in said line because it can’t find the correct content templates anymore.

    The changes of the Url’s in the database look so far correctly / as with other sites also.

    An update to Enfold 5 was also tried. Downgrades also.

    Deactivating the plugins does not help. All other 1st level stuff do not work either.

    I can provide a test environment.

    The page is very large (+wpml) and putting it online is urgent.

    Please help.

    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 4.9.2.2
    Installed: enfold
    AviaFramework Version: 5.0
    AviaBuilder Version: 4.8
    aviaElementManager Version: 1.0.1
    – – – – – – – – – – –
    ChildTheme: Enfold Child
    ChildTheme Version: 1.0
    ChildTheme Installed: enfold

    ML:256-PU:120-PLA:17
    WP:6.0
    Compress: CSS:all theme files – JS:all theme files
    Updates: enabled – token has changed and not verified
    PLAu:16
    –>

    #1355381

    In reply to: Adding Elements

    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

    #1355378

    In reply to: Facebook icon color

    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

    Hey Rikard,

    I have pasted the code in Quick CSS after this in Enfold->General Layout->Dimensions I have settled the width of Content+Bar at 70% dut it doesn’t work.

    I also tried to reduce by 30% the maximum width of the contener in px but it doesn’t work.

    Any other idea?

    I don’t know if this can help but I copy/paste just below all the lines of the Quick CSS window:

    .av-logo-container, #footer .container {
    width: 100%;
    max-width: 100%;
    }

    .sub_menu>ul>li>a, .sub_menu>div>ul>li>a {
    font-weight: bold!important;
    font-size: 15px!important;
    }

    #top .av-tab-arrow-container span { background: #059ed1!important; }

    #top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text { padding-left:20px; padding-right:20px; }

    .av-masonry-date {
    display: none!important;
    }

    /*—————————————-
    // CSS – Styling contact form 7
    //————————————–*/

    /* Textarea email and input fields */
    #top .wpcf7-form input[type=’text’],
    #top .wpcf7-form input[type=’email’],
    #top .wpcf7-form .wpcf7-textarea {
    /*border-color: #d0d2d3;*/
    /*background: #dbebfa;*/
    /*color: #00334e;*/
    font-family: “HelveticaNeue”, “Helvetica Neue”, Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1em;
    padding: 13px!important;
    border-radius: 2px;
    }

    /* Submit button */
    #top .wpcf7-form .wpcf7-submit {
    padding: 15px 30px;
    border-radius: 2px;
    }

    Thank you so much for your help,

    Kind regards,

    Olivier

    #1355367

    In reply to: Enfold Showcase

    Hi,

    Thanks for sharing and for using Enfold @Christoph :-)

    Best regards,
    Rikard

    #1355360
    ilowelife
    Participant

    I am trying to use the technique described here to lay out columns that don’t add to 100% as centred/centered in a color section.

    I’m doing it verbatim (even using the id) and it’s not working. It’s always rendering the columns to fill the space rather than adding equal space on either side.

    Any ideas?

    #1355358
    berste
    Participant

    hello and good day,
    I order a new license for the Enfold theme yesterday, but I’m having trouble activating the theme. First I tried it with the purchase code, then with the created token. Unfortunately, both didn’t work. Could you please help me? Thanks.

    best regards
    Bernhard

    #1355351

    In reply to: Enfold Showcase

    It’s just at the very beginning, but after we’ve set a world record this Monday with our incorporation at London Tech Week (more on this) we have published the first version of the website based on Enfold and including some fancy work flows (Gravity Forms & Gravity Flow) here:

    sign.online

    Expect more cool Enfold stuff to be implemented over the next couple of weeks!

    #1355349
    Ferienhaus Harmening
    Guest

    Hello, because of Austrian .AT I guess to write in German language.
    Können Sie mir bitte weiterhelfen. Sie verweisen auf verschiedene hochwertige Plugins wie z.B: WooCommerse. In Ihren Beispielen haben Sie auch oft einen shop. Meine Frage, kann ich mit dem Enfold Theme auch bei Kauf einer Lizenz einen kleinen Shop gestalten und betrieben, oder brauche ich weitere Lizenzen. Sozusagen wie bei den Apps in-app-zahlungen.

    Zweite Frage. Wie kann ich ein Listing bzw. Info-Kacheln realisieren wie das Beispiel hier zeigt?
    https://www.wohnungen-norderney.de Wohnungsvorschläge.

    Vielen Dank für eine Antwort.

    #1355346

    Topic: Enable Post Format

    in forum Enfold
    mistermagoo8691
    Participant

    Hi folks. I’d like to be able to chose the “Post format” when creating a new post.

    I see on the Blog Post documentation this: “In case you do not see the post format options, you have to enable it from the screen option”. See below a screensot.

    https://imgur.com/a/R0yJeSz

    Where can I find the “screen options” shown in the documentation? I haven’t been able to find them…
    THX
    Bye,
    A.-

    janv23
    Participant

    Getting error when opening website in MS Edge. No issues in FireFox and Google Chrome. PHP 7.4

    [15-Jun-2022 10:55:45 UTC] PHP Fatal error: Uncaught Error: Call to undefined function ctype_digit() in /my-website/wp-includes/class-wp-recovery-mode-cookie-service.php:93
    Stack trace:
    #0 /my-website/wp-includes/class-wp-recovery-mode.php(270): WP_Recovery_Mode_Cookie_Service->validate_cookie()
    #1 /my-website/wp-includes/class-wp-recovery-mode.php(110): WP_Recovery_Mode->handle_cookie()
    #2 /my-website/wp-settings.php(420): WP_Recovery_Mode->initialize()
    #3 /my-website/wp-config.php(92): require_once(‘/hermes/bosnacw…’)
    #4 /my-website/wp-load.php(50): require_once(‘/hermes/bosnacw…’)
    #5 /my-website/wp-blog-header.php(13): require_once(‘/hermes/bosnacw…’)
    #6 /hermes/bosnacweb04/bosnacweb04cc/b1154 in /my-website/wp-includes/class-wp-recovery-mode-cookie-service.php on line 93
    [15-Jun-2022 10:55:45 UTC] PHP Notice: Function is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /my-website/wp-includes/functions.php on line 5831
    [15-Jun-2022 10:55:45 UTC] PHP Notice: Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /my-website/wp-includes/functions.php on line 5831
    [15-Jun-2022 10:56:04 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySiteAppPlugin has a deprecated constructor in /my-website/wp-content/plugins/app-your-wordpress-uppsite/uppsite.php on line 106
    [15-Jun-2022 10:56:04 UTC] PHP Notice: Undefined index: sw_source in /my-website/wp-content/plugins/sitewit/sitewit.php on line 36
    [15-Jun-2022 10:56:05 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /my-website/wp-content/plugins/app-your-wordpress-uppsite/uppsite.php on line 383

    • This topic was modified 3 years, 10 months ago by janv23.
    #1355341

    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

Viewing 30 results - 25,201 through 25,230 (of 244,556 total)