Viewing 30 results - 8,731 through 8,760 (of 244,458 total)
  • Author
    Search Results
  • Hey Chris_85,
    Thank you for your patience, when the product filters are used the page is reloaded, this is why the page is then shows at the top, to work around this I would recommend adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function restore_the_scroll_position_after_reload() { ?>
      <script>
    window.addEventListener('beforeunload', function() {
        localStorage.setItem('scrollPosition', JSON.stringify({
            path: window.location.pathname,
            position: window.scrollY
        }));
    });
    window.addEventListener('load', function() {
        const saved = JSON.parse(localStorage.getItem('scrollPosition'));
        if (saved && saved.path === window.location.pathname) {
            window.scrollTo(0, saved.position);
        }
    });
    </script>
      <?php
    }
    add_action( 'wp_footer', 'restore_the_scroll_position_after_reload', 99 );

    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. Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Below you can check my test page where I have a large space and then the product grid and when the filter is used and the page is reloaded the page shows at the same place.
    But when I test this on your page by injecting it via the browser it seems to work by scrolling back to the correct location after the top of the page is seen. This doesn’t occur on my test page. On your page in the browser console I see the message: Scrolling to section was successful or max attempts reached., this seems to come from a custom javascript file in your child theme: /enfold-child/inc/js/jongo-js.js try disabling the custom this javascript, if you need the custom javascript then perhaps this behavior will be acceptable.

    Best regards,
    Mike

    #1439785

    Hello everyone,
    For those who are interested, you can download the latest version of the Italian language

    Download here
    Translation: Italian language
    Version: Enfold 5.7
    Released on: 16th March 2024
    Strings: 6352
    All translations are synchronised with the source files

    Regards
    Luigi

    #1439782

    In reply to: Turn off Cookie Bar

    Hey ballindigital,
    Please go to Enfold Theme Options ▸ Cookie Consent ▸ Cookie Handling ▸ Enable cookie consent messages and choose Disable cookie consent messages

    Best regards,
    Mike

    #1439781

    Hey BerntOlaf,
    It looks like you are getting a “mixed content” error, this is where your site uses “https” but in your WordPress settings you have “http”, please look in tour WordPress setting:
    WordPress ▸ Settings ▸ General ▸ Site Address and WordPress ▸ Settings ▸ General ▸ WordPress Address and ensure they both use “https” for your URL.
    After correcting this you may need to disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    #1439780

    Hey BerntOlaf,
    It looks like you are getting a “mixed content” error, this is where your site uses “https” but in your WordPress settings you have “http”, please look in tour WordPress setting:
    WordPress ▸ Settings ▸ General ▸ Site Address and WordPress ▸ Settings ▸ General ▸ WordPress Address and ensure they both use “https” for your URL.
    After correcting this you may need to disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files.
    If this doesn’t help please include an admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    #1439773

    In reply to: Easy Slider bug

    Hey wordpress60,

    Are you clearing the cache from your caching plugin after you have done changes? If not, then please try that out. Also please check your settings under Enfold->Performance and make adjustments so that they are not creating problems with your caching solution.

    Best regards,
    Rikard

    #1439770

    In reply to: Instalacion de tema

    Hi,

    Enfold is a theme, not a plugin.

    Best regards,
    Rikard

    #1439769

    Hi,

    Did you check your settings for the Append a privacy policy message to template builder contact forms? option under Enfold->Privacy and Cookies->Privacy Policy?

    Best regards,
    Rikard

    #1439768

    Hi,

    Thanks for the clarification. Please try the following in Quick CSS under Enfold->General Styling:

    .single-mec-events #av-curtain-footer-placeholder {
      height: 0;
    }
    
    .single-mec-events .av-curtain-footer.av-curtain-activated .av-curtain-footer-container {
      position: inherit;
    }

    Best regards,
    Rikard

    #1439763

    In reply to: Saving didnt work

    Hi,
    I tried a proxy and was able to get to the login page but the login that you posted above doesn’t seem to be correct, please check:
    Enfold_Support_5384.jpeg

    Best regards,
    Mike

    #1439761

    Hey,
    The cache plugin is completely disabled.
    I think the problem :
    Enable – merge and compress all theme JS files.
    To remove the display error in the mansory gallery:
    Enfold > Performance > Javascript File Compression And Merging = Disable (which is not a desired option).
    I still have the same JS error, the names of the JS files are no longer the same but the display works.
    See video and link page.
    Thanks you

    #1439757
    Moondreamer21
    Participant

    Hello,
    I updated Enfold about a month ago. I have a child theme.
    I noticed that on a couple of my customized sales pages that the background image no longer shows up since the update.
    There is code in the CSS (that I can edit in WordPress -> Enfold Child -> Theme Options -> General Styling that tells these two pages what background image to have.
    Any ideas why these would stop working and what I can do about it?
    Thanks.

    #1439756

    Good day. Thank you for your reply. I looked at the Enfold > Performance > File Compression settings, but see a ton of settings. Which settings do you want me to disable to try this again?

    #1439743

    Hi danielle143,

    Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1439741

    In reply to: Instalacion de tema

    Good morning

    What would Enfold be a plugin?

    #1439734

    In reply to: Ninjaforms datepicker

    This is the answer from ninjaforms:

    My name is Mia and I lead the Customer Success team here at Ninja Forms.

    As Keith has previously informed you, this looks like a problem with how the Enfold theme works. Like you told us? When Enfold is turned off, the functionality works. When Enfold is enabled, it breaks. Ninja Form’s css is sometimes overwritten by the theme’s styles. That’s what appears to be happening in this case. From reading the exchanges in this ticket it sounds like that you have tracked down the particular css for the issue. What you might try is adding custom css in Enfold to change the css behavior for that particular element (see below) to make it do what you need it to.

    .flatpickr-calendar.animate.arrowTop.arrowLeft.rightMost.open

    That should overwrite Enfold’s css since you’d add it in Enfold’s settings. We wouldn’t be able to help with where it is added since we don’t support their theme but it’s likely in their theme editor. When you test your changes make sure and flush any cache so you get fresh results.

    We certainly do appreciate your long standing relationship with us and your business but our policy has always been not to support other plugins or themes.

    Thanks

    Mia

    Interesting game you guys on both sides are playing. I paid for both “plugins” and get no support.

    • This reply was modified 1 year, 11 months ago by sj.
    #1439729

    In reply to: Featured image

    noticias-enfold.png

    I can’t find where put this picture (it’s a entry of news).

    • This reply was modified 1 year, 11 months ago by digitalaepa.
    #1439726

    In reply to: Problem with Button

    Hi,

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

    .page-id-1266 .avia-fullscreen-slider .avia_loading_icon {
        display: none !important;
    }

    If you have further problems or questions, then please open a new thread for each of them.

    Best regards,
    Rikard

    #1439721

    Hi,

    Thank you for the info.

    We just noticed that the site contains an older version (5.6.8) of the theme. Please upgrade to version 5.7 as soon as possible.

    To fix the issue with the builder elements, we added this code in the functions.php file:

    
    /**
     * Filter to skip css file generation.
     * You can add logic to skip for certain pages/posts only.
     * 
     * @since 4.8.6.1
     * @param boolean $create
     * @return boolean					true | false or anything else to skip generation of css file
     */
    function custom_avf_post_css_create_file( $create )
    {
    	return false;
    }
    
    add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );

    You might want to install a child theme in order to preserve these modifications.

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

    Best regards,
    Ismael

    Hi,

    You can use the following css code to adjust the style of the Special: Email Icon:

    #top #wrap_all .av-social-link-mail:hover a {
        background-color: transparent !important;
        color: #a7a7a7 !important;
    }

    If you need more assistance, please feel free to open another thread.

    // https://kriesi.at/support/forum/enfold/#new-post

    Best regards,
    Ismael

    #1439714

    In reply to: personal token

    Hi Hans,

    The update to 5.7 has to be done manually from the version you are running, please refer to my replies in this thread: https://kriesi.at/support/topic/enfold-4-5-theme-update-update-failed-download-failed-a-valid-url-was-not-pro/#post-1021541
    You can either update manually via FTP: https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update, or upload the new theme files via Appearance->Themes->Add New, and select to overwrite the old theme files after the upload has finished.

    If that doesn’t work then please try to delete the whole theme folder, then replace it with the new version. Make sure that you have backups of the site before starting updating.
    Also please read this after you have updated: https://kriesi.at/documentation/enfold/theme-registration/

    Best regards,
    Rikard

    #1439712

    In reply to: New tweeter ico

    Hey jb84,

    Could you try updating the theme to the latest version (5.7) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please try to remove the profile in question from Enfold->Social Profiles and save, then try to add it again.

    Best regards,
    Rikard

    #1439711

    In reply to: Instalacion de tema

    Hi,

    Thanks for the update. I had a look at your site, but I see that you are not running Enfold at the moment. Could you activate it so that we can see the problem you are referring to please?

    Best regards,
    Rikard

    #1439710

    In reply to: icon circle

    Hi,

    Thanks for that. I see the problem on your site, but I’m not able to reproduce the problem on a test site running the same version of the theme, please see private. Could you try to deactivate file compression and activate the option to delete the old CSS and JS files under Enfold->Performance to see if that helps please?

    Best regards,
    Rikard

    #1439708

    Hi,

    Thank you for the update.

    You may also have to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect. Please provide the login details in the private field if the issue persists.

    Best regards,
    Ismael

    #1439703

    Hey Manel,

    Thank you for the inquiry.

    You have to register a new shortcode path to the child theme folder first. Please add the following code to the functions.php file:

    add_filter('avia_load_shortcodes', 'avia_include_shortcode_template', 15, 1);
    function avia_include_shortcode_template($paths)
    {
      $template_url = get_stylesheet_directory();
      array_unshift($paths, $template_url.'/shortcodes/');
    
      return $paths;
    }

    Create a new folder called “shortcodes”, then place the template files that you’d like to override in it. For more info, please refer to the documentation below:”

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

    Best regards,
    Ismael

    #1439700
    StrategyDriven
    Participant

    Hello,

    I added a single flip box via short code to an Enfold 1/2 column and would like to have it aligned to the right side and bottom. The element naturally aligns to the bottom, however, the flip box element is horizontally aligned to the center. I found this to be the case when entering the short code into both a text box and code block elements.

    Is there any way I can align the flip box element to the right? Note that the flip box itself does not have any margins or padding preventing it from being aligned to the right or the left.

    Note that I have tried the following and they did not work:

    <div align=”right”>
    [shortcode]
    </div>

    and

    <div style=”float:right;”>
    [shortcode]
    </div>

    Thank you!

    All the Best,
    Nathan

    #1439699

    I’m using rankmath, for the AI to work, you just use the default editor – the AI content goes in there and then I copy that and put it in the enfold editor.

    Doesn’t bother me much to have to do that, but AI doesn’t have much to offer for my industry, so it’s not a big deal to me.

    I will say, I don’t like the way rankmath handles their sitemaps – why do you have to create a page for house it??

    And when I tried to go the child theme route, for some reason activating the child theme totally whacked my entire site design?

    Never had that happen before. Ugh.

    #1439693
    Hans Löwer
    Guest

    hallo,
    ich habe das enfold theme nochmal gekauft, weil das update von 4.2 nicht funktioniert hat.
    Unter Updates wurde ich aufgefordert, einen neuen Personal Token zu generieren. Das habe ich gemacht. Aber es gab eine Fehlermeldung.
    Wie bekomme ich nun den Support? Im Enfold-Theme finde ich keinen Link.
    Freundliche Grüße
    Hans Löwer

    #1439677

    In reply to: Demo Shop Import

    The instructions are very confusing. I added the code to the Function.php. but I don’t understand the rest. I also downloaded the Shop.zip file.
    Can you tell me how to do this besides these instructions below? I don’t get the “Extract” parts. Where do I upload the Shop.zip.

    How to manually import a theme demo
    Please add following line to Functions.php file in Appearance > Editor
    add_theme_support( ‘avia_demo_store_downloaded_files’ );

    Download the zip file of the demo you would like to import from https://github.com/KriesiMedia/enfold-library/tree/master/demos
    Extract it in \uploads\avia_demo_files\ folder. If you are importing Enfold 2017 demo, files should be extracted inside \enfold-2017\ so it should look as \uploads\avia_demo_files\enfold-2017\
    Go to Enfold theme options > Demo Import and import the demo

    • This reply was modified 1 year, 11 months ago by bemodesign.
    • This reply was modified 1 year, 11 months ago by bemodesign.
    • This reply was modified 1 year, 11 months ago by bemodesign.
Viewing 30 results - 8,731 through 8,760 (of 244,458 total)