Viewing 30 results - 13,231 through 13,260 (of 244,547 total)
  • Author
    Search Results
  • #1419857

    Hello,

    You can refer to this post https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area and add a widget area to the header.

    Then, you can add an Image widget to your Header widget area and link it to an email ( https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#linking_to_an_email_address ).

    Best regards,
    Yigit

    #1419855

    In reply to: Newsletter

    Hello,

    To use Enfold’s Mailchimp Signup element, please refer to this post: https://kriesi.at/documentation/enfold/mailchimp-signup/.

    Enfold doesn’t have a built-in popup. If that’s something you’d like to see in Enfold, please feel free to request it at https://github.com/KriesiMedia/Enfold-Feature-Requests.

    If you’d like to set up a popup, you’ll need to use a third-party plugin.

    Regards,
    Yigit

    Thank you Rikard.
    It is great that I can get my questions about Enfold theme and get responses that fast!!!

    Much obliged

    #1419842

    Hey mario,

    The update to 5.6.6 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 the new theme files via Appearance->Themes->Add New, and select to overwrite the old theme files after the upload has finished.

    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/

    We don’t have any special rates unfortunately, but if you already own a license then you don’t have a purchase a new one.

    Best regards,
    Rikard

    #1419841

    Hi Mike,
    No I’ve just the Google Fonts in Enfold Child>General Styling>Fonts
    I did not upload any font.
    Best Regards
    Andreas

    mario siokola
    Guest

    Hi there,

    I’m having a variety of problems using the rnfold theme on our website. When I try to update it, I get this message, suggesting that I’m using the latest version: “No updates available. You are using the latest version! (4.0.7)”. But there seems to be a 5.6 version available on the themeforest. Why can’t I update the theme? Do I need to buy a new version / key. Please help! Another question is, if we need a new licence, do you have special rates for NGO’s? We are a tiny Austrian aid organisation with very few resources, so any help would be great. Thank you very much!

    #1419824

    Hi,

    That almost worked. I still have to x out left side of screen to get full enfold screen

    That is the default behavior. You can set the Fullscreen Mode as default in the Options > View panel.

    Best regards,
    Ismael

    #1419821

    Hi,

    Thank you for the update.

    A added the Google Analytics Tracking Code with “Code Snippets” in the header.

    As mentioned above, the privacy option can only interact with the analytics script when the tracking code is added in the appropriate field. The tracking code should be added in the Enfold > Google Services > Google Analytics Tracking Code field.

    Best regards,
    Ismael

    #1419817

    one way could be the very old way to set something in this html :

    <details>
      <summary>Details</summary>
      Click here to add your own text 
    </details>

    you can add that to the team member description field – there are warnings about using tags – but it will work!

    Or you do not enter the description to the team member element but in a separate text-block under the team member element.
    On newer enfold versions there are options to fold/unfold text-block element just below the content input text area.

    see both alternatives here:
    https://webers-testseite.de/team-member/

    #1419813

    In reply to: Anchor links vs Safari

    Hi,

    Thank you for the update.

    We can reproduce the issue but not yet sure what is causing it. It might be due to the hidden section on desktop and medium devices. Please try to add this css code and make sure to temporarily disable the Enfold > Performance > File Compression settings.

    @media only screen and (min-width: 990px) {
    
      .responsive.av-no-preview #top #wrap_all .av-desktop-hide,
      .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-hidden,
      .responsive.av-no-preview #top #wrap_all .av-desktop-font-size-title-hidden {
        display: none;
        height: 0;
      }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 989px) {
    
      .responsive.av-no-preview #top #wrap_all .av-medium-hide,
      .responsive.av-no-preview #top #wrap_all .av-medium-font-size-hidden,
      .responsive.av-no-preview #top #wrap_all .av-medium-font-size-title-hidden {
        display: none;
        height: 0;
      }
    }

    Best regards,
    Ismael

    #1419810

    In reply to: Web page design quote

    Hey Sada,

    Thank you for your interest in the theme.

    We don’t handle site development projects on this platform, but we do offer WordPress theme such as Enfold, which you can find on Themeforest: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    If you need assistance or have questions, please feel free to reach out to us here in the forum. We’re here to help!

    Best regards,
    Ismael

    #1419809

    In reply to: Web page design quote

    Hey Sada,

    Thank you for your interest in the theme.

    We don’t handle site development projects on this platform, but we do offer WordPress theme such as Enfold, which you can find on Themeforest: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    If you need assistance or have questions, please feel free to reach out to us here in the forum. We’re here to help!

    Best regards,
    Ismael

    #1419807

    Hey mikegrace78,

    Thank you for the inquiry.

    Did you disable the Enfold > Performance > File Compression settings after doing the modification? It’s possible that the site is still using the minified version of the file without the modification described in the previous thread. Please purge the cache as well afterward.

    Best regards,
    Ismael

    enic5
    Participant

    Hi,

    Can a moderator please help out? Everything has been tested and run multiple times, there’s some issue with the Enfold “Contact Form”. When testing the sender will recieve the confirmation email, but the mail sent won’t land in designated inbox.

    Sending regular e-mail to the adress however works and everything is normal. We launched a site but now we can’t have contact forms so we temporarily replaced them with buttons…

    Kind regards

    #1419799

    Hi bassato,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:767px) {
        #top .woocommerce-cart-form .shop_table.cart .cart_item {
            display: flex;
            flex-direction: column;
            width: 100%;
        }
        
        #top .woocommerce-cart-form .shop_table.cart .cart_item td:before {
            content: attr(data-title) ": ";
            font-weight: 700;
            float: left;
        }
        
        #top .woocommerce-cart-form thead,
        #top .woocommerce-cart-form .shop_table.cart .cart_item .product-remove:before {
            display: none;
        }
        
        #top .woocommerce-cart-form .shop_table.cart .cart_item .product-remove, 
        #top .woocommerce-cart-form .shop_table.cart .cart_item .product-name, 
        #top .woocommerce-cart-form .shop_table.cart .cart_item .product-price, 
        #top .woocommerce-cart-form .shop_table.cart .cart_item .product-quantity {
            display: block;
            width: 100%;
            padding: 12px 20px;
        }
        
        #top .woocommerce-cart-form .shop_table.cart .cart_item .product-name, 
        #top .woocommerce-cart-form .shop_table.cart .cart_item .product-price, 
        #top .woocommerce-cart-form .shop_table.cart .cart_item .product-quantity {
            text-align: right;
        }
        
        #top .woocommerce-cart-form .shop_table.cart .cart_item .product-name .component-name {
            max-width: 220px;
            margin-left: auto;
            padding-left: 0;
        }
        
        #top .woocommerce-cart-form .shop_table.cart .cart_item .product-name .component-name * {
            float: right;
        }
        
        #top .woocommerce-cart-form .shop_table.cart .cart_item .product-quantity .quantity {
            width: 170px;
            margin-right: 0;
        }
    }

    Please let us know if it helps.

    Best regards,
    Nikko

    #1419797

    Hi,
    Sorry, I don’t understand what you mean, we are talking about the logo being centered and showing when the burger menu is open, so just like my original screenshots above, on mobile the logo is centered:
    Enfold_Support_3397.jpeg
    and when the menu is open the logo shows centered:
    Enfold_Support_3395.jpeg
    Please note that you should test after clearing your cache and while logged out because the admin topbar that shows when you are logged in will displace the menu and logo.

    Best regards,
    Mike

    #1419794

    Hi Sckilayre,

    Thanks for giving us admin access.
    I changed Javascript File Merging And Compression from Enable – merge and compress all theme javascript files to Use minified theme javascript files without merging in Enfold > Performance. And it seems to have fixed the issue.
    Please review your website.

    Best regards,
    Nikko

    #1419788

    Hi ijnavas,

    I’m glad that Ismael could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1419787

    Hi RENZCOM,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1419786

    Hi madisonstudios1,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1419774
    Xiscoj
    Participant

    Hi there!

    I have found a problem in my website that I do not know how to solve. I have activated the Schema markup option on the Enfold Seo Support menu and it is not working. I can not see any markup in my page.

    For information, I have the Seo Framework plugin on the site.

    I do not know if its because of Enfold or any incompatibility, but I would like to solve it if possible. Can you help me with this?

    #1419773
    mikegrace78
    Participant

    Hi there,

    Wondering if you can help me remove the swipe action on the tab sections on the following page.
    -The issue is on mobile only,
    -I have slider based calculators that are triggering the swipe action on the tab section, making operation of the calculators super annoying

    I have implemented all recommendations noted at the link below and the tabs are still swiping on mobile. Help!

    Thank you in advance!

    #1419771
    charger70
    Participant

    Hello – experiencing tiny type (despite settings) on selected slides. look at the last few slides (use the left arrow to jump there). why is this happening? just started. thanks for your help.

    #1419762

    Hi,

    1. How can I re-sort the tabs in the tab section without having to create them again?

    In the tab section element place your mouse over the double arrow in the tab and drag the tab to a new placement:
    Enfold_Support_3385.jpeg
    the tab number won’t change but the title and content will change.

    2. I would like to have the symbol boxes without frames, but the symbols in the same size and view as symbol boxes with frames, or can I set the color of the text box to white or another color?

    I assume this is your example:
    Enfold_Support_3387.jpeg
    I’m not sure that I understand your question, both elements are the same size, but the first one with no background color looks larger because it blends into the element padding.
    If you change second one the background color to white it will look the same:
    Enfold_Support_3389.jpeg
    so I’m not sure what you want to achieve.It dose look like you are using a different font size for the first box:
    Enfold_Support_3391.jpeg

    Best regards,
    Mike

    #1419760

    I manually uploaded the latest download of Enfold in file manager on the server and it worked!! Thanks.

    Hi Rikard,
    thank you for your quick reply. I noticed that the code only shows up in the Classic Editor, but not in the Block Editor.
    We are running a test site with nearly the same configurations (Enfold, Enfold Child, Plugins) and the issues don’t appear there. iframes work without additional DIVs in Classic Editor.
    Our editors are used to working with the Classic Editor in old posts. All new posts are created in with ALB using the Classic Editor, where the strange code does not appear. Could you provide us a hook to delete this span-code?

    Best regards Anne

    #1419746

    Hi,

    Please register your theme license: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1419745

    I followed the instructions, picked one of the enfold purchases and went to the VisitOconee.com site, Child Theme, and Theme update and copy pasted the ITEM PURCHASE CODE and got an error of:

    Last time we checked the token we were not able to connected to Envato:

    Purchases could not be accessed
    Username could not be accessed (needed for your information only)
    E-Mail could not be accessed (needed for your information only)

    Following errors occurred:

    Purchases: Your private token is invalid.
    username Your private token is invalid.
    email Your private token is invalid.
    Purchases: A problem occurred accessing your purchases. Unable to check for updates.

    +++++++++

    This is the content from the TXT file download on the Theme Forest site on a Enfold purchase (again not sure which site it was purchased for) – here it is:

    LICENSE CERTIFICATE : Envato Market Item
    ==============================================

    This document certifies the purchase of:
    ONE REGULAR LICENSE
    as defined in the standard terms and conditions on Envato Market.

    Licensor’s Author Username:
    Kriesi

    Licensee:
    Madison Studios

    Item Title:
    Enfold – Responsive Multi-Purpose Theme

    Item URL:
    https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

    Item ID:
    4519990

    Item Purchase Code:
    9cefc970-2d61-4d40-abc0-4c566d7ba3f3

    Purchase Date:
    2023-02-17 15:52:36 UTC

    For any queries related to this document or license please contact Help Team via https://help.market.envato.com

    Envato Pty Ltd (11 119 159 741)
    Level 3 551 Swanston Street, Carlton, VIC 3053, Australia
    ==== THIS IS NOT A TAX RECEIPT OR INVOICE ====

    #1419744

    Thank you, I find it much harder in the last few years to update the Enfold theme. It used to let me put in a licence/purchase code and then on ThemeForest.com I could see the list of websites with licenses and that is gone now – or I can not find it any longer. I have purchased tons of Enfold themes from there but can no longer track which purchase belongs to which domain…does that make sense. Can you help me? Thanks for the speedy responses.
    Chris

    #1419743

    Hey Madison,

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

    Best regards,
    Rikard

Viewing 30 results - 13,231 through 13,260 (of 244,547 total)