Forum Replies Created

Viewing 30 posts - 23,071 through 23,100 (of 67,145 total)
  • Author
    Posts
  • Hi,

    Thanks for the update.

    That particular element doesn’t contain a “white overlay” option. You need to use the “Blog Posts” element if you want the same effect from the demo.

    // https://kriesi.at/themes/enfold-2017/blog/blog-default/

    Set the Blog Layout settings to “Grid Layout”.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    @octech: We set the editor back to Gutenberg and updated the “Basura Elementos” page. We can’t reproduce the issue any longer. The block editor is probably detecting an old shortcode block. Is this initially created with the block editor? (see private field)

    @twitchdevelopment: We will release beta version of the latest patch and try to fix these kind of issues, but this one seems to be intermittent. It doesn’t happen regularly, so it’s quite difficult to debug. We do know that the block validation only appears when Gutenberg is enabled and if there is an existing block inside the editor. Please try to add some elements in the page, then update it once or twice.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    What is the actual model of that device? Can you scroll down the page and see the footer?

    Best regards,
    Ismael

    in reply to: Horizontal Mail chimp form #1097915

    Hi,

    Thanks for the update.

    You can add this css code to push the fieldset to the right of the container.

    .chimpy.avia-mailchimp-form fieldset {
        position: relative;
        left: 145px;
    }

    Adjust the value as needed. You may need to add a few css media queries to adjust the left position on smaller screens.

    Best regards,
    Ismael

    in reply to: Problem with tablet portrait view #1097913

    Hi,

    Thanks for the update.

    This css code should remove that gap on tablet view.

    @media only screen and (max-width: 989px) {
    .responsive #top #wrap_all .flex_column.av-break-at-tablet, .responsive #top #wrap_all .av-break-at-tablet .flex_cell {
        margin: 0;
        margin-bottom: 0;
        width: 100%;
        display: block;
    }
    }

    Just add it in the Quick CSS field. Don’t forget to toggle the Performance > File Compression settings afterwards.

    Best regards,
    Ismael

    in reply to: Editing Elements Saved as Templates #1097911

    Hi,

    @werner: We need access to the site. Please open a new ticket and the provide the necessary details in the private field. We’ll close this one for now.

    Best regards,
    Ismael

    in reply to: Basic Questions and 1 problem #1097910

    Hi,

    Thanks for the update.

    We can’t access the site using the login credentials above. Please provide another account or generate another token.

    Best regards,
    Ismael

    in reply to: Menu Not Visible #1097574

    Hi,

    Thanks for the update.

    The menu is displaying properly on our end. Is this fixed? We disabled the file compression from the Enfold > Performance panel temporarily. Please enable it back once you’re done with the modifications.

    Best regards,
    Ismael

    Hey Markus,

    Thank you for using Enfold.

    We would like to help, but the translation is a bit unclear. We’ll tag someone who can speak German to help you with this issue. Please wait for his response.

    “Thank you for your message!” Here is the salutation “Thank you for your message!” stand. Not “you” but “you”
    

    Best regards,
    Ismael

    Hey ThinkCap1224,

    Thank you for using Enfold.

    There seems to be an error embedding the video. Did you include the site in the list where the videos are allowed to be embedded?

    // https://help.vimeo.com/hc/en-us/articles/224817847-Privacy-settings-overview

    You can select from the following privacy options for video embedding:

    Anywhere – Enable people to embed this video on any site
    Nowhere – Do not allow anyone to embed this video
    Only on sites I choose (Plus + Pro + Business + Premium only) – I’ll specify sites on which people can embed this video

    Best regards,
    Ismael

    in reply to: Woocommerce product quantity field #1097563

    Hi,

    Thank you for understanding. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

    in reply to: Update jquery version in Enfold #1097562

    Hi,

    Thanks for the update.

    Where can we see the issue? Please provide the site url in the private field so that we can inspect it. Do you see any errors in the browser console?

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    Some elements of the first demo theme are now mixed in with the 2nd theme and some changes I have made do not show.

    Did you reset the database before adding the new demo? Importing another demo on top of the current one will result in mixed demo content. Please check the documentation for more info about the demo import.

    // https://kriesi.at/documentation/enfold/import-demos/

    You should not import another demo without resetting the database first. Please note that by resetting the database, you are removing existing content in the site.

    The layered slider from the first demo theme is now on the site and I don’t want it but don’t see where to remove it.

    Edit the page and remove the layer slider element from the builder.

    Should I remove the child theme? It looks like I may have to do it through the c panel?

    You don’t need to remove the child theme. Since you have imported another demo, this can’t be undone. You have to manually remove the pages from another demo or reset the database and re-import the actual demo that you need.

    Best regards,
    Ismael

    in reply to: purchase code #1097559

    Hi,

    Thanks for the update.

    Did you apply a featured image to that page? What you’re seeing is the featured image. Switch to the advance layout builde so that the default image doesn’t show.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    Those sections are visible on our end. Please make sure that you’re not looking on a cached version of the page. And don’t forget to toggle the Performance > File Compression settings.

    Best regards,
    Ismael

    in reply to: Add copyright to dynamic slide #1097557

    Hi,

    Thanks for the update.

    Have you tried adding the copyright text manually using another layer? You can position that layer right above the image.

    Best regards,
    Ismael

    in reply to: Mobile Menu Spacing Issue #1097556

    Hi,

    Thanks for the update.

    The minimum height is now set to 200px. Is that intended? Please don’t forget to toggle the Performance > File Compression settings and remove the browser cache after adding the css code and before checking the page.

    Best regards,
    Ismael

    in reply to: header center logo no showing on Chrome desktop #1097552

    Hi,

    Thank you for using Enfold.

    The logo is visible on my end — checked it on Chrome Windows 8. You can try this css code to make sure that the width is set.

    .logo a img {
        min-width: 450px;
    }
    
    .header-scrolled .logo a img {
        min-width: 225px;
    }

    Best regards,
    Ismael

    in reply to: Ajax product search issue #1097551

    Hey alvi147,

    Thanks for the update.

    That is possible but you need to modify the js > avia.js file directly. Look for the AviaAjaxSearch function around line 35:

     //creates ajax search
    new $.AviaAjaxSearch({scope:'#header, .avia_search_element'});
    

    Set the minChars option to 1 instead of 3:

    //creates ajax search
    new $.AviaAjaxSearch({scope:'#header, .avia_search_element', minChars: 1});
    

    Best regards,
    Ismael

    in reply to: Shop view – active products in active category #1097550

    Hey cyberhrc,

    Thanks for the update.

    You need to install the following plugin in order to add widgets to the product category pages.

    // https://wordpress.org/plugins/woosidebars/

    Please check the documentation for more info.

    // https://docs.woocommerce.com/document/woosidebars-2/

    Best regards,
    Ismael

    in reply to: Tab Selection, no position possible #1097549

    Hi,

    Thanks for the update.

    We can’t see the site because it’s on maintenance mode and the login details above aren’t working. Please check the info carefully.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    The page above looks different from previous page and the screenshot. Where can we see the issue again? Please provide the actual url of the page in the private field.

    Best regards,
    Ismael

    Hi,

    @slui: We replied to your thread. Please continue there.

    @octech: We switched the editor to classic and it seems to have fixed the issue. The block validation will only appear if the block editor is enabled as @victoria mentioned. Please make sure that that you’re not loading the page from cache. Remove the browser history or purge the plugin cache.

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    We added a few builder elements and updated the page, but we couldn’t reproduce the same issue. (see private field)

    Best regards,
    Ismael

    Hi,

    Thanks for the update.

    The overlay is a default effect of post items in a Blog Posts element, so you don’t have to toggle any settings for that “white overlay” effect to display. This is true as long as you’re using the Blog Posts and not the Masonry element. Those are two different builder elements. And there is no element called “Blog Masonry” in the builder.

    Best regards,
    Ismael

    in reply to: Masonry Gallery Infinite Scroll #1097505

    Hi,

    Thank you for using Enfold.

    You can override the shortcodes in your child theme. Here’s how:

    // https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb

    Please don’t hesitate to open a new thread if you need further assistance. We’ll close this one for now.

    Best regards,
    Ismael

    in reply to: Header Widget Area – Need to Center #1097503

    Hi,

    Thanks for the update.

    It’s because of the default line height property. Try to include that css property inside the previous css code.

    #header .widget {
        position: absolute;
        top: 0;
        left: 200px; 
        line-height: 20px;
    }

    You can adjust the value as needed.

    Best regards,
    Ismael

    in reply to: Extra Elements #1097502

    Hi,

    Thanks for the update.

    They have removed the “presskit” page and I don’t have a copy of the svg file. Do you have a copy? Please send it here.

    Best regards,
    Ismael

    in reply to: Mobile Menu to right side #1097500

    Hi,

    Thanks for the update.

    Did you even try that css code? This is going to be the result if used it.

    Screenshot: https://imgur.com/a/dExGfbR

    Please review our previous replies.

    Best regards,
    Ismael

    in reply to: Horizontal Mail chimp form #1097499

    Hi,

    Thanks for the update.

    Find this line:

    email.attr('placeholder', label);
    

    Change label to a string or a custom text.

    Example:

    email.attr('placeholder', 'My text');
    

    Best regards,
    Ismael

Viewing 30 posts - 23,071 through 23,100 (of 67,145 total)