Viewing 30 results - 1,921 through 1,950 (of 16,893 total)
  • Author
    Search Results
  • #1366500

    Hi, I really dont know how to get 7.3. If I install the theme I get 6.9.2 layerslider.
    I managed to get 7.0.9 from Evato market – Kreatura Slider Plugin for WordPress. This is at least PHP8 compatible,

    What else can I try. Remove both theme & plugin and reinstall? Are you sure 7.3 is in the theme download as I only get 6.9

    #1366478

    Hey engage24,
    I achieved this by adding 5 color sections each with a custom class of: white, blue, red, yellow, and purple and each with a height of 100% with a special heading for reference:
    2022-09-26_004.jpg
    then I added this css:

    .turn-white {    
    background-color: #fafaf8;
    } 
    .turn-blue {    
    background-color: #3860be;
    }   
    .turn-red {    
    background-color: #c7102a;
    transition: background-color .5s ease;
    }    
    .turn-yellow {    
    background-color: #ffa100;
    }    
    .turn-purple {    
    background-color: #2b1378;
    }
    

    and added this script to the end of your child theme functions.php file in Appearance ▸ Editor:

    function waypoint_change_background_color_scroll() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
      (function($){
        var $sections = $('.avia-section');
        var $white = $(".white");
        var $blue = $(".blue");
        var $red = $(".red");
        var $yellow = $(".yellow");
        var $purple = $(".purple");
        
    
        $white.waypoint(function(direction) {
          if (direction === 'down') {
             $sections.addClass('turn-white');
             $sections.removeClass('turn-purple');
          }
          if (direction === 'up') {
          	$sections.removeClass('turn-white');
          	$sections.addClass('turn-purple');
          }
        }, {
          offset: '50%'
        });
        $blue.waypoint(function(direction) {
          if (direction === 'down') {
             $sections.addClass('turn-blue');
             $sections.removeClass('turn-white');
          }
          if (direction === 'up') {
          	$sections.removeClass('turn-blue');
          	$sections.addClass('turn-white');
          }
        }, {
          offset: '50%'
        });
        $red.waypoint(function(direction) {
          if (direction === 'down') {
             $sections.addClass('turn-red');
             $sections.removeClass('turn-blue');
          }
          if (direction === 'up') {
          	$sections.removeClass('turn-red');
          	$sections.addClass('turn-blue');
          }
        }, {
          offset: '50%'
        });
        
        $yellow.waypoint(function(direction) {
          if (direction === 'down') {
             $sections.addClass('turn-yellow');
             $sections.removeClass('turn-red');
          }
          if (direction === 'up') {
          	$sections.removeClass('turn-yellow');
          	$sections.addClass('turn-red');
          }
        }, {
          offset: '50%'
        });
        
        $purple.waypoint(function(direction) {
          if (direction === 'down') {
             $sections.addClass('turn-purple');
             $sections.removeClass('turn-yellow');
          }
          if (direction === 'up') {
          	$sections.removeClass('turn-purple');
          	$sections.addClass('turn-yellow');
          }
        }, {
          offset: '50%'
        });
     
      })(jQuery);
    });
     </script>
      <?php
    }
    add_action('wp_footer', 'waypoint_change_background_color_scroll');

    See my demo page here.

    Best regards,
    Mike

    garysch37
    Participant

    Dear Support Team: In my trying to add the Search form to my custom 404 page’s body, as in e.g.:

    Nothing Found – Sorry, the post you are looking for is not available. Maybe you want to perform a search?
    <search box> <magnifying glass search button>

    The magnifying glass search button appears correctly for me there, but when I do a search from that search box, on the Search Results page, the magnifying glass search button is not displaying correctly on that page’s Search forms (neither in the header nor the body):

    <search box> <little box with EB03 in it>

    If I do a search via the Header’s Search form, the buttons appear correctly on the Search Results page.

    Here’s how I got to this problem. First, I tried to add the following to a Code block on my custom 404 page, as you do in your default error404.php file:

    <?php
    
    get_search_form();
    
    ?>

    but that did nothing. So I deleted that code. Then I tried copying and pasting into the Code block the following HTML Form code that I got from the source code for a 404 page from https://kriesi.at/themes/enfold-2017/x.html, a page that of course does not exist (I’m commenting out the initial part that is external to my Code block):

    <!--<div class="entry entry-content-wrapper clearfix" id='search-fail'>
    <p class='entry-content'><strong>Nothing Found</strong><br/>
    Sorry, the post you are looking for is not available. Maybe you want to perform a search?</p>-->
    
    <form action="https://kriesi.at/themes/enfold-2017/" id="searchform" method="get" class="">
    	<div>
    		<input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello" />
    		<input type="text" id="s" name="s" value="" placeholder='Search' />
            </div>
    </form>

    Of course, I’m not surprised that just copying and pasting that search button’s value would not render properly on the Search Results page: as I said, it rendered as a little box with EB03 in it instead of the magnifying glass icon–in both the header and body search forms.

    Can you please help?

    Thanks,
    Gary

    • This topic was modified 3 years, 6 months ago by garysch37.
    • This topic was modified 3 years, 6 months ago by garysch37.
    • This topic was modified 3 years, 6 months ago by garysch37.
    • This topic was modified 3 years, 6 months ago by garysch37.
    #1366461
    Edyedu
    Participant

    Hello friends of Kriesi.

    I have a problem that cannot be solved. I have installed the latest (clean) version of WordPress. I have installed the latest version of ENFOLD and everything has worked correctly.

    The problem comes when I try to go to the “Import Demo” section and try to install any Demo for Enfold (for example, “Photography Portfolio Demo”, “Shop Demo”, “One Page Restaurant Demo”, but they all give me the same error:

    “Error accessing file for download:

    cURL error 28: Connection timed out after 10000 milliseconds”

    I have tried with PHP 7.4, 8.0 and 8.1 but in all cases it gives me the same error. I have also tried changing the attributes in the FTP on the server, but nothing, the same error.

    I have searched the forum, but I have not seen many cases like this, so I have not been able to solve the problem.

    Any ideas? Thank you!

    #1366424
    tsaether
    Participant

    Hi there

    I just payed for Enfold as I needed a new site to work on PHP8. The page editing doesn’t work and the only way it works on PHP8 is if I disable the layerslider. I checked the change log – ver 7.3.0 is supposed to the bundled with the theme. However on Theme forest, only ver 6.9 is avail for download.
    Let me know where I can download 7.3? Or at least a version that works on PHP8.

    Thomas

    #1366375

    In reply to: ALB for any post type

    Thanks a lot, @Guenni007!

    I will try that, but first some questions.

    Do I have to/should I remove my old code (shown above) from the functions.php file?
    Does it matter, where in the functions.php file I insert your code?
    And, I am using Events Manager – but it looks like the template is page.php – see image here?

    I have tried to insert your code and removed mine, but now I don’t get access to the ALB editor when I open a page/post.
    Any ideas?

    Ricard, please feel free to log in via the link in the private content section.

    Best,

    Chrilles

    #1366359

    Dear Mike,
    after our provider had updated to php 7.4.30, I`ve uploaded a pc-zip-file and tried to import it – still the same prompt, theme couldn’t add the font. Any other idea?
    Thanks in advance
    Armin

    #1366174

    Hey Armin-H,
    Thanks for the login to your site, your titillium-for-enfold font zip had two folders in it:
    __MACOSX
    titillium-for-enfold
    there should be no folders in your zip file, only fonts, I corrected this for you and tried to install but still had the error.
    I tested on my test site and the new font zip installed correctly.
    I believe the issue is that your server is using PHP 7.2.34 and the minimum recommended PHP version for WordPress is v7.4
    Please check WordPress ▸ Dashboard ▸ Tools ▸ Site Health and ask your webhost to update your PHP version
    2022-09-23_004.jpg

    Best regards,
    Mike

    #1366145
    BOM
    Participant

    I have included the fonts locally, adjusted the functions.php in the child and tried it with Borlabs Font Blocker. I also try to deactivate all plugins. However, the following calls are still started.

    https://fonts.googleapis.com/css?family=roboto:300,400,500,700|google+sans:400,500,700|google+sans+text:400&lang=en
    https://fonts.googleapis.com/css?family=google+sans+text:400&text=%e2%86%90%e2%86%92%e2%86%91%e2%86%93&lang=en

    What else can I do?

    #1366132

    In reply to: Theme issue in PHP 8.0

    Hi guys it is now accessible with errors because I had to disable another plugin (wp-no-category-base).
    When you go to the page (edwin-thomas-butcher) below you get this error.
    Does this tell us anything?
    Let me know if you want me to upload documents or send you FTP info.
    Thanks
    Rob
    Fatal error: Uncaught TypeError: implode(): Argument #1 ($pieces) must be of type array, string given in /home/cluster-sites/6/o/orionit.co.uk/public_html/wp-content/themes/enfold-child/includes/loop-index.php:150 Stack trace: #0 /home/cluster-sites/6/o/orionit.co.uk/public_html/wp-content/themes/enfold-child/includes/loop-index.php(150): implode(‘, ‘, NULL) #1 /home/cluster-sites/6/o/orionit.co.uk/public_html/wp-includes/template.php(772): require(‘/home/cluster-s…’) #2 /home/cluster-sites/6/o/orionit.co.uk/public_html/wp-includes/template.php(716): load_template(‘/home/cluster-s…’, false, Array) #3 /home/cluster-sites/6/o/orionit.co.uk/public_html/wp-includes/general-template.php(204): locate_template(Array, true, false, Array) #4 /home/cluster-sites/6/o/orionit.co.uk/public_html/wp-content/themes/enfold/single.php(44): get_template_part(‘includes/loop’, ‘index’) #5 /home/cluster-sites/6/o/orionit.co.uk/public_html/wp-includes/template-loader.php(106): include(‘/home/cluster-s…’) #6 /home/cluster-sites/6/o/orionit.co.uk/public_html/wp-blog-header.php(19): require_once(‘/home/cluster-s…’) #7 /home/cluster-sites/6/o/orionit.co.uk/public_html/index.php(17): require(‘/home/cluster-s…’) #8 {main} thrown in /home/cluster-sites/6/o/orionit.co.uk/public_html/wp-content/themes/enfold-child/includes/loop-index.php on line 150

    #1366101
    This reply has been marked as private.
    #1366100

    Hey Beekster,
    Thanks for the login, you had an old custom header.php in your child theme directory, I updated it for you and solved the error.
    Please check.
    I noticed in your WordPress ▸ Dashboard ▸ Tools ▸ Site Health that you are using PHP v7.3.33 and the minimum recommended version of PHP is 7.4.
    You should ask your webhost to update this for you.
    2022-09-23_003.jpg

    Best regards,
    Mike

    #1366090

    Hi,

    Thank you for the update.

    The theme is not adding this attribute or schema by default. The only vocabulary schema that is generated by the theme is for the breadcrumb but this has been removed since version 4.7.2.1. You can find it in the enfold/framework/php/class-breadcrumb-trail.php file around line 445.

    		//google rich snippets
    		if( $richsnippet === true )
    		{
    //				removed 4.7.2.1 as google will deprecate data-vocabulary
    //				https://meetanshi.com/blog/fix-data-vocabulary-org-schema-deprecated-error/
    //				https://github.com/KriesiMedia/wp-themes/issues/2650
    //
    //			if( is_ssl() )
    //			{
    //				$vocabulary = 'xmlns:v="https://rdf.data-vocabulary.org/#"';
    //			}
    //			else
    //			{
    //				$vocabulary = 'xmlns:v="http://rdf.data-vocabulary.org/#"';
    //			}
    		}
    

    It is possible that the schema is being generated by a third party plugin. Did you activate a new plugin just recently?

    Best regards,
    Ismael

    dk_highbridge
    Participant

    I am trying to run this theme on staging on Flywheel and they’ve increased memory but it’s till causing an error:

    PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 118784 bytes) in /www/wp-content/themes/enfold/css/dynamic-css.php on line 226"

    #1366035
    PWsolBV
    Participant

    Dear Enfold Support,

    I have lost all ability to update my Enfold site theme or content since last night.
    I can login to my WP admin. I can see the theme and the content in the dashboard. But I cannot make any more changes, either in pages or in enfold settings. This is happening in my staging site as well as my live site.
    Around 21:45 last night my editor stopped saving changes. I was able to release staging to live, but I cannot make any further changes in either environment.

    I have spoken to my host Godaddy and after 2 hours of me reproducing these errors (x3) they say that it is a theme issue (Enfold), not their issue… :$
    >> Please can you help me regain the ability to work in my site?

    NOTE: I have used Enfold on many other sites I’ve built and managed, and have never had this problem before.

    Below are 4 examples of errors I am getting.

    1 – If I try to edit menu (Appearance > Menus> Footer menu)
    Then the save wheel turns, then eventually goes to a page with ERR_CONNECTION_RESET – and changes are not saved

    2 – If I try and edit Enfold Theme options (Enfold > Theme Options > Header> extra information
    Then the Save all changes wheel spins, then message pops up “Saving didn’t work. Please reload the page and try again” – and changes are not made

    3 – If I try to edit a page (Pages > All pages > edit OR via Front end page > Edit page)
    Then the wheel turns on the avia builder content area – but the content never loads.
    So I cannot make a change.

    4 – If I try to change site settings, these don’t seem to work either.
    If I go to Settings > Reading and change (number of syndicated posts), when I press save, the page just reloads – and no changes are made

    Deactivating all plugins does not make any difference.
    Errors are the same in a private browser.

    I have tested and reproduced these errors multiple times today, so there is definitely a problem.

    Not sure if this is related: When I login to WP directly (not via Godaddy) I also keep getting WP login errors saying my password is incorrect.
    (I have reset it many times).
    After the first time that happened (20 September around 17:45) I got an email from WordPress:
    “[PW Solutions B.V.] Your Site is Experiencing a Technical Issue”
    “Wordpress caught an error with Yoast SEO plugin…”
    (Link where error was caught in private info)
    “Check your site” – I did this but it looked fine front-end
    “Login using recovery mode” – I did this but could not see anything.
    “And if that doesn’t work, contact your host” – I did – and they (Godady) in turn referred me to you.

    The email from WordPress included this:
    “When seeking help with this issue, you may be asked for some of the following information:
    WordPress version 6.0.2
    Active theme: Enfold (version 5.1.1)
    Current plugin: Yoast SEO (version 19.7.1)
    PHP version 8.0.22

    I truly hope you can help.
    I just finished my new site and I love it! I just need to be able to access it again….

    Krgds, Gil

    Links and login to my site are in the private content

    Hi @guenni007,

    please excuse the delay and thank you very much for your support again.

    I just tried to follow your instructions:

    1. I placed the following snippets in the child-themes function.php

    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;
    }
    function load_child_theme_headline_rotator_script() {
       wp_deregister_script( 'avia-module-rotator' );
       wp_enqueue_script( 'avia-child-module-rotator', get_stylesheet_directory_uri().'/shortcodes/headline_rotator.js', array( 'avia-shortcodes' ), false, true );
    }
    add_action( 'wp_enqueue_scripts', 'load_child_theme_headline_rotator_script', 100 );

    2. I created a new folder named “shortcodes” and uploaded the file “headline_rotator.js” (which you had made available for me to download) into it.

    Now folder and file also shows up at the wordpress backend of my website.
    Unfortunately the headline rotator doesn´t seem to work anymore (it´s just static, no animation) instead of stopping the animation after the first run.
    Please let me know what I might have done wrong.

    Thank you very much in advance.

    Best regards,
    fkm

    #1365804
    MauriElboy
    Participant

    I need help updating an website I built 2-3 years ago with Enfold 3.71.
    My wordpress is currently 5.3.2 and a lot og plugins want that I update on PHP 8.
    I once updated on PHP 8 after that nothing was available and broken.

    Is there a possibilty that someone can help me step by step updating the Enfold Theme
    to the newest version and make my Website safe again?

    I have an child theme and how does it work with an update?

    Looking forward

    #1365800
    Sigmund
    Participant

    Hello at Kriesi,
    updating to the latest version of the events calendar plugin the (staging) site crashed. Error message is:

    Aktives Theme: Enfold Child (Version 1.0)
    Aktuelles Plugin: The Events Calendar PRO (Version 5.14.5)
    PHP-Version 7.4.30

    Fehler-Details
    ==============
    Ein Fehler vom Typ E_COMPILE_ERROR wurde in der Zeile 19 der Datei …/wp-content/plugins/events-calendar-pro/src/Tribe/Advanced_List_Widget.php verursacht. Fehlermeldung: Declaration of Tribe__Events__Pro__Advanced_List_Widget::__construct() must be compatible with Tribe\Widget\Widget_Interface::__construct($id_base = ”, $name = ”, $widget_options = Array, $control_options = Array)

    Can you help with that?
    Thanks!

    Best Regards

    #1365694

    Topic: Theme issue in PHP 8.0

    in forum Enfold
    fanlokbun
    Participant

    Hi I have a site that has been customised to use advanced custom fields to create an online database of the stories of people on local war memorials. I have to update the site from PHP 7.4 to 8.0 but when I do the final page doesn’t show (link below). It currently works as still running 7.4. The server company (one.com) says it is a problem with the theme. I don’t think it is the Enfold theme as it isn’t a problem where I have used it elsewhere. I suspect it is a problem with the child theme where there are additional files (includes and page-templates) to give the needed functionality. I did not write these files and I have very basic PHP knowledge. Can you suggest how I go about resolving the problem please? You have always managed to help me get to the bottom of things in the past.
    Thanks
    Rob

    #1365693

    In reply to: text in popup

    Hi,
    Thanks for your question, I created a test page based on @Guenni007’s instructions and replaced the button element with a text block element with a text link:
    2022-09-20_001.jpg
    note the class: bio-link
    2022-09-20_002.jpg
    then I changed the script to look for the text link instead of the button:

    function link_for_biography(){
    ?>
    <script>
    window.addEventListener("DOMContentLoaded", function () {	
    	(function($) {
    		$('#people').each(function(){
    		var that = this;
    			$('.flex_column', this).each(function(i){
    				if($(this).find('.mfp-hide').length){
    					$(this).find('.bio-link').attr('href','#bio-'+(i+1)).addClass('no-scroll');
    					$(this).find('.avia_image').attr('href','#bio-'+(i+1)).addClass('no-scroll');
    					$(this).find('.mfp-hide').attr('id','bio-'+(i+1)).addClass('white-popup');
    				}
    			});
    		});
    
    		$('#people .flex_column').find('a[href^="#bio-"]').magnificPopup({
    			type:'inline',
    			midClick: true,
    			removalDelay: 500,
    			mainClass: 'avia-popup mfp-fade people',
    			gallery: { 
    				enabled:true,
    			},
    		});
    
    		$('#people .flex_column').find('.avia_image[href^="#bio-"]').magnificPopup({
    			type:'inline',
    			midClick: true,
    			removalDelay: 500,
    			mainClass: 'avia-popup mfp-fade people',
    			gallery: { 
    				enabled:true,
    			},
    		});
    
    	})(jQuery);
    }); 	
    </script>
    <?php
    }
    add_action( 'wp_footer', 'link_for_biography');

    Please give this a try

    Best regards,
    Mike

    #1365623

    Hi Erin,

    Does the client’s email have the same domain name as the site? for example if the site is abc.com then the client’s email is (Email address hidden if logged out) ? or does it use a different domain?
    If yes then, the issue might be that the email goes to spam, here’s an article that maybe helpful: https://www.sendx.io/blog/emails-going-to-spam
    Also, please try to check our documentation specifically #5 in My contact form is not sending emails: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
    By default WordPress uses phpmail however it’s more reliable to use SMTP.
    If all of the above does not help, then try using third party plugins like Contact Form 7 and partner it with a plugin that saves it’s form submission in database like Contact Form 7 Database Addon – CFDB7.
    Hope this helps.

    Best regards,
    Nikko

    #1365550
    This reply has been marked as private.
    #1365495

    In reply to: Bug on Easy Slider

    Hi,

    We applied a unique ID to the slider (edunao-slider) and edited the script a bit. Let us know if this works.

    function ava_equal_slider_height() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
    	var width = $(window).width();
    	if ((width >= 767)) {
          $('#top #edunao-slider .avia-slideshow-inner li.slide-1').each(function(index){
              $('#top #edunao-slider .avia-slideshow-inner li.slide-2').find('img').eq(index).css('height', $(this).css('height'));
              $('#top #edunao-slider .avia-slideshow-inner li.slide-3').find('img').eq(index).css('height', $(this).css('height'));
          });
    	} else {}
    })(jQuery);
    });
      </script>
      <?php
    }
    add_action('wp_footer', 'ava_equal_slider_height');
    

    Thank you for your patience.

    Best regards,
    Ismael

    #1365462

    In reply to: Bug on Easy Slider

    Hi,
    Thanks for the login, this is the css I added:

    @media only screen and (max-width: 1024px) {
    #full_slider_1 .avia-slideshow-1 {
    	min-height: 500px;
    } 
    .avia-slide-wrap > img {
    object-fit: cover;
    width: 100%;
    height: 500px;
    }
    }

    this is the updated script:

    function equal_slider_height() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    (function($) {
    	var width = $(window).width();
    	if ((width >= 767)) {
          $('#top.home #full_slider_1 .avia-slideshow-inner li.slide-1').each(function(index){
              $('#top.home #full_slider_1 .avia-slideshow-inner li.slide-2').find('img').eq(index).css('height', $(this).css('height'));
              $('#top.home #full_slider_1 .avia-slideshow-inner li.slide-3').find('img').eq(index).css('height', $(this).css('height'));
          });
    	} else {}
    })(jQuery);
    });
      </script>
      <?php
    }
    add_action('wp_footer', 'equal_slider_height');

    please clear your browser cache and check.

    Best regards,
    Mike

    #1365345
    brianwelsh
    Participant

    Hi,
    I get this: “There has been a critical error on this website.” when I try to upgrade to PHP 8.0 on both my sites
    that are running PHP 7.4 currently!

    wpEngine
    have said it is down to the Enfold Theme I am using on both sites? Can you help please?

    I have created 2 Staging sites to troubleshoot!

    fclean1stg.wpengine.com
    agccestg.wpengine.com

    Thanks,
    Brian

    #1365340

    Hi,
    Please note that the code you posted and the code Nikko posted are two different codes, so this code that was on line 17 in your functions.php is not correct and will cause the error, if you see it please remove:

    
    function av_breadcrumbs_shortcode( $atts ) {
        return avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    }
    add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );
    

    this is the correct code that you should add to your child theme functions.php so that your shortcode will work:

    function av_breadcrumbs_shortcode( $atts ) {
    return Avia_Breadcrumb_Trail()->get_trail( array( 'separator' => '/', 'richsnippet' => true ) );
    }
    
    add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );

    If you are not using a child theme then you can add this to your parent theme functions.php, but note that it will be lost when to update.
    If you still have trouble then please include admin login in the Private Content area so we can be of more assistance.

    Best regards,
    Mike

    #1365326

    Hi kazeko,

    Thanks for posting both the code as well as the error.
    The code should still work, however, the error is pointing to this function avia_breadcrumbs which is not used anymore.
    Can you try to check in line 17 of your functions.php file if this code shows up:

    function av_breadcrumbs_shortcode( $atts ) {
        return avia_breadcrumbs(array('separator' => '/', 'richsnippet' => true));
    }
    add_shortcode( 'av_breadcrumbs', 'av_breadcrumbs_shortcode' );

    If yes, please try to remove it.
    If not, then please give us temporary admin access.

    Best regards,
    Nikko

    #1365305
    scosee
    Participant

    I cant load the pages, I am getting this error. I have not update the theme since I got, I am not really sure how to do it. The site is hosted in Godaddy.com and they had a javascript update.

    An error of type E_ERROR was caused in line 489 of the file /var/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php. Error message: Uncaught Error: Cannot use string offset as an array in /var/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php:489
    Stack trace:
    #0 /var/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(443): aviaShortcodeTemplate->create_sortable_editor_element(Array)
    #1 /var/www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php(397): aviaShortcodeTemplate->prepare_editor_element()
    #2 /var/www/wp-includes/class-wp-hook.php(307): AviaBuilder->js_template_editor_elements(”)
    #3 /var/www/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(”, Array)
    #4 /var/www/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #5 /var/www/wp-includes/media-template.php(1512): do_action(‘print_media_tem…’)
    #6 /var/www/wp-includes/class-wp-hook.php(307): wp_print_media_templates(”)
    #7 /var/www/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array)
    #8 /v

    #1365196

    Hi,

    I did add define(‘WP_MEMORY_LIMIT’, ‘128M’); in CONFIG.PHP and confirmed the limit change in the Site Health page. No go. Still get a time out when I duplicate the «Prochains cours» special header at the end of the 007 test page and save changes.

    BTW, the PHP config limits from my hosting provider setting page are memory_limit = 512M and post_max_size = 128M. I see those values in the Site Health page too.

    Best regards,
    Serge

    #1365192

    In reply to: Pages in black

    Hey Protohill,
    Thanks for the link to your site, I see that you are using Enfold v4.7.4 with WordPress v6.0.2
    I recommend updating to Enfold v5.1.2 and ensure your PHP version is at least v7.4

    To update your version of Enfold you will need to download the latest version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
    WordPress_Appearance_Themes_Add-Themes_Add-New.jpg
    after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
    Installing_theme_from_uploaded_file_This_theme_is_already_installed.jpg
    then you will see the Theme updated successfully message.
    Theme_updated_successfully.jpg

    Best regards,
    Mike

Viewing 30 results - 1,921 through 1,950 (of 16,893 total)