Viewing 30 results - 2,491 through 2,520 (of 11,206 total)
  • Author
    Search Results
  • #1209097
    günter
    Participant

    Hi,

    In the av-share-box only the Email button is displayed correctly. All other buttons remain empty. Email:
    <a aria-label="Per E-Mail teilen" href="mailto:?subject=xxx" aria-hidden="false" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Per E-Mail teilen"><span class="avia_hidden_link_text">Per E-Mail teilen</span></a>

    The icon is missing for all others (data-av_icon=”” data-av_iconfont=”entypo-fontello”):
    <a target="_blank" aria-label="Teilen auf Reddit" href="https://reddit.com/submit?url=xxx" aria-hidden="false" title="" data-avia-related-tooltip="Teilen auf Reddit" rel="noopener noreferrer"><span class="avia_hidden_link_text">Teilen auf Reddit</span></a>

    With the mouseover, only the remaining empty space (from padding) is recolored.

    Enfold 4.7.4 / WordPress 5.2.6 / PHP 7.2.30
    No error message with define (‘WP_DEBUG’, true) in wp-config.php.

    Thaks,
    Günter

    #1208891

    Topic: Wrap Enfold Row in a

    in forum Enfold
    James Bowtine
    Participant

    Hello guys,
    is it possible, or how can I add a container around an Enfold row, example: <container> Enfold stuff here </container>

    i.e. in order to hide / expand sections of a website with a textual link or button.

    • This topic was modified 5 years, 10 months ago by James Bowtine.
    #1208856

    Topic: Problem with button

    in forum Enfold
    kikosanchezestudio
    Participant

    Hi, I have a problem, I want to change the color button on a single woocommerce product (now the background button is white and the text is grey). (attached 1)
    I want to change the background button with other color and the text are white.

    The product has show in a page with enfold product grid module (attached 2)
    http://www.labiatae.com.mialias.net/aceites-esenciales/

    Cool you help me please? Best regards

    Attached here:
    https://www.dropbox.com/s/nwk7tfnfnc6gu8q/attached.zip?dl=0

    #1208493
    marco3253
    Participant

    Dear support,
    in a brand new installation of wordpress + enfold + WooCommerce for making some test, i’m experiencing some problems with the backend of enfold and editors.
    in the enfold options, avia builder is enabled as the default editor, and it’s working.
    If I add a new page or post, i can write using avia builder with no problem.
    But if i click on disable avia builder (the button upside the editor) the classic editor is not showing.
    This is not a problem for posts or pages, because I will use the avia builder.
    The problem comes up into WooCommerce product add page, where for the description you must use the default editor, and it is no showing up.
    Is a problem of mine or is a know problem?

    Thank you (I add you some screenshot)

    #1208206

    Hi Nikko,

    Thank you for your response.

    Concerning the Bookly Plugin, it works just with a sort code (for example : [bookly-form category_id=”3″ service_id=”34″ staff_member_id=”3″ hide=”categories”] ), inside the text area of product short description or in the product description or in any page in Enfold.(works fine in any area)
    We choose during the design of each product to be (Bookly) at the beginning of the area (inside in the short description area) in order for customers to choose firstly the Service, date and time, etc. (Booking process).
    Despite the area that the Bookly displays we would like a CSS code (Enfold – General Styling – Quick CSS) in order for the “add to cart button” and if it possible the Paypal button (the whole blue area in the screenshot) to move underneath of the description area, to the bottom of the product page.

    I attach a screenshot in the private area.

    Thank you very much

    Angel

    #1207806
    Julian Post
    Participant

    I am trying to tranlaslate my Woocommerce Shop and I have used the Enfold builder to make the product pages. I can’t however tranlate some Elements.

    – incl. 19% MwSt. (VAT)
    – Button: In den Warenkorb (Add to cart)
    – Kategorien: (Categories of the product)
    – Ähnliche Produkte (Related products) : the title and the buttons

    #1207604
    regispt
    Participant

    Hi there
    I am a following your below instructions to add an icon among the social media icons in the top header:

    but I can’t make it to work for icon=’ue854′ font=’entypo-fontello’ which I do have in my media library, but for a reason that I ignore I am not given the opportunity to select it among the social icons.
    Thx

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’);
    return $icons;
    }
    add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);

    // Add new icon as an option for social icons
    function avia_add_custom_social_icon($icons) {
    $icons[‘Icon Label’] = ‘icon_name’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    #1207217

    Hey NewbieEnfold,

    The code shared here adds an attribute to the submit button of the contact form. So it will track the contact form submissions.
    https://kriesi.at/support/topic/tracking-contact-form-in-google-tag-manager/#post-429580

    You can try adding the code for the submit event instead:

    
    add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3);
    function avia_add_submit_attributes_to_cf($att, $formID, $form_params){
        $att = "onsubmit =\" dataLayer.push({'event': 'form-submission'}); \"";
        return $att;
    }
    

    Best regards,
    Victoria

    #1207128

    In reply to: Update und Api Key

    Hi NummerElf,

    Envato has already stopped using API keys and are now using tokens, so you can’t do the theme update using the normal process.
    Please do the following after making a backup:

    • Put your site in maintenance mode (using a plugin)
    • Switch to Twentytwenty or any WordPress Default Themes and Delete Enfold
    • Unzip the zip file you have downloaded from Themeforest
    • Open the unpacked folder produced by unzipping the file and you should find enfold.zip file
    • Go to your site, and in the Dashboard, go to Appearance > Themes and click the Add New button
    • Click the Upload Theme button then click Choose File and upload the enfold.zip file
    • Install and Activate the theme
    • Turn off maintenance mode, deactivate and uninstall the maintenance plugin

    To make updates work normally again, here’s our documentation for register your theme with a personal token in Envato: https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-1-closed

    Best regards,
    Nikko

    #1206961
    AngelAsim
    Participant

    Hello,

    I would like your help concerning Enfold Theme, Eshop Demo with Woo Commerce installed.

    I would like to move the add to cart button on a product page from the above section (Product Short Description) to below the description section.

    (I prefer CSS code in General Styling Quick CSS section)

    Thank you in advance

    Angel Assimakopoulos

    #1206749
    lopinus
    Participant

    Hi support,
    I’m using ajax search for woocommerce on our website which gives the user different search results. One of them, the product result, shows the product in a preview layer next to the results list. Below the product image users can choose a quantity and put the product into their cart right out of this dialog.

    I assume there is a JavaScript function that converts standard quantity input to quantity in Enfold style with “plus” and “minus”, is that correct? How can we add those plus/minus buttons on the quantity field when we call woocommerce_quantity_input() in AJAX because Enfold doesn’t add it automatically?

    Here’s the website, the search field ist directy below the top slider. Please try POLAR as search term and hover the results below the “PRODUKTE”. The single product view with quantity input opens on the right side:

    Thank you very much in advance!

    • This topic was modified 5 years, 10 months ago by lopinus.
    #1206645

    Hi Brad,

    color: primary isn’t possible, If I’m not mistaken, do you want to modify the default color for buttons?
    The default button color can be changed (and not based on the theme color you set), go to Enfold > Advanced Styling > (Select an element to customize) Buttons then Edit Element and you should be able to change that. Other than that we can use CSS codes.

    Best regards,
    Nikko

    #1206577

    In reply to: main menu

    Hi spirhid101,

    Here are the docs for you:

    Can you show us what you’ve got so far?

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1206537
    dtiboth
    Participant

    A very good afternoon,

    Could you please assist with customizing the ‘Add to Cart’ button below product images. Replace the text ‘Add to Cart Button’ with ‘Buy Now’ for items that are for sale, the ‘Bid Now’ button for items that are on auction must remain as is. . I also want it to ‘Always be on display’ and static on my homepage. If possible also increase its font size in relation to the other text. The background colour of the ‘Buy Now’ and ‘Bid Now’ buttons must be dull orange (#af5f31)

    Kindly also assist with removing the ‘Enfold Theme by Kriesi’ link in the footer socket.

    I do not want to attempt these changes by myself cause I am very new to web design and have crashed this website twice already and very careful.

    My website link and login details are in the private content.

    Thank you and looking forward to your usual assistance.

    Regards
    David from Namibia

    #1206513

    In reply to: Purchase enfold theme

    Hey Stefanie,

    Thanks for contacting us!

    I just checked the button and it works fine on my end. Here is the link of the button – https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990 :)

    Let us know if you have any other questions!

    Best regards,
    Yigit

    #1206491
    Stefanie Geenen
    Guest

    Hi there,

    I am interested in your themes but cannot inform myself about the prices because the link on your website (button: “Purchase enfold now!”) doesn’t work. Can you fix that problem?

    Thanks and best regards
    Stefanie

    Oh my gosh, same! I’ve used Enfold 2017 for a few years but just recently got a new license for another site and noticed I have to use the arrow button on the keyboard when dragging a new element to the bottom of the page, whereas before, it would scroll automatically just by moving the mouse to the bottom edge of the browser. It makes adding new content elements from Avia builder much slower and super annoying.

    #1206363

    Hey Michael,

    Here are the docs for you:

    Best regards,
    Victoria

    #1206335

    Hey panzero,

    Envato has already stopped using API keys and are now using tokens, so you can’t do the theme update using the normal process.
    Please do the following after making a backup:

    • Put your site in maintenance mode (using a plugin)
    • Switch to Twentytwenty or any WordPress Default Themes and Delete Enfold
    • Unzip the zip file you have downloaded from Themeforest
    • Open the unpacked folder produced by unzipping the file and you should find enfold.zip file
    • Go to your site, and in the Dashboard, go to Appearance > Themes and click the Add New button
    • Click the Upload Theme button then click Choose File and upload the enfold.zip file
    • Install and Activate the theme
    • Turn off maintenance mode, deactivate and uninstall the maintenance plugin

    To make updates work normally again, here’s our documentation for register your theme with a personal token in Envato: https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-1-closed

    Best regards,
    Nikko

    #1206291

    Hey sue007,

    Please have a look at the docs here:

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1206071

    maybe you go and scale the iframe in the code above to:
    these are your settings of width from enfold container.

    {max-width: 1310px;height:90vh}
    

    and adjust the hover state of iframe close button

    .mfp-arrow:hover, .mfp-close:hover {
      background-color: #7ec346;
    }
    .mfp-image-holder .mfp-close, 
    .mfp-iframe-holder .mfp-close {
      right: 0;
    }
    #1205887

    Enfold uses the lightbox of Magnific Popup from : Dmitry Semenov

    on its api you can see how to get some animation on it: https://dimsemenov.com/plugins/magnific-popup/documentation.html#animation

    in general the animations are set there via custom-class.
    Here you have some examples on animation: https://codepen.io/dimsemenov/pen/GAIkt

    the only thing is that you had to transform the given css rules of a animation to your quick.css
    f.e. i like the mfp-3d-unfold:

    /* 
    ====== 3d unfold ======
    */
    
    .mfp-3d-unfold {
      /* start state */
      /* animate in */
      /* animate out */
    }
    
    .mfp-3d-unfold .mfp-content {
      perspective: 2000px;
    }
    .mfp-3d-unfold .mfp-with-anim {
      opacity: 0;
      transition: all 0.3s ease-in-out;
      transform-style: preserve-3d;
      transform: rotateY(-60deg);
    }
    .mfp-3d-unfold.mfp-bg {
      opacity: 0;
      transition: all 0.5s;
    }
    .mfp-3d-unfold.mfp-ready .mfp-with-anim {
      opacity: 1;
      transform: rotateY(0deg);
    }
    .mfp-3d-unfold.mfp-ready.mfp-bg {
      opacity: 0.8;
    }
    .mfp-3d-unfold.mfp-removing .mfp-with-anim {
      transform: rotateY(60deg);
      opacity: 0;
    }
    .mfp-3d-unfold.mfp-removing.mfp-bg {
      opacity: 0;
    }

    And is set via child-theme functions.php by:

    function add_lightbox_effect() { 
    ?>
    <script type="text/javascript">
    (function($) {
    $(window).load(function(){
      $('.inline-popups').magnificPopup({
        delegate: 'a',
        removalDelay: 500,
        mainClass: 'mfp-3d-unfold',
        type:'inline',
        midClick: true,
      }); 
      $(document).on('click', '.popup-modal-dismiss', function (e) {  
        $.magnificPopup.close();
      });
    });
    })(jQuery);
    </script>
    <?php }
    add_action('wp_footer', 'add_lightbox_effect');

    the popup-modal-dismiss thing is not needed for that – but if there is a button to go to f.e. an anchor link on the page – it closes the popup with that class.

    you see that for that code a custom-class is set to a parent of the anchor link : inline-popups
    but change it to whatever you like.

    See here an example : https://webers-testseite.de/pureinstall/info/

    #1205842

    Hi Mike,
    sorry for my late reply.
    Thank you very much for editing the script. I replaced the old code with the new “smooth”-script you send, so I got this and uploaded functions.php:

    function add_custom_cs(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery(“#hide_company”).hide();
    jQuery(“#hide_technology”).hide();
    jQuery(“#hide_product”).hide();
    jQuery(“#hide_sustainability”).hide();
    jQuery( “.companyschalter” ).click(function() {
    jQuery( “#hide_company” ).scrollTop(100);
    jQuery( “#hide_company” ).toggle();

    });
    jQuery( “.technologyschalter” ).click(function() {
    jQuery( “#hide_technology” ).toggle();
    });
    jQuery( “.productschalter” ).click(function() {
    jQuery( “#hide_product” ).toggle();
    });
    jQuery( “.sustainabilityschalter” ).click(function() {
    jQuery( “#hide_sustainability” ).toggle();
    });
    });

    (function ($) {
    $(“.sustainabilityschalter”).click(function(e) {
    e.preventDefault();
    var elmnt = document.getElementById(“hide_sustainability”);
    setTimeout(function () {
    elmnt.scrollIntoView({ behavior: ‘smooth’, block: ‘start’ });
    }, 1500);
    });
    $(“.productschalter”).click(function(e) {
    e.preventDefault();
    var elmnt = document.getElementById(“hide_product”);
    setTimeout(function () {
    elmnt.scrollIntoView({ behavior: ‘smooth’, block: ‘start’ });
    }, 1500);
    });
    $(“.class-of-button”).click(function(e) {
    e.preventDefault();
    var elmnt = document.getElementById(“ID-of-hidden-section”);
    setTimeout(function () {
    elmnt.scrollIntoView({ behavior: ‘smooth’, block: ‘start’ });
    }, 1500);
    });
    })(jQuery);

    Unfortunately i got this error-message:
    Parse error: syntax error, unexpected end of file in /homepages/10/d85211480/htdocs/subd_foo/wp-content/themes/enfold/functions.php on line 855

    Best regards
    Grobi

    #1205764

    In reply to: main menu

    Support,

    Is it possible to achieve on avia layout builder to hide a footer menu and only trigger when you click a button.
    same as this footer
    https://www.adventurepark.com.au/

    Also how can I make the icons near beside the title inline, because the gap is too far when I use an element. I don’t want the icon under the title.

    Frustrating, no buttons design options as well only a square. but on this theme there is
    https://preview.themeforest.net/item/enfold-responsive-multipurpose-theme/full_screen_preview/4519990

    Regards,
    Phil

    • This reply was modified 5 years, 10 months ago by spirhid101.
    #1205689
    mario_md
    Participant

    Hallo.

    Ich benutze das Enfold Theme in Kombination mit Woocommerce und dem Fancy Product Designer.

    Beim Produkt Designer gibt es mehrere Möglichkeiten, diesen anzuzeigen:

    • Anstelle des Produktbildes: Das ist aber viel zu klein und nicht benutzerfreundlich
    • In einer Lightbox: Das funktioniert bei mir leider nicht. Die Lightbox versucht sich zu öffnen, dann wird aber die Seite neu geladen und nichts passiert.
    • Nach der Produktbeschreibung: Dann sieht man links das Produktbild, rechts die Beschreibung, Preis usw. und unter dieser Spalte dann den Designer – das sieht auch nicht gut aus.
    • Die letzte Möglichkeit ist ein “Hook” – ich habe keine Ahnung was das ist, aber wenn ich das aktiviere, passiert gar nichts :)

    Grundsätzlich wäre es toll, wenn sich der Produkt Designer in einem eigenen ganzen Fenster öffnen würde. Eventuell nur mit meinem Logo und einen “Abbrechen”-Button, mit dem der Besucher wieder zur vorherigen Seite zurückgelangt. So ist beim Designen der Fokus direkt auf den Designer gerichtet und der komplette Bildschirm steht zur Verfügung.

    Nur wie kann ich das realisieren?
    Hat jemand eine Idee?

    Danke im Voraus!

    Beste Grüße
    Mario

    • This topic was modified 5 years, 10 months ago by mario_md.

    Dear team,
    After the enfold theme update in order to get
    Fullscreen easy slider to be responsive, delete the fullscreen easy slider and input a new one then the image will be responsive (solution)

    I still have issue with fullwidth easy slider! My aim is to have a full screen responsive video – with buttons and link (i temporary hide it on mobile so u cant see it). So fullwidth easy slider seems to be ideal for it. However it doesnt load and only show a fallback image(logo) with the button. Any workabout methods or any coding to make it happen?
    Best
    Kayz

    #1205586

    I looked for some solution on my side and I found the css
    .woocommerce-product-search input {}
    which helped me to do some of the changes I wanted.
    But I would like to customize the woocommerce search bar like the Enfold search bar (a unique bar with the magnifying glass on the right and no search button)… How could I do that?
    For my second question I’m still looking for a solution… If you could help me please…
    Thanks a lot!!

    kayzelmoo
    Participant

    Dear Team,
    I applied the following code – only the submit button work. But I need the other code for the email address too! Anyone can offer their expertise/advice?

    p.form_element.first_form.form_element.form_element_two_third.av-last-visible-form-element.modified_width{
    margin-left:16%!important;
    }

    Best!

    #1205304
    prana3stil
    Participant

    Hi guys!

    I am an old user of your theme and as always let me just say keep up the good work.

    I have 3 questions regarding new project:
    1.)
    When will you include “Research gate” social icon as part of theme? Its 6 years old well known portal.
    I have now added icon over this steps:

    But now when I hover-over with mouse at the top, the name says “icon_name”. Which part is needed to correct for this to work? I have tried everything in the code specified on the URL above.

    2.)
    On frontpage there are “partner logos”. You can see them at bottom.
    As you can see there are different sizes. How to allign them in the center of box? Like to have line go in the middle of them if you know what I mean.

    3.)
    At the start there is cookie consent form. But button “read more” is not working. You can see there is link but click doesnt work.

    I have provided URL in private content.

    Thank you and best regards!

    Marc

    leftm
    Participant

    Hello support,
    I have been using ENFOLD for a long time. Thanks for such good theme.
    I use the main menu at header and sub menu over full width.
    Everything is ok for the desktop view. However, the menus in the mobile view are changed to the burger button. Since the sub menu is attached directly to the header, you can see two different burger icons. It doesn’t look very professional.
    See link.
    –> https://erlogroup.de/downloads/burger%20styles%20different.jpg
    Is it possible to make the burger icon of the submenus identical to the main menu burger icon?
    Thanks in advance for your help.
    Best regards Jens

Viewing 30 results - 2,491 through 2,520 (of 11,206 total)