Viewing 30 results - 9,451 through 9,480 (of 244,468 total)
  • Author
    Search Results
  • Hey namasteevents,

    Thank you for the inquiry.

    Looks like the video is not loading properly because the site contains an older version of the theme (5.1.2). Please try to upgrade the theme to version 5.6.10, then temporarily disable the Enfold > Performance > File Compression settings afterward.

    Best regards,
    Ismael

    Hi,

    Thank you for the screenshot.

    You can place the Image element inside a Color Section, then apply the following modification (link below) to make the container inside the Color Section fullwidth.

    // https://kriesi.at/documentation/enfold/color-section/#color-section-with-100-content-width

    Best regards,
    Ismael

    #1436572

    Hey flatairbag,

    Thank you for the inquiry.

    This option is not available with the contact form element, but you can use the Mailchimp Signup element to display one of your subscription forms created through Mailchimp. Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/mailchimp-signup/

    Best regards,
    Ismael

    #1436561

    In reply to: 2 Up Columns on Mobile

    Hi,
    This is strange because when I examine the “Dry Rubs” 3 columns then have the class for 1/4 columns, this is why the css above is affecting them.
    Enfold_Support_4936.jpeg
    please include an admin login in the Private Content area so we can examine closer.

    Best regards,
    Mike

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

    @media only screen and (max-width: 768px) { 
    #top.page-id-3609 #av_section_1.av-minimum-height-75:not(.av-slideshow-section) .container {
        height: 60vh;
    }
    }

    After applying the css, please clear your browser cache and check.
    this is for the one page.

    Best regards,
    Mike

    first – goto Enfold Options – Theme Options – Select Your Editor : “Use WP Classic Editor”

    you can add to child-theme functions.php:

    function trigger_alb_on_load(){
    ?>
    <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($){
          setTimeout(function() {
            $("#avia-builder-button").trigger('click');
          }, 300);
    })(jQuery);
    });
    </script>
    <?php
    }
    add_action('admin_head-post-new.php', 'trigger_alb_on_load');

    and if you like to change the editor even on widgets:

    add_filter( 'use_widgets_block_editor', '__return_false' );
    
    #1436554

    In reply to: 2 Up Columns on Mobile

    Hi,
    I guess I don’t understand why you are using the 1/4 column to create rows with only 3 columns and what you expect from a mobile view with a three element row.
    To add a custom class go to the advanced tab in developer settings:
    Enfold_Support_4934.jpeg

    Best regards,
    Mike

    #1436549

    Hey teamvelocitymarketing,
    I used two columns, one with a accordion, the other with a image element and add the custom class to the image element like in the video: toggle-img
    Enfold_Support_4930.jpeg
    then I used this jQuery like in the video:

    
        jQuery(function() {
    const img = "";
      jQuery('p[data-fake-id="#toggle-id-1"]').click(function(){
        jQuery(".toggle-img img").attr('srcset',img);
         jQuery(".toggle-img img").attr('src',img);
      });
    });

    note I made the adjustment for Enfold ‘p[data-fake-id=”#toggle-id-1″]’ just change #toggle-id-1 to #toggle-id-2 for the second toggle, etc
    I used the code block element for the jQuery with the “script” tags:
    Enfold_Support_4932.jpeg
    Please give this a try.

    Best regards,
    Mike

    #1436547

    Hi,
    So for the icon list element you don’t see the icons if you scroll down?
    Enfold_Support_4926.jpeg
    is this the element you mean?
    Enfold_Support_4928.jpeg
    Perhaps include a admin login in the Private Content area so we can examine

    Best regards,
    Mike

    #1436544

    Hey designmek,
    Thank you for your patience, try using a color section with a gray background color, and add four 1/4 columns with a background image and a whitespace element to set the height of the column to something like 200px:
    Then add four 1/4 columns with a background color of white and zero margin in the row margin option, and add a text element with the custom class bottom-text-padding
    Enfold_Support_4922.jpeg
    then use this css to add a little left padding to the text:

    .bottom-text-padding {
        padding-left: 10px;
    }

    This is the results I had:
    Enfold_Support_4924.jpeg
    or if your previous attempt is working good you can add a custom class to your grid so your css only changes your one grid.

    Best regards,
    Mike

    • This reply was modified 2 years ago by Mike.
    #1436542

    In reply to: 2 Up Columns on Mobile

    Hey envisageiam,
    Thank you for your patience, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 767px) {
        .responsive #top #wrap_all .flex_column.av_one_fourth {
            width: 48%;
            clear: none;
            float: left;
        } 
    }

    Please note that this will work on all pages on your site, so if you want this to be page specific a page ID can be added to the css, or you can add a custom class to the specific columns and add that to the css. Let us know if you need further help with this.

    Best regards,
    Mike

    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

    #1436538

    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

    #1436536
    flatairbag
    Participant

    Would you mind just explaining how the Typography feature works in Enfold.
    We had Copperplate selected from the available fonts list, and displaying on the site – finding out that users were not able to see this when using Windows software computers. I would have thought the fonts that were available in the Enfold list would be loaded into the site for use by the theme… but it seems this is not the case and the font has to be on the users device.. this seems an unusual decision to include it as an available font if its not able to be seen by alot of the audience?

    • This topic was modified 2 years ago by flatairbag.
    #1436534
    flatairbag
    Participant

    Hi, is it possible to add the “Subscribe to mailing list” checkbox and text to subscribe a user to the mailing list when they submit the Enfold Content Form created using the Content Form Element.
    We have Mailchimp API configured in Enfold and the Newsletter Subscribe box working, as well as our contact forms in a Page working.
    Thanks

    #1436532
    swurban
    Participant

    Hi All,

    I just loaded the IDX MLS widget on my enfold site and it works and connects to the data but I’m having some issues and want to check on the compatibility, because it doesn’t seem to work with the advanced layout editor. There is missing widget content to add to the pages like the IDX Summary, but some of the content options do appear in the widgets section. Also, if you check the link, the boxes in the header for Listings per Page and Recently Updated don’t align. Just wondering if you think this widget will work with the theme. Thanks again for the support.

    Hey MLA18,

    Could you try updating the theme to the latest version (5.6.10) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1436521
    Volgspot
    Participant

    Dear Enfold,

    We received some error logs and noticed an issue in our backend regarding the widgets, which are not showing and therefore are not manageable anymore. See the attached screenshot.

    The error seems to refer to an inactive sidebar for a Mailchimp form. But because of the issue on live, we are not able to remove the sidebar and see if that fixes the issue. Also good to know is that we don’t use Mailchimp anymore, so perhaps it’s looking for code that’s not there.

    Do you know how we can fix this?
    Thanks in advance.
    Volgspot

    MLA18
    Participant

    Hello,

    We are using the Enfold theme version 5.6 for our client. Here is the link to their website: rushcreekcreations.com. We have identified an issue between the Yoast SEO plugin and the current Enfold theme. This conflict is causing an error. Please refer to the screenshot here: https://i.imgur.com/WT1S5R2.png.
    When we update the product detail pages, we encounter the following error:

    Error Details
    =============
    An error of type E_ERROR was caused in line 124 of the file /nas/content/live/rushcreekcreat/wp-content/plugins/woocommerce/includes/wc-notice-functions.php. Error message: Uncaught Error: Call to a member function set() on null in /nas/content/live/rushcreekcreat/wp-content/plugins/woocommerce/includes/wc-notice-functions.php:124
    Stack trace:
    #0 /nas/content/live/rushcreekcreat/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/product_snippets/product_snippet_button.php(182): wc_clear_notices()
    #1 /nas/content/live/rushcreekcreat/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1181): avia_sc_produc_button->shortcode_handler(Array, ”, ‘av_product_butt…’, Array)
    #2 /nas/content/live/rushcreekcreat/wp-includes/shortcodes.php(433): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ”, ‘av_product_butt…’)
    #3 [internal function]: do_shortcode_tag(Array)
    #4 /nas/content/live/rushcreekcreat/wp-includes/shortcodes.php(273): preg_replace_callback(‘/\\[(\\[?)(av_hea…’, ‘do_shortcode_ta…’, ‘[av_heading …’)
    #5 /nas/content/live/rushcreekcreat/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-helper.php(580): do_shortcode(‘[av_heading …’)
    #6 /nas/content/live/rushcreekcreat/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php(2091): ShortcodeHelper::avia_apply_autop(‘[av_heading …’)
    #7 /nas/content/live/rushcreekcreat/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1181): avia_sc_columns->shortcode_handler(Array, ‘\n[av_headin…’, ‘av_one_half’, Array)
    #8 /nas/content/live/rushcreekcreat/wp-includes/shortcodes.php(433): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\n[av_headin…’, ‘av_one_half’)
    #9 [internal function]: do_shortcode_tag(Array)
    #10 /nas/content/live/rushcreekcreat/wp-includes/shortcodes.php(273): preg_replace_callback(‘/\\[(\\[?)(av_one…’, ‘do_shortcode_ta…’, ‘[av_one_half fi…’)
    #11 /nas/content/live/rushcreekcreat/wp-includes/class-wp-hook.php(324): do_shortcode(‘[av_one_half fi…’)
    #12 /nas/content/live/rushcreekcreat/wp-includes/plugin.php(205): WP_Hook->apply_filters(‘[av_one_half fi…’, Array)
    #13 /nas/content/live/rushcreekcreat/wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php(117): apply_filters(‘the_content’, ‘[av_one_half fi…’)
    #14 /nas/content/live/rushcreekcreat/wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php(209): Yoast\WP\SEO\Builders\Indexable_Link_Builder->build(Object(Yoast\WP\SEO\Models\Indexable), ‘[av_one_half fi…’)
    #15 /nas/content/live/rushcreekcreat/wp-includes/class-wp-hook.php(326): Yoast\WP\SEO\Integrations\Watchers\Indexable_Post_Watcher->build_indexable(248)
    #16 /nas/content/live/rushcreekcreat/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
    #17 /nas/content/live/rushcreekcreat/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
    #18 /nas/content/live/rushcreekcreat/wp-includes/post.php(4771): do_action(‘wp_insert_post’, 248, Object(WP_Post), true)
    #19 /nas/content/live/rushcreekcreat/wp-includes/post.php(4862): wp_insert_post(Array, false, true)
    #20 /nas/content/live/rushcreekcreat/wp-admin/includes/post.php(453): wp_update_post(Array)
    #21 /nas/content/live/rushcreekcreat/wp-admin/post.php(227): edit_post()
    #22 {main}
    thrown

    Could you please look into the matter and provide us with feedback?$_COOKIE

    Thank you!

    Hi Rikard

    And if I don’t use the layout builder – where are the standard-templates with the navigation etc. in it to make a copy of it that I configured within enfold? It’s all there when I use “standard”, but nothing, when I make a new one

    Greetings,
    Michelle

    #1436492

    Hey Tim Headford,
    v5.6.7 fixed issues with PHP 8.2.4
    I have not seen issues with v5.6.10 and PHP 8+
    Try first making a full backup with your webserver tools, not a plugin, then manually update the theme, the switch to PHP 8, try the lower version you have available first, some servers have PHP 8.3 now but this is “bleeding edge” and I can not test it, try PHP 8.1

    To manually 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

    #1436487

    In reply to: Footer

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    #1436482
    Tim Headford
    Guest

    Hi. Sorry, this is a technical question, but the theme licence belongs to my client and they can’t access the details, so I can’t get through to you any other way.

    Is Enfold v5.3.1.1 compatible with PHP 8?

    I’m trying to get them to upgrade to v5.6.10 but it’s complicated, for reasons I can’t explain. If 5.6.10 won’t fix the PHP 8 issue then I won’t go to the trouble.

    Thanks in advance.

    Hi,

    Thank you for the info.

    I want to see all of the items in all of the Portfolio Items, including all of the images in the Masonry Gallery media elements.

    You might be able to do it by enabling the AJAX Portfolio option. Please check the demo and the documentation below:

    // https://kriesi.at/themes/enfold/portfolio/portfolio-ajax/
    // https://kriesi.at/documentation/enfold/portfolio-grid/#creating-new-portfolio-items

    If this is not an option, then you may need to use the Masonry Gallery or the Gallery element and upload the images of all portfolio items in the same page.

    Best regards,
    Ismael

    #1436466

    Hi,

    Thank you for the inquiry.

    You have to use the Duplicator or any plugin of the same kind in order to create a backup of the database and the server files, including the theme files. For more info on how to update the theme manually, please check the links below.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
    // https://kriesi.at/archives/the-complete-guide-to-updating-enfold

    Best regards,
    Ismael

    #1436461

    In reply to: Google consent mode v2

    Hi Mike,

    Our client is also asking for an urgent update; is there any more information available about when the Enfold cookie banner will be compliant with Google Consent Mode v2, or should we start looking for an alternative?

    Cheers,
    Ita

    #1436458

    Hey Paul,

    Thank you for your inquiry and for being a long-time user of Enfold.

    1.) Did you enable the Enfold > Performance > Delete Old CSS And JS Files option? This setting is designed to remove old or unused css and js files from the dynamic_avia folder. If you’re already using a third-party compression plugin or have enabled compression options within your cache plugin, please make sure that you disable the theme’s file compression settings to avoid unexpected behavior.

    2.) We haven’t encountered this error before, so we’re not sure what could be causing it. However, you can revert back to the Classic Editor by adjusting the Enfold > Theme Options > Select Your Editor settings, which means you no longer require the plugin.

    Best regards,
    Ismael

    #1436457

    Hi,
    I am sorry to bother you again. I did not quite get it.
    I have wordpress 4.9.25 and Enfold 3.0.4 and Enfold child 1.0 (which is active).
    Can you please give me a short step-to-step instruction for

    1. backing up the site (why using duplicator, isn´t it enough to download the entire site via ftp?)
    2. updating wordpress
    3. updating Enfold
    4. reimport the content (menus, sites…) without importing the bug

    I´d be so thankful, if you could help me.
    All the best, Arne

    #1436444

    Hi,

    Thank you for the renewing your support license. Please continue in the next thread: https://kriesi.at/support/topic/facing-some-bugs-issues-after-upgrading-the-enfold-version-to-5-6-10/

    Best regards,
    Ismael

    Hi!

    Thank you for the inquiry.

    1-2) Looks like the site is still loading the old scripts and stylesheets. Please disable the Autoptimize plugin temporarily, then deactivate the Enfold > Performance > File Compression settings. This should fix the styling and layout issues.

    Regards,
    Ismael

Viewing 30 results - 9,451 through 9,480 (of 244,468 total)