Viewing 30 results - 1,141 through 1,170 (of 11,213 total)
  • Author
    Search Results
  • #1351119

    Hey NThiem,

    Thank you for the inquiry.

    You can use this code in the functions.php file to add the quantity buttons to the product overview page.

    add_filter( 'woocommerce_loop_add_to_cart_link', function( $html, $product ) {
        if ( $product && $product->is_type( 'simple' ) && $product->is_purchasable() && $product->is_in_stock() && ! $product->is_sold_individually() ) {
            $html = '<form action="' . esc_url( $product->add_to_cart_url() ) . '" class="avia-quantity-button" method="post" enctype="multipart/form-data">';
            $html .= woocommerce_quantity_input( array(), $product, false );
            $html .= '<button type="submit" class="button alt">' . esc_html( $product->add_to_cart_text() ) . '</button>';
            $html .= '</form>';
        }
        return $html;
    }, 10, 2 );
    

    Please make sure that the Enfold > Shop Options > Product layout on overview pages is set to Default or the very first option.

    Best regards,
    Ismael

    #1351075

    Yes, perfect.
    Thank you @guenni007!!


    @ismael

    Maybe you want to take that into your documentation??

    Addendum:

    For the same task i need some more advice.

    -I added a new CPT – “classes”.
    -I published a page called classes and i use a masonry element to call all posts from the CPT “classes”
    -Now i got a 3 or 4 column page with a masonry, description & title as a layer over the image, vanishing on mouse over
    – i give a custom CSS class for the masonry element – lets say “workshop”

    Questions
    What are the selectors to:
    1: Change the color and the transparency for the overlay
    2: Change the font size or color of the description and title?
    3: Change the single masonry element for changing borders, border-radius or so.

    add 4:
    Is there a way to let the excerpt process Enfold-Shortcodes?
    (I would like to have a button as a kind of “Read more) to every Masonry element)

    kind regards
    Elvira

    • This reply was modified 3 years, 10 months ago by InSilentio. Reason: added something
    #1351032
    max2consulting
    Participant

    Hello there,

    we have an enfold installation with child-theme, WPML, WP Rocket and some css in the general styling tab in the theme-options.
    Whenever a new element with a class defined in the css is added, to a site, this css isn’t applied to the new elements, but to the old ones.

    For example we have a class .new-home-button. There is a button with .new-home-button on the site, everthing is fine with that.
    We add 2 new buttons with the same class attached, in the frontend the old buttone with that class has all of this classes css, but the new buttons doesn’t.
    We have to purge the whole rocket-cache to make it work on the frontend for this 2 new buttons.

    IS this a known issue maybe?

    Sinverly

    #1350970
    NThiem
    Participant

    Hello,

    i am using WooCommerce + Enfold.

    I would like to add a quantity counter below the “add to cart” bottons at our product site, below the product itself.

    The red box indicates where i want the buttons to be – optimally inside the product window.

    View post on imgur.com

    This is what i mean with a quantity counter

    View post on imgur.com

    Anyway to do this with shortcode? I am not to familar with CSS or HTML – but i can work with those if there is any code i can tweak till it fits the purpose.

    Thanks in advance! Best wishes, Niclas

    #1350864
    Buskruit Internet
    Participant

    I use a horizontal gallery like this one: https://kriesi.at/themes/enfold-dark-photography/portfolio-item/barcelona/
    Unfortunately, when I use the navigation buttons to navigate through the pictures, it doesn’t work smooth on my website and the last 3 or 4 pictures are not visible. Placing the gallery inside a container has the same effect. But, after (temporary) resizing the browser window, everything works fine. Do you know what could cause this issue? I already tried switching lazy loading and tried with and without caching plugin.

    #1350760

    Hi,

    Thank you for the screenshot.

    You can use this css code to hide the catalogue price and replace it with a button.

    .av-catalogue-price.av-cart-update-price * {
        display: none;
    }
    
    .av-catalogue-price.av-cart-update-price:before {
        content: "View Training";
        color: #000000;
        background: #ebebeb;
        padding: 10px 13px !important;
        top: 10px;
        position: relative;
        border-radius: 3px;
        font-size: 13px;
    }

    Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1350726
    decode
    Participant

    We have problem in header menu quick search .

    We place the following code in enfold theme options HEADER => extra elements =》Phone Number or small info text

    code:
    <div> <input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello" /> <input type="text" id="s" name="s" value="" placeholder=’Search’ /> </div> </form>” aria-hidden=”true” data-av_icon=”” data-av_iconfont=”entypo-fontello” style=””><span class=”avia_hidden_link_text”>Search</span>

    At the same time, we have installed WPML, and the second language system is in incognito mode.
    AJAX will display the results of the main English language instead of the current language.
    We have cleared the website and host cache, closed other plugins, upgraded ENFOLD and WPML versions,
    please help me to resolve it, thank you.

    #1350673
    Jenny-NBPT
    Participant

    i’m working off of a demo in enfold for a photography portfolio. the demo has a layer slider on the homepage with buttons but when I go in to edit this, there is no option available for buttons. the site is almost done and I would like some help here. any suggestions?
    thanks,
    jenny

    p.s. i used this theme years ago and am familiar with the buttons….so I know for sure that they just aren’t there.

    #1350664
    ifranl
    Participant

    Hi all,

    Is
    themes\enfold\config-templatebuilder\avia-shortcodes\product_list.php (as of: https://kriesi.at/support/topic/product-catalogue-template/#post-1350662 )

    also the document I need to modify if I want the Product List element to have a button with the text ‘View training’ instead of the price?

    Or is there perhaps a snippet I can use?

    This is what I would like to achieve:
    https://ifra.nl/wp-content/uploads/2022/05/Schermafbeelding-2022-05-05-om-17.24.41.png

    #1350662

    Hi all,

    Is
    themes\enfold\config-templatebuilder\avia-shortcodes\product_list.php

    also the document I need to modify if I want the Product List element to have a button with the text ‘View training’ instead of the price?

    Or is there perhaps a snippet I can use?

    This is what I would like to achieve:
    https://ifra.nl/wp-content/uploads/2022/05/Schermafbeelding-2022-05-05-om-17.24.41.png

    Update:
    Maybe I should have opened a new topic instead of replying to this old one? Just did: https://kriesi.at/support/topic/button-instead-of-price-at-product-list-element/

    • This reply was modified 3 years, 11 months ago by ifranl.
    #1350550
    peta_moonstone
    Participant

    Hello

    I look after a number of websites all created with Enfold. The most recent websites I have built are both not showing the latest update as available. One website is Enfold 4.8.7.1 and the other on Enfold 4.9 and when I click the CHECK MANUALLY button they both say ‘you are running the latest version!’ Both have the Envato private token entered with the correct permissions. This isn’t happening across all the websites I manage.

    I noticed on another ticket it was suggested to “Please try to install and configure this plugin: https://envato.com/market-plugin/&#8221; – will this fix my issue and do I need to do this for all websites I build with the Enfold theme from now on?

    I have the two websites that are affected in the private content section.

    Thank you for your help
    Peta

    #1350467

    Hi Sabrina,

    Please try to go to Enfold > Advanced Styling > click Select an element to customize and change it to Widget Links and click on Edit Element button then change the Font Color.
    Repeat the same process and for the second one check the Apply only to mouse hover state.
    Hope this helps.

    Best regards,
    Nikko

    I have a couple of other websites with different themes. Both have a page which used to display an Instagram feed. Both now display this error:

    Instagram Feed is encountering an error and your feeds may not be updating due to the following reasons:
    There has been a problem with your Instagram Feed.

    API error 999: Your access token could not be decrypted on this website. Reconnect this account or go to our website to learn how to prevent this.

    Also, they display a button telling me how to fix the error, which links to this page:

    https://smashballoon.com/doc/instagram-api-error-message-reference/?instagram#999

    Not sure if the above is connected to the reason why Enfold Instagam feed is failing?

    #1349951
    koomo
    Participant

    Hi,
    Could you please explain why there are always issues when installing Woccommerce booking alongside Enfold?

    If I look at our page https://guideaujapon.fr/produit/tokyo compared to https://kriesi.at/themes/enfold-travel/product/day-trip-london/ the Quantity Buttons are totally different.

    We bought the plugin following your demo and have never been able to use it properly.

    See my previous post https://kriesi.at/support/topic/woocommerce-bookings-option-to-display-calendar-on-click-not-working/

    Do you reimburse the USD249 or fix it.

    How to we get the -/+ buttons?

    Thank you

    X.

    #1349726

    In reply to: maps

    Hey satucker,

    Thank you for the inquiry.

    Did you place the API key in the Enfold > Google Services > Google Maps API field? Please provide the API key in the designated field, then click the Check API Key button or just leave it as is so that we can validate it.

    Best regards,
    Ismael

    #1349604

    Hey Elvira,

    It’s possible, please read further on our documentation: https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    Best regards,
    Nikko

    #1349566
    This reply has been marked as private.
    #1349248

    Oh gosh! 1 more thing. I promise I’m going to put all my questions and your answers in a thread so it will help all the other people with all the same needs!! Lol

    Ya’ll helped me with making the Enfold contact input field’s backgrounds transparent, but the Text Area wasn’t included.

    So then I would like MailChimp submit button to look the same as the Enfold Contact Form submit button, same size and orientation.
    If this is possible.

    This is the css I have so far

    
    
    #top #main input[type='submit'].button {
        background-color: transparent;
        color: #3c5c85;
        border: 1px solid #ae883d;
    }
    #top #main input[type='submit'].button,
    #top #main input[type='text'] {
        background-color: transparent;
        color: #3c5c85;
        border: 1px solid #ae883d;
    }
    
    .avia-mailchimp-form input {
        text-align: center;
        font-family: 'Josefin Sans';
    }
    
    .toggler {
    border-top: none!important;
    border-bottom: none!important;
    }
    
    span.blog-author.minor-meta, .text-sep-date {
        display: none!important;
    }
    
    #top .avia_ajax_form.avia-mailchimp-form input[type='submit'] {
      font-size: 22px;
      
    }
    
    #top .avia_ajax_form.avia-mailchimp-form input[type='text'] {
        font-family: 'josefin sans'; 
      
    }

    Thank you!!

    #1349216

    Hey Rikard,

    I think I don’t understand what you mean.
    I was in the Enfold settings, there I cannot change the Menue Style to a button.
    But If I change the Menue in global , then i still have the problem, that it does not changes the Fontcolour when i create an other Site with other Background-Color (i want to be the Header transparent).
    I want it exactly like here: https://www.zumheidkrug.de/ (it changes font-Color regardsing on which page you are).

    Now I use a submenue element

    #1349190
    Intell
    Participant

    Hello, 2 things.
    1)
    I was trying to use the Enfold MailChimp feature for a contact form and it works beautifully EXCEPT, for some reason the “message” field doesn’t show.

    Is there a fix for this or just out of luck? You guys helped me with my Enfold form customization and that translated to the MailChimp element so needless to say, I’m ecstatic! Just wish I could get that silly “message” field to display.

    See details in the Private section

    2) how can I make a hover background color on the submit button for the Mailchimp sign up form? #A78F4F
    I assume the same fix will work on the MailChimp contact form if that can be made to work too.

    Thank you!!

    Yes please!! I need the Mailchimp “submit” (Discover More) button to look like the Enfolds, which yes, the 2nd one.

    Do you want the first Discover more button to look like the second one?

    Thank you sooooo much!! Really appreciate it!

    Hi Intell,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-mailchimp-form input {
        text-align: center;
        font-family: 'Josefin Sans';
    }

    Do you want the first Discover more button to look like the second one?

    Best regards,
    Rikard

    And how do I change the font to match the rest of the site – Josefin Sans?

    And why is the “discover more” so different looking than the other field label font’s? Like different size and font weight.

    And can I make the MailChimp submit button not as wide? So it looks like the Enfold form submit button? Just curious. If it were possible.

    • This reply was modified 3 years, 11 months ago by Intell.
    ecshopper
    Participant

    Hi,
    I just discovered that Masonry Gallery “Display Load More Button” is no longer working. I am not sure when it disappeared, but
    I recently updated my Enfold theme to 4.9.2.1 on a child theme and the WP to 5.9.3.

    Is anyone else seeing this problem?

    One more question, is this button effectively a ‘lazy load’ option? If not, the option to load ‘all’ is a workaround for me. Currently, I have more than 24 photos, but 24 was my load limit.

    Ref: PHP 7.4 & My SQL 5 if that is of any relevance.

    Thanks in advance, E

    #1349065

    In reply to: Woocommerce mobil

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (max-width: 480px) { 
    .woocommerce .login .button {
      margin: 4px;
    }}
    

    Regards,
    Yigit

    #1348932

    transfering your codepen link to enfold buttons:

    1) give a custom-class to your button: flip-button
    2) this to the Label Input Field: <span class="back">Click!</span><span class="front">Read More</span>
    ( you can change the content to what you like to have as label for the button )
    3) this to child-theme functions.php:

    function set_data_attribute_for_flip_buttons(){
    ?>
    <script type="text/javascript">
    (function($) {
    $(document).ready(function(){    
        $('.avia-button-wrap.flip-button').each( function() {
          $(this).find('.avia-button').addClass('btn-flip');
          var frontLabel = $(this).find('.front').html();
          var backLabel = $(this).find('.back').html();
          $(this).find('.avia-button').attr('data-front', frontLabel).attr('data-back', backLabel);
          $(this).find('.label').css('display', 'none');
        });
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'set_data_attribute_for_flip_buttons');
    

    4) this to quick css:

    body div .avia-button.btn-flip {
      padding: 0px; 
      margin: 0px; 
      opacity: 1;
      outline: 0;
      color: #fff;
      line-height: 40px !important;
      position: relative;
      text-align: center;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      font-family: "Open Sans";
      text-transform: uppercase;
    }
    
    body div .avia-button.btn-flip:hover:after {
      opacity: 1;
      transform: translateY(0) rotateX(0);
    }
    
    body div .avia-button.btn-flip:hover:before {
      opacity: 0;
      transform: translateY(50%) rotateX(90deg);
    }
    
    body div .avia-button.btn-flip:after {
      top: 0;
      left: 0;
      opacity: 0;
      width: 100%;
      color: #323237;
      display: block;
      transition: 0.5s;
      position: absolute;
      background: #adadaf;
      content: attr(data-back);
      transform: translateY(-50%) rotateX(90deg);
    }
    
    body div .avia-button.btn-flip:before {
      top: 0;
      left: 0;
      opacity: 1;
      color: #adadaf;
      display: block;
      padding: 0 ;
      line-height: 40px;
      transition: 0.5s;
      position: relative;
      background: #323237;
      content: attr(data-front);
      transform: translateY(0) rotateX(0);
    }
    Markus_Manuel
    Participant

    In the backend “Default Cookie Behaviour” is set to “User can select and must opt out, all selected by default“. Since the latest update to Enfold 4.9.2.1 the “essential website cookies” sliders are no longer activated by defaults, only “other external services” are on by default.

    So even if the config “User can select and must opt out, all selected by default” is activated, essential cookies are no longer selected by default, causing a click on accept without opting in first to only accept external services so visitors will get the consent dialog on each page load (until the may realize that they have to slide the buttons to yes).

    #1348791

    Hi,
    Thank you for the login, I see that your banners are added as custom widgets, but I notice that your child theme is not activated
    2022-04-19_003.jpg
    please activate the child theme and import the parent theme settings.
    Also note that any customizations in the parent theme functions.php will need to be moved to the child theme functions.php so they will not be lost on updates.

    Sometimes, after importing the parent theme settings into the child theme and clearing your caching plugins, the site doesn’t show the style correctly, in this case go to the theme settings and see if the “save all settings” button is blue:
    2022-04-19_004.jpg
    If so click it to save again and clear your caching plugins and check again.
    If the button is not Blue, try adding a space in the Quick CSS, this will make the button blue so you can click to save again.
    Otherwise, try disabling your caching plugin and clear your browser cache and check again.

    Best regards,
    Mike

    #1348603

    In reply to: How to get support

    Hi Sunny,

    First of all, please register on the support forum. After that, then you can use this link to open a new thread, or click this button on the Enfold forum: https://imgur.com/a/AnoSPNb.

    Best regards,
    Rikard

    #1348572

    Hey Jürgen,
    Please see our documentation on adding Custom Social Icons.

    Best regards,
    Mike

Viewing 30 results - 1,141 through 1,170 (of 11,213 total)