Viewing 30 results - 1,771 through 1,800 (of 11,205 total)
  • Author
    Search Results
  • Hi sproutstudio,

    Please try to do the following, but first, backup your site:
    – Site Backup: https://kriesi.at/documentation/enfold/backup-wordpress-site/
    – Theme Settings Backup: https://kriesi.at/documentation/enfold/backup-theme-settings/

    Then do the following steps:
    1. Login to ThemeForest and download the Enfold theme, 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.

    Register the theme by following the instructions in https://kriesi.at/documentation/enfold/theme-registration/
    Once this is done, the next time you update, you’ll only need to go to Enfold > Theme Updates and click on the Update button.

    Best regards,
    Nikko

    #1285183
    scotthill89
    Participant

    Hi Support,

    I am having issues where MOST images are not sizing down for different devices for Responsive Designs.

    Under Dashboard / Enfold / Performance
    YES I have selected for (Responsive Images)

    Homepage
    The background image for the Logo Area is not sizing
    The Fullwidth Easy Slider – text and navigation buttons are NOT sizing correct
    NO Background images are sizing down “Color Sections”
    Portfolio images are being cut off

    ALL Sub-Pages
    The background image for the Logo Area is not sizing
    NO Background images are sizing down
    – ALL images in “Color Sections” are not sizing down
    Text is not aligning correct on most pages.

    Please visit the link below to see all the Responsive Image issues.
    https://dev.spectrumprojects.net

    Login info under “Private Content”

    Thanks
    Scott

    #1285103

    Topic: Button Lightbox popup

    in forum Enfold
    mannys1985
    Participant

    Hello,

    How can I accomplish this with a button from enfold? Refereing to the article page: https://kriesi.at/support/topic/contact-form-in-pop-up-prettyphoto-issue/#post-312865

    Please help

    #1284564

    Thanks for getting back to me.
    I suppose this is sort of a workaround for something that is not quite working as it should. The Layout builder is still displaying under the admin left menu only less so and I have to scroll down to the bottom of the menu to collapse it to use the expanded layout view.
    Enfold support sorted this exact same issue for my sister here after the last update

    Her site is working fine now. Looking at the thread Rickard was the support person who sorted it out.

    #1284393
    Mkilgus
    Participant

    Hi,

    I need your advice. I have the CF7 plugin in several Enfold installations. Since a few days the submit button does not work anymore. The form hangs with spinning “hourglass”. CF7 recently had an update to version 5.4 and many other users with different themes have the same problem. The developer of CF7 does not get any further. Why am I writing in this forum? When I switch to a default theme, the CF7 plugin works as expected. I can’t get the problem solved with Enfold. It seems to be a combination of WP, theme and plugin.
    To try it out, here is a link to an affected contact form: https://dataworx.de/kontakt/

    CF7’s support forum has a lot of threats on this issue right now. But as I said, with a default theme it works. Only in an “extended” wordpress environment it seems to have problems, among others things with the Enfold Theme.

    Thanks for your opinions, hints and tips.

    #1284384
    This reply has been marked as private.
    #1284141

    Hey yes9310,

    Here are the docs for you:

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

    #1284059

    Hello Rikard
    Thanks for your suggestions.

    As I still have some enfold applications with mobile menu this solution is too complicated.

    I have now rebuilt the menu so that I no longer need the mobile menu.
    I will do the same for the other hompages.

    Now I would be happy if it is possible that this button is displayed higher mobile:

    /*Scroll Top Position*/
    #scroll-top-link
    { bottom: 10px; right: 10px;
    color: #074C7E;
    background-color: #ffffff;
    }
    When I click mobile on “Leistungen” this button is not visible anymore.
    If this would always be displayed at the bottom mobile.

    the second would be mobil hide the button “Fernwartung” completely via CSS

    thanks for your efforts

    kind regards
    Franz

    #1284011
    lle-it
    Participant

    Hello, we are working to get our site WCAG compliant and we need to add a “Skip to content” button, as outlined here:
    https://www.w3.org/TR/WCAG20-TECHS/G1.html

    We are looking for it to behave like the one on this site: https://siteimprove.com/en-us/

    It appears when you use the keyboard tab button to navigate through. Does Enfold have a way to do this?

    Thank you.

    #1283826

    Thanks Ismael, this helped, but with the “easy code”, not the one from Enfold docs.

    Solution
    » Add this to functions.php ofr your child theme:

    <script>
    (function($){
     $(document).ready(function(){
        $('#toggle-color-section').addClass('notseen');
        $('.avia-button-wrap.color-section-toggler a').click(function () {
         $('#toggle-color-section').toggleClass('notseen');
       
        });
      });
    })(jQuery);
    </script>

    Ad this to custom CSS:

    .notseen {
    	display: none;
    }

    Give the color section the ID: “#toggle-color-section”
    Give the button the class: “color-section-toggler”
    Gibe the button the link target: “javascript:void(0)” (so the page doesn’t reload)

    There was a code for changing button text as well out there on the forums, in case someone is interested.

    • This reply was modified 5 years ago by mc_wa.
    #1283528
    Julie Hobart
    Guest

    Hi! I would love to register but my client purchased enfold and then gave me access to the staging environment. Is there another way to register? The shadow worked perfectly on some of the buttons but not all. THX!

    #1283485
    nateshiyer
    Participant

    I have a question my client wants to build his website with menu like this https://www.creativezone.ae/

    If you notice the desktop has two menu few items visible just like enfold and a search button, but some extra menu is put inside a pull out menu. Then on the mobile there is only 1 menu.

    I want to use enfold to create something like extra elements can be put inside a pull out menu on desktop but mobile has only 1 menu

    #1283466

    Hi,

    You can use following CSS code in Enfold theme options > General Styling > Quick CSS field

    #top #after_section_3 .avia-button {
        box-shadow: 0px 6px 6px #555;
    }

    If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)

    Best regards,
    Yigit

    #1283404
    Mischa
    Participant

    Enfold Version: 4.7.6.4
    Wordpress 5.6.2 and lower

    Found in file “image_hotspots.php” at row 576
    $html = substr( $html, 0, $pos + 1 ) . $button . '</div>';

    my quick fix:
    $html = substr( $html, 0, $pos ) . $button . '</div>';

    Best regards, Mischa

    Attachments:
    Before the fix
    After the fix

    • This topic was modified 5 years ago by Mischa.
    waingroove
    Participant

    Hi, I am looking to add the Facebook messenger icon to the available icons usable in the top of the header and footer/sockets in Enfold.
    I have tried to use the previous thred on this (https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options) but with no success at all.
    Can anyone advise on a solution that is not using the app intergration from FaceBook?

    cheers
    Chris

    #1283044

    In reply to: Add to Cart Button

    Hi,

    Thank you for the update.

    The max attribute corresponds to the available stocks but for some reason, it is not working. Please try to edit the themes\enfold\config-woocommerce\woocommerce-mod.js, look for this code around line 72.

    avia_apply_quant_btn();
    

    Below, add this code.

    $(".variations_form").on("woocommerce_variation_select_change", function () {
    		avia_apply_quant_btn();
    });
    

    This should update the quantity buttons after selecting a different variation.

    Best regards,
    Ismael

    #1282902

    Hello!

    I deleted the plugin and now permalinks are working fine. Thanks.
    About the Woocmmerce plugin, I bought it and it’s working half-way, showing labels just inside the product border, but that’s ok for now.

    Now, regarding the Enfold Element, I wish I could display what we have on our home page, using the full-screen slider, but in our single product pages, with a sidebar. I intend to create a “banner” to promote a specific product with a picture, text and button right after the Page title (Edgebanding).
    https://snipboard.io/aU1VsM.jpg
    https://snipboard.io/t5GjFg.jpg
    Is it possible to place this element inside a boxed layout element?

    Thank YOU!
    Leo

    #1282666

    Hi Victoria,

    We do not see any maps either and that is the whole point of our request.

    On the ‘client-side’ page, sub-menu ‘Business’ and button ‘Location Maps’, you will see a Gravity Form where user can put in an address and click a submit button. Hence, in the right side you will see a Gravity View with a list of address fields, but the Google Maps are not showing, only the addresses.

    As pointed out by the Gravity View support, they were able to make the Google maps showing when testing on a default WP Theme, but not able to display/see the Google Maps when testing on the Enfold Theme. Hence, as they say, there is something in the Enfold Theme that prevents the maps from showing/displaying.

    Best regards,

    Bjorn

    #1282600
    Emily Lu
    Guest

    I want to know whether the enfold theme can support the 2checkout collection plug-in? I purchased the enfold theme, and found that the 2checkout button cannot be displayed after installation. I changed to another theme (Twenty Twenty-One) and it can display the 2checkout button.

    Thank you for your help!

    #1282336
    ignotus101
    Participant

    I was having an issue with none buttons working (hitting media didnt open up etc) so i changes themes to see if theme was causing that issue adn then when i switched back my homepage no longer works. all the aviabuilding code in it does nothing now…
    could i get some adivse or help on how to get that avia stuff back to function

    Edit: fixed!. overwriting enfold theme folder caused issue. had to delete folder then reinstall

    • This topic was modified 5 years ago by ignotus101. Reason: fixed
    #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 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.
Viewing 30 results - 1,771 through 1,800 (of 11,205 total)