Viewing 30 results - 8,941 through 8,970 (of 244,463 total)
  • Author
    Search Results
  • #1439036

    Please provide an update on the LayerSlider SQL injection vulnerability.
    From the CVE, “This vulnerability allows unauthenticated threat actors to inject malicious SQL queries to steal sensitive information from the database.”

    Additional information.
    https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/layerslider/layerslider-7911-7100-unauthenticated-sql-injection

    According to the Enfold changelog, the latest bundled version is 7.9.11. This vulnerability affects versions 7.9.11 and 7.10.0.
    Changelog: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog

    #1439032

    I completely disabled the reCaptcha thing in Enfold Child options, and turned it off in the contact form element. It happened again when I tested it

    #1439029

    In reply to: Categories

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1439028

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1439026

    In reply to: WooCommerce and blocks

    Hey StephenStamp,
    Thank you for your patience but the Enfold Advanced Layout Builder is not compatible with “blocks” and you can not enable the Block Editor on product pages.
    It is not recommended to manually edit the Shop page with the Advanced Layout Builder, but it is possible, see our documentation here and then you could add a product slider element to use for your featured products.

    Best regards,
    Mike

    #1439022

    Hi,
    Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    #1439021

    Hi,
    If you are not using a child theme you could use the WP Code plugin then add a new snippet, in the top right corner use the PHP snippet as the code type:
    Enfold_Support_2680.jpeg
    then add the code and save.

    Best regards,
    Mike

    #1439019
    This reply has been marked as private.

    Hey Annemarie,

    I activated debug mode under Enfold->Layout Builder and copied the front page shortcodes to a test page, please see private. I tried adding some content to the page and that seems to be working as expected. Could you let us know how to reproduce the problem?

    By the way, the site in question is painfully slow.

    Best regards,
    Rikard

    #1439008

    Topic: Chinese share link

    in forum Enfold
    Yaphoon
    Participant

    Hi there,
    May I know if it is possible to make the share link with China service, like Weibo, Douban etc.
    Here is a reputable site in China, who is sharing ancient books. They also use the enfold.
    Pls see the page,

    their share link is what I need for my Chinese site.
    QQ20240402230356.jpeg
    Could you help.
    Thanks and best regards,

    Wang

    #1439004

    In reply to: SVG size in editor

    this is due to the fact that some svg code do only have viewBox dimensions and no internal width and height information.
    those svgs are handled as if they have width and height : 0x0

    So on avia-builder.css there is a rule :

    /* @since 5.6.9    make sure that svg is visible in backend - needs to add logic for frontend !!!  */
    #avia_builder img[src*=".svg"],
    .wp-admin .avia-modal img[src*=".svg"] {
    	width: 1500px;
    }

    that makes all svg visible on backend. For example – very important for image with hotspots. Image ALB Elements etc.

    so maybe it would be better to exclude those svg inside avia_textblock and replace that rule above by:
    ( because on text_block the images do get width and height information by tiny-mce editor.)

    #avia_builder div:not(.avia_textblock) > img[src*=".svg"], 
    .wp-admin .avia-modal div:not(.avia_textblock) > img[src*=".svg"] {
    	width: 1500px;
    }

    but that had to be done in that original file and should be best implemented to enfold in next version.

    #1438994

    Hey klick.design,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .av-lueb7spe-d8e56ac6f4c43644e12f0b25f9edaf82 {
      margin-bottom: 0;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 1 year, 12 months ago by Rikard.
    #1438987

    Hi @Guenni007,

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_6_11/avia-shortcodes/iconlist/iconlist.php

    see line 1117 ff

    In filter use:

    $element_atts = $extra_args[4];

    and for styling:

    
    $element_atts['iconlist_styling']    //  '' | 'av-iconlist-small'
    

    Best regards,
    Günter

    #1438985

    Topic: Share buttons

    in forum Enfold
    aaronjosephhall1
    Participant

    Is there a way to get the enfold share buttons to appear at the top of a blog post also? Right now they only appear at the bottom. I would like them at the top and bottom.

    #1438984

    In reply to: Categories

    I found it in the enfold theme folder and added it. Now fixed, thank you!!

    #1438981

    In reply to: Update of Theme

    Hey John,

    If the agency bought the license you are using, then please ask them to update for you: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1438980

    In reply to: Domain license

    Hey Sebastian,

    I would suggest that you generate separate tokens for each of your sites, then keep a record for yourself locally: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1438971

    Hey nadinedomnink,

    Thank you for the inquiry.

    We reset the options in the Settings > Reading panel and set the Enfold > Theme Options > Frontpage Settings accordingly. Please make sure to purge the cache before reviewing the site.

    Best regards,
    Ismael

    #1438962

    In reply to: Responsive

    Hi,

    Thank you for the update.

    We recommend adding it at the very bottom of the style.css file or in the Enfold > General Styling > Quick CSS field. It is conventional and good practice to place css media queries at the very bottom of the stylesheet.

    Best regards,
    Ismael

    #1438951

    Hi,

    Thank you for the update.

    The modification is working as intended when we tested it again. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.

    Best regards,
    Ismael

    #1438949
    Ivan Glaser
    Guest

    Hi
    I have discovered what I believe is a bug in Enfold but I no longer pay for support as I no longer need it as much.
    I don’t believe that I should have to pay to report what I think is a bug.
    I have the latest version installed 5.6.12
    On one of my web pages I use a “Tab Section” (see url below).
    Each Tab Section” has a “Masonry Gallery” which is set in “Pagination” settings to show about 25 images, with a pagination indicator to allow the viewer to see another 25 images etc etc
    The first (default) tab, “MARA IN COLOUR” works perfectly
    The second tab, “MARA IN B&W” does not.
    On this tab, the first 25 images are show but if the viewer clicks/touches, for example, page “2” etc to load more images, the resulting screen is from “MARA IN COLOUR” not page 2 from the “MARA IN B&W” Masonry Gallery.
    Please check. If it is a bug, please fix. If it is something I am doing wrong taht can be fixed with support, please let me know.
    Tx
    Ivan

    There are 2 tabs. The first tab, MARA IN COLOUR” works fine

    #1438944
    Renard
    Participant

    Hi, Is there a way to reduce the height of the header color section with an image background? When viewed on mobile, the section has too much space and the devices image seems to float. We’d like to achieve the desktop view effect in smaller devices too if possible. Site link is in private content.

    #1438938
    Sebastian
    Guest

    I have a license of a Theme. I will buy another license of Enfold, then how can I know which license assign each domains, because on the Envato Market admin doesn’t show me which domain it corresponds to.
    thanks

    #1438937

    In reply to: only on this page

    Hi,
    Thanks for the login, you go to the widget and the use “Show on checked page” then start typing the name of the page and it will auto fill the name of the page:
    Enfold_Support_5250.jpeg
    I did this for you so you can see.

    Best regards,
    Mike

    #1438934

    Hi,
    When I check your page on desktop the css I posted above is not applied, and this is what makes the button larger and center, so I don’t know if you have an error in your css, or if you didn’t add it because you didn’t understand, but this is the desktop part of the css that you should ensure to use:

    @media only screen and (min-width: 768px) { 
    #top .caption_bottom .slideshow_caption .slideshow_inner_caption {
        position: relative;
        text-align: center;
    }
    #top .slideshow_inner_caption .avia-slideshow-button.avia-button {
        width: 300px;
        height: 100px;
        font-size: 24px;
    }
    .html_header_transparency #top #main .caption_bottom .slideshow_caption {
        padding-top: 0;
    }
    }

    this is the result:
    Enfold_Support_5246.jpeg
    I now assume that you now wanted the button to move up a little, so you would then add this css:

    @media only screen and (min-width: 768px) { 
    .slideshow_inner_caption {
    	top: -100px;
    }
    }

    for this result:
    Enfold_Support_5248.jpeg
    feel free to adjust to suit.

    Best regards,
    Mike

    Even with the code in enfold child functions.php, the issue occurs. Since we are discussing reCaptcha in another thread, and saving things in Enfold Options seems to be part of the problem (though not in isolation), I did this to test the code in functions.php (I had cleared everything after putting in the code):
    1) Went to Google and got my v3 API keys
    2) Entered the keys and Saved
    3) Tested the keys, and it auto-saved
    4) Opened my Contact page, opened the form, changed Security to reCaptcha v3
    5) Saved form changes
    6) Updated the page

    From there, I went to my Chrome browser, made sure to clear all browsing data first then went to my site…homepage was fine. Then clicked Counseling Services from the main menu and the white screen with hyperlinks and a slightly deformed logo appeared. I closed the Chrome browser window, cleared browsing data and closed Chrome.

    Then I went back to my Dashboard in Firefox and cleared all of the caches in the WPFC (from the top menu, there is a drop-down with 2 items to clear).

    Then I retested in Chrome. Now it worked.

    SO, is there a way for this thing to clear all caches automatically after saving Enfold Child Options settings? I’ll ask the WPFC folks if there is a way it can auto-delete caches after each of these changes as well.

    Jon

    Hi,
    The above css changes the color of the burger icon to red, please adjust to the color you wish:
    Enfold_Support_5244.jpeg

    Best regards,
    Mike

    #1438919

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    @media only screen and (max-width: 450px) { 
    .slideshow_inner_caption {
    	top: -30px;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1438916

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

    El
    Participant

    Hey there,

    Enfold works really well woth WP-Rocket although I ended up creating quite some customizations to run it at the highest performance as a combo.

    The only thing left holding us back is that the fullscreen slider images are not discovered by WP-Rocket as being able to delivere as webp instead of jpg?

    “li.avia-slideshow-slide.av-o14sxp2-9db72e70627192a4207918b5f9677943__0.av-single-slide.slide-1.slide-odd.next-active-slide”

    Any idea an what to do in order to also deliver those images as webp?

    Best,
    Elmar

Viewing 30 results - 8,941 through 8,970 (of 244,463 total)