Viewing 30 results - 10,921 through 10,950 (of 244,492 total)
  • Author
    Search Results
  • #1429277

    In reply to: theme update

    Hey Maxime,

    Thanks for the update. I’m not sure which plugin you are referring to, we are selling and supporting a theme called Enfold here. We cannot send you the theme files unfortunately, they can only be downloaded from your Themeforest account. If you don’t have, or can’t get access to the account which was used to purchase your theme copy, then I would suggest that you purchase another license: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Best regards,
    Rikard

    #1429275

    Hello, I am using Enfold theme Version: 5.6.8.
    Sections and Content Elements disappear when you edit the page with the Page Editor (Advanced Layout Builder). The edits I make do not appear on the page, even the old ones are deleted. There has been this problem for a long time.

    Thanks.
    The problem was solved when I deleted the html codes in the “Special Heading” element. How can I use html codes in “Special Heading”?

    I was using it this way in older versions without any problems. Error occurred after updates.

    • This reply was modified 2 years, 2 months ago by web tasarım.
    • This reply was modified 2 years, 2 months ago by web tasarım.
    #1429273

    In reply to: theme update

    Hey Maxime,

    The version of the theme you are running is very old and not compatible with newer versions of PHP. Please try to update to the latest version (5.6.9) to see if that helps. The update to 5.6.9 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload it as if it was a new theme under Appearance in the WordPress menu.
    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    If you don’t have access to the Themeforest account which was used to purchase the theme, then please try reaching out to the person who bought it.

    Best regards,
    Rikard

    #1429272

    In reply to: Vertical line

    Hi,

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

    .widget_categories ul li a {
      line-height: 24px;
    }

    Best regards,
    Rikard

    #1429271

    Hi Günter,

    Thanks for reaching out to us.

    If you are looking to change from a theme with its own layout builder to Enfold, then you would have to rebuild your content if you would like to use the layout builder which is integrated in Enfold.

    You can find all the Enfold documentation here: https://kriesi.at/documentation/enfold/

    Enfold does not come with a front-end editor, the layouts are created on the backend while editing a page or post.

    We do not have any general recommendations for security plugins, but there are many available if you search in the WordPress plugin repository, or a general search engine.

    There is no email program integrated in Enfold, you would have to use a local client or a plugin for that.

    Best regards,
    Rikard

    #1429269
    Marcos Q.
    Participant

    Hello, we have injected a CrazyEgg script in the functions of the child theme. I have followed your instructions, published at https://kriesi.at/documentation/enfold/privacy-cookies/ to add cookies in a personalized way but it does not seem to work.

    In the “Default Cookie Behavior” selector I have checked the option “user must accept and can opt out, all selected by default” since I need cookies not to be loaded until the user opts out by giving their consent.

    I have also tried the different “Auto Reload page” options without success.

    We have also confirmed the deletion after setting each setting.

    Could you help me with this please?

    I put the shortcode to show all the cookies that are loaded on the page (at the end of the content). I leave the url in the private content box

    #1429267

    Hi,

    Great, I’m glad that you managed to change the code to fit your needs, and thanks for sharing. 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

    #1429266

    Hi,

    Thanks for the update. If the code is working, then I don’t think there is any reason to change it :-)

    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

    #1429263

    Hi,
    Glad Guenni007 could help, thank you Guenni007, 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,
    Glad Ismael 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

    #1429257

    Hi,
    The quantity fields do not show on mobile by design, because there is not enough room.
    There is no setting to show it, if you want to show it please try the css above or try one of these:

    Best regards,
    Mike

    #1429253

    Topic: Header setting error

    in forum Enfold
    Martin
    Participant

    Hello,

    I think I discovered a programming error with the Enfold. Take a look at the page http://designplanung-leipzig.de/projekt-003/ and push it together until the burger menu comes out. Then click on the citizen menu – it won’t appear. But if I change the header setting to e.g. “Logo in the middle, menu below” it works. Also with all other header settings. What do you say to that?

    Best regards,
    Martin

    #1429242

    Hi Ismael,

    Thanks! Yes i see. I already did something like that. But then the cart table is not looking very nice on mobile. I was wondering if there is any setting or css fix to just make the cart table look nice on mobile. Because by default all the Enfold + Woocommerce webshops don’t show the quantity fields on mobile. That should be a priority feature right? We can make some css adjustments ourselves but again: i was wondering if there is any setting or something to change the behavior?

    Kind regards

    #1429241

    if you got a link on your private Content field – i could not see this as participant.
    So maybe a mod should adjust it for you.

    btw: if you got the hamburger icon from the beginning the media query aren’t needed!

    you can put inside the same media query to have then complete:

    @media only screen and (max-width:989px) {
      .responsive #top .av-burger-menu-main  {
        top: -5px
      }
      #top .av-burger-menu-main .av-hamburger-box strong {
        display: block !important;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        color: var(--enfold-header_burger_color); 
      }
      #top #header.av_header_transparency .av-burger-menu-main .av-hamburger-box strong {
        color: var(--enfold-header_replacement_menu_color); 
      }
    }

    colors if burger menu is active – f.e.:

    #top .header_color .av-hamburger--spin.is-active .av-hamburger-inner, 
    #top .header_color .av-hamburger--spin.is-active .av-hamburger-inner::before, 
    #top .header_color .av-hamburger--spin.is-active .av-hamburger-inner::after{
      background-color: #FFF;
    }
    
    #top .av-burger-menu-main .av-hamburger--spin.is-active .av-hamburger-box strong {
      color: #FFF ;
    }
    #1429237

    In reply to: Vertical line

    Hi Rikard,
    Something goes wrong with getting the sidebar on the right side of my blogposts.

    In the blog itself, I put the settings to ‘right sidebar’. In the settings of the sidebar I chose ‘sidebar blog’.
    In the widgets I filled ‘sidebar blog’ with content.
    And in the Enfold theme settings I also chose ‘sidebar on blogpage’ on the right.

    In my opinion all the settings are set. But it shows up in the bottom in the footer and not on the right side of the text (like here: https://kriesi.at/themes/enfold-lifestyle-blog/)

    How do I get the sidebar blog as the page mentioned above?

    For your info: the content of my sidebar blog is ‘Anouk Smit’, a picture and below the picture the text ‘welkom op de blog’. This is what you see on the most right in the footer.

    Thank you in advance!

    NOT NEEDED ANYMORE, I FOUND THE REASON. MY CONTENT WAS IN A CONTENT BLOCK AND THIS WAS THE REASON IT WAS NOT SHOWN ON THE SIDE.

    • This reply was modified 2 years, 2 months ago by Anouk.
    • This reply was modified 2 years, 2 months ago by Anouk.
    • This reply was modified 2 years, 2 months ago by Anouk.

    Hi!

    Thank you for the inquiry.

    You can add this css code to disable scrolling when the burger menu overlay is active.

    .av-burger-overlay-active {
        overflow: hidden;
    }

    You may need to temporarily disable the Enfold > Performance > File Compression settings afterward.

    Cheers!
    Ismael

    Hi Ismael,

    Thanks for the detailed response and the link to the pertinent documentation.

    I enabled debug mode via the Child Theme code and successfully saw the field with the short code. I made a sample edit, saved the page, re-opened the page, and the Advanced Layout Builder successfully displayed the new content. This is precisely the functionality I was looking for. Thank you.

    I will also look carefully at the Custom Element Templates to see how I can take advantage of that feature, but I suspect it will be limited to elements that have already been defined on the website. Pasting in short code allows the ability to capture pages from other Enfold websites, such as installing one of the demos, capturing any desired page’s short code, then dropping the short code into another demo that has been subsequently installed.

    Many thanks again.

    #1429226

    Hi,

    Thank you for the update.

    I will try with this CSS but my “dream” would be to be able to use the advanced Enfold editor or page builder with Learndash.

    This is possible, but we don’t recommend it because the Advance Layout Builder doesn’t contain elements for the LearnDash post type. You may lose some of the plugin’s functionality if you switch to the Advance Layout Builder.

    Best regards,
    Ismael

    #1429225

    In reply to: contact form

    Now I got a “Mail delivery failed” mesage which says that the Final-Recipient is “test(at)enfold-gym.com”???

    Hey egouldmedia,

    Thank you for the inquiry.

    You should not switch to the default editor while building content with the Advance Layout Builder. If you need to add element from a page to another, you could save the content as template, create a CET or enable the debug mode. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/custom-element-templates/
    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates

    To switch the builder to debug mode and be able to manually copy and paste the builder shortcodes, please check the link below.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    Best regards,
    Ismael

    Günter Horvath
    Guest

    Ja, der Betreff ist die Frage.
    Ich habe 2 Websites mit Thrive Themes online. Beide möchte ich deutlich überarbeiten, mit neuem Fokus.
    Eine 3. (kleine) Website neu erstellen, eine onepager.

    Wie gehe ich beim Wechsel vor? Ich überlege, ob ich alle Websites neu gestalte. Gibt es leicht verständliche Tutorials, die mich (inzwischen wieder WP Laien) rasch in eine Installation und Gestaltung neuer Websites führt?
    Ist der Editor ein einfach zu bedienender Frontend Editor?
    Gibt es Tipps für notwendige (Sicherheits-)Plugins? Ist vl. ein einfaches CMS/E-Mail-Programm im Umfang integriert? (nicht komplexe/teure, wie quentn, active campaign, etc.).
    Viele Fragen – ist nicht dringend. Websites sollen erst im März online gehen.
    Herzliche Grüße
    Günter Horvath

    #1429216

    Hi,

    Thank you, this one worked.

    Please add the following code to the functions.php file of your child theme in the Appearance > Theme File Editor:

    
    add_filter('avf_ignore_duplicate_post_types', 'enfold_disable_duplicate_link');
    function enfold_disable_duplicate_link($args){
        $post_types = ['shop_order'];
        return $post_types;
    }
    

    Best regards,
    Yigit

    #1429208

    Hey claudebourget,

    We recommend that you always keep a fresh backup before any type of update. You can export your theme settings under Enfold->Import/Export.

    Best regards,
    Rikard

    #1429203
    claudebourget
    Participant

    I’ve just installed the update plug-in and I’m reluctant to activate the update, as I’m afraid of losing my changes in the Enfold Child. Can I update without any worries? Is it safe?

    #1429202

    Hi Rikard.

    Thank you. I will try with this CSS but my “dream” would be to be able to use the advanced Enfold editor or page builder with Learndash.
    At the moment, only the standard WordPress editor is available, not Enfold’s advanced one.

    In private a link with bulleted list.

    Thank you!

    #1429199

    Hey egouldmedia,
    Thank you for the link to your site, most browsers are quiet strict about auto playing videos now, the audio must be disable and iPhones are the strictest and may block completely.
    I created a test page linked below with your YouTube video in the LayerSlider with autoplay and “Play Muted” enabled and tested in Windows in Chrome, Firefox, Brave & Edge and on Android and it worked correctly. You can test on your device, but forcing workarounds are more limited these days.
    The settings I used in the LayerSlider was the Video layer:
    Enfold_Support_4287.jpeg
    with your YouTube video link and no added attributes:
    Enfold_Support_4291.jpeg
    and then choose “autopaly after opening” and the “Play Muted” enabled:
    Enfold_Support_4293.jpeg
    please give this a try.

    Best regards,
    Mike

    #1429195
    egouldmedia
    Participant

    Hi Kriesi.

    I was attempting to create a Layerslider7 slide with a video, but I cannot get the video to auto start.

    It appears that Layerslider7 is meant to override the “?autoplay=1” parameter on a YouTube link via the “Automatically Play Media” switch under the Project Settings​ (Layerslider7 also immediately rips out the autoplay parameter if you try to put it in the embedded code directly). I have set this parameter “on,” but it does not appear to work.

    I’ve tested this on Firefox, Chrome, Safari and iPhone – none of the browsers auto start the video.

    To see if this was an Enfold issue I embedded the video a little further down the page, set the Enfold parameters to autoplay on, and it does autoplay the video when the page is first loaded.

    I’m not sure what to try next. Thanks in advance for the help.

    #1429192

    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

    #1429191

    Hey Erwin,

    We currently have to plan for that, but you can add a feature request here: https://github.com/KriesiMedia/Enfold-Feature-Requests/issues. If you can find a plugin which has the feature you are looking for, then it might be a good idea to use that for now.

    Best regards,
    Rikard

    #1429187

    well i would not use the hidden : .avia_hidden_link_text nor pseudo-containers because there is allready an existing “caption”
    use the hidden strong container inside av-hamburger-box !
    synchronize the media query with the hamburger “break point”
    f.e:

    @media only screen and (max-width:989px) {
      #top .av-burger-menu-main .av-hamburger-box strong {
        display: block !important;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        color: #000; /*** edit this to your needs ****/
      }
    }

    you have to adjust the color for this and think of transparency option too.

    for example you can use the variable color definitions:

    @media only screen and (max-width:989px) {
      #top .av-burger-menu-main .av-hamburger-box strong {
        display: block !important;
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        color: var(--enfold-header_burger_color); 
      }
      #top #header.av_header_transparency .av-burger-menu-main .av-hamburger-box strong {
        color: var(--enfold-header_replacement_menu_color); 
      }
    }
Viewing 30 results - 10,921 through 10,950 (of 244,492 total)