Viewing 30 results - 1,561 through 1,590 (of 16,892 total)
  • Author
    Search Results
  • Hey ergates,
    Thanks for your patience I’m not sure about the recurring events but I see on the Event Calendar Known Issues page they point out to If it’s a recurring event, be sure to choose the All events option and in this support ticket from 3 weeks ago they say there are issues with PHP v8 and recommend downgrading to PHP 7.4
    Perhaps this will help, if not can you include an admin login so we can check?

    Best regards,
    Mike

    #1397560
    Biggy
    Participant

    Hi,
    since enfold version 5.4 and PHP 8.0.27 or 8.1.15 the text in the Google reCaptcha V2 version is only output in English. No matter what language is set in the browser. Below is the complete iframe. Our key is made unrecognizable with an x

    <div><iframe title="reCAPTCHA" src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=xxxxxxxxxxxxxxxxxxxxxxxxx&co=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&hl=en&v=tNAc29ZZrpcOCErva2nr4BS9&theme=light&size=normal&cb=6c3b77hgxlr9" role="presentation" name="a-6benibceywwt" scrolling="no" sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation" width="304" height="78" frameborder="0"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea></div><iframe style="display: none;"></iframe></div>

    You can see the en behind hl=
    We tested this in 3 other sites. All pages start with <html lang=”de-DE”
    And the V2 recaPtcha shows I’m not a robot / Privacy and Terms instead of “Ich bin kein Roboter” and Datenschutzerklärung-Nutzungsbedingungen

    Regards

    #1397465
    BLACKPALM MUSIC
    Participant

    Hey!
    I wanted to add a custom Spotify & TikTok icon to my website header & footer. I already dowloaded the icon fonts from fontello, uploaded the zip files in my icon font manager, installed WPCode and added the php snippet for the Spotify social icon to appear and everything works smoothly.
    Then I tried adding a second php snippet for the TikTok font and I get this error message:

    Fatal error: Cannot redeclare avia_add_custom_icon() (previously declared in /homepages/41/d909207615/htdocs/app909207735/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-execute.php(268) : eval()’d code:1) in /homepages/41/d909207615/htdocs/app909207735/wp-content/plugins/insert-headers-and-footers/includes/class-wpcode-snippet-execute.php(268) : eval()’d code on line 1

    I don’t know how to solve this or where the error is. Is it possible to activate both social icons in 1 php code snippet? Or how can I make this work with two separate ones?

    #1397417
    This reply has been marked as private.
    Denis Lippok
    Guest

    last time I try your support this way
    i can not register without a purchase code. what the fuck is this’?
    I can not answer whitout registration but you do not answer my question
    theme version is: EnfoldVersion: 4.5.2
    error message Ein Fehler vom Typ E_COMPILE_ERROR wurde in der Zeile 313 der Datei /mnt/web417/b1/23/52550923/htdocs/STRATO-apps/metz/app/wp-content/themes/enfold/functions-enfold.php verursacht. Fehlermeldung: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

    !!!! does it fix the problem when i buy a newer version and reinstall the theme? !!!!!!
    i definitely need the contend of the damaged site !

    #1397272

    Hello,

    Thank you all for your answers! I have used those codes in functions.php and it just won’t work. When I put this code:
    beforeShow: function(){
    $(“body”).css({‘overflow-y’:’hidden’});
    },
    afterClose: function(){
    $(“body”).css({‘overflow-y’:’visible’});
    }
    I get error message: syntax error, unexpected ‘(‘, expecting variable (T_VARIABLE) or ‘{‘ or ‘$’

    I used a text block and the code, used for this pop up is:
    <div class=”avia-button-wrap avia-button-center avia-builder-el-44 el_after_av_hr avia-builder-el-last “><span class=”avia_iconbox_title”>Želim se naročiti</span></div>
    <div class=”fancybox-hidden” style=”display: none; text-align: center;”>
    <div id=”contact_form_pop2″>[contact-form-7 id=”1536″ title=”Contact – Medicinska estetika”]</div>
    </div>
    There is no other third party plugin for this popup, just contact form 7. Is there a way we can solve this here? This is better support than contact form 7 has got. You can log in the website.

    For TikTok, I hoped it would be more simple. Do you maybe plan to integrate TikTok in the newer version of enfold theme? So it won’t need a custom icon and a bunch of code.

    Thanks again for all your answers, I appreciate them all.
    Best Regards, Lovrov

    Denis Lippok
    Guest

    Good morning,

    unfortunately I can not find the purchase code

    error message is like: Fehler-Details
    ==============
    Ein Fehler vom Typ E_COMPILE_ERROR wurde in der Zeile 313 der Datei /mnt/web417/b1/23/52550923/htdocs/STRATO-apps/metz/app/wp-content/themes/enfold/functions-enfold.php verursacht. Fehlermeldung: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

    Maybe it repairs itself, when I reorder and reinstall a newer version of this enfold theme?

    I need to get this page repaired as there are so many hours of work in it

    Please help

    Regards, denis

    #1397261

    Hi,

    Thank you for the clarification.

    I then created the following directory in my child theme “/config-templatebuilder/avia-shortcodes/custom/” and renamed and saved the hr.php file as custom.php to this directory.

    In order to create a new shortcode/element or override existing ones in the child theme, you will have to register another shortcode path using the avia_load_shortcodes filter. The code is provided in the documentation below.

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

    You can then create a folder called “shortcodes” in the child theme directory and create custom elements by copying the folder structure in the avia-shortcodes directory.

    I’m after a minimal starting component file that I can work from to create custom components at (“/config-templatebuilder/avia-shortcodes/”) rather than modifying/overwriting existing ones using my child theme.

    You lost me here for a bit. If I understood correctly, you are trying to create a new element based on existing templates in your child theme. Is that correct? For starters, you might want to copy an existing element from the parent theme, put it in the “shortcodes” folder in the child theme, edit the info in the shortcode_insert_button function, then modify the output in the shortcode_handler function. You can then strip out what you don’t need or extend it as necessary.

    Best regards,
    Ismael

    #1397093

    Yes, I tried upgrading to the php version to 8.2 and downgrading to 7.8. Still the same, so I set it back to php 8.1.

    Yigit,

    Since I have no time to create a staging copy (my site is for a sports club and not for a commercial use), When you will be ready to inspect it, I will update to PHP 8.0 the actual site and give you an admin login.

    To have the 8.0 version has no effect on the site : the only problem, is the avia editor that dissapears.

    During your inspection, I will not edit any page or post.

    If you don’t find a solution, I will pay an extra-fee to my provider to support PHP 7.4 (but it’s a bad solution).

    If you’re ok with that, in my next message, I will send you an admin login.

    Thanks for your quick answer.

    Best regards,

    Michel

    #1397001
    itconnectab
    Participant

    Hi,

    I’m just finished updating or migating from Enfold 4.7 to 5.4. The problem is that everytime I hit the Plugins > Add New button the following error message comes up.
    ['all-in-one-wp-migration' => class stdClass { public $id = 'w.org/plugins/all-in-one-wp-migration'; public $slug = 'all-in-one-wp-migration'; public $plugin = 'all-in-one-wp-migration/all-in-one-wp-migration.php'; public $new_version = '7.70'; public $url = 'https://wordpress.org/plugins/all-in-one-wp-migration/'; public $package = 'https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.70.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '3.3'; public $upgrade = FALSE }, 'better-search-replace' => class stdClass { public $id = 'w.org/plugins/better-search-replace'; public $slug = 'better-search-replace'; public $plugin = 'better-search-replace/better-search-replace.php'; public $new_version = '1.4.2'; public $url = 'https://wordpress.org/plugins/better-search-replace/'; public $package = 'https://downloads.wordpress.org/plugin/better-search-replace.1.4.2.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '3.0.1'; public $upgrade = FALSE }, 'iwp-client' => class stdClass { public $id = 'w.org/plugins/iwp-client'; public $slug = 'iwp-client'; public $plugin = 'iwp-client/init.php'; public $new_version = '1.11.0'; public $url = 'https://wordpress.org/plugins/iwp-client/'; public $package = 'https://downloads.wordpress.org/plugin/iwp-client.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '3.1'; public $upgrade = FALSE }, 'popup-maker' => class stdClass { public $id = 'w.org/plugins/popup-maker'; public $slug = 'popup-maker'; public $plugin = 'popup-maker/popup-maker.php'; public $new_version = '1.17.1'; public $url = 'https://wordpress.org/plugins/popup-maker/'; public $package = 'https://downloads.wordpress.org/plugin/popup-maker.1.17.1.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '4.9'; public $upgrade = FALSE }, 'post-duplicator' => class stdClass { public $id = 'w.org/plugins/post-duplicator'; public $slug = 'post-duplicator'; public $plugin = 'post-duplicator/m4c-postduplicator.php'; public $new_version = '2.28'; public $url = 'https://wordpress.org/plugins/post-duplicator/'; public $package = 'https://downloads.wordpress.org/plugin/post-duplicator.2.28.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '4.0'; public $upgrade = FALSE }, 'simple-301-redirects' => class stdClass { public $id = 'w.org/plugins/simple-301-redirects'; public $slug = 'simple-301-redirects'; public $plugin = 'simple-301-redirects/wp-simple-301-redirects.php'; public $new_version = '2.0.7'; public $url = 'https://wordpress.org/plugins/simple-301-redirects/'; public $package = 'https://downloads.wordpress.org/plugin/simple-301-redirects.2.0.7.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '5.0'; public $upgrade = FALSE }, 'wp-mail-smtp' => class stdClass { public $id = 'w.org/plugins/wp-mail-smtp'; public $slug = 'wp-mail-smtp'; public $plugin = 'wp-mail-smtp/wp_mail_smtp.php'; public $new_version = '3.7.0'; public $url = 'https://wordpress.org/plugins/wp-mail-smtp/'; public $package = 'https://downloads.wordpress.org/plugin/wp-mail-smtp.3.7.0.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '5.2'; public $upgrade = FALSE }, 'wordpress-seo' => class stdClass { public $id = 'w.org/plugins/wordpress-seo'; public $slug = 'wordpress-seo'; public $plugin = 'wordpress-seo/wp-seo.php'; public $new_version = '20.1'; public $url = 'https://wordpress.org/plugins/wordpress-seo/'; public $package = 'https://downloads.wordpress.org/plugin/wordpress-seo.20.1.zip'; public $icons = [...]; public $banners = [...]; public $banners_rtl = [...]; public $requires = '6.0'; public $upgrade = FALSE }, 'custom-facebook-feed' => class stdClass { public $new_version = '4.3.4'; public $stable_version = '4.3.4'; public $package = 'https://smashballoon.com/edd-sl/package_download/NTI3NTc...='; public $download_link = 'https://smashballoon.com/edd-sl/package_download/NTI3NTc...='; public $slug = 'custom-facebook-feed'; public $name = 'Custom Facebook Feed WordPress Plugin Developer'; public $url = 'https://smashballoon.com'; public $homepage = 'https://smashballoon.com'; public $last_update = '2022-12-14 11:07:30'; public $id = 300; public $requires = ''; public $requires_php = ''; public $tested = '5.9.3'; public $sections = class stdClass { ... }; public $description = [...]; public $changelog = [...]; public $upgrade = TRUE }]

    Other than the theme there are nothing else (no plugins) activated. This is the environment used

    Wordpress: v6.1.1 (single-site)
    Enfold: v5.4
    Child Theme active

    Local dev environment using Local (by Flywheel)
    Server: Nginx
    PHP: 8.0.22
    MySQL: 8.0.16

    Please advice.

    //Seb

    Hey Michel,

    Please create temporary WP admin and FTP logins and post them here privately.

    If you are currently using PHP 7.4, please create a staging copy of your site and upgrade PHP to 8.x so we can inspect the issue.

    Best regards,
    Yigit

    malgouzou
    Participant

    Hi,

    I update my Enfold theme (Worpdress 6.1.1 and Enfold 5.4).

    Since my provider send me a message concerning the end of support for PHP 7.4, I decided to change PHP version to 8.1 (recommanded).

    No problem following this change : the site is working fine.

    But the advanced editor doesn’t show up anymore ; pages are still there but I’m unable to change them.

    I went back to PHP 7.4 (I will have to pay for an extended support, no problem). But I really want to be able to use the last version of PHP.

    Do you have any cue to make Avia editor working with the latest versions of PHP?

    Best regards and thank you for your help.

    Michel

    #1396885
    tomschoene
    Participant

    Hi,
    habe folgendes Problem:

    WordPress-Version 6.1.1
    Aktives Theme: Enfold (Version 4.5)
    Aktuelles Plugin: (Version )
    PHP-Version 8.0.27

    Fehler-Details
    ==============
    Ein Fehler vom Typ E_COMPILE_ERROR wurde in der Zeile 313 der Datei /mnt/web023/d3/08/59480808/htdocs/WordPress_SecureMode_01/wp-content/themes/enfold/functions-enfold.php verursacht. Fehlermeldung: Unparenthesized a ? b : c ? d : e is not supported. Use either (a ? b : c) ? d : e or a ? b : (c ? d : e)

    Habe im Forum gelesen, dass ich Enfold Updaten muss. Habe ich gemacht wie hier beschrieben:
    Update via FTP
    Log into your FTP account using an FTP program like FileZilla.
    Locate the WordPress installation folder and browse to wp-content/themes.
    Extract the theme files from enfold.zip and rename the enfold folder to enfold-new
    Upload enfold-new folder and Enfold child theme to wp-content/themes/
    Rename enfold folder (older version) to enfold-old and rename enfold-new to enfold
    To confirm please check the version number in Enfold > Theme Update
    Check if update went well. If it did, delete enfold-old folder. If it did not, rename enfold to enfold-new and enfold-old to enfold to revert to older version

    Die Seite läuft aber immer noch im Wiederherstellungsmodus :-(
    Nun steht folgendes oben:

    Deprecated: Die Funktion Class avia_style_generator wurde mit einem Argument aufgerufen, das seit Version 5.3 veraltet ist! Trying to set protected/private property: avia_style_generator::print_extra_output – will become unavailable in a future release. Check for a set method or a filter. in /mnt/web023/d3/08/59480808/htdocs/WordPress_SecureMode_01/wp-includes/functions.php on line 5667 Warning: Cannot modify header information – headers already sent by (output started at /mnt/web023/d3/08/59480808/htdocs/WordPress_SecureMode_01/wp-includes/functions.php:5667) in /mnt/web023/d3/08/59480808/htdocs/WordPress_SecureMode_01/wp-admin/includes/misc.php on line 1416 Warning: Cannot modify header information – headers already sent by (output started at /mnt/web023/d3/08/59480808/htdocs/WordPress_SecureMode_01/wp-includes/functions.php:5667) in /mnt/web023/d3/08/59480808/htdocs/WordPress_SecureMode_01/wp-includes/functions.php on line 6865 Warning: Cannot modify header information – headers already sent by (output started at /mnt/web023/d3/08/59480808/htdocs/WordPress_SecureMode_01/wp-includes/functions.php:5667) in /mnt/web023/d3/08/59480808/htdocs/WordPress_SecureMode_01/wp-admin/admin-header.php on line 9

    Keine Ahnung was ich nun machen soll :-( Könnt Ihr mir bitte helfen?
    Vielen Dank schon mal

    #1396839

    Hi,
    For v4.7.6.4 you can search for the line in /enfold/js/avia.js
    matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current+'#top');
    and change to:
    matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current);
    but I recommend updating to v5.4 because v4.7.6.4 had some bugs for example compatibility with PHP v8 didn’t occur until v4.8, there was a pagination bug, ect.
    See our change log for v4.8 and all of the bugs for v4.7.6.4 that were fixed.
    Plus many features have been added since v4.7.6.4.
    You really should make time to add update your site to avoid future issues.

    Best regards,
    Mike

    #1396827
    Tobias Hamann
    Guest

    Hello,
    for the website nienstedtener-turnverein.de we already use the enfold child theme.
    The site was build by a person, we have no longer any contact to. We can´t reach her in any way.
    Now we need to update the php version from 7.4 to 8.0 or higher.
    It seems like the Enfold Theme make problems now.

    Then I saw that the Enfold child theme is still in version number 1.0.
    There is no way to update the child theme, because we don´t have the token.

    So, what can we do?
    Of course, it would be also ok for us to buy the rights for the theme.
    It is just important that the website will work in the same way and tha we don´t need to program it new.

    Thanks for an info.
    Kind regards

    #1396777

    Hi,
    Please follow these steps to remove the #top from being added to your current page menu links,
    Add this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function wp_change_aviajs() {
    	wp_dequeue_script( 'avia-default', $template_url.'/js/avia.js', array('jquery'));
    	wp_deregister_script(  'avia-default', $template_url.'/js/avia.js', array('jquery'));
    	wp_enqueue_script( 'avia-default', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'));
    	
    	}
    	add_action( 'wp_enqueue_scripts', 'wp_change_aviajs', 100 );

    Then in your child theme directory add the directory js via FTP and add this file inside the js directory.
    Then clear your browser cache and any cache plugin, and check.
    You may need to clear the cache a few times.

    For anyone interested, in /enfold/js/avia.js on line 276 (v5.4) find:
    matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current+'#top');
    and change to:
    matching_link = this.$body.find(this.selector + "[href='"+current+"']").attr('href',current);

    Best regards,
    Mike

    #1396765

    Topic: update to PHP8.0

    in forum Enfold
    gregwu
    Participant
    #1396757

    In reply to: Edit Front Problem

    Hi IBRAHIMBerro,

    Thanks for providing us with FTP access.
    I was able to modify wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-popup-templates.php and commented out this codes (line 715-7450:

    array(
    	'name'		=> __( 'Background Image', 'avia_framework'),
    	'desc'		=> __( 'Select an existing or upload a new background image.', 'avia_framework' ),
    	'id'		=> 'overlay_pattern',
    	'type'		=> 'select',
    	'folder'	=> 'images/background-images/',
    	'folderlabel'	=> '',
    	'group'		=> 'Select predefined pattern',
    	'exclude'	=> array( 'fullsize-', 'gradient' ),
    	'std'		=> '',
    	'lockable'	=> $lockable,
    	'required'	=> array( 'overlay_enable', 'not', '' ),
    	'subtype'	=> array(
    						__( 'No Background Image', 'avia_framework')	=> '',
    						__( 'Upload custom image', 'avia_framework')	=> 'custom'
    					)
    ),
    
    array(
    	'name'		=> __( 'Custom Pattern', 'avia_framework' ),
    	'desc'		=> __( 'Upload your own seamless pattern', 'avia_framework' ),
    	'id'		=> 'overlay_custom_pattern',
    	'type'		=> 'image',
    	'fetch'		=> 'url',
    	'secondary_img' => true,
    	'title'		=> __( 'Insert Pattern', 'avia_framework' ),
    	'button'	=> __( 'Insert', 'avia_framework' ),
    	'std'		=> '',
    	'lockable'	=> $lockable,
    	'required'	=> array( 'overlay_pattern', 'equals', 'custom' )
    )

    This is only just a temporary solution and you will need to do this on every theme update since any changes on the parent theme will be overridden during the theme update.
    Also, with this code removed, background overlays will not work.
    If the hosting provider will still refuse to fix the issue then I would suggest you would consider to migrate to a better hosting provider.

    Best regards,
    Nikko

    #1396737

    In reply to: Support Anfrage

    This reply has been marked as private.
    #1396632

    Hi,
    Thanks for your patience, try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:

    function search_for_mobile_sidebar_header() { ?>
      <script>
    window.addEventListener('DOMContentLoaded', function() {
    	(function($){
    	var width = $(window).width();
    	var search = $('<li id="menu-item-search" class="mobile-search menu-item menu-item-search-dropdown menu-item-avia-special" role="menuitem"><a aria-label="Search" href="?s=" rel="nofollow" data-avia-search-tooltip="<form role=&quot;search&quot; action=&quot;https://your-domain.com/&quot; id=&quot;searchform&quot; method=&quot;get&quot; class=&quot;&quot;><div><input type=&quot;submit&quot; value=&quot;&quot; id=&quot;searchsubmit&quot; class=&quot;button avia-font-entypo-fontello&quot; /><input type=&quot;text&quot; id=&quot;s&quot; name=&quot;s&quot; value=&quot;&quot; /></div></form>" aria-hidden="false" data-av_icon="" data-av_iconfont="entypo-fontello" style=""><span class="avia_hidden_link_text">Search</span></a></li>');
    	if (width <= 767) {
    	$(search).insertBefore('.main_menu');
    	} else {}
    	})(jQuery);
    });
    </script>
      <?php
    }
    add_action('wp_footer', 'search_for_mobile_sidebar_header');

    Then add this css to your child theme stylesheet or the theme option Quick CSS:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all #menu-item-search.mobile-search {
    top: 0;
    height: 80px;
    right: 50px;
    display: inline-block;
    position: absolute;
    }
    }

    Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
    Please see the screenshot in the Private Content area of the expected results.

    Best regards,
    Mike

    • This reply was modified 3 years, 2 months ago by Mike. Reason: corrected quotes in code
    #1396621

    Hi,
    This is very strange, from your error log above the /index.php file can’t be found:

    [Mon Jan 30 17:54:33 2023] [error] [client 78.60.200.13:39562] script ‘/home/www/Folktreff_KN/index.php’ not found or unable to stat
    [Mon Jan 30 17:54:34 2023] [error] [client 78.60.200.13:39574] AH01276: Cannot serve directory /home/www/Folktreff_KN/: No matching DirectoryIndex (index.html,index.cgi,index.php,index.php5,default.html,default.htm,index.htm,index.shtml,index.wml,index.html,index.htm,index.php) found, and server-generated directory index forbidden by Options directive

    but via FTP we see the /index.php file I don’t know why your server is giving this error.
    Your webhost provider didn’t see this error?

    Best regards,
    Mike

    Hi,

    I copied the above code from the forum and it is still not working on my end. The below is the latest error:

    Fatal error: Uncaught Error: Cannot access protected property avia_product_slider::$element_id in /home2/patiowarehouse3z/public_html/wp-content/themes/enfold-child/search.php:73 Stack trace: #0 /home2/patiowarehouse3z/public_html/wp-includes/template-loader.php(106): include() #1 /home2/patiowarehouse3z/public_html/wp-blog-header.php(19): require_once(‘/home2/patiowar…’) #2 /home2/patiowarehouse3z/public_html/index.php(17): require(‘/home2/patiowar…’) #3 {main} thrown in /home2/patiowarehouse3z/public_html/wp-content/themes/enfold-child/search.php on line 73

    Please advise if there is maybe something else I need to do?

    #1396477

    Hi,

    We tried editing the functions.php file to add the following code, which should disable the map script from the theme, but we always get an error. Please try to add the code on your end.

    
    function my_output_google_webfonts_script( $activate ){
      return false;
    }
    add_filter( 'avf_output_google_webfonts_script', 'my_output_google_webfonts_script', 10, 1 );
    
    function disable_google_map_api($load_google_map_api) {
            $load_google_map_api = false;
            return $load_google_map_api;
    }
    add_filter('avf_load_google_map_api', 'disable_google_map_api', 10, 1);
    

    This is the map script error that we get when editing a page.

    js?v=3.51:207 
    Loading the Google Maps JavaScript API without a callback is not supported: https://developers.google.com/maps/documentation/javascript/url-params#required_parameters
    

    Best regards,
    Ismael

    MotiveAgency
    Participant

    Hi Support,

    I have a fresh local install of WordPress which I have added the latest version of Enfold as well as WooCommerce. As soon as I enable WooCommerce I get the following error:

    Fatal error: Uncaught Error: Attempt to assign property “extra” on null in ../config-templatebuilder/avia-template-builder/php/class-asset-manager.php:1175

    I am not sure why I am seeing this error as I saw on one of your posts that you have fixed this issue: https://kriesi.at/support/topic/enfold-upcoming-fixes/

    Your help would be greatly appreciated.

    Thanks
    Sean

    MBBCom
    Participant

    Hello

    I have an error curl 28 when I try to import the demo spa of Enfold.
    Can you explain me where to find the file “SPA”, not importing it but having it to put it on my website.
    I can also give you my ftp connection and you can fixe that for me.
    I’m trying for 1 month, I tried what your pu t in a documentation, and it’s not working :
    —————————————————-
    How to manually import a theme demo

    Please add following line to Functions.php file in Appearance > Editor
    add_theme_support( ‘avia_demo_store_downloaded_files’ );

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

    It’s for a client, it’s URGENT please.
    Thank you for your answer. My email address : (Email address hidden if logged out)
    Regards,
    Magali

    Hi,

    I added the code, but now there is a new error:

    Fatal error: Uncaught Error: Cannot use object of type avia_product_slider as array in /home2/patiowarehouse3z/public_html/wp-content/themes/enfold-child/search.php:73 Stack trace: #0 /home2/patiowarehouse3z/public_html/wp-includes/template-loader.php(106): include() #1 /home2/patiowarehouse3z/public_html/wp-blog-header.php(19): require_once(‘/home2/patiowar…’) #2 /home2/patiowarehouse3z/public_html/index.php(17): require(‘/home2/patiowar…’) #3 {main} thrown in /home2/patiowarehouse3z/public_html/wp-content/themes/enfold-child/search.php on line 73

    #1396299
    mgyura
    Participant

    Uncaught SyntaxError: Unexpected token ‘<‘ (at plugin.min.js?wp-mce-49110-202011

    We have an error showing up on one of our Enfold installs. It’s the only one with this issue, and we’ve done all of the usual testing. We’ve deactivated plugins and removed all code from the child theme, cleared the server cache, cleared the browser cache, and tested on different machines… Nothing seems to fix this. I also re-installed a fresh version of WordPress and Enfold parent theme.

    What’s really odd is this is a subsite of a MultiSite network that other sites use Enfold. Only this one has errors. Plugins and themes are all shared. So, that leads me to believe it’s something local just to this subsite.

    Whenever a page, post, or other CPT, is made or edited, no matter which editor (advanced enfold, classic, or block), whenever you click the link icon in TinyMCE the box doesn’t show and the console reports another error:
    plugin.min.js?wp-mce-49110-20201110:1 Uncaught TypeError: Cannot set properties of undefined (setting ‘tempHide’)
    at tN.<anonymous> (plugin.min.js?wp-mce-49110-20201110:1:3403)
    at c.exec.<computed> (tinymce.min.js?ver=49110-20201110:2:190487)
    at pp.execCommand (tinymce.min.js?ver=49110-20201110:2:189626)
    at tN.execCommand (tinymce.min.js?ver=49110-20201110:2:346040)
    at t.cmd.t.onclick (tinymce.min.js?ver=49110-20201110:2:345166)
    at c.fire (tinymce.min.js?ver=49110-20201110:2:197006)
    at i.fire (theme.min.js?wp-mce-49110-20201110:1:28284)
    at HTMLDivElement.o (theme.min.js?wp-mce-49110-20201110:1:32492)
    at C (tinymce.min.js?ver=49110-20201110:2:10800)
    at HTMLDivElement.d (tinymce.min.js?ver=49110-20201110:2:10946)

    It’s almost like a JS file is getting run as HTML.

    If we use the basic text editor for html, that link button works great.

    Here are the details:
    Enfold 5.4
    WordPress 6.1.1
    php 8
    WP Engine as the host

    Any ideas where we need to look?

    #1396263

    Hi Yigit, WPML-Support provided this solution:
    “Thanks for providing me access. I had a quick look at your theme’s code:
    As a quick/temporary fix while waiting for Enfold support, please go to “shortcodes/post_metadata.php” line 957 and add ‘translation_priority’ as an excluded taxonomy.
    Replace:
    1

    $excluded_taxonomies = apply_filters( ‘avf_post_metadata_excluded_taxonomies’, array( ‘post_tag’, ‘post_format’ ), $taxonomies );

    By:
    1

    $excluded_taxonomies = apply_filters( ‘avf_post_metadata_excluded_taxonomies’, array( ‘post_tag’, ‘post_format’, ‘translation_priority’ ), $taxonomies );

    I did so in my Childtheme (folder shortcodes/post_metadata.php) and it works. Is this what you also would recommend?
    Best regards
    Anne

    #1396205

    In reply to: Website Holding Page

    Hey woogie07,

    That is totally optional. You will not have license issues if you prefer to develop on a staging site.

    If the site has traffic and you are making modifications to PHP files, I recommend a staging site. So in case something goes wrong and you blow up the site, visitors will not be aware of it :)

    If you are making only styling changes, then I would enable the Maintenance Mode in Enfold theme options. Once you are done, you can simply disable it.

    Best regards,
    Yigit

Viewing 30 results - 1,561 through 1,590 (of 16,892 total)