Viewing 30 results - 2,011 through 2,040 (of 11,215 total)
  • Author
    Search Results
  • #1261597

    Hi,

    1) – Please refer to this post – https://kriesi.at/documentation/enfold/child-theme/ and switch to child theme
    – Edit functions.php file of your child theme and add following code

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
          array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }

    – Go to /enfold/config-templatebuilder/avia-shortcodes/buttons_fullwidth and copy buttons_fullwidth.php file to your child theme inside /shortcodes/ folder
    – Open buttons_fullwidth.php file on your child theme and find following line

    $content_html .= "<span class='avia_iconbox_title' >{$atts['label']}</span>";

    and change it to following

    $content_html .= "<h2 class='avia_iconbox_title' >{$atts['label']}</h2>";

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

    #top .avia-button-fullwidth .av-button-description.av-button-description-below {
        padding-top: 10px;
    }

    Best regards,
    Yigit

    #1261479

    if you do not want to influence all fullwidth buttons on all pages – you should give to those fullwidth-buttons a custom-class.
    in my case i use for that : fullwidth-specialbutton

    because of the inline setting of most of those values we had to use !important on most of the rules

    #top .fullwidth-specialbutton .avia-button.avia-button-fullwidth {
      padding: 40px !important;
      margin: 40px 30px !important;
      width: calc(100% - 60px) !important; /*** this has to correspond to your margin (left/right) settings ***/
      background-color: yellow;
      color: #333 !important;
      border-radius: 20px !important;
      border: 2px solid #333 !important;
      box-shadow: 2px 2px 15px #333;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease
    }
    
    #top .fullwidth-specialbutton .avia-button.avia-button-fullwidth:hover {
      background-color: darkblue;
      color: #FFF !important;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease
    }
    
    /*** this background is on enfold for highlite status - we do that with hover-style ***/
    #top .fullwidth-specialbutton .avia-button.avia-button-fullwidth .avia_button_background {
      display: none
    }
    
    #top .fullwidth-specialbutton .avia-button.avia-button-fullwidth .avia_iconbox_title, 
    #top .fullwidth-specialbutton .avia-button.avia-button-fullwidth .avia_button_icon {
      font-size: 50px !important;
    }
    #1261472
    uribinsted
    Participant

    Hi,
    We had some CSS code that set 2 logos at the header.
    I updated the theme version and the header got broken, can you help me fix it?

    
    span.logo {
        padding: 5px;
    }
    ul#menu-item-shop {
        display: none;
    }
    #top .header_color .current-menu-item a {
    color: #21356a !important;
    }
    .page-id-206 .iconbox_content {
        background-color: rgba(0,0,139,0.4)!important;
    }
    .inner_product.main_color.wrapped_style.noLightbox.av-product-class-minimal {
        WIDTH: 365PX;
    }
    div#product-sec2 .av-section-color-overlay:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(301deg,rgba(255,255,255,0) 0,rgba(255,255,255,0) 38%,rgba(13,92,155,0.99) 38%,rgba(13,92,155,0.99) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#d9489fac',GradientType=1);
        z-index: 2;
    }
    #tested .avia-builder-el-45 {
        border-top: none!important;
        border-left: none!important;
        border-bottom: none!important;
    }
    #tested .avia-builder-el-47{
     border-top: none!important;
        border-left: none!important;
        border-bottom: none!important;
    }
    #tested .avia-builder-el-49{
     border-top: none!important;
        border-left: none!important;
        border-bottom: none!important;
    }
    #tested .avia-builder-el-51{
     border-top: none!important;
        border-left: none!important;
        border-bottom: none!important;
    }
    div#product-specification .av-section-color-overlay:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(294deg,rgba(255,255,255,0) 0,rgba(255,255,255,0) 33%,rgba(0,113,155,0.99) 33%,rgba(0,113,155,0.99) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#007faf',GradientType=1);
        z-index: 2;
    }
    table.avia-table.avia-data-table.avia-table-1.avia-builder-el-56.el_after_av_textblock.avia-builder-el-last.avia_pricing_minimal {
        background: none;
      
    }
     #top .main_color .avia-data-table.avia_pricing_minimal td {
        color: #ffffff!important;
        border: none!important;
        border-bottom: 1px solid #ffffff!important;
        font-size: 18px!important;
        text-align: left!important;
    }
    .page-id-3970 input.button {
        background-color: #0c5c9c!important;
        color: #ffffff!important;
    }
    .page-id-3970 textarea#avia_6_1 {
        height: 111px!important;
    }
    .page-id-4036 textarea#avia_6_1 {
        height: 111px!important;
    }
    .page-id-4036 input.button {
        background-color: #0c5c9c!important;
        color: #ffffff!important;
    }
    table.avia-table.avia-data-table.avia-table-1.el_after_av_textblock.avia-builder-el-last.avia_pricing_minimal {
        background: none;
    }
    .para-text{
        line-height: 25px;
    text-align: center;
    font-size:17px;
    }
    div#acc-cause .av-section-color-overlay:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(315deg,rgba(35,145,201,0.9) 0,rgba(35,145,201,0.6) 37%,rgba(13,92,155,0.99) 37%,rgba(13,92,155,0.99) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#d9489fac',GradientType=1);
        z-index: 2;
    }
    @media only screen and (width:2000px) {
    .col-lg-2.last-icon {
       margin-right: 7%;
    }
    }
    #top .avia-logo-element-container .slide-entry {
        padding: 40px;
    }
    
    #top .av_header_transparency #header_meta {
        background: transparent;
        box-shadow: none;
        border-bottom: 0px solid rgba(255,255,255,0.25);
    }
    
    #top .av_header_with_border.av_header_transparency #header_main {
        border: 0px solid rgba(255,255,255,0.25);
        border-left: none;
        border-right: none;
        border-top-color: transparent;
    }

    Thanks

    Uri

    #1261391
    Josh
    Participant

    Hey guys, having an oddball issue here;
    I have woocom installed on this site we’re working on and when you go through the checkout the “Place Order” button at the bottom of the page appears then vanishes. You can see it if you reload the page while at the footer.

    Please advise if this is not an Enfold issue, if i should talk to WooCommerce about it. Credentials in private content.

    • This topic was modified 5 years, 4 months ago by Josh.
    #1261348

    Hi Yigit, Testing some more, enfold seems to work fine with the quantity + – buttons on standard products in woocommerce but not with the “woocommerce-product-bundles” plugin. If I wanted to get enfold to work with this plugin what would i need please? is it javascript? or php? Does enfold plan on any type of fix for this plugin please as it is part of the woocommerce family?

    Also removing the – and + buttons from the theme as you instructed doesn’t stop them coming back once you update your cart as they reappear if i change the qty from 1 to 2 for example or if I have multiple products and remove one. Any help to fix this issue will be greatly appreciated.

    • This reply was modified 5 years, 4 months ago by Dave.
    #1261305

    In reply to: Gplus logo in header?

    Hey,

    Please check functions.php file of your child theme for code very similar to this one – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options and delete it.

    If you would like us to look into it, please create temporary admin logins and post them here privately :)

    Cheers!
    Yigit

    #1261286

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .html_header_sidebar #top #header .av-menu-button-colored:hover {
        opacity: 1;
    }
    
    

    Best regards,
    Yigit

    #1261281
    PAUL BERGIN
    Guest

    Hi
    I am considering purchasing Enfold again. My client wants an availability calendar but not a payment gateway/Check out for it. Your Enfold Hotel theme has a calendar where you can choose check in and check out dates and it gives you a total price, which is perfect. There doesn’t seem to be a payment option which is also fine. Is the calendar customizable so that it is not linked to a check out cart but still gives the user their price for their dates query. Rather than a ‘BOOK NOW” button it I would use a “ENQUIRE NOW’ button which would take you to a contact/enquiry form. I basically don’t want a check out cart showing in the top right corner because it doesn’t actually look like a proper payment/e-commerce page that you are taken to.
    Thanks
    Paul

    #1261216

    In reply to: Button

    Hi,

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

    .page-id-1973 #av-layout-grid-1 .avia-button:hover {
        opacity: 1;
        pointer-events: none;
    }

    The newsletter and article de blog buttons don’t have any effect on hover on my end.

    Best regards,
    Rikard

    #1261156
    CarletonTorpin
    Participant

    I’m in the process of moving my Propulsion-theme website onto an Enfold-theme website and I’d appreciate assistance in making this transition.

    I’m using the Propulsion theme (unknown version, but likely among the latest versions), WordPress 5.5.3, and PHP 7.3

    I am unable to downgrade my PHP to any versions lower than 7.3.

    I’m experiencing two problems:

    1- Slider images don’t display. This is problematic because all of my website’s product pages are set to use the Adaptivia Slider.

    2- I am unable to click most buttons on my WordPress backend. This is problematic because buttons are the primary way I make changes to the website.

    I’d like to try updating my theme file with the latest version of the Propulsion theme to see if that resolves any issues.

    Thank you for any assistance that can be offered,

    Example link and access info are in Private Content.

    #1261048

    Topic: Conflict with FacetWP

    in forum Enfold
    westefan
    Participant

    Hi, I’m using Enfold and FacetWP. Enfold shows the quantity selector of Woocommerce with beautiful Plus and Minus buttons beside the quantity field (see https://weingut-bischof.at/wein-shop/). But if I activate a facet filter, the template changes to the Woocoomerce Up and Down arrows.

    The FacetWP support wrote to me:
    FacetWP’s refresh works by destroying + rebuilding the result listing. The side effect is that any javascript attached to those listing items (like the JS that generates the +/- buttons) will need to get re-initialized.
    Any chance you could reach out to the Enfold team to find out which code is responsible for generating those (+/-) buttons? And if possible, maybe they could also point us to instructions on how to re-initialize it.
    I think the buttons are coming from this JS file: https://weingut-bischof.at/wp-content/uploads/dynamic_avia/avia-footer-scripts-25c211e60d33b3cbbb987f5794057608—5fae61549e7ae.js
    As you can see, it’s minified and very difficult to read. I tried to prettify it, making it a little more readable: https://d.pr/i/zHtuSv
    But long story short, we’ll still need some input from the Enfold team to see how to re-initialize this code on each AJAX refresh (feel free to paste our responses to their team).

    Can you help?
    Thanks, Stefan

    Dantitet
    Participant

    After I changed my current Enfold 4.0.7 theme to the 4.7 theme – through uploading to the WP-controlpanel.

    My elements stopped working – video is not showing (only black with play button – not working)
    Accordions no longer expand on click.

    However the elements works when I am logged in to the WP-admin.

    #1260949
    Equintus
    Participant

    Neue Enfold / WordPress Installation über FTP,
    Enfold mehrfach manuell installiert.
    Die “Upload” buttons lassen sich nicht klicken.
    Logo, Favicon, Social Media Buttons lassen sich nicht ändern.

    Je nach dem was ich auf der Startseite anpasse verändert sich die Testemonial Section

    2 Spaltige Inhalte werden ohne das ich etwas anpasse untereinander dargestellt.

    New Enfold / WordPress installation via FTP,
    Enfold manually installed several times.
    The “Upload” buttons cannot be clicked.
    Logo, favicon, Social Media Buttons can not be changed.

    Depending on what I adjust on the start page, the Testemonial Section changes

    2 Columned contents are displayed one below the other without me adjusting anything.

    • This topic was modified 5 years, 4 months ago by Equintus.
    #1260881

    Hey fcp,

    Which pages in particular do you want to remove this from? I can’t see that an add to cart button is added to the category page, for example: https://kriesi.at/themes/enfold-shop/product-category/women/business-woman/

    Best regards,
    Rikard

    #1260825

    Hey rsetran,

    You can add any social share icon that you like. Here is how to do it:

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

    #1260739
    msteid
    Participant

    Hi guys,

    i would like to change my avia iconbox title to an h2 (for SEO reasons). I have found some links here, which partly offer a solution, but I can’t get along with their implementation at all and need help.

    https://kriesi.at/support/topic/iconbox-change-h3-to-h2/#”>https://kriesi.at/support/topic/iconbox-change-h3-to-h2/#
    https://kriesi.at/support/topic/how-to-change-header-tag-for-icon-list-and-icon-box/

    Furthermore I would like to have a gap of about 2 spaces between the avia icon button and the avia icon title. In the future I don’t want to enter the spaces or the distance manually in the headline anymore.

    In the private content you will find the temporary access data.

    Thanks for yor help.

    #1260720

    Hi,
    Sorry for the late reply, I was not able to determine the cause for this, but I was able to show the PayPal button on the cart page with this script, try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_script(){
      ?>
      <script>
    (function($){
      $(document).ready(function(){
    $( '#top.woocommerce-cart' ).each(function() {
    var clonepp = $( this ).find( '.menu-item.cart_dropdown .woo-paypalplus-checkout-button' );
    var targetpp = $( this ).find( '.wc-proceed-to-checkout .woo-paypalplus-checkout-button' );
    $( clonepp ).appendTo( targetpp );
    
    });
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_script');

    Unfortunately, not all plugins work with Enfold, and this seems to be such a case, another option might be to try a different PayPal plugin.

    Best regards,
    Mike

    #1260569

    In reply to: Button

    Hi,

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

    .page-id-1973 #av-layout-grid-1 .avia-button:hover {
        opacity: 1;
    }

    Best regards,
    Rikard

    #1260447

    Hi,

    Thanks for the update. I can see both the About and Contact buttons on mobile and desktop, and they are both clickable. If you are referring to that clicking or tapping the button doesn’t take you to the page in question, it’s because the button can only have one functionality at a time, and in this case it’s to open or close the sub menu elements. If you want the actual page to be a link as well, then please create a new menu like I advised earlier, and add the top level link to the second level as well. You can then set to use the new menu on mobile under Enfold->Main Menu.

    Best regards,
    Rikard

    #1260407

    Hi mbesh,

    We can style it as a button.

    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 .read-more-link .more-link {
        width: 140px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        background-color: #469cd9;
        color: #ffffff;
        border-color: #247ab7;
        border-radius: 3px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1260322
    shedoesitcoaching
    Participant

    Hi Enfold Team,

    I’ve changed the picture on my homepage (English site). Very happy with the result, but unfortunately if you see my homepage on a mobile phone it hasn’t adjusted properly. I only see a big picture and not the text or the button.

    How can I change this, so it does the same as the picture of my Dutch homepage?

    Many Thanks!

    #1260115

    Thanks Victoria,

    This affects every Enfold website running WooCommerce.

    The easiest solution I can think of is to swap the position of the menu button and cart button on mobiles. Then the cross will always be out of the way in the top corner.

    I can implement this myself this end but given that this affects all enfold sites it needs looking into your end.

    Let me know if you have a solution for me, if not I’ll mod the CSS so the cart and menu are switched.

    #1260098

    In reply to: Tap to open menu bug

    Hi Ismael,
    I have just looked again. I think my diagnosis of the problem is wrong sorry. I have more information below.

    The problem is actually this:
    On mobiles all of the mobile menus have an animation that makes each menu item appear one by one – top to bottom.

    If you quickly open the menu and then select any of the menu items before the animation has finished it ignores the first button tap.

    This is a UX problem and a frustration for anyone wanting to browse quickly.

    So 3 possible solutions:
    1. Is there a way to disable the animation to stop this behaviour?
    2. Can the animation be sped up by changing the CSS? Therefore the menu items become interactive sooner?
    3. Can Enfold Core be updated to address the problem?

    Solution 2 is the preferred option and probably easiest for you to help me solve

    Thanks again.

    #1259858

    In reply to: Button

    you can see that example on nearly most of enfold pages that have longer content: the scroll-top link is a button that is in fixed positon.
    Fixed positioning needs position values ( top, bottom, left or right)

    so first give a custom-class or unique ID to that button element: in my case it is ID: fixed-button
    f.e. to quick css:

    #fixed-button.avia-button-wrap {
        position: fixed;
        left: 50px;
        bottom: 50px;
        z-index: 1050;
    }

    but my advice would be to place a button via button shortcode outside wrap_all container by child-theme functions.php.
    There is a hook : ava_after_body_opening_tag that can be used for it.
    ( this is site-specific only for my testpage – adjust page-id to your needs):

    add_action('ava_after_body_opening_tag', function() {
        if(is_page(457)){
          echo do_shortcode("[av_button label='fixed-button' icon_select='yes' icon='ue800' font='entypo-fontello' link='manually,http://' link_target='' size='large' position='center' label_display='' title_attr='' color_options='color_options_advanced' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='aqua' btn_custom_bg='#444444' btn_color_bg_hover='blue' btn_custom_bg_hover='#444444' btn_color_font='custom' btn_custom_font='#ffffff' id='fixed-button' custom_class='' av_uid='av-khd9fkov' admin_preview_bg='']");
        }
    });

    see here f.e.: https://webers-testseite.de/impressum/ left bottom corner

    #1259638
    bleepstudio
    Participant

    Hi

    We added a button beside our phone number in Theme options / Header / Extra Elements but when I try to edit now the HTML text is no longer there and the drop down menus are not working to select options.

    I’m using a Mac / Chrome + Safari / Latest Enfold version

    Thanks
    Steven

    #1259627

    Hi Jozef,

    Enfold 4.0 uses API key to update and check for theme updates however envato has already closed the use of API key in favor of using tokens, To update I would suggest doing the following (make sure to backup your site first):
    Login to ThemeForest and download the Enfold theme.
    1. Right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.
    Once update is done, generate an envato token and register your theme so you can check for new updates and update it via theme options, check further information on this here: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Nikko

    #1259617

    Hi Yigit,
    Thank you for the reply however this hasn’t fixed the issue. We are using WooCommerce Product Bundles and have created a page where the user can add 2 products to a gift pack however we have added the min and max quantity at the bottom of the page the text displays “Please choose 2 items.
    ” on selecting the + button to increase the quantity nothing is added and the add to cart is greyed out no mater how many we add. On removing enfold theme the system works fine. Please find the login details below and could you let me know how you get on and what was done to fix this?

    hope this finds you well
    regards Dave

    #1259305
    Dave
    Participant

    Hi,
    I am currently running enfold and Woo Commerce and also Woo Commerce Product Bundles plugin which allows for bundles to be purchased however there appears to be an issue with enfold and the bundles plugin. The user is required to select which of the options they would like in their giftbox using the quantity + – to select their option for the gift pack but the qty buttons aren’t working. The user is required to select a minimum of two products to add to the gift pack and although i can increase the qty it hasn’t registered as it still states Please choose 2 items, can you assist me please to get this working? I have changed the theme to test from enfold to a wp 2020 theme and the bundle + – works fine so i believe it is with enfold and woo commerce. I have supplied a link below

    #1259289

    Hi,

    Screenshot-2020-11-09-21-25-54
    This is AutomateWoo email template editor, where Enfold shortcode is also available.

    Screenshot-2020-11-09-21-26-18
    This is me adding Enfold’s button to the top of the template.

    Screenshot-2020-11-09-21-26-34
    This is the email preview, which doesn’t show a button, instead the shortcode.

    Thanks!

    #1259221

    Hey Uwe_S,

    For your site that’s using Enfold 4.2, try to do the following (since envato has already stopped using of API keys in favor of tokens, make sure to have a backup first):
    Login to ThemeForest and download the Enfold theme.
    1. Right-click over the downloaded zip file and extract/unzip it.
    2. It should generate a new folder, open it and look for the enfold folder
    3. Right-click the enfold folder then zip it, here’s a tutorial on how to create a zip file in windows: https://www.howtogeek.com/668409/how-to-zip-and-unzip-files-on-windows-10/ (this should create enfold.zip
    4. Log in to WordPress as and Admin.
    5. Install and activate a maintenance plugin and put your site in Maintenance mode.
    6. Go to Appearance > Themes, switch to a default WordPress theme like TwentyTwenty then delete Enfold.
    7. Click on the ADD NEW button.
    8. Click on the UPLOAD THEME button.
    9. Click BROWSE and choose enfold.zip file
    10. Click the INSTALL NOW button and switch to Enfold or your child theme.
    11. Remove the maintenance mode then deactivate and remove the maintenance plugin.

    On your other site (4.7), please generate a token and register the theme, instructions and further information can be found here: https://kriesi.at/documentation/enfold/theme-registration/
    And then update it via Theme Options (make sure to backup as well).

    Best regards,
    Nikko

Viewing 30 results - 2,011 through 2,040 (of 11,215 total)