Viewing 30 results - 1,891 through 1,920 (of 16,893 total)
  • Author
    Search Results
  • #1368541

    Hi,

    Thank you for the inquiry.

    1.) The maximum size of the masonry thumbnail is 705px so uploading images with that exact same size should be fine, uploading a larger image is recommended.

    2.) Please try to add this code in the functions.php to display the post summary and read more link in the category pages.

    function change_blog_archive_style() {	
    	global $avia_config;
    	if(!is_single()){ $avia_config['blog_content'] = "excerpt_read_more"; }
    }
    add_action('get_header', 'change_blog_archive_style');
    

    Best regards,
    Ismael

    #1368473

    In reply to: Debug file

    Hello Nikko,

    thank you for waiting!
    I have good and not so good news.
    The error seems to be gone. Thanks for the solution :-)

    Another error came up now:

    [11-Oct-2022 17:20:02 UTC] PHP Notice: Undefined variable: icon_beside in /home/wp/disk/wordpress/wp-content/themes/enfold-child/functions.php on line 65

    It is in the same line as the previous one.
    Any idea what it means? I will add the log file in the same file with the rest for you to see.

    Best
    Asterios

    RESOLVED

    Hi everyone, i had the exact same issue when I was importing BAND demo.
    I could fix it by importing zip archive. here is the details

    I check the logs to see what is the error. here was the error


    CRITICAL Uncaught Error: Class ‘ZipArchive’ not found in /home/public_html/YOUR_SITE/wp-content/themes/enfold/framework/php/inc-avia-download-demo.php:56
    Stack trace:
    #0 /home/public_html/YOUR_SITE/wp-content/themes/enfold/framework/php/function-set-avia-ajax.php(714): require_once()
    #1 /home/public_html/YOUR_SITE/wp-includes/class-wp-hook.php(307): avia_ajax_import_data(”)
    #2 /home/public_html/YOUR_SITE/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(”, Array)
    #3 /home/public_html/YOUR_SITE/wp-includes/plugin.php(476): WP_Hook->do_action(Array)
    #4 /home/public_html/YOUR_SITE/wp-admin/admin-ajax.php(187): do_action(‘wp_ajax_avia_aj…’)
    #5 {main}
    thrown in /home/public_html/YOUR_SITE/wp-content/themes/enfold/framework/php/inc-avia-download-demo.php on line 56

    My Server is CPANEL. so I find this youtube video on how to enable ZipArchive on CPANEL. (I also do not know indian, just follow the video)

    BINGO. It imports successfully.
    I hope it helps someone else too.

    webdesignphx
    Participant

    Hi Guys,
    my hosting company said the error below might be coming from the theme.. but I don’t think so.
    have you seen this before? I deactivated all my plugins, and whenever I try to add post or page this happens.
    Hope you have an idea.
    Thanks
    Tina

    Notice: Trying to get property ‘post_type’ of non-object in /wordpress/wp-includes/post.php on line 7581 Notice: Trying to get property ‘post_type’ of non-object in /wordpress/wp-includes/post.php on line 7582 Notice: Trying to get property ‘ID’ of non-object in /wordpress/wp-includes/post.php on line 7586 Notice: Trying to get property ‘post_type’ of non-object in /wordpress/wp-includes/post.php on line 7829 Notice: Trying to get property ‘post_type’ of non-object in /wordpress/wp-includes/theme.php on line 3514 Notice: Trying to get property ‘post_type’ of non-object in /wordpress/wp-includes/theme.php on line 3739 Notice: Trying to get property ‘post_type’ of non-object in /wordpress/wp-includes/post.php on line 5361 Notice: Trying to get property ‘ID’ of non-object in /wordpress/wp-includes/post.php on line 5361 Notice: Trying to get property ‘post_type’ of non-object in /wordpress/wp-includes/post.php on line 4662 Fatal error: Uncaught TypeError: Argument 2 passed to aviaPostCssManagement::handler_wp_save_post() must be an instance of WP_Post, null given, called in /wordpress/wp-includes/class-wp-hook.php on line 307 and defined in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php:385 Stack trace: #0 /wordpress/wp-includes/class-wp-hook.php(307): aviaPostCssManagement->handler_wp_save_post(0, NULL, false) #1 /wordpress/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #2 /wordpress/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #3 /wordpress/wp-includes/post.php(4673): do_action(‘save_post’, 0, NULL, false) #4 /wordpress/wp-admin/includes/post.php(700): wp_insert_post(Array, false, false) #5 /wordpress/wp-admin/post-new.php(66): get_default_post_to_edit(‘post’, true) #6 {main} thrown in /www/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-post-css-management.php on line 385
    There has been a critical error on this website. Please check your site admin email inbox for instructions.

    Learn more about troubleshooting WordPress.

    #1368107

    Hi Ismael. I tried adding your suggestion in functions.php file (as last: adjust the default icon font)

    <? php

    / *
    * Add your own functions here. You can also copy some of the theme functions into this file.
    * WordPress will use those functions instead of the original functions then.
    * /

    function add_custom_meta () {
    ?>
    <meta name = “google-site-verification” content = “7LpFH1J-aPDKgNxEgLwGuRCij-Cr_F9qzEGsd3lVzmQ” />
    <? php
    }
    add_action (‘wp_head’, ‘add_custom_meta’);
    / **
    * Rename the following tabs
    * /
    add_filter (‘woocommerce_product_tabs’, ‘woo_rename_tabs’, 98);
    function woo_rename_tabs ($ tabs) {

    $ tabs [‘additional_information’] [‘title’] = __ (‘Technical Sheet’); // Rename the additional information tab

    return $ tabs;

    / **
    * adjust the default icon font
    * /
    function avf_add_custom_icon ($ icons) {
    $ icons [‘cart’] = array (‘font’ => ‘entypo-fontello’, ‘icon’ => ‘ue85a’);
    return $ icons;
    }
    add_filter (‘avf_default_icons’, ‘avf_add_custom_icon’, 10, 1);

    }

    but it gives me error:
    “Scrape key check failed. Please try again.”
    https://ibb.co/PZnMqk1

    I added the shop button but the problem is that buying a product does not show the cart icon, but a circle with the number of purchases in the cart: how do I replace the circular icon with a nice “cart” icon ?
    https://ibb.co/zbtfWXr

    Thanks for your support. Best regards. Bruno

    https://trikego.com/it/negozio/

    #1368104
    just1ed
    Participant

    Hi. When I upgrade my server to use PHP 7.4, 2 of my website pages does not load. When it is using PHP 7.4, The main page loads but displays a black page and another page as well. They are both pages with the slider media element provided by Enfold.

    When PHP 8.0 is installed, the entire page does not load. There is a “There has been a critical error on this website. Learn more about troubleshooting WordPress” message that appears.

    I am using Enfold version 5.1.2.

    #1368102
    aledzz
    Participant

    Servus, habe diese E-Mail hier bekommen weil ich keine Portfolio-Einträge mehr über das Backend aufrufen kann. Der Rest ist komplett vorhanden.

    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 deinem Theme „Enfold“ abgefangen.

    Besuche zunächst deine Website (https://skiclub-haag.de/) und überprüfe sie auf sichtbare Probleme. Besuche als nächstes die Seite, auf der der Fehler aufgetreten ist (https://skiclub-haag.de/wp-admin/post.php?post=970&action=edit&meta-box-loader=1&meta-box-loader-nonce=35d3a46431&_locale=user) und prüfe, ob es sichtbare Probleme gibt.

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

    Freu mich von euch zu hören.

    #1368096
    SARA
    Participant

    ok i woke up one day to this all my layout builder is in infinite loder i check php version and got that in 7.2 its not wokring
    only in 5.6
    so i update all and now i get weird error every time i try to save a page that has even couple lines of code from builder its going to 404 page
    i do not understend why this happend

    did anyone had this issue?

    Sorry – now I have changed my layout to Boxed – this makes no difference on my test platform, except for large screen widths larger than 1600px the image is further enlarged and cropped. To avoid this on your installation, please switch back to your boxed layout and we will find a way.
    i see on boxed layout there is a little different html for those sections – but we can leave out the empty content of this color-section anyway:
    (it is only important that we have inside the div with container class)

    add_action('ava_after_main_title', function() {
    ?>
    <div id="banner" class="avia-section main_color avia-section-default avia-no-border-styling avia-builder-el-0  avia-builder-el-first av-small-hide av-mini-hide avia-full-stretch avia-bg-style-scroll container_wrap sidebar_right" data-section-bg-repeat="stretch">
      <div class="container av-section-cont-open"></div>
    </div>
    <?php
    });

    In a boxed layout we can prevent the enlargement by giving the #banner a maximum height – since body is set to 90% width – this must be included in the calculation.

    @media only screen and (min-width: 990px) {
      #banner {
        max-height: calc(0.9 * 556px);
        height: calc(0.9 * 34.75vw);
        background-repeat: no-repeat;
        background-image: url(/wp-content/uploads/2022/10/logo2-1.jpg);
        background-position: 0% 0%;
        background-attachment: scroll;
      }
    }
    
    /****  beneath the 990px boxed layout body goes to 100% width ******/
    @media only screen and (max-width: 989px) {
      #banner {
        max-height:556px;
        height: 34.75vw;
        background-repeat: no-repeat;
        background-image: url(/wp-content/uploads/2022/10/logo2-1.jpg);
        background-position: 0% 0%;
        background-attachment: scroll;
      }
    }

    well that content is loaded after the other content is already in the DOM; next : maybe lazy-loading comes into account too on that.
    So if you just want to have the image up there without slider functions, why don’t you use a color-section anyway for performance reasons.
    See here ( sorry with your image ) a page with that color section – your image has a aspect ratio of 1600:556 so if the width is 100vw the height is 34.75vw
    this could be done by a custom ID f.e. banner in your quick css:

    #banner {
      height: 34.75vw;
      background-repeat: no-repeat;
      background-image: url(https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1.jpg);
      background-position: 0% 0%;
      background-attachment: scroll;
    }

    and insertion code is:

    add_action('ava_after_main_title', function() {
    ?>
    <div id="banner" class="avia-section main_color avia-section-default avia-no-border-styling avia-builder-el-1 av-small-hide av-mini-hide avia-full-stretch avia-bg-style-scroll container_wrap sidebar_right" data-section-bg-repeat="stretch">
    	<div class="container av-section-cont-open">
    		<div class="template-page content av-content-small alpha units">
    			<div class="post-entry post-entry-type-page">
    				<div class="entry-content-wrapper clearfix">
    				</div>
    			</div>
    		</div>
    	</div>
    </div>
    <?php
    });

    see an example page with inserted banner image on top:
    https://enfold.webers-webdesign.de/test-jamesdk/

    i found your page try please :

    add_action('ava_after_main_title', function() {
    ?>
    <div id="full_slider_1" class="avia-fullwidth-slider main_color avia-shadow av-small-hide av-mini-hide  avia-builder-el-0  el_before_av_textblock  avia-builder-el-first   container_wrap sidebar_right"><div class="avia-slideshow av-l8ypj1ln-1436a823a5edef515622515055099065 avia-slideshow-no scaling av_slideshow_full avia-slide-slider av-small-hide av-mini-hide av-slideshow-ui av-control-default av-slideshow-manual av-loop-once av-loop-manual-endless image_no_stretch avia-slideshow-1" data-slideshow-options="{&quot;animation&quot;:&quot;slide&quot;,&quot;autoplay&quot;:false,&quot;loop_autoplay&quot;:&quot;once&quot;,&quot;interval&quot;:5,&quot;loop_manual&quot;:&quot;manual-endless&quot;,&quot;autoplay_stopper&quot;:false,&quot;noNavigation&quot;:false,&quot;bg_slider&quot;:false,&quot;keep_padding&quot;:false,&quot;hoverpause&quot;:false,&quot;show_slide_delay&quot;:0}" itemprop="image" itemscope="itemscope" itemtype="https://schema.org/ImageObject"><ul class="avia-slideshow-inner " style="padding: 0px; height: 486px;"><li class="avia-slideshow-slide av-l8ypj1ln-1436a823a5edef515622515055099065__0 av-single-slide slide-1 slide-odd next-active-slide active-slide" style="visibility: visible; opacity: 1; transition: none 0s ease 0s; transform: translateZ(0px);"><div data-rel="slideshow-1" class="avia-slide-wrap "><img class="wp-image-2841 avia-img-lazy-loading-not-2841" src="https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1.jpg" title="logo2" alt="" itemprop="thumbnailUrl" srcset="https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1.jpg 1600w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-300x104.jpg 300w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1030x358.jpg 1030w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-768x267.jpg 768w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1536x534.jpg 1536w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1500x521.jpg 1500w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-705x245.jpg 705w" sizes="(max-width: 1600px) 100vw, 1600px" style="left: 0px;" width="1600" height="556"></div></li></ul></div></div>
    <?php
    });

    Guenni Thanks but it seems all I can gather is this div stuff below. That one again does not contain mobile turn on/off values seem so.
    At the end I put if clause to this function and it works nicely for desktop + mobile separatelly.
    I think we are good to close this one if there is no other way how to distinguish between desktop/mobile

    
    add_action('ava_after_main_title', 'add_top_image_for_blog');
    function add_top_image_for_blog() {
    	if( !wp_is_mobile() ){
    ?>
    <div data-rel="slideshow-1" class="avia-slide-wrap "><img class="wp-image-2841 avia-img-lazy-loading-not-2841" src="https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1.jpg" width="1600" height="556" title="logo2" alt="" itemprop="thumbnailUrl" srcset="https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1.jpg 1600w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-300x104.jpg 300w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1030x358.jpg 1030w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-768x267.jpg 768w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1536x534.jpg 1536w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1500x521.jpg 1500w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-705x245.jpg 705w" sizes="(max-width: 1600px) 100vw, 1600px" style="left: 0px;"></div>
    <?php
    }};
    

    Thanks a lot Guenni007.
    This seems to work properly with your function above and html code from Inspect (Dev Tools). Hope it won’t break anything else :)

    
    add_action('ava_after_main_title', function() {
    ?>
    <img class="wp-image-2841 avia-img-lazy-loading-not-2841" src="https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1.jpg" width="1600" height="556" title="logo2" alt="" itemprop="thumbnailUrl" srcset="https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1.jpg 1600w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-300x104.jpg 300w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1030x358.jpg 1030w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-768x267.jpg 768w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1536x534.jpg 1536w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-1500x521.jpg 1500w, https://jaro.jamesdk.sk/wp-content/uploads/2022/10/logo2-1-705x245.jpg 705w" sizes="(max-width: 1600px) 100vw, 1600px" style="left: 0px;">
    <?php
    }); 
    

    One issue however comes from this is that when I configure the slider to be hidden on mobile phones the above code does not change and hence it always display on phone as well. Is there some hack for this as well?

    i see on your inserted code that there is a space behind header_glassy – and that is important !
    if i remove that space – the presetting will not work.

    ______________
    for the devs and mods:

    by the way: on functions-enfold.php on line 1335 there is:

    $header['header_transparency'] = 'header_transparency';
    

    is that correct ? why is it not

     …
    __( 'Transparent Header', 'avia_framework')	=> 'header_transparent',
    

    as in meta.php line 377 ???

    Hi,
    Thanks for the link to your site, it looks like you were able to add the slider to all of your pages & posts with a function in your functions.php and the slider shortcode, but it looks like it added a second slider to your homepage and I believe that you only want this to add the slider to your posts, so I added if(is_single()) {…} to your function and it seems to be working, please check.

    for future readers the function is basically like this:

    Best regards,
    Mike

    Ismael,
    I was able to get the shorcode of slider I would like to use by default on all pages. Based on reading about hooks it seems it is enough to adjust functions.php of my child theme. Are you able to provide me proper function for this to have it displayed same way like homepage on all blog posts? I couldn’t find anything about hooks in documentation.

    Here is debug information

    #1367624

    Topic: Enfold and PHP 8.*

    in forum Enfold
    Lissasan
    Participant

    I tried to update PHP today, and had several issues with Enfold.
    1. Despite repeated manual requests to get the current version of Enfold through the dashboard, I kept getting the message that I had the most recent version and that it was 4.8.8. This is obviously not correct.
    2. I double-checked the license code, and found that the one the site was using did not have current support. I changed to a code that does have currently paid-up support, and rechecked for the Enfold update, several times. I still got the message that I had the most recent version at 4.8.8.
    3. I checked the main page of the site and discovered that it was showing what appeared to be a vertical tablet-sized layout.
    4. I tried deactivating plugins, and the layout would not change back to normal (stretched).
    5. I manually downloaded Enfold 5.1.2 and updated the theme. The site was still using the bad layout.
    6. I reset PHP back to 7.4, and the site came up in its normal layout.

    I checked the settings from the 7.4 PHP configuration, and everything appeared to be the same for PHP 8. I didn’t see any PHP errors. Is there some setting new to PHP 8 that wasn’t in PHP 7.4 that Enfold needs to have activated?

    #1367415

    Topic: Hide element in menu

    in forum Enfold
    profumopuntoit
    Participant

    Hello

    we have a product category widget in the single product page

    I am hiding an element in this way
    li.cat-item.cat-item-462 {
    display: none;
    }
    and it works

    But google anyway ignores that it is hidden and counts that there are 700 or more redirects on the site caused by this, and this is bad

    How can hide that element (product category) in PHP instead of CSS?

    Thank you
    Mauro

    FdB_wp
    Participant

    Hallo Service
    Habe den Wechsel von normalem Menü auf Hamburger Menü bei kleiner Darstellung nicht mehr. Die responsive Funktion läuft seit dem Update von Enfold auf Version 5.1.2 (PHP-Version 7.4.28) nicht mehr. Arbeite mit ENFOLD CHILD. Ging immer einwandfrei.
    Habe schon einige ENFOLD Seiten für Kunden gestaltet. Nie Probleme gehabt.
    Mit freundlichen Grüßen
    Fred

    kristinanesterova
    Participant

    Hello!

    Recently I started receiving this warning when trying to edit the content on my pages. Because of it, I can’t currently access the editor and thus I cannot work with the website so the problem is rather critical.

    Warning: Array to string conversion in /data01/virt104308/domeenid/www.towardsbetter.me/htdocs/wp-includes/block-editor.php on line 340

    Fatal error: Uncaught TypeError: explode(): Argument #2 ($string) must be of type string, array given in /data01/virt104308/domeenid/www.towardsbetter.me/htdocs/wp-includes/class.wp-dependencies.php:186 Stack trace: #0 /data01/virt104308/domeenid/www.towardsbetter.me/htdocs/wp-includes/class.wp-dependencies.php(186): explode(‘?’, Array) #1 /data01/virt104308/domeenid/www.towardsbetter.me/htdocs/wp-includes/class.wp-styles.php(371): WP_Dependencies->all_deps(Array, false, false) #2 /data01/virt104308/domeenid/www.towardsbetter.me/htdocs/wp-includes/class.wp-dependencies.php(126): WP_Styles->all_deps(Array) #3 /data01/virt104308/domeenid/www.towardsbetter.me/htdocs/wp-includes/block-editor.php(347): WP_Dependencies->do_items(Array) #4 /data01/virt104308/domeenid/www.towardsbetter.me/htdocs/wp-includes/block-editor.php(479): _wp_get_iframed_editor_assets() #5 /data01/virt104308/domeenid/www.towardsbetter.me/htdocs/wp-admin/edit-form-blocks.php(282): get_block_editor_settings(Array, Object(WP_Block_Editor_Context)) #6 /data01/virt104308/domeenid/www.towardsbetter.me/htdocs/wp-admin/post.php(187): require(‘/data01/virt104…’) #7 {main} thrown in /data01/virt104308/domeenid/www.towardsbetter.me/htdocs/wp-includes/class.wp-dependencies.php on line 186

    My current PHP version is 8.1 FastCGI. I tried to downgrade to the earliest version that my hosting provider allows which is 7.1 FastCGI and it didn’t help.
    My current Enfold Theme Version Number is 4.8.3
    My WP version is 6.0.2

    I have checked several other tickets that were created on this topic and I want to prevent some questions:

    – Did you try to turn off and on your plugins – yes
    – Are you sure that the problem is in the theme – yes (because when I put another theme everything works. When I change to the WP Classic Editor everything works as well.
    – Are your theme and WP updated – yes
    – Is it a critical error – yes

    Please, help me :)

    #1367230

    In reply to: Missing demo themes

    Hey nis59,
    Thanks for your question, this is the correct link to download the demos and this is our documentation on How to manually import a theme demo.
    The problem with OVH hosting is they have disabled the set_time_limit() function on their servers this function is used by WordPress so the import doesn’t time out, this is different than the current PHP run time limit. OVH also sets the Max input time as -1 this should be 180, in the past they have told customers that they will not change this, there is nothing we can do to correct that since it is the server settings causing the issue.
    Yesterday an OVH customer in this thread installed the demo on their localhost and then cloned it to their OVH host, which so far seems to be the easiest solution for a OVH hosted site.

    Best regards,
    Mike

    #1367178

    Hi,

    Thanks for that. I see that the video is not working on your site, but I tested it on one of our test installations, and it’s working as expected there. Please see private. Could you try upgrading your PHP version to 7.4 or higher to see if that helps? You could also try to temporarily deactivate all plugins to see if that makes any difference.

    Best regards,
    Rikard

    #1366845

    In reply to: ALB for any post type

    OMG :-) – Thank you Guenni007, Rikard and Ismael. This is SO good. Your assistance is really appreciated.

    Not that I understand everything yet, but I am trying hard to be more knowledgeable about CPTs.

    If anyone else should be interested – here is how the function.php – for the child site looks now

    This code is working for the Events Manager by Marcus Sykes.

    <?php
    // Exit if accessed directly
    if ( !defined( 'ABSPATH' ) ) exit;
    
    function avf_alb_supported_post_types_mod( array $supported_post_types )
    {
      $supported_post_types[] = 'event';
      return $supported_post_types;
    }
    add_filter('avf_alb_supported_post_types', 'avf_alb_supported_post_types_mod', 10, 1);
    
    // BEGIN ENQUEUE PARENT ACTION
    // AUTO GENERATED - Do not modify or remove comment markers above or below:
    
    // END ENQUEUE PARENT ACTION

    I used the Theme Editor plugin to edit the functions.php file – just because it is easy (but I do also have FTP access)

    Best,

    Chrilles

    #1366844

    In reply to: Message d'erreur

    #1366774

    Hi,
    Thanks for the feedback, unfortunately the host OVH has the set_time_limit() function disabled on their servers this function is used by WordPress so the import doesn’t time out, this is different than the current PHP run time limit.
    OVH also sets the Max input time as -1 this should be 180, in the past they have told customers that they will not change this, there is nothing we can do to correct that since it is the server settings causing the issue.
    One user was able to import a demo by manually uploaded demo files with FTP client, this is the thread.

    Best regards,
    Mike

    #1366624

    Well this is correlated to a class that is set automatically on ampersand character.
    the class is set to:

    .special_amp {
      font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif;
      font-style: italic;
      font-size: 1.3em;
      line-height: 0.5em;
      font-weight: normal;
      color: inherit;
    }

    but that function is on functions-enfold.php line 970ff : avia_ampersand
    so if in content an ampersand is set it will be changed to : <span class='special_amp'>&</span>

    #1366599
    GrandPrixGrandTours
    Participant

    Can I check if updating the theme manually worked with PHP 8?
    I have a similar issue with the error being “Notice: Array to string conversion in /var/www/…./wp-includes/block-editor.php on line 340
    I am using PHP 7.4.30 with errors turned off.
    If I upgrade to PHP 8.0.23 then I get the above error and cannot edit any of my posts, pages etc

    #1366567
    elibom6
    Participant

    Hello Support Team,

    I have the problem that the menu items in Hamburger Menu are not displayed.

    Website: https://markosimic.at
    The Enhold Theme has the current version! (4.5.4)
    PHP version is current 7.4.30
    WordPress version: 6.0.2

    I have also deactivated and tested all plugins, unfortunately without success .
    Here is also a screenshot: https://prnt.sc/d6c0P-6fsz9d

    Please help me!

    Thanks
    Marko

    #1366538

    Can I check if this worked by updating the theme manually?
    I have a similar issue with the error being “Notice: Array to string conversion in /var/www/…./wp-includes/block-editor.php on line 340
    I am using PHP 7.4.30 with errors turned off.
    If I upgrade to PHP 8.0.23 then I get the above error and cannot edit any of my posts, pages etc.

    Hi,
    Thanks for the logins, I found that your parent theme was in an extra directory /enfold/enfold/ so the child theme couldn’t find the files of the parent theme, I corrected and activated your child theme.
    I noticed in WordPress ▸ Dashboard ▸ Tools ▸ Site Health your PHP version is 7.3.33 and the minimum recommended version for WordPress is v7.4, please ask your webhost to update this for you.
    2022-09-27_001.jpg

    Best regards,
    Mike

Viewing 30 results - 1,891 through 1,920 (of 16,893 total)