Viewing 30 results - 2,821 through 2,850 (of 16,898 total)
  • Author
    Search Results
  • #1318584
    Nik
    Participant

    Hello,

    i updated to the latest Enfold version and it had a conflict with my child theme. Please see errors below. Appreciate your suggestion on how to fix the issues.

    Thanks,

    Nik

    Notice: Undefined variable: permalinks in /home/abc232/public_html/example.com/wp-content/themes/enfold-child/functions.php on line 33

    Warning: Cannot modify header information – headers already sent by (output started at /home/abc232/public_html/example.com/wp-content/themes/enfold-child/functions.php:33) in /home/abc232/public_html/example.com/wp-includes/functions.php on line 6584

    Warning: Cannot modify header information – headers already sent by (output started at /home/abc232/public_html/example.com/wp-content/themes/enfold-child/functions.php:33) in /home/abc232/public_html/example.com/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 744

    Warning: Cannot modify header information – headers already sent by (output started at /home/abc232/public_html/example.com/wp-content/themes/enfold-child/functions.php:33) in /home/abc232/public_html/example.com/wp-admin/includes/misc.php on line 1310

    Warning: Cannot modify header information – headers already sent by (output started at /home/abc232/public_html/example.com/wp-content/themes/enfold-child/functions.php:33) in /home/abc232/public_html/example.com/wp-admin/admin-header.php on line 9

    BELOW IS THE CHILD THEME INFO. ON LINE 33

    “singular_label” => “Features Category”,
    “rewrite” => array(‘slug’=>_x($permalinks[‘portfolio_entries_taxonomy_base’],’URL slug’,’avia_framework’), ‘with_front’=>true),

    BELOW IS THE CHILD THEME INFO. FOR PORTFOLIO

    // portfolio args
    add_action( 'init', 'init_reg_portfolio', 50 );
    function init_reg_portfolio() {
    	add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod', 50, 1);
    
    	$tax_args = array(
    		"hierarchical" => true,
    		"label" => "Features Categories",
    		"singular_label" => "Features Category",
    		"rewrite" => array('slug'=>_x($permalinks['portfolio_entries_taxonomy_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		"query_var" => true
    	);
    
    	$avia_config['custom_taxonomy']['portfolio']['portfolio_entries']['args'] = $tax_args;
    
    	register_taxonomy("portfolio_entries", array("portfolio"), $tax_args);
    }
    
    add_action( 'after_setup_theme', 'init_reg_portfolio' );
    
    function avf_portfolio_cpt_args_mod($args) {
    	$labels = array(
    		'name' => _x('Features', 'post type general name','avia_framework'),
    		'singular_name' => _x('Features', 'post type singular name','avia_framework'),
    		'add_new' => _x('Add New', 'portfolio','avia_framework'),
    		'add_new_item' => __('Add New Portfolio Entry','avia_framework'),
    		'edit_item' => __('Edit Portfolio Entry','avia_framework'),
    		'new_item' => __('New Portfolio Entry','avia_framework'),
    		'view_item' => __('View Portfolio Entry','avia_framework'),
    		'search_items' => __('Search Portfolio Entries','avia_framework'),
    		'not_found' =>  __('No Portfolio Entries found','avia_framework'),
    		'not_found_in_trash' => __('No Portfolio Entries found in Trash','avia_framework'),
    		'parent_item_colon' => ''
    	);
    
    	$args['labels'] = $labels;
    	return $args;
    }
    #1318510
    ReseauCarrieres
    Participant

    1-deleted old theme folder
    2-tried to add the new downloaded theme though the WP interface, providing the zip download. Didn’t work, got error “Link outdated, please try again”
    3-copied the enfold folder manually on the server. When trying do even just do a preview of the enfold theme (or enfold-child), I get the error “There has been a critical error on this website. Please check your site admin email inbox for instructions.”, on a white page (admin and front-end). I don’t receive any email.
    4-was still on PHP 5.6. The old version doesn’t work on 5.6. The newest version gives me the above error message with any version of PHP.
    5-I just updated WP to 5.8
    6-I disabled all plugins, but I get the same result.
    7-when I get the error at #3, I also get this error in the su_exec error log: “[2021-08-26 18:15:50]: uid: (1000/hbgcc000) gid: (1002/hbgcc000) cmd: ea-php56”
    8-I tried to update the theme with the plugin (https://envato.com/market-plugin/). It shows there is an update available. On the first click to update, it says “Error, already to latest version”. I click a 2nd time, and the update is done. But I get the same result as in #3.

    I’m stuck, please help!

    #1318504

    @Ismael – I have not considered hooks and have never created a PHP function from scratch, although I am quite adept at investigating & hacking PHP code modules to get what I want… :-)

    The day and date is written into a custom widget area called ‘header’ that the theme assigns an id of ‘custom_html-7’, and I position it in the header via my child style.css, e.g.

    #header #custom_html-7 {
    	left: 50%;
    	padding-top: 0px;
            etc

    Are there any code examples of using the two hooks you mention that might give me a head start in trying to figure something out? I can’t see anything in Enfold Documentation.

    Hi Nikko,

    Actually the PHP version was 7.3.29 , I just updated it to 7.4version, same problem,

    then , lower it to 7.2, 7.1 same problem.

    Regards,
    Alan

    #1318490
    eugeniocollini
    Participant

    Hello theme support

    I wanted your help checking out our site. We are using enfold and it has been giving us some issues. Initially we had a bug with the theme builder which didn’t allow us to add spaces onto our titles. I found some threads here which implied it could be a plugin conflict and after some updates and getting rid of unnecessary plugins it was fixed.

    We have now migrated to a Staging domain and the theme gave a fatal error to the wordpress site after migration. The only way to solve it was either to use another theme or comment the line where the error occurred:

    ERROR MESSAGE:
    Fatal error: Uncaught Error: Call to undefined method Avia_Popup_Templates::get_border_styles_options() in /www/ticmedcenter_983/public/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php:561 Stack trace: #0 /www/ticmedcenter_983/public/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(1191): avia_sc_columns->register_dynamic_templates() #1 /www/ticmedcenter_983/public/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(116): aviaShortcodeTemplate->extra_config() #2 /www/ticmedcenter_983/public/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php(89): aviaShortcodeTemplate->__construct(Object(AviaBuilder)) #3 /www/ticmedcenter_983/public/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php(1765): avia_sc_columns->__construct(Object(AviaBuilder)) #4 /www/ticmedcenter_983/public/wp-content/themes/enfold/config-te in /www/ticmedcenter_983/public/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php on line 561

    I temporarily solved it by commenting that line (561 on columns.php):
    https://staging-ticmedcenter.kinsta.cloud/wp-content/uploads/2021/08/unnamed.png

    Now the site does not give a Fatal Error anymore. BUT we cannot create pages with the Enfold theme builder (see 2nd image):
    https://staging-ticmedcenter.kinsta.cloud/wp-content/uploads/2021/08/image.png

    Can you help us solve this issue so we can continue using enfold?

    #1318455

    Topic: Error after update

    in forum Enfold
    CelebrationEvents
    Participant

    The site http://www.dj-bruiloft.nl is updated with the latest WP version.
    Now we have this error messages below.

    Please advice

    Kind regards
    Gilbert

    Warning: file_exists(): open_basedir restriction in effect. File(/var/www/02/56/31/dj-bruiloft.nl/www/wp-content/uploads/2021/08) is not within the allowed path(s): (/www/doc/www.dj-bruiloft.nl:/disk2/doc/www.dj-bruiloft.nl:/usr/share/php:/www/tmp:/tmp) in /www/doc/www.dj-bruiloft.nl/www/wp-includes/functions.php on line 1997

    Warning: is_dir(): open_basedir restriction in effect. File(/var/www/02/56/31/dj-bruiloft.nl/www/wp-content/uploads/2021) is not within the allowed path(s): (/www/doc/www.dj-bruiloft.nl:/disk2/doc/www.dj-bruiloft.nl:/usr/share/php:/www/tmp:/tmp) in /www/doc/www.dj-bruiloft.nl/www/wp-includes/functions.php on line 2008

    Warning: is_dir(): open_basedir restriction in effect. File(/var/www/02/56/31/dj-bruiloft.nl/www/wp-content/uploads) is not within the allowed path(s): (/www/doc/www.dj-bruiloft.nl:/disk2/doc/www.dj-bruiloft.nl:/usr/share/php:/www/tmp:/tmp) in /www/doc/www.dj-bruiloft.nl/www/wp-includes/functions.php on line 2008

    Warning: is_dir(): open_basedir restriction in effect. File(/var/www/02/56/31/dj-bruiloft.nl/www/wp-content) is not within the allowed path(s): (/www/doc/www.dj-bruiloft.nl:/disk2/doc/www.dj-bruiloft.nl:/usr/share/php:/www/tmp:/tmp) in /www/doc/www.dj-bruiloft.nl/www/wp-includes/functions.php on line 2008

    Warning: is_dir(): open_basedir restriction in effect. File(/var/www/02/56/31/dj-bruiloft.nl/www) is not within the allowed path(s): (/www/doc/www.dj-bruiloft.nl:/disk2/doc/www.dj-bruiloft.nl:/usr/share/php:/www/tmp:/tmp) in /www/doc/www.dj-bruiloft.nl/www/wp-includes/functions.php on line 2008

    Warning: is_dir(): open_basedir restriction in effect. File(/var/www/02/56/31/dj-bruiloft.nl) is not within the allowed path(s): (/www/doc/www.dj-bruiloft.nl:/disk2/doc/www.dj-bruiloft.nl:/usr/share/php:/www/tmp:/tmp) in /www/doc/www.dj-bruiloft.nl/www/wp-includes/functions.php on line 2008

    Warning: is_dir(): open_basedir restriction in effect. File(/var/www/02/56/31) is not within the allowed path(s): (/www/doc/www.dj-bruiloft.nl:/disk2/doc/www.dj-bruiloft.nl:/usr/share/php:/www/tmp:/tmp) in /www/doc/www.dj-bruiloft.nl/www/wp-includes/functions.php on line 2008

    Warning: is_dir(): open_basedir restriction in effect. File(/var/www/02/56) is not within the allowed path(s): (/www/doc/www.dj-bruiloft.nl:/disk2/doc/www.dj-bruiloft.nl:/usr/share/php:/www/tmp:/tmp) in /www/doc/www.dj-bruiloft.nl/www/wp-includes/functions.php on line 2008

    Warning: is_dir(): open_basedir restriction in effect. File(/var/www/02) is not within the allowed path(s): (/www/doc/www.dj-bruiloft.nl:/disk2/doc/www.dj-bruiloft.nl:/usr/share/php:/www/tmp:/tmp) in /www/doc/www.dj-bruiloft.nl/www/wp-includes/functions.php on line 2008

    Warning: is_dir(): open_basedir restriction in effect. File(/var/www) is not within the allowed path(s): (/www/doc/www.dj-bruiloft.nl:/disk2/doc/www.dj-bruiloft.nl:/usr/share/php:/www/tmp:/tmp) in /www/doc/www.dj-bruiloft.nl/www/wp-includes/functions.php on line 2008

    Warning: is_dir(): open_basedir restriction in effect. File(/var) is not within the allowed path(s): (/www/doc/www.dj-bruiloft.nl:/disk2/doc/www.dj-bruiloft.nl:/usr/share/php:/www/tmp:/tmp) in /www/doc/www.dj-bruiloft.nl/www/wp-includes/functions.php on line 2008

    Warning: is_dir(): open_basedir restriction in effect. File(/) is not within the allowed path(s): (/www/doc/www.dj-bruiloft.nl:/disk2/doc/www.dj-bruiloft.nl:/usr/share/php:/www/tmp:/tmp) in /www/doc/www.dj-bruiloft.nl/www/wp-includes/functions.php on line 2008

    #1318377

    Hey zimbo,

    Thank you for the inquiry.

    Maximum number of posts in the related section is set to 6 to 8, depending on the style selected, but it can be adjusted by editing the themes/enfold/includes/related-posts.php file directly (line 20 and 32). And if you want to display posts based on category instead of tags, please check the following thread.

    // https://kriesi.at/support/topic/related-posts-based-on-category-2/#post-275519

    Best regards,
    Ismael

    #1318351

    Topic: Theme Issues

    in forum Enfold
    Nik
    Participant

    Hello,

    i updated to the latest Enfold version and it had a conflict with my child theme. Please see errors below. Appreciate your suggestion on how to fix the issues.

    Thanks,

    Nik

    Notice: Undefined variable: permalinks in /home/abc232/public_html/example.com/wp-content/themes/enfold-child/functions.php on line 33
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/abc232/public_html/example.com/wp-content/themes/enfold-child/functions.php:33) in /home/abc232/public_html/example.com/wp-includes/functions.php on line 6584
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/abc232/public_html/example.com/wp-content/themes/enfold-child/functions.php:33) in /home/abc232/public_html/example.com/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 744
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/abc232/public_html/example.com/wp-content/themes/enfold-child/functions.php:33) in /home/abc232/public_html/example.com/wp-admin/includes/misc.php on line 1310
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/abc232/public_html/example.com/wp-content/themes/enfold-child/functions.php:33) in /home/abc232/public_html/example.com/wp-admin/admin-header.php on line 9

    BELOW IS THE CHILD THEME INFO. ON LINE 33

    “singular_label” => “Features Category”,
    “rewrite” => array(‘slug’=>_x($permalinks[‘portfolio_entries_taxonomy_base’],’URL slug’,’avia_framework’), ‘with_front’=>true),

    // portfolio args
    add_action( 'init', 'init_reg_portfolio', 50 );
    function init_reg_portfolio() {
    	add_filter('avf_portfolio_cpt_args', 'avf_portfolio_cpt_args_mod', 50, 1);
    
    	$tax_args = array(
    		"hierarchical" => true,
    		"label" => "Features Categories",
    		"singular_label" => "Features Category",
    		"rewrite" => array('slug'=>_x($permalinks['portfolio_entries_taxonomy_base'],'URL slug','avia_framework'), 'with_front'=>true),
    		"query_var" => true
    	);
    
    	$avia_config['custom_taxonomy']['portfolio']['portfolio_entries']['args'] = $tax_args;
    
    	register_taxonomy("portfolio_entries", array("portfolio"), $tax_args);
    }
    
    add_action( 'after_setup_theme', 'init_reg_portfolio' );
    
    function avf_portfolio_cpt_args_mod($args) {
    	$labels = array(
    		'name' => _x('Features', 'post type general name','avia_framework'),
    		'singular_name' => _x('Features', 'post type singular name','avia_framework'),
    		'add_new' => _x('Add New', 'portfolio','avia_framework'),
    		'add_new_item' => __('Add New Portfolio Entry','avia_framework'),
    		'edit_item' => __('Edit Portfolio Entry','avia_framework'),
    		'new_item' => __('New Portfolio Entry','avia_framework'),
    		'view_item' => __('View Portfolio Entry','avia_framework'),
    		'search_items' => __('Search Portfolio Entries','avia_framework'),
    		'not_found' =>  __('No Portfolio Entries found','avia_framework'),
    		'not_found_in_trash' => __('No Portfolio Entries found in Trash','avia_framework'),
    		'parent_item_colon' => ''
    	);
    
    	$args['labels'] = $labels;
    	return $args;
    }

    or the other way round:
    You decide by giving same class to the images which belongs to each other.
    Class: group-1 will open together – etc.

    // group images for lightbox galleries (group-1, group-2 etc)
    function handle_lightbox_groups_in_gallery(){
    if(is_page(123456)){
    ?>
    <script>
    (function($){
        $(window).on('load',function() {
            $('.group-1 .lightbox-added').attr('data-group', '1');
            $('.group-2 .lightbox-added').attr('data-group', '2');
            $('.group-3 .lightbox-added').attr('data-group', '3');
            $('.group-4 .lightbox-added').attr('data-group', '4');
            $('.group-5 .lightbox-added').attr('data-group', '5');
            $('.group-6 .lightbox-added').attr('data-group', '6');
            $('.group-7 .lightbox-added').attr('data-group', '7');
            $('.group-8 .lightbox-added').attr('data-group', '8');
    
            var groups = {};
            $('.lightbox-added').each(function() {
              var id = parseInt($(this).attr('data-group'), 10);
              if(!groups[id]) {
                groups[id] = [];
              }
              groups[id].push( this );
            });
    
            $.each(groups, function() {
              $(this).magnificPopup({
                  type: 'image',
                  mainClass: 'avia-popup mfp-zoom-in mfp-image-loaded',
                  closeOnContentClick: false,
                  closeBtnInside: false,
                  gallery: { enabled:true }
              })
            });
        });
    })(jQuery);
    </script>
    <?php
    }
    }
    add_action('wp_footer', 'handle_lightbox_groups_in_gallery');
    Pedalnorth
    Participant

    Hi,

    I’ve started getting this error message showing in the preview of a post (at top), but when I publish the post it doesn’t show. It only shows on post previews🤔

    warning: session_start(): Cannot find session save handler “memcached” – session startup failed
    in /home/o72k0l4cmwhy/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php on line 50

    Robert

    • This topic was modified 4 years, 8 months ago by Pedalnorth.
    #1318321
    118group
    Participant

    35 PHP Fatal error: Uncaught Error: Call to undefined method Avia_Popup_Templates::get_border_styles_options() in /nas/content/live/capespecialist/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php:561\nStack trace:\n#0 /nas/content/live/capespecialist/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(1191): avia_sc_columns->register_dynamic_templates()\n#1 /nas/content/live/capespecialist/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(116): aviaShortcodeTemplate->extra_config()\n#2 /nas/content/live/capespecialist/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.
    10:18 am
    php(89): aviaShortcodeTemplate->__construct(Object(AviaBuilder))\n#3 /nas/content/live/capespecialist/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php(1765): avia_sc_columns->__construct(Object(AviaBuilder))\n#4 /nas/content/live/capespecialist/wp-content in /nas/content/live/capespecialist/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/columns/columns.php on line 561

    Getting this error when I update my theme

    Hi Alan,

    Can you try to lower the PHP version to 7.4?

    Best regards,
    Nikko

    Hi there,
    There is a bug:
    Fatal error: Uncaught TypeError: Argument 1 passed to aviaElementTemplates::set_locked_attributes() must be of the type array, string given, called in /home2/pnacazwd/caravancruiseparts.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.php on line 1014 and defined in /home2/pnacazwd/caravancruiseparts.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php:3751 Stack trace: #0 /home2/pnacazwd/caravancruiseparts.com/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.php(1014): aviaElementTemplates->set_locked_attributes(”, Object(avia_sc_slider_full), ‘av_slide_full’, Array, Array, ”) #1 /home2/pnacazwd/caravancruiseparts.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-shortcode-template.php(1113): avia_sc_slider_full->shortcode_handler(Array, ‘<br />\n[av_slid…’, ‘av_slideshow_fu…’, Array) #2 /home2/pnacazwd/caravancruiseparts in /home2/pnacazwd/caravancruiseparts.com/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-element-templates.php on line 3751

    There has been a critical error on this website. Please check your site admin email inbox for instructions.

    Learn more about troubleshooting WordPress.

    —–
    how to solve it ?

    Thank you,
    Alan

    #1318239

    Hi there, I’ve got this error also.
    I’m running the latest theme, WP and using php 7.4.
    What I see is the page heading, then something like:

    [av_three_fifth first av_uid='av-us9ewl']

    [av_gallery ids='4643,4642,4640,4641,4639,4638' style='thumbnails' preview_size='portfolio' crop_big_preview_thumbnail='avia-gallery-big-crop-thumb' thumb_size='portfolio' columns='5' imagelink='lightbox' lazyload='avia_lazyload' av_uid='av-35oe3s' admin_preview_bg='']

    Happy to supply a link.

    Hi,

    Sorry for the problem. I added this filter to your 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 );

    And the background images are working after that. If you need further help with this, then please refer to this reply: https://kriesi.at/support/topic/background-image-is-not-displayed-anymore-after-update-to-enfold-4-8-6-1/#post-1317645, and check the file permissions of the https://your_site_name/wp-content/uploads/avia_posts_css/ folder.

    Best regards,
    Rikard

    #1318201

    In reply to: Error 508

    My host suspended the site because it consumed all the resources of my plan since the admin-ajax.php file of the enfold theme duplicated all the execution actions.
    This is what my host responds to me:
    The error that you attach as previously mentioned (Error 508/503 – Resource Limit Reached) within your control panel, is due to exceeding one of the limits of your resources allowed in your plan. This ensures that there are always enough resources to keep all websites running fast and protects websites on a server from being automatically suspended by the server.

    You can check your resource usage within cPanel by going to Logs -> Resource Usage. If you reach any limits in the last 24 hours, there will be a summary on this page as you have attached above. You can also view charts and graphs by clicking the details link.

    Some tips so that these restrictions are not recurrent are:

    Disable unnecessary plugins or scripts, disable any special features that are not essential, add wrong bot blocker .htaccess in your public_html (as directed by your developer) to help prevent hacking attempts and spam, optimize your ( s) database (s) and / or optimize your scripts. Your webmaster or script developers should be able to help you with this.

    Make sure comment sections or forum areas are not receiving massive amounts of SPAM. If so, find ways to prevent this from happening, such as using a better captcha system or a verification process.

    Enable caching. When it comes to caching PHP scripts it is very necessary to reduce the load. This prevents the processor from being affected on every request instead of processing once and sharing that processed information multiple times. Most PHP scripts now have a caching module available.

    Enabling PHP7. If your script is up-to-date and compatible with PHP7, you can often increase your website performance by switching to PHP7, which is more efficient. You can make the change through your hosting control panel and the php options icon.

    Make sure you are running the latest stable version of your scripts, plugins and / or any theme. Often times, bots look for outdated versions that try to exploit outdated scripts with security holes.

    Check the error_log. You can also check the document root of your websites for error_log files, if you find an error_log file you should take a look at recent entries and correct any errors that are reported.

    Optimizing your database tables (if any of your sites are MySQL-powered) via PHPMyAdmin is also a good way to keep things running smoothly. Delete the data that is no longer required and optimize the table.

    The use of an external tool such as cloudflare is recommended. This acts as a proxy (intermediary) between site visitors and the server. By acting as a proxy, CloudFlare temporarily saves static content from the site, which reduces the number of requests to the server attached to the link for more information:

    ++++++++++++++++++++++++
    https://www.cloudflare.com
    https://soporte.lignum.com.mx/como-instalar-cloudflare
    https://soporte.lignum.com.mx/Configurar-registros-MX-en-cloudflare (tutorial so that the mail service is not affected by the change)
    ++++++++++++++++++++++

    Please review these points with your developer and also due to the type of application used, we recommend you make a plan change to a VPS server with cpanel, in which all resources can be allocated to your domain, in the following link You can find more information about it:

    +++++++++++++++++++
    https://neubox.com/vps
    +++++++++++++++++++

    Kind regards.

    • This reply was modified 4 years, 8 months ago by alexledesma.
    Gabriele Forster
    Guest

    Hello,
    I consider to buy a current version of the Propulsion theme, but I have never done this before. I get a bit lost on your website.

    The theme Propulsion is running on my website with php-version 5.6.40. When updating it to version 7.4. I get technical problems and cannot update changed webpages anymore. I got a wordpress mail with the errors written in the private content below.

    My questions are:
    If I install a new current version of Propulsion, …
    … will this solve the php-issue?
    … will the look/appearance of my website change, so that I have to make a lot of adaptions?
    What is the current version of Propulsion and where/how can I buy it. Is it part of the Enfold theme?

    Thank you in advance for your answers!

    Best regards,
    Gabriele Forster

    #1318134

    Hallo,

    auf einer Testumgebung haben wir das auftreten der Fehler mit der Enfold 4.8.6.2 weiter untersucht – der Fehler tritt weiterhin auf.
    Die (unter: https://kriesi.at/support/topic/background-image-is-not-displayed-anymore-after-update-to-enfold-4-8-6-1/#post-1317645 ) empfohlenen Hinweise zu den Einstellungen bewirken alle keine Verbesserung. Einzig und allein die Anwendung des Filters, der das Generieren der zusätzlich post-css-Dateien deaktiviert, schafft Abhilfe.

    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 );

    Den Filter wenden wir in der functions.php unseres Child Theme in der Testumgebung an. Nun stellt sich die Frage wie wird das zukünftig weitergehen wenn der Filter auch auf der Live-Umgebung angewendet wird? Bleibt unser System dann updatefähig und pflegbar? Oder ändert sich in dieser Hinsicht noch etwas am Enfold Theme, so dass wir in späteren Versionen wieder auf den Filter verzichten können? Entstehen sonst irgendwelche Nachteile durch das unterdrücken der zusätzlichen post-css-dateien?
    Gibt es aus Ihrer Sicht noch andere Möglichkeiten unseren Darstellungsproblemen zu begegnen?

    Vielen Dank für Ihre Erläuterungen vorab
    Franz

    Hello,

    on a test environment we have further investigated the occurrence of the errors with Enfold 4.8.6.2 – the error still occurs.
    The recommended settings (at: https://kriesi.at/support/topic/background-image-is-not-displayed-anymore-after-update-to-enfold-4-8-6-1/#post-1317645 ) do not improve the situation. Only the application of the filter, which deactivates the generation of the additional post-css files, provides remedy.

    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 );

    We apply the filter in the functions.php of our child theme in the test environment. Now the question is how will this continue in the future when the filter is also applied to the live environment? Will our system then remain updateable and maintainable? Or will something change in the Enfold theme in this respect, so that we can do without the filter again in later versions? Are there any other disadvantages by suppressing the additional post-css-files?
    Are there any other possibilities to solve our display problems from your point of view?

    Many thanks for your explanations in advance
    Franz

    sistemasvacunar
    Participant

    After uploading to version 4.8.6.2 I don’t see the background parallax images in google chrome, safari. In mobile version it looks correct. Can you help me? If you want i can send you screens.

    Thanks.

    WP version: 5.8
    Php: 7.4.3
    Enfold version: 4.8.6.2

    Mike
    Guest

    Our client’s site just crashed with ALL of these out of nowhere, with no support:

    Deprecated: Function create_function() is deprecated in /var/www/wp-content/themes/enfold/config-layerslider/LayerSlider/wp/widgets.php on line 4

    Warning: Illegal string offset ‘http_code’ in /var/www/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 307

    Warning: Invalid argument supplied for foreach() in /var/www/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 49

    Warning: Illegal string offset ‘http_code’ in /var/www/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 307

    Warning: Invalid argument supplied for foreach() in /var/www/wp-content/themes/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 49
    Skip to main content
    Skip to toolbar

    Deprecated: contextual_help is deprecated since version 3.3.0! Use get_current_screen()->add_help_tab(), get_current_screen()->remove_help_tab() instead. in /var/www/wp-includes/functions.php on line 5458

    Annegretadmin
    Participant

    hallo everyone!
    We are using Enfold Version: 4.8.6 (child theme) under WP 5.8. On the server, php 7.3.6 is running (the occuring error as written below comes also under php 7.4) . Since this update to Enfold Version 4.8.6 the Redakteur after login just can see one (of all 14) sites and the following error will displayed:
    “Fatal error: Uncaught TypeError: Argument 1 passed to Avia_Gutenberg::handler_add_edit_link() must be of the type array, null given, called in /homepages/32/d629071579/htdocs/naturheilpraxis-huxol.de/wp-includes/class-wp-hook.php on line 303 and defined in /homepages/32/d629071579/htdocs/naturheilpraxis-huxol.de/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php:761 Stack trace: #0 /homepages/32/d629071579/htdocs/naturheilpraxis-huxol.de/wp-includes/class-wp-hook.php(303): Avia_Gutenberg->handler_add_edit_link(NULL, Object(WP_Post)) #1 /homepages/32/d629071579/htdocs/naturheilpraxis-huxol.de/wp-includes/plugin.php(189): WP_Hook->apply_filters(NULL, Array) #2 /homepages/32/d629071579/htdocs/naturheilpraxis-huxol.de/wp-admin/includes/class-wp-posts-list-table.php(1511): apply_filters(‘page_row_action…’, Array, Object(WP_Post)) #3 /homepages/32/d629071579/htdocs/naturheilpraxis-huxol.de/wp-admin/includes/class-wp-posts-list-table.php(1026): WP_Posts_List_Table->handle_row_actions(Object(WP_Post), ‘title’, ‘ in /homepages/32/d629071579/htdocs/naturheilpraxis-huxol.de/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php on line 761
    Es gab einen kritischen Fehler auf deiner Website. Bitte überprüfe den Posteingang deiner Website-Administrator-E-Mail-Adresse für weitere Anweisungen.”
    ———————————————
    Also a warning from WordPress about a failure in the theme Enfold will be deliverred by mail to the Redakteur. We have delete this redakteur and create a new one: but the failure happens again. Any suggestions please?

    #1317999
    Mark Clover
    Participant

    Hi, I’m unable to update to the latest version of Enfold. (Currently Version 4.8.6.2)

    In Enfold / Theme update I see this:

    Theme Updates
    No Updates available. You are running the latest version! (4.7.6.4)

    Check Manually
    Your PHP version: 7.3.23

    Checking Manually offers no update
    My Envato token has recently been validated

    Please note that I do not have ftp access and I am very uncomfortable deleting the theme and re-installing.
    If I understand correctly, this forum is the only way to get the support that we paid for?

    Thanks in advance for your help.

    #1317993

    Topic: Fatal error

    in forum Enfold
    zalazala2020
    Participant

    Hi, I have a problem.
    I get this error message, what can I do?

    Fatal error: require_once():Failed opening
    required
    ´/homepages/26/d788160275/htdocs/clickandbuilds/RIBUHAIR/wp/load.php´(include_path=´,:/usr/lib/php7.4´)

    we have now installed the old update, but this error message comes everything 2 days.

    This reply has been marked as private.
    #1317849
    AK-Messer
    Participant

    Hi,
    I have a problem and hope you can help me.
    Since the last enfold update wordpress sends me error-messages:

    It’s the following message:

    Hallo!

    Seit WordPress 5.2 gibt es eine eingebaute Funktion, die erkennt, wenn ein Plugin oder ein Theme einen fatalen Fehler auf deiner Website verursacht, und dich deswegen mit dieser automatisierten E-Mail benachrichtigt.

    In diesem Fall hat WordPress einen Fehler in einem deiner Plugins, WooCommerce, abgefangen.

    Besuche zunächst deine Website (https://www.ak-messer.at/) und überprüfe sie auf sichtbare Probleme. Besuche als nächstes die Seite, auf der der Fehler aufgetreten ist (https://www.ak-messer.at/wp-login.php) und prüfe, ob es sichtbare Probleme gibt.

    Bitte kontaktiere dein Hosting-Unternehmen, um Unterstützung bei der weiteren Untersuchung dieses Problems zu erhalten.

    Wenn deine Website fehlerhaft zu sein scheint und du nicht mehr wie gewohnt auf dein Dashboard zugreifen kannst, hat WordPress jetzt einen speziellen „Wiederherstellungsmodus“. Auf diese Weise kannst du dich sicher in deinem Dashboard anmelden und weitere Untersuchungen durchführen.

    https://www.ak-messer.at/wp-login.php?action=enter_recovery_mode&rm_token=p06cu21HxGnfKPDrYr4oPI&rm_key=WhfqOtUYozJqZaHnlSuI8J

    Um deine Website zu schützen, läuft dieser Link in 1 Tag ab. Aber keine Sorge: Ein neuer Link wird dir per E-Mail zugeschickt, wenn der Fehler nach Ablauf der Frist erneut auftritt.

    Wenn du Hilfe bei diesem Problem suchst, wirst du möglicherweise nach einigen der folgenden Informationen gefragt:
    WordPress-Version 5.8
    Aktuelles Theme: Enfold (Version 4.6)
    Aktuelles Plugin: WooCommerce (Version 5.6.0)
    PHP-Version 7.4.22

    Fehler-Details
    ==============
    Ein Fehler vom Typ E_ERROR wurde in der Zeile 1807 der Datei /home/wp/disk/wordpress/wp-content/plugins/woocommerce/includes/wc-core-functions.php verursacht. Fehlermeldung: Uncaught TypeError: Argument 1 passed to Collator::asort() must be of the type array, bool given in /home/wp/disk/wordpress/wp-content/plugins/woocommerce/includes/wc-core-functions.php:1807
    Stack trace:
    #0 /home/wp/disk/wordpress/wp-content/plugins/woocommerce/includes/wc-core-functions.php(1807): Collator->asort()
    #1 /home/wp/disk/wordpress/wp-content/plugins/woocommerce/includes/class-wc-countries.php(53): wc_asort_by_locale()
    #2 /home/wp/disk/wordpress/wp-content/plugins/woocommerce/includes/class-wc-countries.php(38): WC_Countries->get_countries()
    #3 /home/wp/disk/wordpress/wp-content/plugins/woocommerce/includes/class-wc-countries.php(273): WC_Countries->__get()
    #4 /home/wp/disk/wordpress/wp-content/plugins/woocommerce/includes/wc-core-functions.php(1307): WC_Countries->get_allowed_countries()
    #5 /home/wp/disk/wordpress/wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store-session.php(129): wc_get_customer_default_location()
    #6 /home/wp/disk/wordpress/wp-content/plugins/woocom

    Also i can’t visit the website, because it says: there is a critical error.
    When i turn off the woocommerce plugin everything works fine, but every time i turn it back on, the same error appears.
    I tried updating everything, deleting cache, turn off the other plugins, but nothing works.

    Maybe i could try downgrading enfold to an older version?
    Please tell me what information you need from me (and also where to find it, cause i’m very new at this).
    Please help me!

    Thanks in advance!

    #1317766

    Genau die gleiche / ähnliche Meldung bei mir.

    Warning: Array to string conversion in … …/wp-includes/script-loader.php on line 2733
    
    Fatal error: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, array given in 
    … … /wp-includes/class.wp-dependencies.php:166 Stack trace: #0 
    … … /wp-includes/class.wp-dependencies.php(166): explode('?', Array) #1 
    … … /wp-includes/class.wp-styles.php(371): WP_Dependencies->all_deps(Array, false, false) #2 
    … …/wp-includes/class.wp-dependencies.php(106): WP_Styles->all_deps(Array) #3 
    … …/wp-includes/script-loader.php(2739): WP_Dependencies->do_items(Array) #4 
    … …/wp-includes/class-wp-hook.php(303): wp_add_iframed_editor_assets_html('') #5 
    … …/wp-includes/class-wp-hook.php(327): WP_Hook->apply_filters('', Array) #6 
    … …/wp-includes/plugin.php(470): WP_Hook->do_action(Array) #7 
    … …/wp-admin/admin-footer.php(105): do_action('admin_footer-po...') #8 
    … …/wp-admin/post.php(369): require_once('/www/htdocs/w01...') #9 {main} thrown in 
    … …/wp-includes/class.wp-dependencies.php on line 166

    if i do deactivate the implemented layerslider the error message is gone

    #1317746

    Hey amollde,
    Thank you for your patience, can you please link to the page that you are working on, I tried to view your site but it seems to be under construction, so perhaps including admin login in the Private Content area will allow us to be of more assistance.
    Typically if you want an image size to not be cropped we recommend using the Simple Image Sizes plugin and then regenerate the image sizes and clearing your cache.
    Another way would be to add a function to your child theme functions.php, please see this post.

    Best regards,
    Mike

    Hi,

    Sorry for the problems.

    When loading the page I get following error for

    
    GET https://your_site_name/wp-content/uploads/avia_posts_css/post-5.css?ver=ver-1629459115
    ----
    Status403
    Forbidden
    VersionHTTP/2
    Übertragen894 B (752 B Größe)
    Referrer Policystrict-origin-when-cross-origin
    

    This file holds the CSS to display the background images and other styling needed for this page (this was added starting with 4.8.4).

    One user could solve it by enable query parameters (which he had blocked before) needed to invalidate browser cached post-5.css file when page is updated (?ver=ver-1629459115).

    Alternate way (but not recommended, only if your server configuration makes it absolutly necessary) is to disable file generation by adding this to your functions.php file:

    https://github.com/KriesiMedia/enfold-library/blob/master/actions%20and%20filters/Performance/avf_post_css_create_file.php

    For testing and until you find a solution with your hoster it is OK.

    Best regards,
    Günter

    Update: The error resolved when I rolled the PHP version back from v8.0.9 to 7.4.22.

    Dear Rikard,

    unfortunately, I need your help again… :-S

    We baught the license for our Papyrus font at Linotype and downloaded the respective Webfont-Kit for Latin 1. For integration within WP we used the following guidelines of Linotype:

    1. Extrahieren Sie aus dem ZIP-Archiv des Webfont-Pakets die Datei demo.css und das Verzeichnis Fonts
    2. Finden Sie in Ihrem WordPress-Installationsverzeichnis den css-Ordner für Ihr derzeit verwendetes Thema
    Beispiel: wp-content/themes/twentyfifteen/css/
    3. Laden Sie die Datei demo.css und das Verzeichnis Fonts aus Schritt 1 in diesen Ordner hoch
    4. Melden Sie sich in Ihrem WordPress Dashboard als Admin an
    5. Klicken Sie im Bereich Design auf die Option Editor
    6. Wählen Sie aus der Dateiliste in der rechten Spalte „Header (header.php)“
    7. Fügen Sie zwischen den Tags <head> und </head> folgende neue Zeile ein:
    <link rel=”stylesheet” href=”<?php echo esc_url( get_template_directory_uri() ); ?>/css/fonts.css”>
    8. Klicken Sie auf Datei aktualisieren.

    In step 2-3 we uploaded the fonts.css in wp-content/themes/enfold/css (please note that we also work with the Enfold Child Theme, but we did not find a directory “css” here, so we used the parent theme). In this css-directory we also created the folder “fonts” as well as its sub-folder “883327”: wp-content/themes/enfold/css/fonts/883327/ and here we uploaded the two font files WOFF and WOFF2.

    In Step 5-7 we added this line in the header.php from Enfold Parent.

    Unfortunately these steps did not result in showing the Papyrus font on our Android mobile devices.

    Next we copied the fonts.css contents directly in the Quick CSS-field of our Child Theme Options, including a reference of h1-h6 to the Papyrus font-family, but all this did not work either.

    Probably we did something wrong… Hope you see our mistake.

    FYI: For tracking the pageviews by Linotype an empty CSS-file on Linotypes server is being used. There are two options for pageview tracking, we want to try the first option @import-Methode first (and in case of non-satisfaction, try the second one with Asynchrone javaScript Methode). The first option should work as follows:

    Die Tracking-CSS-Datei wird über das @import-Tag in der Schriften-CSS-Datei aufgerufen. Sie müssen nur die Datei demo.css in Ihre Seiten einbinden.
    Bei dieser direkten Methode wird der Seitenaufbau erst fortgesetzt, wenn die Tracking-CSS-Datei geladen ist. Sollten Sie Sorge haben, dass die Server von linotype.com nicht schnell genug antworten, können Sie die technisch alternative, asynchrone Methode benutzen.

    Also: Linotype indicates that the webserver configuration should be right and the fonts need to be protected (see below), but we don’t understand what is meant or what should be done.

    Werbserver-Konfiguration und Absicherung der Schriften
    Damit Ihr Webserver die Webfonts richtig ausliefert, kann es nötig sein, die Konfiguration anzupassen.
    Es kann je nach Umgebung erforderlich sein, den Server so zu konfigurieren, dass ein „access-control-allow-origin“-Header gesendet wird. Weitere Informationen finden Sie unter Mozilla Developer Network und W3C Cross-Origin Resource Sharing
    In der Standardkonfiguration einiger Webserver, hier vor allem der IIS, fehlt für einige oder alle Webfonts die Zuweisung der passenden MIME types, so dass diese nachgetragen werden müssen. Wir empfehlen, alle Webfonts mit dem MIME type „application/octet-stream“ auszuliefern. So erreichen Sie die beste Kompatibilität mit den verschiedenen Browsern.
    Die Lizenzbestimmungen verpflichten Sie, angemessene Sicherheitsmaßnahmen zu ergreifen, damit Ihre Webschriften nicht missbräuchlich benutzt werden. Teil dieser Sicherheitsmaßnamen sind die kryptischen Schriftnamen, die deswegen erhalten bleiben müssen. In den Beispiel-Dateien werden diese Namen richtig referenziert.
    Darüber hinaus muss der Webserver so konfiguriert sein, dass man die Webschriften nicht einfach über die Eingabe einer URL im Browser oder ein wget-Kommando herunterladen kann (sogenannte „Hotlink Protection“). Außerdem muss sichergestellt sein, dass die Schriften nicht von fremden Seiten aus verlinkt werden können.

    Sorry, for the long mail, but I wanted to provide you with as many details as possible to hopefully find out the problem.

    Many thanks in advance for your help!

    Best regards, Cornelie

Viewing 30 results - 2,821 through 2,850 (of 16,898 total)