Viewing 30 results - 27,391 through 27,420 (of 244,621 total)
  • Author
    Search Results
  • #1345469

    Hi AndreaMantegazza,

    We’re glad to hear that it’s fixed and also thanks for sharing the solution that worked for you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1345462

    Hi giark1,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    #header .main_menu {
        display: none;
    }

    As for your other question, please refer to this article in our documentation: https://kriesi.at/documentation/enfold/menu/#one-page-menu
    Hope it helps.

    Best regards,
    Nikko

    #1345461

    Hey mask2blu,

    Thank you for the inquiry.

    The automatic update will no longer work in that version, so you will have to update the theme manually via FTP just this time. Please check this documentation for more info about manual update.

    // https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp

    After updating the theme, make sure to register it and generate a personal token from Envato. More info in the documentation below.

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

    Best regards,
    Ismael

    #1345460

    Hey Ueli,

    Thank you for opening a new thread and for the clarification.

    To fix the issue with the toggles and make sure that the toggle title is visible on click, we edited the enfold/config-templatebuilder/avia-shortcodes/toggles/toggles.js file around line 47 and adjusted the scoll_target value.

     //check if toggle title is in viewport. if not scroll up
    				    var el_offset = content.offset().top,
    				        scoll_target = el_offset - 50 - parseInt($('html').css('margin-top'),10);
    
    				    if(win.scrollTop() > el_offset)
    				    {
    				        $('html:not(:animated),body:not(:animated)').animate({scrollTop: scoll_target - 100},200);
    				    }
    

    We decrease the scoll_target by a 100px in this line.

      $('html:not(:animated),body:not(:animated)').animate({scrollTop: scoll_target - 100},200);
    

    This is where the document scrolls after the modification.

    Screenshot: https://1drv.ms/u/s!AjjTfXSRbKTvwErLVZRV0yQ3_poa?e=1cHiGh

    Please make sure to purge the cache before testing the page, or check the site on incognito mode.

    Best regards,
    Ismael

    #1345453

    Hi advteksol,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1345451

    Hi Stefan,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1345446

    In reply to: Single column centered

    Hi madakumbu,

    I see, that’s great to hear. :)
    As long as it’s below the first color section, just changing the page id number should be fine.
    I’ll consider this case closed then, just open up a new thread if it doesn’t work and we would be happy to assist.
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1345426
    Ueli
    Participant

    Dear Enfold Support

    As suggested by Enfold’s support member Ismael, I open this separate topic about the issue I mentioned firstly on another thread: https://kriesi.at/support/topic/accordion-toggles-deeplinking/#post-1327294

    I have an accordion with the toggle’s mode “one toggle open at a time”. If I open the first toggle of an accordion on bigger screens (desktop view) and scroll down to the second toggle and open it, the first toggle closes and the document scrolls to the top of the second toggle but the toggle is covered by the sticky header. This always happens if you click from toggle to toggle. On small screens (mobile view) the open toggle is always visible on the top of the page as expected because the header isn’t sticky. I made a short screen video (see link in Private Content) that shows what I mean.

    Ismael has provided the following code for the child theme’s functions.php to control the scroll offset:

    function avf_header_setting_filter_mod($header) {
            if(!wp_is_mobile()) {
    	    $header['header_scroll_offset'] = $header['header_scroll_offset'] - 100;
            }
    	return $header;
    }
    add_filter('avf_header_setting_filter', 'avf_header_setting_filter_mod', 9999, 1);

    Ismael also specified his solution as follows:

    The theme actually ignores the main container’s offset on mobile view, so the filter above will not work. You will also have to edit the themes/enfold/js/avia.js file as instructed in this older thread.
    https://kriesi.at/support/topic/scroll-postion-one-page-mobile/#post-1338429

    I followed Ismael’s instructions but they haven’t the expected impact yet. On desktop browsers, the sticky header still covers the toggles of the accordion.

    I found out that Ismael’s PHP function might not be reloaded or reinitialized properly if you click from toggle to toggle within the same browser window/tab. It only seems to work properly if you copy the URL of a toggle in the address bar of a new browser window/tab. Then the toggle is at the defined scroll-offset position (according to the PHP function) below the sticky header.

    I really appreciate if you could provide a reliable solution very soon.
    Please see site details in Private Content.

    Kind regards
    Ueli

    #1345425
    Dan Lupo
    Guest

    Hi, I purchased Enfold through ThemeForest, I registered my account for support and I cannot log in to my Kriesi account.

    #1345423
    mask2blu
    Participant

    I have purchased the version today itself. How to update it from an existing website based on the Enfold theme which was never updated after version 4.2.3..I want o update to the latest ver 4.9? In the Theme Update section under Theme Options…it’s asking for the Your Themeforest User Name & the Your Themeforest API Key. Can you please tell me how I proceed from here?

    #1345422

    It does not make a difference. I tried changing the name of the plugins and still got the message. It also happens on other WordPress sites running Enfold. This just started around a month ago.

    #1345414
    christiemade
    Participant

    After upgrading to 4.9 I am now getting an error on my page that uses the Partner/Logo Element

    [21-Mar-2022 18:57:40 UTC] PHP Fatal error:  Uncaught Error: Call to undefined method avia_partner_logo::default_args() in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php:789
    Stack trace:
    #0 /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php(858): avia_sc_partner_logo->get_element_styles(Array)
    #1 /wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1142): avia_sc_partner_logo->shortcode_handler(Array, '', 'av_partner', Array)
    #2 /wp-includes/shortcodes.php(356): aviaShortcodeTemplate->shortcode_handler_prepare(Array, '', 'av_partner')
    #3 [internal function]: do_shortcode_tag(Array)
    #4 /wp-includes/shortcodes.php(228): preg_replace_callback('/\\[(\\[?)(av_par...', 'do_shortcode_ta...', '</p>[av_partner...')
    #5 /wp-content/themes/enfo in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php on line 789
    • This topic was modified 4 years, 1 month ago by christiemade.
    #1345412

    Hey advteksol,

    Thanks for giving us admin access.
    I have done the following steps:
    1. I have added an image inside those grids (same as the background) then hidden it in large screens and medium sized screens in Element Visibility (under Advanced > Responsive).
    2. And in the cell that contain the image, I added no-padding in Custom CSS Class (under Advanced > Developer Settings).
    3. Then added this CSS code in Enfold > General Styling > Quick CSS.

    @media only screen and (max-width:767px) {
      .responsive #top #wrap_all .av-flex-cells .no-padding {
        padding: 0 !important;
      }
    }

    If you need to do this on other gridrows and images, just do step 1 and 2 and it’s all good.

    Best regards,
    Nikko

    #1345410

    Hi StuWeTueHo,

    Did you check the Page Content element, or the Custom Element Template functionality? https://kriesi.at/documentation/enfold/custom-element-templates/

    Best regards,
    Rikard

    #1345409

    In reply to: Equal Column Height

    Hi ginnywills,

    Please add this CSS code in Enfold> General Styling > Quick CSS:

    .page-id-5379 #av_section_6 .iconbox_content {
        min-height: 466px;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1345407

    Hi stoneroad,

    Please try to disable CSS file merging and compression and Javascript file merging and compression in Enfold > Performance.
    Hope it helps.

    Best regards,
    Nikko

    #1345397

    Hi playa-media,

    Please try adding this CSS code in Enfold > General Styling > Quick CSS:

    .responsive #top #av-burger-menu-ul {
        vertical-align: top;
    }

    Best regards,
    Nikko

    #1345396

    In reply to: Single column centered

    Hi madakumbu,

    Thanks for providing both the link and screenshot.
    Please add this CSS code in Enfold > General Styling > Quick CSS:

    .page-id-217 #after_section_1 .flex_column {
        left: 50%;
        margin-left: -14.66%;
    }

    Best regards,
    Nikko

    #1345395

    Hey Jochen,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .scroll-down-link {
        left: 50% !important;
    }

    Best regards,
    Nikko

    #1345389

    Hi DiniTech,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

    #1345388

    In reply to: Upgrade to PHP 8.0

    Hey tlachev,

    Please update Enfold to the latest version (4.9) which is compatible to PHP 8.
    Please downgrade your PHP version first, backup your site, perform the theme update then upgrade the PHP version to 8.x.
    Hope this helps.

    Best regards,
    Nikko

    #1345386

    Any news about integrating something like the plugin “Enfold Repeatable Content”?
    Or do you know if the Plugin still works (seems kind of old, 2019)?
    Thx!

    #1345385

    Topic: Cookies Box Spacing

    in forum Enfold
    fkm
    Participant

    Hey Enfold team,

    I’d like to make some styling changes to the cookie box on my website:
    – move the buttons to the left and reduce the space between them
    – reduce the space between the buttons and the text above
    – reduce the space between the buttons and the bottom border
    – reduce the width of the box

    Please see screenshot.

    I could make some changes myself by using and changing css codes I found on this topic in the community.
    Unfortunately, this didn´t work for all the desired changes.
    So please help.

    Thank you very much in advance.

    Best regards, fkm

    #1345384
    lzevon
    Participant

    I did look and many topics were quite old so I wanted to know, based on v4.9+, WordPress 5.9.2+, and PHP 7.4+, what is considered the best practice when dealing with a server that has Redis Cache enabled? I saw there were a lot of anomalies with the Post CSS file that is generated. In some situations the file would have been deleted but the object cache still says the CSS file exists causing the page to load without the proper CSS.

    I do see there is few Advanced Settings within Enfold to try and fix WordPress Object Cache bugs, but that seemed more related to files being generated non-stop but this seems to be a different issue. But even if this is similar, the names for the fixes don’t seem very self-explanatory. I also see there is an option to disable the Post CSS file generation in the first place.

    So what I would like to know is what is the best way to handle this situation? Is it easier/better to just disable the Post CSS file generation? Is there no real significant impact there? Or is it better to use one of the options in the Advanced Settings, and if so, which one?

    == Theme Settings -> Performance -> Advanced Options ==
    Unique timestamp of merged files and WP object cache bug:
    – Add unique timestamps (= default)
    – Disable adding unique timestamps only
    – Fix WP bug, add unique timestamps
    – Fix WP bug, disable unique timestamps

    == Disable Feature (in functions.php) ==
    /**
    * 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
    */
    add_filter(‘avf_post_css_create_file’, ‘__return_false’);

    #1345380

    Topic: pageload and speed

    in forum Enfold
    caw67
    Participant

    in the new enfold version there for every site one css file. when i use an section and make height in %, the loading ist very long/slow. i can “see” the calculation of the %. in the old version its loads faster! why is there an extra css file for every site/page? it not depends on caching or minifiying! with or without.

    #1345379
    tlachev
    Participant

    My site is running Enfold 4.7.3. My hosting provider (Bluehost) wants me to upgrade to PHP 8.+ but the theme is failing. According to my developer “I checked the code. Some theme functions are deprecated in PHP 8” For example, we get the error below:
    An error of type E_COMPILE_ERROR was caused in line 2161 of the file /home1/prologik/public_html/wp-content/themes/enfold/config-layerslider/LayerSlider/helpers/phpQuery.php. Error message: Array and string offset access syntax with curly braces is no longer supported

    What’s the resolution path here?

    #1345378
    jochenmaier
    Participant

    Hello,
    the .scroll-down-link is not 100% centered. Please find the URL to a development environment in the private section and check the arrow after the first color section.
    We tested with Enfold 4.8.9.1 and Enfold 4.9.

    #1345349

    In reply to: Last Version ??

    Hi,

    Thanks for the update, I’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

    #1345340

    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

Viewing 30 results - 27,391 through 27,420 (of 244,621 total)