Viewing 30 results - 661 through 690 (of 7,471 total)
  • Author
    Search Results
  • #1357255
    KulturDesign
    Participant

    dear enfold support team
    I could not find a solution after searching the web and this support forum hours by hours. Please see my customers website where we have many youtube video embeded with the enfold video function. It used to work many years but stopped working, I don´t know when.
    PLEASE can you help.
    The first video you see I´ve embeded today with the iframe from youtube. This seems to work. But the enfold embeding isn´t working anymore.

    I´ve tried disabling all plugins – no luck
    I´ve updated WordPress, Enfold and the php version to 8 – no luck

    Any ideas? I would really appriciate your help.

    #1357056

    Hi Franz,

    You can add a script to the head section using this code snippet and add it to functions.php of your child theme:

    //-------------------------------
    // Custom script in head section
    //-------------------------------
    
    function custom_script_name(){
    ?>
    <script>
    
    // Your script here
    
    </script>
    <?php
    }
    add_action('wp_head', 'custom_script_name');

    For further information on this topic, please refer to our docs: https://kriesi.at/documentation/enfold/add-custom-js-or-php-script/#add-a-script-to-head-section

    Also, the is_search() only triggers when a search result page archive is being displayed.

    Best regards,
    Nikko

    #1357041
    schweg33
    Participant

    I have inserted a script in the function.php at the enfold child (see below 1:)

    Include JavaScript in the head (see below 2:)
    After that, a snippet must be included in the head of the page. The conditional tag of WordPress ensures that the code is only loaded within the search.

    now I do not know where I should embed it
    can you help me

    thanks in advance

    kind regards
    Franz

    #1357024

    I solved my issues above through a lot of reading and trial and error. This was very frustrating that I never heard back from support on the issue. I ended up reading dozens of pages of support posts, only to find one that cited “lazy loading” under site Performance Options as a possible culprit. There is absolutely no way that I would hav e found this via searching. This seemingly unrelated setting was the issue. It is not that my Portfolio was improperly configured. It was that the load time on any image other than the Featured Image was absolutely crippled. It would take longer than two minutes for the other thumbnails to load on the page. So frustrating.

    So now, my current question is this. My test page currently looks like this: https://phelansinteriors.com/portfolio-item/bridges-senior-lifestyle-living/

    Not bad, but I am getting a very horizontal image that a user will then need to click on to get to the thumbnails. )Click the image). The effect I am looking for is like this: https://kriesi.at/themes/enfold/portfolio-item/single-portfolio-23-gallery-3/

    In other words, I have no need for the interim click just to get to the thumbnails. I appreciate the help

    #1357023
    Anish Appukuttan
    Guest

    Dear Support,

    Good day.
    I have downloaded Enfold theme by online search, earlier. (1) I would like to go for the licensed one. Is it possible, (2) how I can put the license code to an installed theme by purchasing from you directly.

    (3) Once the license activation done, am I able to upgrade to the new version?
    (4) Otherwise, If I purchase new version, how can I migrate the website that developed on the old version to new version?

    Kindly advice.
    Regards & Thank you.
    Anish

    #1356892

    In reply to: Multiply image

    see: https://caniuse.com/?search=mix-blend-mode

    so why don’t you use a pseudocontainer to do the job?

    #top .avia-section.imageblend {
      position: relative !important;
      overflow: hidden !important;
    }
    
    #top .avia-section.imageblend:after {
      position: absolute;
      content: " ";
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-image: linear-gradient(90deg, rgba(130,208,221,1) 40%, rgba(130,208,221,0) 60%);
      background-size: cover;
      background-repeat: no-repeat !important;
      background-position: top left;
      pointer-events: none;
    }

    on a parallax section – selector is a bit different:

    #top .avia-section.av-parallax-section.imageblend .av-section-color-overlay-wrap:after
    

    See: https://enfold.webers-webdesign.de/special-backgrounds/
    you can use the section divider here and bring it to front

    #1356759
    thinkjarvis
    Participant

    Hi Team,

    Hope you are all good.

    I wanted to raise some major feature requests (Perhaps even as far away as Enfold 6.0)

    Improved WooCommerce Custom Pages
    I have gradually been hitting the limitations of Enfold’s WooCommerce implimentation. It is simplistic compared to other builder themes.
    if you build a custom WooCommerce product page and want to use the same template for other products then it becomes a hard to manage experience.
    To improve this:
    – Idea 1 – Allow users to create a global custom template to replace the standard WooCommerce single product page. This would be simillar to enfolds custom footer function – Where the body of the page is replaced with a custom page layout but dynamic as per woocommerce.
    – Idea 2 – Create a new ALB element called WooProduct Image. This just re-inserts the default WooCommerce image gallery into an ALB custom single product page. This element is not available if you enable the ALB for single product pages and it makes creating a global template for products harder.
    – Idea 3 – I always add a widget area to the top of all shop pages and category pages. This is so I can add product sorting and fillters on mobile devices to the standard WooCommerce shop pages. I would recommend adding this as a feature so users can add their own filters. The CSS required to make this look pretty should also be included.
    – Idea 4 – Enfold styling for the WooCommerce Product Search Widget. It has no styling applied to it making it ugly! An easy fix to improve a basic function
    – Idea 5 – There is some code floating around the forum that changes the default Enfold Search Widget to search products only instead of pages only. I have posted this in a previous post. I use this because the Ajax dropdown/instant search is very useful on woocommerce sites vs the included woocommerce product search widget which is rubbish by comparison. It would be great to get an option to tweak what is covered by the Enfold search function in the Enfold Control panel so users can use the Ajax search with Woo without custom code.

    Header builder
    Something I found very useful in Divi by Elegant Themes. They include a header element builder. Simillar to the way the Enfold Footer Builder works. This would involve having a range of new ALB elements covering things like Site Logo, Menu Bar, Social Icon Block, WooCommerce Trolly Block, Search Icon Block and mobile rules available for these elements.

    Additions to current header options

    – An option to robustly add a cental logo with the menu either side.

    – An option to add a second menu below the main one.
    Example on this site here:
    https://www.simplyneedlecraft.com/ – I have added a widget area to add text links next to the logo to create a second menu effect. Then the main menu below. This is beyond what an average Enfold user will be capable of doing so having it as an option in the panel would be great.
    You get a menu bar in the usual location, left or right of the logo (This one currently set to mobile first)
    THEN you get a secondary menu below used for product categories.
    On mobiles we have one menu displayed (Display different menu on mobiles option selected)
    – This layout has come up on several sites I have worked on. Particularly woocommerce based sites.
    An example from I think Shopify https://www.burga.com/ – Menu 1 is mobile first, Menu 2 is a list of categories. Gives much better flexibility and UX experience from a shopping perspective.

    • This topic was modified 3 years, 6 months ago by thinkjarvis.
    • This topic was modified 3 years, 6 months ago by thinkjarvis.
    #1356726

    In reply to: enfold

    Hi,

    Thanks for contacting us!

    You can go to Enfold theme options > Main Menu > General and enable “Append Search Icon To Main Menu” :)

    If you have any other questions or issues, please start a thread on our support forum – https://kriesi.at/support :)

    Regards,
    Yigit

    whdsolutions
    Participant

    Hi

    Is there any way to not display / search ANYTHING from Events Calendar in Enfold Search?

    We don’t want a search to fetch anything from The Events Calendar plugin…

    Hope you can help.

    Hi,

    Thank you for the update.

    We have added this code in the Quick CSS field to adjust the mobile menu position and remove the space for the widget container.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #header, .responsive #top #header #header_meta, .responsive #top #header #menu-item-search a, .responsive #top #header a.cart_dropdown_link, .responsive #top #header #header_main nav .social_bookmarks, .responsive #top #header #header_main .inner-container .logo, .responsive #top #header #header_main .inner-container .main_menu, #top #header #header_main .container.av-logo-container .inner-container {
        display: block !important;
      }
    
      .responsive #top #wrap_all .main_menu {
        position: absolute !important;
      }
    }
    

    We also disabled the Enfold > Performance > File Compression settings temporarily. You can enable it back once you are done configuring the site.

    Best regards,
    Ismael

    #1356437
    billbasler
    Participant

    Enfold:

    I cannot seem to find an exact fix for this issue. I have searched the web and this support forum. I find references and fixes but nothing seems to fix in my situation. In short, my header seems to be overlapping blog page content.

    I have one post with a fairly long H1 heading that wraps to 2 lines. When the post is viewed I can only see the second line. The first appears in conflict with the header.

    The root issue could be one of the following:
    1. I am using an svg for my logo. I have used svg on many other Enfold sites in the past as I have quite a number of licenses.
    I do have some custom CSS code entered in Quick CSS. Most of this code was sourced from other Enfold support threads. One exception is code that is commented as “Vertically Center Logo” that was sourced from another user elsewhere. I have tried to see if stripping the Quick CSS snippets out eliminates the issue, but the problem still remains.

    -Bill Basler

    #1356121

    Hi Rikard
    Thanks for your answer.
    With the Envato Market plugin, the update was found. I could not install it directly under Envato Market (there came an error, that I have already the latest version installed, what was not true), but under Enfold – Theme-Update it worked and I could update it.
    So we always have to use the Envato Market plugin where the updates were not found?

    Another questions about permissions of the tokens.
    The Envato Market token wants only the following permissions:

    • View and search Envato sites
    • Download your purchased items
    • List purchases you’ve made

    But the Enfold token (under Enfold Child – Theme-Update) wants the following permissions (described in your documentation):

    • View and search Envato sites
    • View your Envato Account username
    • View your email address
    • View your account profile details
    • Download your purchased items
    • Verify purchases of your items
    • List purchases you’ve made

    So we cannot use the same token for Enfold and Envato Market, right?
    Thanks very much.
    Best regards
    Mike

    #1356088

    In reply to: PAGESPEED 2022

    Hi,

    Thank you for the update.

    1.) The Enfold > Performance tab has just been released when the articles was written, so there are now additional or new options there that you can toggle to slightly improve the site speed such as the file compression, disabling css animations and the responsive images option. The theme also creates dedicated stylesheets for each posts or pages in later versions of the theme, which should also improve the site speed, and this is done automatically, so you don’t have to toggle any settings.

    2.) The same optimization procedures should apply for all kinds of speed tests. Just following the recommendations in the articles that we posted above should greatly improve the site speed.

    3.) The theme adds the srcset attribute to any image elements (sliders, gallery, posts etc) automatically, so the browser can handle the image delivery more effectively and allow it to pick the correct image size for the current device.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    gtranlate deactivatetd is without an effect.
    The search is “Ivory” not the enfold search. i disabled now the display of other results than pages or posts.

    #1355829

    Hi,
    I tested your API key on my demo site and see that it is failing, but my API key is working on your site and mine, so there is a problem with your API creation, but I’m not sure what it could be because your API key screenshot looks correct with “no restrictions”.
    Please note in our documentation that Google maps will return an error if billing is not enabled.
    So try going to your account type “billing” in the search bar and clicking the first result:
    2022-06-20_001.jpg
    and ensure that you have a Billing account linked to the project
    2022-06-20_002.jpg
    if not then you will need to set up a billing account.

    Best regards,
    Mike

    #1355690

    Hi,
    Thank you for your patience, the Font Awesome icon fa-comments-question is a Pro Icon so to use it you will need a license, the free version you are using in your functions.php maxcdn.bootstrapcdn.com/font-awesome will not show it.
    2022-06-18_001.jpg
    I updated your Font Awesome function to this to use v6:

    add_action( 'wp_enqueue_scripts', 'enqueue_font_awesome' );
    	function enqueue_font_awesome() {
    		wp_enqueue_style( 'font-awesome', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css' );
    }

    This is a link to the free icons you can use, such as <i class="fa-solid fa-comment"></i> which I tested on your page and it is working:
    2022-06-18_002.jpg
    Please check.
    For your custom menu, do you want this to be just the menu (code block) or the whole “actionbar”?
    2022-06-18_003.jpg
    If you want the same placement and layout as your page now has, I would recommend adding a header widget area and see our documentation on Header widget position ▸ Flexbox Usage to apply Widget at the bottom, this is below your logo and menu.

    Best regards,
    Mike

    #1355473

    Hey Aure1,

    Thank you for the inquiry.

    You may need to adjust the token permission. Please review the following documentation for more info about the token and the required permissions to properly access your account.

    // https://kriesi.at/documentation/enfold/theme-registration/

    The token should have the following permissions.

    View and search Envato sites (checked by default)
    View the user’s Envato Account username
    View the user’s email address
    View the user’s account profile details
    Download the user’s purchased items
    Verify purchases of the user’s items
    List purchases the user has made

    Best regards,
    Ismael

    #1355453

    In reply to: Add lightbox manually

    i am not sure if the magnificPopup script supports webp. Unfortunately the developer is not well reachable at the moment; Dmitry Semenov is a Ukrainian developer. The documentation does not say if and if yes how to set it.
    Edit: it does support webp – see webp and jpg : https://enfold.webers-webdesign.de/tooltips/
    But: Enfold supports webp and most modern browser as well : Can I Use
    For all those IE 11 ( and earlier ) users ?

    #1355385
    Adtime
    Participant

    Hi guys,

    we wanted to put a website online today, but after changing the url in the database (Better Search & Replace), the following error occurs:

    Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 268435464 bytes) in /html/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php on line 3531

    Increasing the memory doesn’t make sense, Enfold goes into an infinite loop (while(true)) in said line because it can’t find the correct content templates anymore.

    The changes of the Url’s in the database look so far correctly / as with other sites also.

    An update to Enfold 5 was also tried. Downgrades also.

    Deactivating the plugins does not help. All other 1st level stuff do not work either.

    I can provide a test environment.

    The page is very large (+wpml) and putting it online is urgent.

    Please help.

    <!–
    Debugging Info for Theme support:

    Theme: Enfold
    Version: 4.9.2.2
    Installed: enfold
    AviaFramework Version: 5.0
    AviaBuilder Version: 4.8
    aviaElementManager Version: 1.0.1
    – – – – – – – – – – –
    ChildTheme: Enfold Child
    ChildTheme Version: 1.0
    ChildTheme Installed: enfold

    ML:256-PU:120-PLA:17
    WP:6.0
    Compress: CSS:all theme files – JS:all theme files
    Updates: enabled – token has changed and not verified
    PLAu:16
    –>

    janv23
    Participant

    Getting error when opening website in MS Edge. No issues in FireFox and Google Chrome. PHP 7.4

    [15-Jun-2022 10:55:45 UTC] PHP Fatal error: Uncaught Error: Call to undefined function ctype_digit() in /my-website/wp-includes/class-wp-recovery-mode-cookie-service.php:93
    Stack trace:
    #0 /my-website/wp-includes/class-wp-recovery-mode.php(270): WP_Recovery_Mode_Cookie_Service->validate_cookie()
    #1 /my-website/wp-includes/class-wp-recovery-mode.php(110): WP_Recovery_Mode->handle_cookie()
    #2 /my-website/wp-settings.php(420): WP_Recovery_Mode->initialize()
    #3 /my-website/wp-config.php(92): require_once(‘/hermes/bosnacw…’)
    #4 /my-website/wp-load.php(50): require_once(‘/hermes/bosnacw…’)
    #5 /my-website/wp-blog-header.php(13): require_once(‘/hermes/bosnacw…’)
    #6 /hermes/bosnacweb04/bosnacweb04cc/b1154 in /my-website/wp-includes/class-wp-recovery-mode-cookie-service.php on line 93
    [15-Jun-2022 10:55:45 UTC] PHP Notice: Function is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /my-website/wp-includes/functions.php on line 5831
    [15-Jun-2022 10:55:45 UTC] PHP Notice: Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /my-website/wp-includes/functions.php on line 5831
    [15-Jun-2022 10:56:04 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySiteAppPlugin has a deprecated constructor in /my-website/wp-content/plugins/app-your-wordpress-uppsite/uppsite.php on line 106
    [15-Jun-2022 10:56:04 UTC] PHP Notice: Undefined index: sw_source in /my-website/wp-content/plugins/sitewit/sitewit.php on line 36
    [15-Jun-2022 10:56:05 UTC] PHP Warning: count(): Parameter must be an array or an object that implements Countable in /my-website/wp-content/plugins/app-your-wordpress-uppsite/uppsite.php on line 383

    • This topic was modified 3 years, 7 months ago by janv23.
    #1355313

    In reply to: Enfold Showcase

    Another launch a few weeks ago for Cherish Keepsakes
    CherishKeepsakes Memorial Jewellery Maker Derbyshire UK

    Cherish Keepsakes make sentimental jewellery that can include DNA items like loved ones ashes, breast milk, hair, wedding flowers and pet fur. The memorial items are cast in UV stable resin in a range of colours and designs.

    The owner created the logo in Canva so we converted it from an SVG into an EPS and AI file for more portable use.
    The font from the logo was also recovered, purchased and used as a custom font on the website.

    Built on an optimised version of Enfold with WooCommerce. The site uses Paypal to take payments. We included Trust Index Review Aggregation servie to display reviews from their other selling platforms on the site and Smash Balloons Instagram Plugin as a live gallery of work.

    The site includes modifications to WooCommerce:
    -Add widget to main menu area so search bar is available on desktops
    -Add a widget to the top of the product page so search can be added to mobile pages
    -Modified search so it only searches products and includes SKUs
    -Changed the breakpoint so the sidebar disappears on tablets
    -Seperate the categories from the main shop loop for better navigation

    Pagespeed and Web Vitals
    The home page under testing scores up to 99/100 in Google Web Vitals mobile device testing and 100/100 on desktops.
    This is the fastest WooCommerce website we have launched and this is largely down to the way the images are displayed (no slider).

    The Think Jarvis optimised web framework includes some extra optimisation:
    – VPS hosting with maximum resource allocation from IONOS
    – Unique modifications to .htaccess and functions.php
    – Caching plugin
    – Additional image thumbnail generation
    – WebP image generation and compression
    – Login screen moved and password protected to prevent brute force attacks
    – Jetpack Brute Force Protection
    – Advanced contact form spam protection without using Google Recaptcha

    Website design by Think Jarvis Swadlincote

    • This reply was modified 3 years, 7 months ago by thinkjarvis.
    #1354821
    Indunil
    Guest

    Hi,

    I am a freelance developer and subcontracted to update WordPress and Enfold theme for a client. There is a client complaint saying block editor in admin is unusable occasionally. I could also recreate the issue please see https://ibb.co/HpL4j92 .

    The site content is in Deustshe which I dont understand and the translation of displayed message is “It looks like you are adding HTML tags or other special characters. Once all HTML tags are closed, the preview will be available again. If this message persists please check the use of special characters and try to remove them.” . This issue is not a full time issue, time to time same page’s content loads fine.

    I did search about this error is your forums and couldnt find sufficient information. I do have theme key, but still have not got permission from client use it for signing up to your forum.

    While I get that permission from them, or having them to contact you correctly, if you have steps for resolving this documented please provide necessary links to me.

    Thanking you

    Indunil

    #1354746

    In reply to: Strange Blog layout

    Hey edwindepianist,

    Thank you for the inquiry.

    — Adding the following css code should fix the alignment of the date and author info.

    .html_elegant-blog #top .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
        float: none;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings.

    — Regarding the comments, it is possible that discussions or comments are not enabled in the site. Please make sure that comments are enabled.

    // https://wordpress.org/support/article/comments-in-wordpress/#enabling-comments-on-your-site

    — Did you switch the editor to the Advance Layout Builder (ALB) for the last post? The read more button is probably displaying because the post is set to use the ALB. This also removes the featured image.

    If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.

    Thanks!

    Best regards,
    Ismael

    PSDC
    Participant

    I’ve tried to search for answers on this but I don’t quite understand the previous posts so here it goes…

    I installed the demo content into Enfold (Gym Demo) and it has a blog section with about 8 demo posts showing various examples.

    When you view the general blog page, these posts have a picture and some preview text as you’d expect however… when I try to create my own blog post using the ALB editor it just doesn’t look the same? It’s missing the preview text and all I see is the Featured Image with a “Read More” button. I’ve tried replicating all of the information of an older original post to no avail.

    If I use the standard editor (Classic Edit) it’s fine but ALB… nope. Doesn’t quite work.

    Is this fixable? I’m sure I used to use ALB to make Blog Posts with no issues like this. I’ve never really used Classic Editor, rather not if I can stick with ALB Editor

    Driving me insane today. Any ideas? :-/

    Rikard
    Keymaster

    We’re happy to announce that Enfold 5.0 is finally available. Since this is a major update, we would recommend that users update on a staging or development sites first.

    Please see the change log below:

    New demo: https://kriesi.at/themes/enfold-parallax/

    feature: added position options (responsive) to:
    - Image
    - Button
    - Columns
    
    feature: added "Curtain Reveal Animations" (found in Animations Dropdown) to:
    - Image
    - Columns
    - Masonry
    - Masonry Gallery
    
    feature: added Animations Dropdown to:
    - Button
    
    feature: added parallax option (responsive) to:
    - Image
    - Columns
    
    feature: added transform options (perspective, rotate3d, scale3d, skew, translate3d) (responsive) to:
    - Image
    
    feature: added options to scale (zoom) and opacity for images when slide becomes active:
    - Easy Slider
    - Fullwitdh Easy Slider
    
    feature: minimum column height in % of surrounding layout container
    
    feature: theme option to disallow background image parallax and delayed animations on mobile (Performance Tab) - changed to be allowed by default
    feature: added swipe to all devices supporting touch screens (not only to mobile devices)
    feature: Extended Animations Dropdown with "Advanced Fade Animations", "Special Advanced Animations"
    
    feature: ALB Horizontal Gallery added rotation and styling options
    feature: ALB PostSlider added Navigation Dots
    feature: ALB Testimonial Slider added navigation styling and animation options
    feature: Adjusted options (and new options) for most sliders - under progress:
    - Slider Control Styling
    - Show Navigation Arrows and Dots (or none)
    - Custom colors for Navigation Arrows and Dots
    - Transitions and speed
    - Autorotate, end with last slide
    - Disable/Enable manual rotate (hide corresponding Navigation Arrows)
    
    feature: WPML global layout theme options - keep in sync options for all languages
    feature: added support for RankMath SEO plugin (active beta)
    
    tweak: CSS Burger Menu - remove space above mobile menu in landscape orientation and mobile devices
    tweak: support image links for slideshows with first slides caption as permanent caption
    tweak: option to add "alb templates" to top of page (not only to bottom)
    tweak: add option "Use custom link (fallback is image link)" to ALB Masonry Gallery
    tweak: ALB Tab Section new option "Deeplink String" (Advanced Tab -> Developer Settings) to set a custom link hash
    
    fixed: Block editor and ALB Tab Section have strange behaviour in backend
    fixed: Accordion Slider division by zero if no entries or images
    fixed: Anchor column link not working when set to open in the same window
    fixed: Block editor typography letter spacing not working
    fixed: Google Search only allows 1 tag FAQPage
    
    tweak: jQuery 3.0 remove deprecated $.proxy in all theme files:
    - enfold\config-gutenberg\js\avia_gutenberg.js
    - enfold\config-templatebuilder\avia-shortcodes\slideshow\slideshow.js
    - enfold\config-templatebuilder/avia-shortcodes/slideshow_accordion/slideshow_accordion.js
    - enfold\config-templatebuilder\avia-shortcodes\slideshow_fullscreen\slideshow_fullscreen.js
    - enfold\config-templatebuilder\avia-shortcodes\menu\menu.js
    - enfold\config-templatebuilder\avia-template-builder\assets\js\avia-tab-section.js
    - enfold\config-templatebuilder\avia-template-builder\assets\js\avia-tooltip.js
    - enfold\js\avia.js
    - enfold\js\shortcodes.js
    - enfold\framework\js\avia_sidebar.js
    - enfold\framework\js\conditional_load\avia_google_maps_api.js
    - enfold\framework\js\conditional_load\avia_google_maps_front.js
    - enfold\framework\js\conditional_load\avia_google_recaptcha_api.js
    
    tweak: jQuery 3.0 remove deprecated $.fn.focus() in js\aviapopup\jquery.magnific-popup.js
    
    updated: sync all language files version 5.0 (close to final release)
    updated: Dutch language files nl_NL (version 5.0 provided by EZWebdesign - Roger Hoen )
    
    DEVELOPER:
    
    tweak: support json string for slideshow options in HTML (data-slideshow-json="...")
    
    added conditional body classes: 
    - 'pointer-device-undefined', 'pointer-device-fine', 'pointer-device-coarse', 'pointer-device-coarse-only', 'pointer-device-none', 
    - 'touch-device', 'no-touch-device'
    
    added: class aviaPopupTemplatesPlugins
    
    added: filter 'avf_css_rules_position' - allows to alter position rules top bottom left right
    added: filter 'avf_css_rules_animation_duration' - allows to alter animation-duration rules
    added: filter 'avf_css_rules_animation_delay' - allows to alter animation-delay rules
    added: filter 'avf_css_rules_transition_duration' - allows to alter transition-duration rules
    added: filter 'avf_el_styling_responsive_styles_skip' - skip creating rules on element basis
    added: filter 'avf_get_global_option_keys' - modify global options key attributes before adding to internal logic
    added: filter 'avf_is_global_option' - remove a global option attribute
    
    deprecated: AviaHelper::css_4value_helper() no longer needed
    removed: $.AviaParallaxElement - replaced by AviaObjectParallaxElement in enfold\js\avia-snippet-parallax.js
    
    renamed: function sonar_keyframes -> keyframes
    renamed: filter 'avf_css_rules_sonar_keyframes' -> 'avf_css_rules_keyframes'

    Hey Marko,

    Thanks for reaching out to us!

    You can refer to this post – https://kriesi.at/documentation/enfold/intro-to-layout-builder/#debug-mode and enable debugging mode for ALB which would display shortcodes of the elements in the field right below Advanced Layout Builder. Then, you can add Search element to your page and then copy its shortcode from debug field and paste it into a Custom HTML widget in Appearance > Widgets :)

    Best regards,
    Yigit

    #1354057
    Twinloc
    Participant

    Hello Mike,
    Eveything is fine after your upgrade on my site http://www.twinloc-ld.fr !
    I just have a problem with Google Search and Google Ads. My site is no more indexed because Google Robots receive a 404 error instead of the pages.
    Did you already have this strange error after upgrade to Worpress 6 and last Enfold version ?
    Thanks a lot,
    Xavier

    #1354017

    Hi,

    @thijmens
    thank you for your patience and the link to your site, the script in this thread is for the product slider element, your page is not using this element it is a Shop page.
    On your page the first 3 columns are equal height but the last one has double the product excerpt, so making all four equal height to the last one will make the first 3 look strange with a lot of white space, my recommendation is that you would be better to remove half of the product excerpt from the last one.
    If you would like further help with this please open a new thread and include an admin login in the Private Content area.
    We try to keep the threads focused on a single topic to help future searches, thank you for your understanding.

    Best regards,
    Mike

    Jannis95
    Participant

    Dear Enfold Team,

    We use the Accordeon Element on our Site (see Private Content) for FAQ.
    We have 7 diffrent Categories for FAQ’s, so we used this Element 7 times.
    On each element we turned on the FAQ Page Schema.
    Now Google Search Console reported the problem, that the Tag “FAQPage” is used multiple times on this page, which is not allowed.
    You can see that it in the Source code of the website.
    I noticed that it says only use the FAQPage on one Element on each page. But then the other Elements get the Tag “CreativeWork” which does not support FAQ direct in the Google Search results.

    Other Plugins like Yoast SEO, which has a FAQ Element, renders/combine them in one FAQPage Tag even if you have multiple FAQ Elements on one Page. You can read about it here: https://github.com/Yoast/wordpress-seo/issues/14429

    Is it possible that you can this too?

    Thanks for your help,
    Greetings Jannis

    #1353848

    Hi Veronika,

    I have added this CSS code in Enfold > General Styling > Quick CSS and it fixes the issue:

    #top #header .social_bookmarks li a {
    font-size : 18px;
    }
    .av-hamburger-box {
    width : 30px;
    }
    .av-hamburger-inner, .av-hamburger-inner::before, .av-hamburger-inner::after {
    height : 4px;
    }
    .av-hamburger-inner::after {
    bottom : -10px;
    }
    .av-hamburger-inner::before {
    top : -10px;
    }
    .html_burger_menu_active #top #wrap_all .menu-item-search-dropdown > a {
    font-size : 35px;
    }

    Please review your site.

    Best regards,
    Nikko

Viewing 30 results - 661 through 690 (of 7,471 total)