Viewing 30 results - 2,011 through 2,040 (of 11,206 total)
  • Author
    Search Results
  • #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, 3 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

    #1259186

    Hi tck,

    I have checked on the site and the theme is really outdated, I would suggest doing the following things.
    Create a staging site (basically a duplicate of your live site) where you can test the updates first. Here’s a simple tutorial you can follow: https://themeisle.com/blog/wordpress-staging-site/
    Then on the staging site, do the following:
    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. (skip this on staging site)
    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. (skip this on staging site)
    If all is good after doing these steps, then backup (helpful links below) your live site and perform the steps listed above.
    https://kriesi.at/documentation/enfold/backup-wordpress-site/
    https://kriesi.at/documentation/enfold/backup-theme-settings/
    If there are issues after updating the staging site, you can post here and we’ll check and try to fix it.

    Best regards,
    Nikko

    #1259181

    Hi Kristín Jóna,

    Can you try to do the following:
    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.


    @cherrmann
    thanks for helping out :)

    Best regards,
    Nikko

    #1259159

    Hi hcpost,

    So will it from now on work, if I add this CSS text to any button (each time changing the # for the colors). Or do I have to add it to Quick CSS as mybutton b, my button c, my button d etc.?
    No, you’ll need to do the following things:
    1. Edit the Fullwidth Button and set Custom CSS Class to mybutton (see screenshot in private content).
    2. Add this CSS code in Quick CSS:

    .mybutton a {     
      background: #b4ddb4;
      background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
      background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
      background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); 
    }

    The a in here refers to the link (this is an HTML standard) that’s why the selector used is .mybutton a
    If you want to apply another style to another button then you’ll need to repeat the 2 steps above except you change mybutton to mybutton2 (this can be changed according to the name you’d like to use). Then in the second step, the code would be .mybutton2 a then replace the gradient colors.
    If in case you want to reuse this code to another fullwidth button, then you’ll just need to do step 1 (since step 2 is already defined).
    For further information on this, please check: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-custom-classes-to-your-elements

    And should I still add the CSS text below to functions.php or did you already do it?
    I don’t have access to functions.php but since the code seems to only add css, I have added this in your Quick CSS:

    #top #footer {
      position: fixed;
      width: 100%;
      bottom: 0;
      z-index: 999;
    }

    it just does the same thing.

    The image of my wife’s ‘Appearance’ you’ll find here:
    I think your wife’s account is not restricted, try to login using her account and you should see the Theme Editor.

    Best regards,
    Nikko

    agengo130
    Participant

    Hello,

    I’m having an issue where adding products to our shopping cart doesn’t display correctly in the cart popup.

    I have sent this issue to the plugin developer and they suggest contacting you for how Enfold theme only supports the default WooCommerce’ Add to Cart buttons.

    Please see attached screenshots.

    Thank you,
    Abby

    #1258895

    Hi,

    Please edit your Promo Box element and give it a unique ID (“custom-promo” in example below) and then add following code to Quick CSS in Enfold theme options > General Styling and adjust the values as needed

    #top #custom-promo .avia-button {
        border-radius: 100%;
        min-height: 140px;
        padding: 60px 0;
    }

    Cheers!
    Yigit

    #1258841

    Hi Hans Chr.,

    You can upload it in https://imgur.com/upload or in dropbox and post the link here (or in private content).
    As for the Theme Editor, your wp-config file might have this code which disables it:

    define( 'DISALLOW_FILE_EDIT', true );

    As for the CSS code not working, it’s because the Custom CSS Class is wrong, I have changed to to mybutton (this is just a name to reference the button)
    Then the actual CSS code should go in Enfold > General Styling > Quick CSS, which I have added:

    .mybutton a {     
      background: #b4ddb4;
      background: -moz-linear-gradient(top, #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%);
      background: -webkit-linear-gradient(top, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
      background: linear-gradient(to bottom, #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); 
    }

    which worked.
    Also, I found this code in Quick CSS which is invalid (this should be added in functions.php), I have removed this:

    function avia_custom_css_code(){
    ?>
    <style>
    #top #footer {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999;
    }
    </style>
    <?php
    }
    add_action('wp_head', 'avia_custom_css_code');

    Best regards,
    Nikko

    #1258726
    SiteCorner
    Participant

    Hello! I am having trouble with the Date Selector not showing on the Woocommerce Rental Products extension. By default, this extension is supposed to allow front-end users to select a date range for renting a product. We are currently using the Enfold theme. However, it is only rendering a quantity section and add to cart button (no date picker). We tested this temporarily on the default WordPress Theme and the date picker displayed successfully. We really love the Enfold theme and would like to stick with it if possible. Can you please help us get this extension and its date picker working successfully for rental products?

    Thanks in advance!

    #1258718
    This reply has been marked as private.
    #1258682
    dweddell
    Participant

    Hi

    I wish to toggle content using two buttons, to work in exactly the same way as tabs.

    I have added script from here, which works fine for hiding and revealing a colour section using 1 button (https://kriesi.at/documentation/enfold/button/#toggle-id-7)

    I need this to work in a similar fashion to tabs i.e. content for button 1 is visible on page load. When button 2 is clicked a new content section is revealed and content 1 content is hidden. If button is then clicked again, content 2 is hidden and content 1 is revealed.

    can you assist?

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