Viewing 30 results - 9,781 through 9,810 (of 244,475 total)
  • Author
    Search Results
  • #1435260

    Hello, first of all thank you for your patience and cooperation

    if I enable the accessible mode at the top right in the widget area I see what is shown in the attached screen1
    screen1
    If I click on “edit” in the blog sidebar enfold mailchimp newsletter subscription, I see what is shown in the screen2 attachment
    screen2
    With debugging enabled by clicking on edit I see what is shown in the screen3 attachment
    screen3
    Yes, I’m using a page for the footer because I can’t edit the footer and therefore use the widgets and footer sockets. I should make this change on the customize menu, but it looks like in the attached screen4
    screen4
    I have enabled debugging as required

    #1435255
    schweg33
    Participant

    I have created a new page:
    https://sample-page.li/

    I want to install the Enfold theme
    and then the child theme

    Then I get this message:
    The theme is installed …
    The package could not be installed. The theme is missing the stylesheet style.css.
    Theme installation failed.

    Thank you
    Kind regards
    Franz

    #1435253
    arash
    Guest

    Dear Sir or Madam,
    Hello, I wanted to know if Elementor can be installed and compatible with the Enfold template.
    Does not slow down the site
    Do you suggest that Elementor be installed on the template?
    Regards
    Arash

    #1435244

    Hi,
    Thanks for your patience, I see this on your site, and I note that adding multiple items from the same product page doesn’t show the product count, it will only show if you go to another product or the cart page. I’m not able to reproduce this on our demo page, so perhaps this is a plugin conflict, try disabling all of your plugins, including cache and If that resolves the issue, reactivate each one individually until you find the conflict.

    Best regards,
    Mike

    #1435243

    Hi,
    Perhaps I’m not understanding correctly, because I don’t see a mailchimp newsletter widget in your widgets, I only see a page widget:
    Enfold_Support_4791.jpeg
    If you mean the Newsletter via Mailchimp panel in the theme options, then this is a theme option that you can not remove:
    Enfold_Support_4789.jpeg
    If you are receiving WordPress error emails then this is something else and we will need you to enable WordPress Debug so we can evaluate further.
    Your site is using a footer page and not the widgets, so if you want to adjust the footer please go to that page.
    Are you using a access plugin, like a role editer, one that I don’t see when I login, if so please disable it.

    Best regards,
    Mike

    Hi,


    @ParsbergGroup
    , I am not sure what you mean by adding the item purchase code to the NAVIGATION section if you mean adding the purchase code to the theme update panel, then this will not work because you should enter the Envato Token, not the purchase code, you should see a link to the documentation explaining further:
    Enfold_Support_4787.jpeg
    if you have a old install then it will say “API” which is not the same and you will need to update manually:
    To update manually 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
    Please note that since this is not your thread posting your private info here will not be private, the person that opened this thread will as see your private info, and you will not see our comments in the Private Content area.
    I recommend opening a new thread for your questions instead of adding your question to an old thread that someone else started. I recommend removing your private info from this thread and let us know that you have opened a new thread if I misunderstood your question and my answer didn’t help.

    Best regards,
    Mike

    #1435236

    Hi,
    To hide the side post navigation try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #top .avia-post-nav  {
    	display: none;
    }

    aAfter applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1435235

    Hi,
    It looks like you have both the old & new css added:
    Enfold_Support_4784.jpeg
    please remove the old css, and clear your browser cache and check again.

    Best regards,
    Mike

    #1435231

    oh sorry – then I misunderstood your request. To me it sounds like you want to see the icons inside the mobile menu as well (hamburger menu). – The above way is a quick and easy way to have this for small social icon lists. I didn’t see that these are hidden below. of 479px.

    __________

    or try to preserve the social-bookmarks on the same place – because even on 280px screenwidth ( most mobile phones got 320px and more ) the logo does not overlap that area:

    @media only screen and (max-width: 989px) {
      .responsive.av-burger-overlay-active #top #header .main_menu .social_bookmarks a {
        color: #FFF;
      }
    /** if you had changed the phone-info input field - see at bottom of my message **/
      .phone-info .header-meta-mail {
        display: none;
      }
    }
    
    @media only screen and (max-width: 479px) {
      .responsive #top #wrap_all .main_menu .social_bookmarks {
        display: block !important;
      }
      .responsive #top #wrap_all .main_menu .avia-menu .av-burger-menu-main {
        border-color: #1b5289;
        padding-right: 15px;
        margin-right: 5px;
        border-right-width: 1px;
        border-right-style: solid;
        transition: border-color 0.2s ease-in-out;
      }
    }

    but i guess you have to change then a bit your phone-info input field. The standard behavior of enfold between 768px and 989px here in your setting is to show the burger icon and the social-bookmarks besides each other and to hide header_meta social bookmarks, so the “of mail” is obsolete on top then.
    maybe you can do this:
    <div><a href="tel: +31595729729">Bel 0595 729 729</a><a class="header-meta-mail" href="https://noorderwindbewindvoering.nl/contact/#contactformulier"> of mail</a></div>
    – and with that class we can hide it on demand

    or in my opinion better – just to add the binding word to e-mail bookmark without link:
    <div><a href="tel: +31595729729">Bel 0595 729 729</a><span class="header-meta-mail"> of mail</span></div>

    #1435222
    Steve Webgecko
    Participant

    As there is a Theme Option in ENFOLD called «Sidebar Einstellungen» unfortunately not for WooCommerce Standard Templates.
    So how can I achieve hiding the Sidebar on WC Standard Pages, like «Produkt-Schlagwörter» (Product Tags) or Produkt-Kategorie (Product Categories) using the Tag Search function like here:
    https://shop.cleanhouse.ch/produkt-schlagwort/4-farbsystem/

    PHP Snippet is not working:
    function disable_woo_commerce_sidebar() {
    remove_action( ‘woocommerce_sidebar’, ‘woocommerce_get_sidebar’, 10);
    }
    add_action(‘init’, ‘disable_woo_commerce_sidebar’);

    Any ideas for PHP Snippet?

    #1435215
    signumsrl
    Participant

    I created a website in WordPress 6.4.3 with ENFOLD 5.6.10 template. The site is hosted on ARUBA version PHP 8.3. Since the hosting provider allows me to upgrade the MySql database from the current version 5.7 to 8.0, I would like to know if this could generate problems with the ENFOLD theme. I look forward to feedback. Thank you

    Trying to import manually didn’t work with a demo Enfold 2017
    However, it worked with the Parallax theme

    I’m not sure yet what theme I’d prefer, but if I want to use Enfold 2017, could you maybe send me data for parameters to change in .ini files?
    Looks like not enough time or size for the Enfold 2017

    • This reply was modified 2 years, 1 month ago by yantack.
    #1435208

    Hi,

    Great, I’m glad that we could help. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hey yantack,

    Could you try importing the demo manually instead please? https://kriesi.at/documentation/enfold/import-demos/#manual-demo-import–using-xml-files-

    Best regards,
    Rikard

    #1435204

    In reply to: Site is crashed

    Hi,

    Thanks for that. 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

    #1435201
    Groeier!
    Participant

    Hello Ismael,

    Please see the previous topic:

    Because that has been closed, I made a new topic;

    The problem is still not resolved;

    Every day the files seems to get corrupted or something…

    I need to upload a fresh copy of the Enfold main theme to the themes folder to get it working again.
    That it works for max 1 day and I need to upload the main theme again and again.

    How can this be and how can I resolve this?

    I have no caching or something active, so that can’t be the problem.
    Also; because it’s a live site I had to upload a fresh theme, so as of now the layersliders works as expected.
    But like I said; I know for a fact that tomorrow the same problem will occure.

    Greetings Jeen

    #1435192

    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

    #1435191

    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

    yantack
    Participant

    Hello

    I’m trying to import a demo Enfold 2017 but get this error message:

    cURL error 28: Connection timed out after 10001 milliseconds

    The error appears when trying to import any demo.
    I have already tried to import manually as you describe, still doesn’t work.

    —————————————————–
    GoDaddy hosting, managed WordPress

    Could you please help me?

    • This topic was modified 2 years, 1 month ago by yantack.
    #1435182

    Hi,

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

    #top .av_header_with_border.av_header_transparency #header_main {
      border: none; 
    }

    Best regards,
    Rikard

    #1435178

    In reply to: Purchasing New Licence

    Hey Peter,

    Thanks for reaching out to us. You would have to register your theme license in order receive updates: https://kriesi.at/documentation/enfold/theme-registration/.

    Best regards,
    Rikard

    #1435171
    EmanuelaD
    Participant

    Hello, I removed the mailchimp plugin previously configured and now the wordpress customization menu no longer appears. If I try to remove the blog sidebar widget (enfold mailchimp newsletter subscription) gives me With debugging error:

    Fatal error: Uncaught TypeError: strip_tags(): Argument #1 ($string) must be of type string, array given in /web/htdocs/www.sansalvador-associazione.it/home/wp-content/themes/enfold/framework/php/widgets/widget-classes/class-avia-mailchimp.php:153 Stack trace: #0 /web/htdocs/www.sansalvador-associazione.it/home/wp-content/themes/enfold/framework/php/widgets/widget-classes/class-avia-mailchimp.php(153): strip_tags() #1 /web/htdocs/www.sansalvador-associazione.it/home/wp-includes/class-wp-widget.php(535): aviaFramework\widgets\avia_mailchimp_widget->form() #2 /web/htdocs/www.sansalvador-associazione.it/home/wp-admin/widgets-form.php(291): WP_Widget->form_callback() #3 /web/htdocs/www.sansalvador-associazione.it/home/wp-admin/widgets.php(34): require(‘…’) #4 {main} thrown in /web/htdocs/www.sansalvador-associazione.it/home/wp-content/themes/enfold/framework/php/widgets/widget-classes/class-avia-mailchimp.php on line 153

    The theme is updated to the latest version

    #1435169
    Peter McCleery
    Guest

    Hello

    Our website was created by a supplier using the below theme, however they’ve told us that the support has expired. Therefore we wish to purchase this ourselves and retain the theme.

    https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990?gad_source=1&gclid=CjwKCAiA8sauBhB3EiwAruTRJlb9JOZkH1rbEyeH1YkXCZI3iqv2o5YWMbdVizKaHYyvcDI2JcXScxoCfPwQAvD_BwE

    Please can you confirm If we were to purchase a license for this ourselves from the link above (rather than the supplier), could we then enter this into the ‘Enter a valid Envato private token’ section of our WordPress site?

    Thanks. Peter

    Hi,

    Thank you for the inquiry.

    As suggested above, you can apply a custom class name to the Accordion elements and re-initialize the lightbox script in order to group the items. Please edit all Accordion elements in the page, then go to the Advanced > Developer Settings. In the Custom CSS Class name field, place the value ‘accordion-lightbox-group’. After editing all Accordion elements, add this code in the functions.php file.

    function ava_custom_script_group_lightbox()
    {
        ?>
        <script>
        (function($){
            function g() {
                var accordion = $('.accordion-lightbox-group')
    
                accordion.each(function() {
                    var srcList = [];
                    var slider = $(this)
    
                    slider.find('li a').each(function() {
                        var src = $(this).attr('href');
                        var title = $(this).attr('title');
                        var alt = $(this).attr('alt');
                        srcList.push({ src: src, type: 'image', title: title, alt: alt });
                    });
    
                    slider.magnificPopup({
                        items: srcList,
                        type: 'image',
                        gallery: {enabled: true}
                    });         
                });
            }
        
            $(document).ready(function() {
                g();
            });
        })(jQuery);
        </script>
        <?php
    }
    add_action('wp_footer', 'ava_custom_script_group_lightbox');
    

    If this doesn’t work as expected, try to edit the enfold/js/avia-snippet-lightbox.js, look for this code:

    var alt = item.el.attr('alt');
                        if (typeof alt == "undefined")
                        {
                            alt = item.el.find('img').attr('alt');
                        }
    
                        if (typeof alt != "undefined")
                        {
                            img.attr('alt', alt);
                        }
    

    Replace it with:

    if (item.el)
                    {
                        var alt = item.el.attr('alt');
                        if (typeof alt == "undefined")
                        {
                            alt = item.el.find('img').attr('alt');
                        }
    
                        if (typeof alt != "undefined")
                        {
                            img.attr('alt', alt);
                        }
                    }
    

    Best regards,
    Ismael

    #1435162

    Hey Andrea,

    Thank you for the inquiry.

    You can add this code in the Enfold > General Styling > Quick CSS field to apply borders to the accordion slider.

    .aviaccordion.avia-accordion.av-20kk09-5e9d8a8cecdc150ba53caa6aa5560059 {
        border-left: 3px solid red;
        border-right: 3px solid red;
    }

    Best regards,
    Ismael

    #1435160

    Hi,

    Thank you for the update.

    Have you tried uploading the child theme via S/FTP? Please check the documentation below for more info.

    // https://kriesi.at/documentation/enfold/install-enfold-theme/#ftp-install
    // https://kriesi.at/documentation/enfold/child-theme/#how-to-install-the-child-theme

    Best regards,
    Ismael

    #1435155
    Benoit Roussialz
    Guest

    Hi,

    I would like to contact you directly because I do not need advice, but I am encountering a technical problem which seems linked to the Enfold theme.

    I work for a client who uses Enfold on their website, and for the past few days the site has been very slow.
    If I switch to a default WordPress template, the speed is normal.
    The server is not overloaded, there appears to be a hang for several seconds.
    Theme version is 5.6.8 (I have the same problem with version 5.6.10).

    Do you know what could be causing this blockage (connecting to an API to ask if there is an update, loading a resource from a URL, etc.)?

    Thank you!

    #1435153

    Toggling File Compression sadly didn’t solve the issue so I’ve been back to basics and reinstalled Enfold 2017. This has given me the issues I had with my other site which we fixed together. But now I cannot install Enfold-Child theme where I fixed earlier issues with some PHP code. Now each time I try (with several different downloaded Enfold-Child.zip files) I get the error message “Incompatible Archive.”

    Any ideas??

    Hi,

    Thanks for the update, did you check under Enfold->Theme options->Transparency Logo?

    Best regards,
    Rikard

    #1435144

    In reply to: remove button in menu

    Hey Josh,
    Your button should be a menu item that you can find in your menu and remove it, if you only want to hide it on mobile you can add this class the class field:
    av-small-hide av-mini-hide
    Enfold_Support_4782.jpeg
    notice that there are no dots and there is a space.

    If you have further questions please log in to the support forum and open a new thread. Please note that using the contact form is not appropriate for support questions.
    If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.

    Best regards,
    Mike

Viewing 30 results - 9,781 through 9,810 (of 244,475 total)