Forum Replies Created

Viewing 30 posts - 4,621 through 4,650 (of 67,479 total)
  • Author
    Posts
  • in reply to: Ideal PHP version for Enfold 6.0.2 and WP 6.6.1 #1462927

    Hey jaimemerz,

    Thank you for the inquiry.

    We recommend upgrading to PHP 8.0 or later versions to eliminate potential errors related to older PHP versions. The site will also benefit from the performance improvements included in PHP 8.0 and later versions.

    // https://www.php.net/releases/8.0/en.php#:~:text=PHP%208%20introduces%20two%20JIT,on%20par%20with%20PHP%207.4.

    Best regards,
    Ismael

    in reply to: Editor is useless #1462926

    Hey bleistift,

    Thank you for the inquiry.

    We can’t reproduce the issue on our end. Did you install any plugins? Please try to temporarily disable all plugins, then update the theme to version 6.0.2. Let us know if this changes anything.

    Best regards,
    Ismael

    Hi,

    I will be looking forward to an update of the theme with the fix.

    This is the intended behavior and the expected returned value, so it won’t be changed in the next patch. However, you can still adjust the returned value by using the avf_dynamic_format_output_data filter in the functions.php file instead of using the script above.

    function avf_mod_dynamic_format_output_data($ret_val, $source_data, $atts, $source, $force_format) {
        $ret_val = str_replace(',', '', $ret_val);
        return $ret_val;
    }
    
    add_filter('avf_dynamic_format_output_data', 'avf_mod_dynamic_format_output_data', 10, 5);
    

    Best regards,
    Ismael

    in reply to: Bug on version Version 6.0.2 #1462922

    Hi,

    Thank you for the info.

    You can disable the mediaelement script by adjusting the Enfold > Performance > Disable Features > Self Hosted Videos And Audio Features (WP-Mediaelement Scripts) settings. You can set it to the first or second option.

    Best regards,
    Ismael

    in reply to: Variable product is not working #1462921

    Hi,

    Thank you for the inquiry.

    We can’t reproduce the same issue on our end. When we select Ford, model Ford Ranger MY22, and variant King Series Plus, the price displays as $3,460.00. It doesn’t freeze or get stuck. Is it still happening on your end? Please try a different browser or device.

    Best regards,
    Ismael

    in reply to: Footer Widgets disappeared #1462920

    Hi,

    Thank you for the update.

    The Advanced Layout Builder is not enabled for events by default. How did you add a Color Section or Farbsection to the event page?

    Best regards,
    Ismael

    Hi,

    Thank you for the update.

    The tags applied to Portfolio Items should not be removed when updating the theme. Are you sure you didn’t previously select the category or portfolio entries taxonomy?

    Best regards,
    Ismael

    in reply to: Add Partner/Logo Element in a Footer Widget #1462916

    Hi,

    Thank you for the update.

    You have to set the builder to debug mode in order to extract the actual shortcode of the partner element from the shortcodes field located just below the Advanced Layout Builder. For more info, please check the link below:

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode

    Once you have the shortcode, go to the Appearance > Widgets panel, add a Text widget to the Footer Column widget area, and paste the shortcode into the editor. Make sure that Text mode is enabled.

    Best regards,
    Ismael

    in reply to: How to add this border? #1462915

    Hi,

    Thank you for the update.

    Have you tried using the Custom Elements Template (CET)? By creating a custom element based on an existing one, you can easily add it to your pages. Any changes made to the custom element will automatically update all instances across every page. For more info, please check the link below.

    // https://kriesi.at/documentation/enfold/custom-element-templates/

    Best regards,
    Ismael

    in reply to: Editor issue with WPML translations #1462914

    Hey colosimoemiliano27,

    Thank you for the inquiry.

    You have to use the WPML Translation Editor instead of the default WordPress editor when translating pages using the Advance Layout Builder. For more info, please check the documentation below.

    // https://wpml.org/documentation/theme-compatibility/enfold/#translate-enfold-wpml

    Best regards,
    Ismael

    in reply to: Advance Editor loss #1462821

    Hi,

    When my article is very long, if I add an object, it will go to the bottom of the entire article.

    Have you tried dragging the new element or object to the center instead of clicking it? When you click an element, it will automatically be added to the bottom of the page. However, you have the option to drag the new element to the exact place where you need it in the builder or page.

    Best regards,
    Ismael

    Hi,

    – The picture size is the same for more than 2 years and didn’t changed. So this can’t be the problem.

    Please note that the criteria used by the PageSpeed Insights tool can change over time, so your score now might be different compared to previous years. Anyway, we noticed that the Enfold > Performance > File Compression settings are disabled. What happens when you enable this feature?

    Also, try temporarily disabling the dynamic content feature by setting the Enfold > Layout Builder > Custom Layout and Dynamic Content settings to the first option. Let us know if this improves your score.

    Best regards,
    Ismael

    Hi,

    Thank you for the info.

    The Content > Select Entries > Which Entries Should Be Used option of the Masonry elements was set to Post Tag and Category when we checked. We set it back to Portfolio Entries and selected the appropriate terms or categories for each page.

    Best regards,
    Ismael

    in reply to: Image order on the Feature Image Slider #1462818

    Hi,

    You have to edit the posts and create a custom field called “featured_slider_order”. Unfortunately, you cannot set a sticky post to the slider. If you require more assistance, please don’t hesitate to open another thread.

    Best regards,
    Ismael

    in reply to: Table sortable header row #1462817

    Hi,


    @Guenni007
    : Thank you for the info.

    Best regards,
    Ismael

    in reply to: WordPress 6.6.1 Maintenance Update #1462816

    Hey Ralph,

    Thank you for the inquiry.

    We tested the theme on the latest WordPress version and so far, we are not encountering any errors or issues. There are no reports in the forum specific to this version either. We recommend cloning the site to a staging environment and updating WordPress there before doing the update on the live site.

    Best regards,
    Ismael

    in reply to: Logo Not Showing Up on Mobile View #1462815

    Hi,

    Thank you for the update.

    The logo seems to be displaying correctly when we checked it on a mobile emulation. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur, or Dropbox to upload and share the screenshot.

    Best regards,
    Ismael

    in reply to: Hide Empty Table Cells on Mobile #1462813

    Hi,

    Great! Glad to know that the script is working. Please let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Add Partner/Logo Element in a Footer Widget #1462812

    Hi,


    @Guenni007
    : I tested the shortcode that you provided, and it seems to be working as it should.

    @mTECHgrate: When you follow the instructions above, make sure to switch from Visual to Text mode before pasting the shortcode into the Text widget.

    Best regards,
    Ismael

    in reply to: what theme is this #1462811

    Hey eric,

    Thank you for the inquiry.

    The storage site is using the Enfold theme. Please check the link below: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Best regards,
    Ismael

    in reply to: Image does not resize properly in smaler screen-size #1462760

    Hey Jak73,

    Thank you for the inquiry.

    You may need to set a maximum height for the image on smaller screens. Please try this css code:

    @media only screen and (max-width: 1366px) {
    
      /* Add your Mobile Styles here */
      .avia-image-container.av-lyy4hw96-14d4598bbbae6a600bb36d5d8e5e1681 img {
        max-height: 300px;
        width: auto;
      }
    }
    

    How do you plan to implement the functionality for the navigation you created manually? As we mentioned in the previous thread, you might be better off using gallery, slider, or layer slider elements that are readily available in the theme instead of manually building this gallery or slideshow.

    Best regards,
    Ismael

    Hey hallo352,

    Thank you for the inquiry.

    It’s not possible to directly insert the friendly captcha into the contact form without significant modification to the template files and form logic. Unfortunately, this level of customization is not covered by our support. However, if it is crucial for you to have this functionality implemented, you can find freelancers who specialize in theme customization by visiting our customization page.

    If you have any other questions or require further assistance, please feel free to let us know.

    Best regards,
    Ismael

    Hi,

    Sorry for the confusion. I misread your previous post. We’ll forward this thread to our channel. In the meantime, if you simply want to remove the comma from the button label, you can try this script in the functions.php file:

    function ava_custom_script_here()
    {
        ?>
        <script>
            (function ($)
            {
                function g()
                {
                    $('.avia-button .avia_iconbox_title').each(function() {
                        var text = $(this).text().replace(/,/g, '');
                        $(this).text(text);
                    });
                }
    
                $(document).ready(function ()
                {
                    g();
                });
            })(jQuery);
        </script>
        <?php
    }
    add_action('wp_footer', 'ava_custom_script_here');
    

    Best regards,
    Ismael

    in reply to: How to add Structured data with Enfold without a plugin #1462757

    Hi,

    Thank you for the info.

    As mentioned above, it doesn’t matter if you use the wp_head hook or directly place the schema in the template file, as long as it’s inside the head tag or at the bottom of the body tag. Unfortunately, we are not sure why it’s not showing in your console. If you recently added or updated the JSON-LD, Google might not have crawled your site yet. You can try to request indexing through the search console

    // https://developers.google.com/search/docs/crawling-indexing/ask-google-to-recrawl

    Also, here’s a cleaned-up version of the schema, with line breaks removed and key casings fixed: https://pastebin.com/9aaVaEfZ

    Best regards,
    Ismael

    in reply to: Table sortable header row #1462755

    Hi,

    I think the childtheme table.php is not needed as we can trigger this by giving the data table the custom class: sortable

    Yes, editing or overriding the table.php file in the child theme is not necessary. Thank you for the info.

    Best regards,
    Ismael

    in reply to: How to add a symbol inside a text? #1462737

    Hi,

    Try to use this css code to adjust the vertical position of the text block in the third column.

    section.av_textblock_section.av-lyscdi3s-bcd0fbae3857e0a950a84fdd1cf33281 {
        top: -5px;
        position: relative;
    }

    Instead of creating this slideshow manually, we recommend using the sliders available in the Advanced Layout Builder or creating one with the Layer Slider.

    Best regards,
    Ismael

    in reply to: Discount product #1462736

    Hey Aubin,

    Thank you for the inquiry.

    You can use the products shortcode to display products on sale or with discounts. For example:

    [products limit="4" columns="4" orderby="popularity" class="quick-sale" on_sale="true" ]
    

    For more info, please check the documentation below:

    // https://woocommerce.com/document/woocommerce-shortcodes/products/#scenario-1-random-sale-items

    Best regards,
    Ismael

    in reply to: Error after upgrading to Enfold 6.0.2 #1462735

    Hi,

    Thank you for the inquiry.

    Please clone the site to a staging or dev environment, upgrade to the latest version, and post the login details in the private field so that we can check the issue properly.

    Best regards,
    Ismael

    in reply to: Theme don’t work #1462732

    Hi,

    Thank you for the update.

    Please provide the login details in the private field so that we can check the theme settings. In the meantime, try to select the front page in the Enfold > Theme Options > Frontpage Settings, and make sure to reset the options in the Settings > Reading panel to default.

    Best regards,
    Ismael

    Hey NWHend,

    Thank you for the inquiry.

    We may need to access the site to better understand the issue. Please provide the login details in the private field.

    Best regards,
    Ismael

Viewing 30 posts - 4,621 through 4,650 (of 67,479 total)