Viewing 30 results - 1,801 through 1,830 (of 11,215 total)
  • Author
    Search Results
  • #1282319

    In reply to: Add to Cart Button

    This reply has been marked as private.
    #1282268

    Hello Ismael,
    You were right. I have changed Enfold > Blog Layout > Blog Blog Styling to Elegant. The button appears correctly now.
    Thank you for your help. You are great.
    Friendly.
    Kidbert6.

    #1282229

    In reply to: site faster

    Help this in function.php?

    /** Head Font Preloading **/
    function font_preloading_preload_key_requests() { ?>
    <link rel=”preload” as=”font” type=”font/woff2″ href=”/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/fonts/entypo-fontello.woff2″ crossorigin=”anonymous”>
    <link rel=”preload” as=”font” type=”font/woff2″ href=”/wp-content/plugins/floating-contact-buttons/assets/font/custom-icons.woff2″ crossorigin=”anonymous”>
    <?php }
    add_action( ‘wp_head’, ‘font_preloading_preload_key_requests’ );

    Or is there a special file for the mobile version where I have to insert this? As I said, the desktop version is fast enough, only the mobile version is slow.

    #1282195

    see same example page on top: https://webers-testseite.de/excerpt/
    take an enfold button – light transparent and give to those buttons a custom class: button-liner

    .avia-button-wrap.button-liner {
        width: 100%;
        float: none !important;
        height: 100%;
        display: block;
        overflow: hidden !important;
    }
    
    .avia-button-wrap.button-liner:before {
    	display: inline-block;
    	content: "";
    	position: relative !important;
    	top: 8px;     /*depending on your setting - like font-size etc. */
    	left: 0;
    	width: calc(100% - 150px) !important;     /*you know best how long this had to be for your text */
    	border-bottom: 2px solid #ccc;
    }
    • This reply was modified 5 years, 1 month ago by Guenni007.
    #1282155

    Topic: BUY NOW button problem

    in forum Enfold
    John M.
    Participant

    Dear,

    I have a problem when I add an item to the cart and go for payment, the button cannot be clicked. It is not possible to pay anything on the web shop. An update to the latest Enfold version has been performed.
    Please resolve the issue as soon as possible.

    Thanks.

    Best Regards

    #1282039

    Sorry for the late response …

    1- OK

    2- I disable the plugging but all the pages that were created with the permalinks plugin don’t load.
    We’ll run another test today and see what happens. Thanks.

    3- I’ll try the product tags and see what happens. Thanks.

    Now …
    We’re launching the new websites next Monday, so I hope everything will be fine.

    1- I’m about to purchase the WooCommerce Advanced Product Labels, but they said they couldn’t guarantee that it will work with the theme template.
    Question: Can I have the default plugging features using Enfold product display? How can I add labels in my theme the same way you show here (https://kriesi.at/themes/enfold-shop/). I need to have some in our shop … like ON SALE, NEW, TOP SELLER, things like that …

    2- I’m trying to insert an element like the FULL-SCREEN SLIDER in our product pages because I need text, pictures and buttons together like we’re using on our home-page. But it doesn’t allow me to have it inside a BOX (single full-width column). How can have this combination (text + picture + button) inside a fixed box layout? I need to keep the sidebar … that’s why …

    Thank YOU! Again …
    Leo

    #1282026

    Hi,

    If i change the icon the code for that icon must be found somewhere in the code, right?

    Yes, that is true. That change will be reflected in the iconbox shortcode, which should look something like this in the shortcode field, located below the builder, if debug mode is enabled.

    [av_icon_box icon='ue81f' font='entypo-fontello' title='IconBox Title' position='left' icon_style='' boxed='' font_color='' custom_title='' custom_content='' color='' custom_bg='' custom_font='' custom_border='' custom_title_size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' custom_content_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' heading_tag='' heading_class='' link='' linktarget='' linkelement='' id='' custom_class='' template_class='' element_template='' one_element_template='' av_uid='av-klazh7am' sc_version='1.0' admin_preview_bg='']
    Click to add your own text here
    [/av_icon_box]
    

    To enable the debug mode and to actually see the shortcodes below the advance layout builder, please use the snippet from the documentation.

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

    That value does not even matter because the icon_select parameter, which is a flag whether to display the icon for the av_button shortcode, is set to “no”, which means that the value ue800 will never be used and no icon will show for the av_button shortcode.

    icon_select='no' icon='ue800
    

    This is the whole av_button shortcode inside the Icon Box content.

    [av_button label='FAQ' link='manually,#tab-id-2' link_target='' size='x-large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-pwom0ms'][av_button label='Preise' link='manually,#tab-id-1' link_target='' size='x-large' position='right' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-pdbb4xg']
    

    Again, the av_button shortcode is a custom content previously added manually by someone in the Icon Box element’s Content editor and it is not a default option or it is not part of the Icon Box shortcode, so you can remove it if necessary.

    Thank you for your understanding.

    Best regards,
    Ismael

    Also the Privacy and Cookies functionality stops working. If you hit the “Click here to learn more about our Cookie and Privacy Settings.’ button you should get the modal with all options to select/deselect.

    Despite the fact that the Enfold Lightbox Modal Window is enabled, you get the “We need a lightbox to show the modal popup. Please enable the built in lightbox in Theme Options Tab or include your own modal window plugin.\n\nYou need to connect this plugin in JavaScript with callback wrapper functions – see avia_cookie_consent_modal_callback in file enfold\js\avia-snippet-cookieconsent.js” msg.

    #1281900
    Julie Hobart
    Guest

    Hi there – I have a client that wants me to build a website in enfold and I have a few questions before I commit:

    1. In the header/banner area on a typical page, I want to have a banner image with a title on top of it but I want to code the title to be h1. Is that easy to do? If so, how do I do it?
    2. I want to make sure I can add a shadow to the buttons. Is that possible?

    I don’t want to use CSS code for either of these unless someone tells me exactly how to do it. I am a designer – not a coder!!

    Thanks!
    Julie

    #1281603
    This reply has been marked as private.
    #1281573

    Hello again Jordan. Here are some changes I made in this file Enfold: contact.css (config-templatebuilder/avia-shortcodes/contact/contact.css)
    but for some reason it is not working.

    Starts at line 232
    /*custom form colors*/
    #top .av-custom-form-color *{color:inherit;}
    #top .av-custom-form-color a{text-decoration: underline;}
    #top .av-custom-form-color ::-webkit-input-placeholder { color: inherit; opacity: 0.4;}
    #top .av-custom-form-color ::-moz-placeholder { color: inherit; opacity: 0.4; }
    #top .av-custom-form-color :-ms-input-placeholder { color:inherit; opacity: 0.4;}
    #top .av-custom-form-color .button{border: 2px solid;}
    #top .av-custom-form-color .button:hover{}

    #top .av-light-form, #top .av-light-form + .ajaxresponse *{color:#fff;}
    #top .av-light-form + .ajaxresponse .avia-form-success{background: rgba(255,255,255,0.4); }

    #top div .av-light-form .input-text, #top div .av-light-form input[type=’text’], #top div .av-light-form input[type=’input’], #top div .av-light-form input[type=’password’], #top div .av-light-form input[type=’email’], #top div .av-light-form input[type=’number’], #top div .av-light-form input[type=’url’], #top div .av-light-form input[type=’tel’], #top div .av-light-form input[type=’search’], #top div .av-light-form textarea, #top div .av-light-form select, div div .av-light-form .button{
    color: #fff;
    border-color: #fff;
    border-width: 2px !important;
    background-color: rgba(255,255,255,0.4);
    }

    #top .av-dark-form, #top .av-dark-form + .ajaxresponse *{color:#ffffff;}
    #top .av-dark-form + .ajaxresponse .avia-form-success{background: rgba(255,110,14,0.4); }

    #top div .av-dark-form .input-text, #top div .av-dark-form input[type=’text’], #top div .av-dark-form input[type=’input’], #top div .av-dark-form input[type=’password’], #top div .av-dark-form input[type=’email’], #top div .av-dark-form input[type=’number’], #top div .av-dark-form input[type=’url’], #top div .av-dark-form input[type=’tel’], #top div .av-dark-form input[type=’search’], #top div .av-dark-form textarea, #top div .av-dark-form select, div div .av-dark-form .button{
    color: #222;
    border-color: #222;
    border-width: 2px !important;
    background-color: rgba(255,255,255,0.4);
    }

    #1281545
    Takara22
    Participant

    Hi – I am trying to get a form working with several fields to complete. I tried the built in Enfold form creator. When that didn’t work, I tried WP Forms. In both cases, when I test it, the form seems to accept data input because after hitting the “submit” button, it gives the thank you message. But it doesn’t send the data input into the form to my email … even though that is what’s specified.

    #1281429

    Hey MariskaHoffland,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia-button.avia-color-orange, .avia-button.avia-color-orange:hover {
        background-color: #fe6b0c;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1281384

    Hello Mike,
    thank you.

    I can see by the result and by the already existing class “av-masonry-read-more” that at least it was planned to implement that as a feature, right?
    There are questions regarding that:
    1: Why isnt it?
    2: Why do your collegues (at least Jordan) treat a question like that like something Enfold customers should pay for?

    Issue:
    The button makes the blogentries overlap with the entries from the next row.
    I tried to find the class that defines the bottom-margin from the masonry blogentries, but i couldnt.
    What is the approprieta class to fix that?

    Christian

    #1281339

    Hey,

    Thanks for contacting us!
    Please add following code to Quick CSS field in Enfold theme options > General Styling tab and adjust as needed

    
    #top.woocommerce-page .button {
        background-color: orange;
    }
    #top.woocommerce-page .button:hover {
        background-color: red;
    }
    

    Cheers!
    Yigit

    #1281324

    Hi,

    description tab display immediately on pageload

    That is not possible because of how Woocommerce created the tabs, at least not without editing the tab script directly. The script sets the display property of the description tab on page load, and the only way to make it display immediately without waiting for the script is by overriding the display property using css. However, this will cause the description tab to display indefinitely, which is not what we want because there are other tabs.

    The quantity button script can be modified in the enfold > config-woocommerce > woocommerce-mod.js file. Look for the avia_apply_quant_btn function around line 32, but I think this is not necessary because the layout shift cause by these buttons, if there is any, is very minimal.

    Best regards,
    Ismael

    #1280752
    m
    Guest

    I want to change the color og the woocommerce shoping button , CTA button to make it more attractiv , how can I do that
    only (add to basket) button. under product side
    I use enfold and woocommmerce

    #1280741

    Hello Jordan ,
    Thank you for your reply.
    I have 15 websites. I want to use your theme on all of my sites. I have already changed the old theme to your ENFOLD theme on 7 sites. On 6 of them there is indeed a button “Read more”.
    https://www.resimarmo.fr/news/
    https://www.resimarmo.be/news/
    https://www.resimarmo.lu/news/
    https://www.resimarmo.ch/news/
    https://www.resimarmo.org/news/
    But on the site below I cannot find a way to put a button in place of the little phrase “Read more”.
    https://www.granulatdemarbre.pro/news/
    I don’t know how I got this button. I know I changed a lot of things, but I don’t see exactly where.
    I would like to know because I still have 8 sites to update. I would like to make the settings correctly right away.
    Go see my sites and you will understand when you see the “Read more” button on the first 5 sites and see on site 6 (.pro) the little phrase “Read more” at the end of the article extract.
    I hope I have been explicit enough, I do not speak English.
    Kind regards.
    Kidbert6 .

    Guenni007
    Participant

    first – the old method to have the ALB from the opening a new post/page does not work anymore – even if i use .on(‘load’ …:

    function trigger_alb_on_load(){
    ?>
    <script>
    (function($){
        $(window).on('load', function(){
          $("#avia-builder-button").trigger('click');
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('admin_head-post-new.php', 'trigger_alb_on_load');

    i do not hear that this old hook is deprecated too in jQuery 3.5.1

    Now: is there a way to have a predefined set of layout elements on edit a new portfolio ?

    i got that on older Enfold Versions in use to have from the beginning some standard settings f.e.:

    function ava_enfold_builder_layout_mod(){
      add_filter('avf_builder_elements', 'avf_enfold_builder_layout_settings_mod', array( 'portfolio' ));
    }
    add_action( 'after_setup_theme', 'ava_enfold_builder_layout_mod' );
    
    function avf_enfold_builder_layout_settings_mod($elements){
      $counter = 0;
        foreach($elements as $element){
        // Layout > Sidebar Settings
        if($element['id'] == 'layout')  {
                $elements[$counter]['std'] = 'sidebar_right';
            }
        // Layout > Footer Settings
        if($element['id'] == 'footer')  {
                $elements[$counter]['std'] = '';
            }
        // Layout > Title Bar Settings
            if($element['id'] == 'header_title_bar')  {
                $elements[$counter]['std'] = 'hidden_title_bar';
            }
        // Layout > Header visibility and transparency
        if($element['id'] == 'header_transparency')  {
                $elements[$counter]['std'] = '';
            }
            $counter++;
        }
      return $elements;
    }

    the thought if i include this to the function:

        if($element['id'] == 'sidebar')  {
            $elements[$counter]['std'] = 'custom_widget_area';
        	}

    i can have a preset of the sidebar used on start.

    The reason why it would be nice is that I want to make it as easy as possible for my client to create a new portfolio, with the values that I have set aside for it.
    So for example a predefined category or a widget-area, which should be used by default.

    I found something form the other helpful user mensmaximus- but it does not do the job now

    #1280573

    Hi,

    Yes, you can download it by clicking the button you showed in your screenshots.
    Enfold theme on your ThemeForest downloads page is always the latest version and currently 4.7.6.4. So, please download the latest version of the theme using that green button and update via FTP :)

    Best regards,
    Yigit

    #1280563

    Thanks but where can I find that latest version for download? do you mean I need to hit the green download button on my personal page (circled in red, in the screenshot attached)? to me this looks like the package I already have…
    or do you mean I need to purchase a new version of Enfold?
    best, EW

    #1280537

    Hey TLPLindseyMuchka,

    Here you go:

    [av_section color='main_color' custom_bg='#307ecc' src='https://kriesi.at/themes/enfold-business-flat/files/2014/08/icon_bg_trans_wave.png' attachment='380' attachment_size='full' attach='scroll' position='bottom right' repeat='no-repeat' video='' video_ratio='16:9' min_height='custom' min_height_px='430px' padding='default' shadow='no-border-styling' bottom_border='border-extra-arrow-down' id='' custom_class='' av_uid='av-1vtgu']
    [av_heading heading='Howdy Guys!' tag='h2' style='blockquote modern-quote' size='72' subheading_active='subheading_below' subheading_size='20' padding='40' color='custom-color-heading' custom_font='#ffffff' custom_class='' av_uid='av-1u8lm']
    My name is Edward Nfold, my friends call me Enfold.
    I am designer by day and coder by night.
    [/av_heading]
    [/av_section]
    
    [av_section color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' min_height='' min_height_px='' padding='large' shadow='no-border-styling' bottom_border='border-extra-arrow-down' id='' custom_class='' av_uid='av-1qw3a']
    [av_one_fifth first av_uid='av-1oxmm']
    
    [/av_one_fifth][av_three_fifth av_uid='av-1mmmu']
    
    [av_heading tag='h2' padding='10' heading='Growing your Business' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class='' av_uid='av-1l5y6']
    Devoted to
    [/av_heading]
    
    [av_textblock size='16' font_color='' color='' custom_class='' av_uid='av-1hudg']
    <p style="text-align: center;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, <strong>ultricies nec</strong>, pellen.</p>
    [/av_textblock]
    
    [/av_three_fifth][av_one_fifth av_uid='av-1fre0']
    
    [/av_one_fifth][av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='47px' icon_select='yes' custom_icon_color='#1e73be' icon='ue8b4' font='entypo-fontello' custom_class='' av_uid='av-1fcm2']
    
    [av_one_third first av_uid='av-1con2']
    
    [av_icon_box position='left_content' icon='ue80a' font='entypo-fontello' title='IconBox Title' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='custom' custom_bg='' custom_font='#307ecc' custom_border='#307ecc' custom_class='' av_uid='av-1b52s']
    Aenean e penatibus et magnis dis parturient montes, nascetur ridiculus mus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_third][av_one_third av_uid='av-17x42']
    
    [av_icon_box position='left_content' icon='ue856' font='entypo-fontello' title='IconBox Title' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='custom' custom_bg='' custom_font='#307ecc' custom_border='#307ecc' custom_class='' av_uid='av-15y2u']
    Aenean e penatibus et magnis dis parturient montes, nascetur ridiculus mus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_third][av_one_third av_uid='av-14h4g']
    
    [av_icon_box position='left_content' icon='ue808' font='entypo-fontello' title='IconBox Title' link='' linktarget='' linkelement='' font_color='' custom_title='' custom_content='' color='custom' custom_bg='' custom_font='#307ecc' custom_border='#307ecc' custom_class='' av_uid='av-11mps']
    Aenean e penatibus et magnis dis parturient montes, nascetur ridiculus mus. Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
    [/av_icon_box]
    
    [/av_one_third]
    [/av_section]
    
    [av_section color='main_color' custom_bg='#f8f8f8' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' min_height='' min_height_px='' padding='large' shadow='no-border-styling' bottom_border='border-extra-arrow-down' id='' custom_class='' av_uid='av-yr4w']
    [av_one_fifth first av_uid='av-x0ae']
    
    [/av_one_fifth][av_three_fifth av_uid='av-32js']
    
    [av_heading tag='h2' padding='10' heading='My most recent projects' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class='' av_uid='av-s4im']
    Take a look at
    [/av_heading]
    
    [av_textblock size='16' font_color='' color='' custom_class='' av_uid='av-qab0']
    <p style="text-align: center;">Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, <strong>ultricies nec</strong>, pellen.</p>
    [/av_textblock]
    
    [/av_three_fifth][av_one_fifth av_uid='av-oyvi']
    
    [/av_one_fifth][av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='47px' icon_select='yes' custom_icon_color='#1e73be' icon='ue8b4' font='entypo-fontello' custom_class='' av_uid='av-louc']
    
    [av_image src='https://kriesi.at/themes/enfold-business-flat/files/2014/08/devices.jpg' attachment='387' attachment_size='full' align='center' animation='left-to-right' link='' target='' styling='' caption='' font_size='' appearance='' custom_class='' av_uid='av-khve'][/av_image]
    [/av_section]
    
    [av_masonry_entries link='portfolio_entries' sort='no' items='4' columns='4' paginate='none' size='fixed' gap='no' overlay_fx='active' caption_elements='none' caption_display='always' id='' custom_class='' av_uid='av-i5e0']
    
    [av_section color='main_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' min_height='' min_height_px='' padding='large' shadow='no-border-styling' bottom_border='border-extra-arrow-down' id='' custom_class='' av_uid='av-fht6']
    [av_heading tag='h2' padding='10' heading='What my customers say about me' color='' style='blockquote modern-quote modern-centered' custom_font='' size='' subheading_active='subheading_above' subheading_size='15' custom_class='' av_uid='av-ehug']
    Don't take my word for it
    [/av_heading]
    
    [av_hr class='custom' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='40px' icon_select='yes' custom_icon_color='#1e73be' icon='ue8b4' font='entypo-fontello' custom_class='' av_uid='av-c9cy']
    
    [av_testimonials style='slider_large' columns='2' interval='5' font_color='custom' custom_title='' custom_content='' custom_class='' av_uid='av-9dpk']
    [av_testimonial_single src='384' name='Max Muster' subtitle='CEO' link='http://' linktext='' av_uid='av-87ha']
    Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec quam felis, ultricies nec, pellentesque eu, pretium quis, sem. Nulla consequat massa quis enim. Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu.
    [/av_testimonial_single]
    [av_testimonial_single src='382' name='Enfold Business' subtitle='Company' link='' linktext='' av_uid='av-5oe4']
    Vae sapien ut libero venenatis faucibus. Nullam quis ante. Etiam sit amet orci eget eros faucibus tincidunt. Duis leo. Sed fringilla mauris sit amet nibh. Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc, quis gravida magna mi a libero. Fusce vulputate eleifend sapien.
    [/av_testimonial_single]
    [/av_testimonials]
    [/av_section]
    
    [av_button_big label='Get in Touch' description_pos='below' link='page,35' link_target='' icon_select='yes-right-icon' icon_hover='aviaTBicon_hover' icon='ue805' font='entypo-fontello' custom_font='#ffffff' color='custom' custom_bg='#307ecc' color_hover='custom' custom_bg_hover='#444444' custom_class='' av_uid='av-3vjy']
    Let me know if you got an interesting project and want to work together!
    [/av_button_big]
    

    Best regards,
    Rikard

    #1280504
    mc_wa
    Participant

    Hey folks,
    I checked several toggle solutions (also the one under your docs https://kriesi.at/documentation/enfold/button/#toggle-id-7), but got none of them to work out of the box.I think it has something to do with jQuery or the color section, because I get an easier toggle option (Div toggle – https://jsfiddle.net/p5wkvrj9/) to work when using code block + jQuery directly from Google, even though the same jQuery 3.5.1 was already loaded with Enfold.

    Still, with the jQuery on board I can’t get it to work, nothing happens when I click the button.

    – newest Enfold
    – same result with deactivated cache plugin
    – jQuery migrated deactivated

    Any hints?

    • This topic was modified 5 years, 1 month ago by Ismael.
    #1280348

    Thanks Ismael,

    When I test from the Pagespeed website the score is very different. I always assumed this was Chrome not being throttled.

    I tried swapping to the Enfold gallery and it is marginally better. I also have the problem where all media on the page (eg. youtube videos in footer) appear in the gallery for the main product image. How can they be filtered?

    With the Woocommerce gallery, the main image is not lazyloaded, only the thumbnails which should be below the fold. They appear above the fold due to the description tab taking so long to load.

    Is there a way to make the description tab display immediately on pageload instead of it waiting on whatever event is drawing the tabs & +/- buttons currently?

    Jason

    fabienneRedUmb
    Participant

    Hi guys!
    Yet another great experience in setting up my new site with Enfold! Thank you so much for this theme, I really love working with it.

    That said, I have a couple of minor issues, which I will put together in posts with specific topics. Please find the link and backend credentials in the private section.

    Social Media Icons:

    Social Media Icon displayed name on hover
    I added a fontanello icon for twitch. I used this code in my functions php:

    // 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['Twitch'] = 'icon_name';
    return $icons;
    }
    add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);

    When I hover over the icon it disaplys “Icon_name” How can I change that to “Twitch”?

    Add social Media Icons to submenu
    On my start page I display a submenu underneath the slider. I would like to add my social media icons here as well. How do I do that?

    Not visible after server upload

    EDIT: this specific problem only on my browser – as sample size is miniscule we can ignore that. Will update if fixed.

    FIX: it was my adblocker… maybe sth to consider?

    I created the website locally and it worked fine – now I pulled it up on my server and the social Icons aren’t disaplying any more.
    I have some in main menu and footer.
    In the backend I also noticed that under Theme Options /Header / additional Elements there is no dropdown menu available to choose where to display them, in the local version I can choose.
    In the footer options I can switch the button on.

    Thank you very much!

    #1280121

    Hi,

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

    
    .av-woo-purchase-button .cart {
        margin-top: 30px;
    }
    

    Best regards,
    Yigit

    #1280110

    Sorry for that.

    There is the price with the “plus/minus”- and the “add to cart”-button.
    The space between is a bit tight

    #1280106

    Hi Rikard
    Thanks for that tip – not sure why that php file was in the shortcodes section?
    I have removed it (contact.php) from the Enfold child theme and the reCaptcah is now showing. Yah!
    I have tested it and am not sure if the submit button should still appear or not.
    I think it is fine but if you don’t mind sending a message via the contact form, that would be really helpful – just to confirm that all is in order now.
    Many thanks again and good weekend.
    Fiona

    #1280088
    ImaPappy
    Participant

    Hi Rikard,

    ************************************************************************************************************************************************888
    About 8 months ago I reported a problem as follows:

    I have a page of 25+ photos … I place them on the page in rows of five across 1/5 containers. In each container, I use a text block so I can load each photo with a description below it. Each photo is exactly 960 x 720 px.

    The photos and 1/5’s look great in the editor. But when they are displayed on the page random photos are not aligned but usally a few px lower than others on the same row.

    I’ve changed photos of the 1/5’s off line. I’ve remade the 1/5 from scratch. Nothing seems to fix it.

    To see the problem .. go to http://www.embroiderforyou.biz. Half way down the home page is a big button to DISPLAY FABRICS … that will bring up the page in question.

    Any Ideas?

    You Responded:a solution that worked fine

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

    .av_one_fifth .aligncenter {
    padding: 0;
    }
    Best regards,
    Rikard

    **************************************************************************************************************************************8
    I am now working on a revision of my web site in a staging area and the problem has returned even though the code still appears in the Quick CSS.

    (See Photo alignment on the home page)

    Can you help please?

    Alan

    #1280048

    In reply to: Button row sizing

    Hey John,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.home #av_section_1 .avia-button.avia-size-x-large {
        min-width: 463px;
    }
    

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

Viewing 30 results - 1,801 through 1,830 (of 11,215 total)