Viewing 30 results - 1,771 through 1,800 (of 11,215 total)
  • Author
    Search Results
  • #1286443
    Saline_Sawks_Salad
    Participant

    Hi
    I’d like to style a simple accordion to look like this – link attached.
    I have had a play with the css on the kriesi.at/documentation/enfold/accordion page
    but am struggling and can’t quite work it out. I’d like to

    – make the border line to 2px solid #b6b8ba
    – remove the padding to the right of the text
    – have button icon to the right.

    Any tips would be greatly appreciated. Thanks..

    #1286284
    gameznet
    Participant

    Hello,
    I manage several client sites with enfold installed and all are having issues with layerslider particularly with background videos not playing correctly. The issue does not occur so badly if all plugins are disabled.. with all plugins disabled background videos (YouTube) will play however there are several errors listed in the console in any of the main browsers.
    however as soon as any other plugin and it doesn’t seem to matter which plugin is activated the number of console errors grows dramatically and the videos wont autoplay and instead shows just a static video image with a small blue and white question mark where the YouTube play button is in the centre of the video.

    This is a big problem for us and our clients as we do use YouTube background videos on most sites that are all having the same issues at the moment of videos not playing.

    there seems to be references to missing YouTube image files in browser console for 2 images on all sites? https://img.youtube.com/vi/2ryO64Z_Fj4/sddefault.jpg
    and
    https://img.youtube.com/vi/2ryO64Z_Fj4/maxresdefault.jpg

    the rest of the console errors all seem to be jquery issues with many references to layerslider..
    I notice that LayerSlider is asking for an update is there one available that may fix these issues in enfold?

    #1286084

    Hi,
    I adjusted the shortcode based on the Enfold Knowledgebase demo example:

    
    [avia_sc_search placeholder='How can we help you today?' label_text='SEARCH SITE' icon_display='input' icon='ue803' font='entypo-fontello' post_types='' display='ajax' ajax_location='form_absolute' ajax_container='#my_container' numberposts='5' results_hide_titles='aviaTBresults_hide_titles' results_hide_meta='aviaTBresults_hide_meta' custom_input_size='' custom_button_size='' custom_height='68' radius='100px' radius_sync='true' border_width='12' results_padding='50px' results_padding_sync='true' results_margin='20px,0,0,0' border_color='custom' custom_border_color='rgba(255,255,255,0.64)' input_bg='custom' custom_input_bg='rgba(255,255,255,0.64)' button_bg='custom' custom_button_bg='#1ddab8' results_bg='custom' custom_results_bg='#ffffff' input_color='' custom_input_color='#1ddab8' button_color='' custom_button_color='' results_color='' custom_results_color='' av_uid='av-3jk7' custom_class='' admin_preview_bg='']

    I’m posting this shortcode here for future reference, should someone wish to adjust it further.
    To have a default look for the Ajax search, depending on any base demo that you might be using, with an ajax popup:

    [avia_sc_search placeholder='Search...' label_text='' icon_display='button' icon='ue803' font='entypo-fontello' post_types='' display='ajax' ajax_location='form_absolute' ajax_container='#my_container' numberposts='5' results_hide_titles='aviaTBresults_hide_titles' results_hide_meta='aviaTBresults_hide_meta' border_width='1' radius='0px' radius_sync='true' results_padding='50px' results_padding_sync='true' results_margin='20px,0,0,0' results_bg='custom' custom_results_bg='#ffffff' results_color='' custom_results_color='' av_uid='av-2aeoak']

    ajax_search_shortcode_with_ajax_popup.jpg
    To have a default look for the Ajax search without an ajax popup:

    [avia_sc_search placeholder='Search...' label_text='' icon_display='button' icon='ue803' font='entypo-fontello' post_types='' numberposts='5' results_hide_titles='aviaTBresults_hide_titles' results_hide_meta='aviaTBresults_hide_meta' border_width='1' radius='0px' radius_sync='true' results_padding='50px' results_padding_sync='true' results_margin='20px,0,0,0' results_bg='custom' custom_results_bg='#ffffff' results_color='' custom_results_color='' av_uid='av-25fx3w']

    ajax_search_shortcode_without_ajax_popup.jpg
    Or this seems to be the minimum shortcode for a default Ajax search without an ajax popup:

    [avia_sc_search placeholder='Search...' label_text='' icon_display='button' icon='ue803' font='entypo-fontello' numberposts='5' radius='0px' radius_sync='true' av_uid='av-38vvxo']

    ajax_search_shortcode_without_ajax_popup_minimum.jpg
    If you wish, you can compare the above shortcodes and adjust the attributes to suit.

    Best regards,
    Mike

    #1285783

    Hey Verena,

    Thanks for contacting us!

    Please see – https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options. If that does not help, please create temporary admin logins and post them here privately so we can look into it :)

    Best regards,
    Yigit

    #1285703

    @freediver2011
    I’ve just cracked this on my website. https://www.thinkjarvis.co.uk Full pass on Lighthouse in Chrome 93/100. (just depending on server response time).

    Right where to start. Please read the following very carefully.

    @Ismael
    – Please can you use this as a basis for a fix for @freediver2011
    The background element needs a fixed height on mobiles to reduce the CLS to an acceptable level.

    The min-height box for ALB elements is controlled by data classes – JS not CSS.
    The opacity layer, and all of the containers within the slideshow or ALB colour section therefore have no fixed height.
    The JS is applied after the CSS therefore causing a layout shift. So as a workaround you have to specify heights and widths of the elements that make up the box.

    The background images in colour sections and slider images, captions and everything else have no set height and width. They have min-height and min-width. Therefore they shift when it renders the page.

    Note – ALB sliders are currently more efficient than Background images – This is because it serves scaled images. You have to add some extra @media queries manually to optimise ALB colour section background images. Tutorial to follow when I get time.

    For my site the appropriate min-height for mobiles is 351px So I entered this into the box in the style section.

    I then added the following code.

    This workaround is for full width easy sliders as per my website. But can be adapted for background colour sections using the same logic. I will share a solution once I have applied it to another site on my server for testing

    Set a custom ID for the first element on the page.

    #tj-fade-remove

    Removes animations on mobiles (note there is some overlap in these bits. I need to refine it a bit more).
    This drastically improves LCP by 5 seconds and a pass mark in lighthouse.

    /* Removes animations on first element/ Slider on mobiles only */
    
    /* Removes animations on slider titles and caption */
    @media only screen and (max-width: 767px) {
    #tj-fade-remove .avia-caption-title, .avia-caption-content, .avia-slideshow-button {
    	-webkit-animation: 0s ease 0s normal none 1 running none !important;
    	animation: 0s ease 0s normal none 1 running none !important;
    	visibility: visible !important;
    }
    /* Removes animations on slider titles and caption */
    #tj-fade-remove .container {
        -webkit-transition: opacity 0s;
        transition: opacity 0s;
    }
    #tj-fade-remove .avia_transform .av_slideshow_full.avia-fade-slider .active-slide .avia-caption-title {
    	-webkit-animation: 0s ease 0s normal none 1 running none !important;
    	animation: 0s ease 0s normal none 1 running none !important;
    	visibility: visible !important;
            transform: none !important;
           -webkit-transition: opacity 0s;
           transition: opacity 0s;
    }
    /* Disables some JS use with caution this will remove buttons and the main header from slideshow captions */
    .js_active .avia-slideshow li:first-child {
      visibility: visible!important;
      transform: translateZ(0px) !important;
    -webkit-transition: none !important;
    }
    }

    Note – I removed the opacity settings and just applied opacity to the image directly. Therefore reducing render time.

    /* Applies fixed height for mobiles based on content */
    @media only screen and (max-width: 767px) {
    #tj-fade-remove {
    height:351px !important;
    }
    /* Applies fixed height and width to image based on enfold min values and offset */
    #tj-fade-remove img {
    height:351px !important;
    min-width: 762px;
    left: -201px;
    }
    }

    I hope this helps others. I have one last bit to add to my setup which is serving Google Analytics locally.
    I have actually disabled Jetpack Lazy Load and Photon as this seems to have improved the score rather than reducing it!

    • This reply was modified 5 years, 1 month ago by thinkjarvis. Reason: spelling error
    anweb
    Participant

    Hi,
    I can’t update pages etc because the whole wp-admin looks strange as soon as you go into for instance a page, the wp meny is on the right and I can edit but not save the page.
    I had updated everything, the theme via ftp, plugins, wp and also tried to take away enfold child theme but nothing helps
    I have reset the database several times to earlier version and upload older version of wp 5.5.3 but doesn’t help so please can you help me

    It’s a mess!!!

    Thanks,
    Annika

    jaripp
    Participant

    I just tested the new ALB Custom Elements and created a few customized buttons. I noticed a change in page loading times and checked with the Query Monitor plugin. SQL queries went up from a normal 20-30 to over 200 (even when logged out of admin).

    I though maybe it was my child theme messing something up and I did a clean WP install with latest Enfold. No child theme, no plugins and the problem was still there. Clean Enfold did 23 queries, but with Custom Elements it was 182.

    These queries rocketed from 1 query –> 80 queries when Custom Elements is activated:
    WP_Term_Query->get_terms()
    WP_Query->get_posts()

    Any advice?

    #1285264

    I had a problem with the MailChimp shortcode too. I had to go into my MailChip account and resave the form (toggle all of the visibility buttons for each field), then go to the Enfold panel and resave it, then delete the shortcode of the form page and then put it back again and save.

    #1285211

    Hi Richard,

    Please do the following steps.
    1. Go to Appearance > Menus
    2. Click Screen Options (located on top right of the screen)
    3. Check CSS Classes (you can minimize Screen Options by clicking on it again)
    4. Add the Donate menu item/link to the main menu
    5. Expand the newly added Donate menu item, under CSS Classes field put donate-button and save
    6. Go to Enfold > General Styling > Quick CSS, then add this CSS code (replace URL_IN_PRIVATE_CONTENT with the URL provided in private content):

    #top #header .donate-button .avia-menu-text {
        background: url(URL_IN_PRIVATE_CONTENT) center center no-repeat;
        background-size: 100% auto;
        display: inline-block;
        width: 300px;
        text-indent: -9999em;
    }

    Let us know if this helps.

    Best regards,
    Nikko

    #1285203

    In reply to: Need to update theme

    Hi julhobart,

    It seems like the version of Enfold on your site is still using the old API (username and API key) which envato has already deprecated therefore you can’t update it with the usual method.
    As for edits, if tweaks are made on the child theme then it’s safe to say that nothing will be lost since it is only the parent theme (Enfold) that is overwritten.

    To update your site to the latest version, please backup your site first:
    – 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

    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

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