Viewing 30 results - 13,741 through 13,770 (of 244,572 total)
  • Author
    Search Results
  • #1417776

    Hi,

    Advance Layout Builder (ALB) is the default page or layout builder of the Enfold theme. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#build-a-web-page-with-advanced-layout-builder

    Best regards,
    Ismael

    #1417766

    Hi,

    Thanks for letting us know, 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

    #1417745
    DianaLoola73
    Participant

    Dear Support Team

    I wanted to carry out an Enfold theme update for the website https://meine-achtsamkeit.de. In the backend it shows that the version Enfold 5.4.1 is currently active, but at the same time I get the message that no update is available. Even when I click on “check manually”, the new version is not displayed.
    I have installed the Envato Market Plugin, but the new version is not displayed here either.

    What can I do to update the Enfold theme of the website and bring it up to date?

    Best regard Diana

    Quick update after Googling site:raleighteletherapy.com
    The only 2 things that are now listed that shouldn’t be are:
    https://raleighteletherapy.com/wp-content/themes/enfold/framework/images/colorpicker/
    and
    https://raleighteletherapy.com/wp-content/themes/enfold/framework/js/deprecated/

    Hey Xiscoj,
    Please use the heading tag option to change the heading tag:
    Enfold_Support_3094.jpeg
    To change the subtitles to h3 you will need to ensure that you have jQuery enabled, it looks like you may have a caching plugin defuring it right now, then try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function custom_icongrid_subtitle_script() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
        function replaceElementTag(targetSelector, newTagString) {
          $(targetSelector).each(function(){
            var newElem = $(newTagString, {html: $(this).html()});
            $.each(this.attributes, function() {
              newElem.attr(this.name, this.value);
            });
            $(this).replaceWith(newElem);
          });
        }
        replaceElementTag('h6.av_icongrid_subtitle', '<h3></h3>');
    }(jQuery)); 
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'custom_icongrid_subtitle_script');

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.

    Best regards,
    Mike

    #1417735
    gatehealing
    Participant

    I read this https://kriesi.at/support/topic/enfold-conflict-with-yoast/ already and see the staging idea using a twenty-twenty theme. I also saw where it mentioned the Elementor Plugin. . . Yoast support directed me towards that plugin as well.

    My questions:
    1) Do y’all think you’ll be able to get the page and post editors compatible with Yoast? For the Post, currently, only the Text view works with the SEO/Readability analysis, however, only the Visual view supports Yoast highlighting the content that its comments are referring to (the eye icon next to their suggestions).

    2) If I use the Elementor Plugin, is it compatible in that I can just make the switch and it will seamlessly covert Enfold elements to its own elements? I have hundreds of articles either published or in draft form, or scheduled, and having to manually change them would be a beast . . . if I have to do that, then I may just look at a different theme… I’d strongly prefer not to do that as I am comfortable with y’all’s interface; I just need some glitchy things cleared up if possible.

    Hi,
    Thanks for the feedback, I see that you are talking about the toolbar in the ALB elements, unfortunately there is not an easy solution for this because these element are inside of tabs in the element. If you would like to request this feature the Dev Team has opened a new Github Feature Request for users to place requests and follow them as the Dev Team reviews them.

    Best regards,
    Mike

    #1417733

    Hi,
    I created a feature request for your idea, thanks.

    Best regards,
    Mike

    #1417721

    Hi,
    It sounds like you have sorted out this issue, did you want to summit a feature request for thw “custom-link fallback is lightbox image link” option?

    Best regards,
    Mike

    Hey gatehealing,
    Thank you for your patience, it sounds like you are using the Classic Editor and the toolbar that you are refuring to is the TinyMCE toolbar, is this correct?
    Enfold_Support_3092.jpeg
    On my demo site I created a very long post and this toolbar stayed at the top until the bottom on the editing window was in view.
    Are you using the theme Classic Editor option at Enfold Theme Options ▸ Select Your Editor, or are you using a Classic Editor plugin?
    Have you tried disabling your other plugins to see if this behavioral changes?
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    #1417717
    zimbo
    Participant

    I’ve created a new site based on the Hotel template. The link is for the test or dev site, which is what I’m experimenting on.

    Because of the ‘normal’ main menu length, I need to increase the width at which the burger menu and responsive mode kicks in. I’ve done this on other Enfold sites but my code from those sites is not working on this new site, I guess because Hotel’s header is different.

    If you look at the site you can see that I’m nearly there… but I just can’t figure out the right CSS needed to get the transition at 1150px to seamlessly match up with the template’s 990px switch point, i.e. for 1150px to 990px to look exactly like 990px and below. The Header Custom Height is 250px.

    I think I need to include this to shrink the header

    .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container {
        height: 90px;
        line-height: 90px;}

    but then I can’t get the burger menu and search icon to move up into the header, nor increase the size of the icon to match 990px.

    Can you help please? Here’s the code, based on previous efforts:

    @media only screen and (max-width: 1150px) and (min-width: 990px) {
    .html_header_top.html_bottom_nav_header #header_main_alternate {
        display: none;}
    .responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
        top: 0;
        left: auto;
        right: 0;
        display: block;}
    #menu-item-search { display: block!important; }
    .responsive.html_mobile_menu_tablet .av-burger-menu-main {
    	display: block!important; }}

    Hi Isamel
    Thanks so much for the information provided. How do I know what the masonry image custom link field is called in the WPML translation editor? I tried to find it but couldn’t.

    I now manually added the links in the German WordPress version of the page, but this is not the ideal solution. Especially if we are using the WPML translation editor.

    I also installed the Advanced Custom Fields Multilingual Plugin but it seems not compatible with the latest WordPress, WPML and Enfold versions. It is not showing in the WordPress menu even though it’s activated. I watched the instruction video but it’s not where they are saying it is?!

    Thanks so much.
    Corina

    #1417705

    Hi,

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

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        width: 100%;
    }
    .logo a {
        max-height: 120px;
        height: 120px;
    }
    .responsive .logo img {
        display: table;
        margin: 0 auto !important;
    }
    }

    Best regards,
    Rikard

    #1417694
    purepixels
    Participant

    Hi there,

    I’m trying to update my Enfold-based website, everything went well. Except for the LayerSlider, I can’t find the page on where I can enforce the latest update to install. I’ve tried finding the way to do it here on the forum and in the docs, but could not find the way to go. Can you help me with some quick instructions on how to update LS to the latest version?

    Thanks in advance for your assistance!

    Best regards,

    Bas
    Pure Pixels

    #1417692

    Hi, i have the same Problem can you help me ?

    This i have do

    Try going to Enfold Theme Options ▸ Performance ▸ Disable Template Builder Elements and see if you had Always load all elements enabled or Load only used elements (recommended)
    If you had Always load all elements enabled then switch to Load only used elements (recommended)
    and clear your site cache, and caching plugins, and your browser cache and check again.
    Otherwise choose Manually manage loaded elements and the Available Template Builder Elements list will show, then look for Lottie Animation and click to disable and see if that helps.

    Hi Ismael,

    thank you for the tipps. The DISALLOW_FILE_EDIT does not exist in the wp-config.php file. I’d need a installation guidance to put the code “define( ‘DISALLOW_FILE_EDIT’, false );” into the wp-config.php file.
    At the moment there runs Enfold version 4.8.2 because if I changed to 5.6.6 the footer disappears, which is not acceptable for my client, as you may understand.

    What kind of login do you need to inspect the problem?
    Admin-rights for the backend or login to FTP?

    Best regards
    Jutta

    #1417688

    In reply to: Update on ACF support

    Hi Jason,

    Thank you for using Enfold and for your patience.

    I want to give you a quick overview on what will be coming:

    We are currently working on the integration of custom fields content in ALB elements and to get most out of this feature on “Custom Page Layouts”.

    This means based on ALB you can design editable page layouts and use these to display your pages, posts and custom post type posts.

    But we cannot give a release date yet.

    Best regards,
    Günter

    #1417683

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

    #top .avia-link-column.av-column-link .av-screen-reader-only:focus {
        position: absolute;
        display: inline-block;
        left: unset;
        width: 100%;
        height: 100%;
        color: transparent;
    }

    this allows the column link to show in the correct place and your :focus css shows the border:
    Enfold_Support_3090.jpeg
    in my test using the enter key follows the link.
    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

    #1417676

    Hey stevewroche,

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

    nav.main_menu .sub-menu .current-menu-item .avia-menu-text {
        font-weight: 600;
    }

    Best regards,
    Rikard

    #1417672

    Hi,
    Glad to hear that you have this sorted out, 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

    #1417667
    harmt
    Participant

    On a website I took over for maintenance the Enfold theme is used.
    Something seems to be wrong, since I’m not able to display a footer.
    Whatever I do (use a page as footer, use widgets) absolutely nothing is shown on the bottom of any page.
    I’m not sure where to continue to debug the issue, so I’m looking for advice.

    BR Christian

    #1417663

    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

    #1417655
    Xiscoj
    Participant

    Hi,

    I used this code to include separators between the dropdown menu in services, I used this code from https://kriesi.at/documentation/enfold/menu/#toggle-id-56 but i want it to change the color to #e3e3e3, have tried to but could not make it work :/

    /* Main menu sublevel */
    #top #wrap_all #header #avia-menu ul li.menu-item > a {		
         border-bottom: 1px solid black;  
    }
    #1417646

    In reply to: Update on ACF support

    This reply has been marked as private.
    #1417645
    Jason E
    Participant

    Good day, everyone!

    While I wait to get some sort of support for ACF, I have been trying to manually map in custom post types, fields and taxonomies. But, after doing all of the work on building templates, I just realized the old select Template drop-down does not seem o appear in post, or any post type in the edit post option. I reverted back my templates, thinking maybe I screwed them up, but I still do not have the option to select any of them.

    Am I missing something obvious?

    I have copied files from the Enfold core theme files into the child theme folder (see private content)

    I have also looked around on the net and tried the various other suggestions I could find, but nothing seems to get that drop-down back.

    Hi,

    Thank you for the inquiry.

    You can add this css code to adjust the style of the phone number text widget in the header.

    .responsive #top #header #header_main .inner-container .widget>div {
        color: #ffffff;
        font-size: 30px;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1417633

    Hey ThibUbi,

    Thank you for the inquiry.

    The following css code should help adjust the horizontal position of the background image.

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .home #av_section_1,
      .page-id-7138 #av_section_1,
      .page-id-6458 #av_section_1 {
        background-position: 20% !important;
        background-attachment: scroll !important;
      }
    }
    
    

    You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to make sure that the changes take effect.

    Best regards,
    Ismael

    #1417631

    Hey majabhjorth,

    Thank you for the inquiry.

    There is no alignment option for the Hotspot element by default. Have you tried using the Column elements? You can also use the following css code to adjust the alignment of the hotspot image, but make sure to replace the element UID or apply a custom css class name to it.

    .av-llyi5jlf-41bf1f6dbad402abe38b11bcb6984182 .av-hotspot-container {
        float: left;
    }
    

    // https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support

    Best regards,
    Ismael

    #1417629

    Hey daves1997,

    Thank you for the inquiry.

    You can still use the block editor with the theme but we recommend using the Advance Layout Builder (ALB) instead. To enable the block editor, go to the Enfold > Theme Options and adjust the Select Your Editor settings.

    Best regards,
    Ismael

    #1417628

    In reply to: my enfold lic.

    Hey Rob Gordon,
    Sorry you are having this trouble, but Enfold v3.8 will not work correctly with WordPress v6+, this is why you are having issues.
    You will need to update the theme manually by downloading the latest version from Theme Forest, as you don’t have a Theme Forest account you will need to purchase a new license and create an account in the process.
    I would not delete the dynamic avia file area as some of those files are needed, after you update the theme should automatically delete the un-needed files, or we can help.
    After you have purchased your license please register your Purchase Code here.
    Then log into the support forum and open a new thread.
    Please include an admin login in the Private Content area so we can be of more assistance of your new thread that explains the issue again so our team can assist.
    I recommend making a full backup using your webhost backup tools and not a backup plugin, these typically don’t work as well as the server backup. Ensure to backup the files and database.
    I also recommend saving a copy of the theme settings at Enfold Theme Options ▸ Import/Export ▸ Export Theme Settings File.
    To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

Viewing 30 results - 13,741 through 13,770 (of 244,572 total)