-
Search Results
-
Hello.
Recently updated the theme version to 4.8.1 and am now seeing the following error message when editing the home page:
“This page is selected to be displayed as maintenance mode page but is not active at the moment. (Set in Enfold » Theme Options). (Change)”I’ve followed instructions on other similar posts from 2019 to change the Maintenance Mode and 404 Settings. That has not helped.
I’ve contacted the site host, GoDaddy, and asked them to “whitelist api.envato.com” and suggested the problem could be related to “a connection issue between your host and Envato API”. They disagreed that it is a problem on their end and said it’s a theme issue.
NOTES:
I have two sites running the theme right now. Both are on the version 4.8.1 with a child theme. Both are displaying the same error message.
kinderinstitute.com (main site, PHP version 5.6, hosted at GoDaddy)
sandboxreview.com (live sandbox site, PHP version 7.3, hosted at A2)Will you please review and let me know what my next step is? Thank you for any assistance you can offer.
T
Help! I’m trying to show a different logo on my mobile view. I’ve tried all three recommended solutions described here:
(1) The original CSS solution
@media only screen and (max-width: 480px) { .logo img { opacity: 0; } .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; background-position: 50% 50%; }}(2) The function solution
function av_dif_mobile_logo(){ ?> <script> (function($){ $(window).load(function(){ if ($(window).width() < 480) { $(".logo img").attr("src", "http://kriesi.at/wp-content/themes/kriesi/images/logo.png");} }); })(jQuery); </script> <?php } add_action('wp_footer', 'av_dif_mobile_logo');(3) The new CSS solution:
@media only screen and (max-width:976px){ .mobile-individual-logo { background: url('https://kriesi.at/wp-content/uploads/2019/04/Logo.png') center center no-repeat scroll; } }None of these solutions is working for me. Can anyone see what I’m doing wrong? Thanks in advance.
As an aside, with so many people apparently struggling with this alternate mobile logo, wouldn’t it be easier to make this a customizable setting?
Hello,
I received this error message from wordpress regarding my Enfold theme. I am not a developer / programmer so not very apt at coding etc. Can moderator help please?
—————————Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with your theme, Enfold.
First, visit your website and check for any visible issues. Next, visit the page where the error was caught and check for any visible issues.
Please contact your host for assistance with investigating this issue further.
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.7.2
Current theme: Enfold Child (version 1.0)
Current plugin: (version )
PHP version 7.3.25Topic: Problem with Masonry
Hello!
I’ve encountered a similar problem with Masonry that occurs with the Woo Commerce plugin:
Fatal error: Uncaught Error: Call to undefined method avia_masonry::default_args() in /home/customer/www/staging8.slapharma.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php:640 Stack trace: #0 /home/customer/www/staging8.slapharma.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(979): avia_sc_masonry_entries->shortcode_handler(Array, ”, ‘av_masonry_entr…’, Array) #1 /home/customer/www/staging8.slapharma.com/public_html/wp-includes/shortcodes.php(343): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ”, ‘av_masonry_entr…’) #2 [internal function]: do_shortcode_tag(Array) #3 /home/customer/www/staging8.slapharma.com/public_html/wp-includes/shortcodes.php(218): preg_replace_callback(‘/\\[(\\[?)(av_mas…’, ‘do_shortcode_ta…’, ‘[av_masonry_ent…’) #4 /home/customer/www/staging8.slapharma.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/ in /home/customer/www/staging8.slapharma.com/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries/masonry_entries.php on line 640
I’ve disabled all the plugins and I’ve also tried finding reinstalling Enfold – but no luck with a fix.
Any ideas?
After updating to WP 5.7.2 a background image for a color section now conceals text and video code block within the section. I have tried recreating the color section and get same result.
I also have a colored bar above the menu/logo header section that wasn’t there before.
After updating to Enfold 4.8.3 the problem persisted.
A link to the staging site is attached. This illustrates the issue. I’ve also attached link to production for reference
I’m running PHP 7.3.28, if that matters.
Thanks for attention to this issue.
Hi there,
I’ve recently taken over the SEO efforts for a client who’s running a child theme on Enfold. I tried updating the PHP for the site from 7.0 to 7.4, however, this ended up breaking the editor section for any page on the site. By breaking it I mean it just gave me the spinning wheel of death. I think this is because the Enfold version (3.4.7 is running deprecated Jquery functions (i.e .Live).
I tried to get the themeforest key from the client but they said because it was built in 2014 they’ve either lost it or their developer at the time failed to send it across as they didn’t know they’d need it.
My question is, if I bought a new key, would I be able to simply update the Enfold theme or would the key need to match up with the site (not entirely sure how it works).
Also the child theme was custom built by the developers back in 2014 so I’m afraid this could also be an issue?
Any help would be greatly appreciated. I feel as though buying a new key would be the right thing to do but I don’t want to purchase one if I’m going to be in the same situation.
Thanks,
Jake
Hi, on http://www.primadesign.com/JB where I am working on the site… it will be moving to johnstonesbenefits.com… when I go into debug mode this shows above:
Warning: include(C:\inetpub\vhosts\johnstonesbenefits.com\new.johnstonesbenefits.com/wp-content/uploads/avia_fonts/medical/charmap.php): failed to open stream: No such file or directory in C:\inetpub\vhosts\johnstonesbenefits.com\new.johnstonesbenefits.com\wp-content\themes\enfold\config-templatebuilder\avia-template-builder\php\font-manager.class.php on line 477
Warning: include(): Failed opening ‘C:\inetpub\vhosts\johnstonesbenefits.com\new.johnstonesbenefits.com/wp-content/uploads/avia_fonts/medical/charmap.php’ for inclusion (include_path=’.;.\includes;.\pear’) in C:\inetpub\vhosts\johnstonesbenefits.com\new.johnstonesbenefits.com\wp-content\themes\enfold\config-templatebuilder\avia-template-builder\php\font-manager.class.php on line 477
Topic: Error on editing pages
hello all,
I have since the update to wordpress 5.7.2 problems when editing pages.
Ein Fehler vom Typ E_ERROR wurde in der Zeile 529 der Datei /mnt/web309/b2/00/5259000/htdocs/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php verursacht. Fehlermeldung: Uncaught Error: Call to undefined function gutenberg_can_edit_post_type() in /mnt/web309/b2/00/5259000/htdocs/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php:529 Stack trace: #0 /mnt/web309/b2/00/5259000/htdocs/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(389): Avia_Gutenberg->can_use_block_editor() #1 /mnt/web309/b2/00/5259000/htdocs/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(424): Avia_Gutenberg->init_force_classic_post_types() #2 /mnt/web309/b2/00/5259000/htdocs/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(499): Avia_Gutenberg->get_force_classic_post_types() #3 /mnt/web309/b2/00/5259000/htdocs/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(1623): Avia_Gutenberg->force_classic_editor() #4 /mnt/web309/b2/00/5259000/htdocs/wp-includes/class-wp-hook.php(294): Avia_Gutenberg->handler_wp_use_block_editor_for_post_type() #5 /mnt/web309/b2/00/5259000/htdocs/wp-includes/plugin.php(212): WP_Hook->apply_filters(I have already read through your forum posts (https://kriesi.at/support/topic/fatal-error-class-avia-gutenberg-php-on-line-529/) but unfortunately do not find a suitable solution. I have disabled plugins, disabled the gutenberg editor.
What else can I do?
greetings and thank you.
Iloivar










