Dear support team.
My website home page and WooCommerce single product page shows error. could you please help me fix the error?
your prompt reply will be much appreciated:
Fatal error: Uncaught TypeError: call_user_func_array(): Argument #1 ($callback) must be a valid callback, function “woocommerce_single_product_summary_button” not found or invalid function name in /home4/shinydec/public_html/wp-includes/class-wp-hook.php:307 Stack trace: #0 /home4/shinydec/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #1 /home4/shinydec/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #2 /home4/shinydec/public_html/wp-content/plugins/woocommerce/templates/content-single-product.php(60): do_action(‘woocommerce_sin…’) #3 /home4/shinydec/public_html/wp-includes/template.php(772): require(‘/home4/shinydec…’) #4 /home4/shinydec/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php(284): load_template(‘/home4/shinydec…’, false) #5 /home4/shinydec/public_html/wp-content/themes/Enfold-child-theme/woocommerce/single-product.php(37): wc_get_template_part(‘content’, ‘single-product’) #6 /home4/shinydec/public_html/wp-includes/template-loader.php(106): include(‘/home4/shinydec…’) #7 /home4/shinydec/public_html/wp-blog-header.php(19): require_once(‘/home4/shinydec…’) #8 /home4/shinydec/public_html/index.php(17): require(‘/home4/shinydec…’) #9 {main} thrown in /home4/shinydec/public_html/wp-includes/class-wp-hook.php on line 307
ok below.
Also, i just noticed one of our other Enfold websites has lost its footer entirely.
JimGuest
Hi. I’ve been using Enfold for a few years and it says I need a new license key to post questions in support. How do I get that?
Hi Mike
Thank you for your answer, I checked within Mailchimp and I am not sure whether I can create 2 forms for 1 list.
For clarification I send you two Enfold screenshots: 1. showing the widget I use in Enfold for registering a new leads to my mail-chimp list and 2. showing the options I have to select the list. My aim is to add all new leads to this one list, however tagged with adding two different tags such as for a) ‘newsletter’ and for b) ‘freebie’. How can I leverage this widget to add tags to the new leads? Similar to the answer provided here:
https://stackoverflow.com/questions/52496160/add-tags-to-mailchimp-subscriber-created-via-api-php
which however is too technical for me, so that I cannot implement this provided answer for my Enfold environment.
Thank you so much for helping me on this issue!
Philipp
Hi Marc,
Can you test this version (private content) and see if it works properly on your end?
Just upload the zip file in Appearance > Themes and it should replace the current version of Enfold.
Once replaced, please change this code on your archive.php file:
$blog = new avia_masonry($atts);
$blog->extract_terms();
$blog->query_entries();
$output .= $blog->html();
echo "<div class='entry-content-wrapper'>".$blog->html()."</div>";
with:
$masonry = new avia_masonry( $atts );
$masonry->extract_terms();
$masonry->query_entries();
$masonry->get_element_styles();
$masonry_html = $masonry->html();
echo "<div class='entry-content-wrapper'>".$masonry_html."</div>";
Regards,
Nikko
Hi christiemade,
Can you test this version (private content) and see if it works properly on your end?
Just upload the zip file in Appearance > Themes and it should replace the current version of Enfold.
Once replaced, please change this code on your category.php file:
$masonry = new avia_masonry( $atts );
$masonry->extract_terms();
$masonry->query_entries();
$masonry_html = $masonry->html();
with:
$masonry = new avia_masonry( $atts );
$masonry->extract_terms();
$masonry->query_entries();
$masonry->get_element_styles();
$masonry_html = $masonry->html();
Regards,
Nikko
Hi Rikard,
thanks for answering fast. Unfotunatly, the installation of the latest version Enfold 4.9 made it worse:
Concerning Masonry nothing changed.
But: I have a complete new footer which has nothing to do with the old one and I have no glue how to change it, as the footer configuration is still the old one and correct.
I provided login details in private.
Kind regards
Dieter
Hi,
Thanks for the update. I set the line height for the h3 element to 1.3em under Enfold->Advanced Styling for you, and the text is not cut anymore after that. Please review your site.
Best regards,
Rikard
Hi Marc,
We have reported this issue to our devs.
For the meantime please use avia_post_slider or fallback to the previous version of Enfold(4.8) as a temporary solution.
We’ll post here once a solution is made available, so you can use avia_masonry again.
Best regards,
Nikko
-
This reply was modified 4 years, 1 month ago by
Nikko.
Hi christiemade,
Thanks, we have reported this issue to our devs.
For the meantime please use avia_post_slider or fallback to the previous version of Enfold(4.8) as a temporary solution.
We’ll post here once a solution is made available.
Best regards,
Nikko
-
This reply was modified 4 years, 1 month ago by
Nikko.
Hey,
Currently the latest version of Enfold is 4.9. Have you tried checking for update manually in Enfold theme options? If you have, there might be some issue with your token. Could you please try to regenerate one and make sure all required tokens are enabled – https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5?
Best regards,
Yigit
Hi Dieter,
Could you try updating the theme to the latest version (4.9) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update. If not, then please post admin WordPress login details in private.
Best regards,
Rikard
Hey,
Thanks for contacting us!
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
.av_promobox .avia-button-right {
float: none;
}
.av_promobox .avia-button {
float: none;
position: unset;
margin-top: 0 !important;
width: 150px; /* Adjust width as needed */
margin: auto;
}
Best regards,
Yigit
This reply has been marked as private.
Hi again
I reinstalled the Facebook Chat-plugin today, and after that, both the FB chat plugin and Enfold Like and Share widget is shown in norwegian. Very strange :-)
Hi Annemarie,
Please add following code to Quick CSS field in Enfold theme options > General Styling tab
@media only screen and (max-width: 480px) {
.avia-product-slider-container .avia-slideshow-arrows {
display: none;
}}
Best regards,
Yigit
Hi,
Yes, that must be the case. Please refer to this post – https://kriesi.at/documentation/enfold/theme-registration/#how-to-generate-a-envato-personal-token and generate a Personal Token and insert it in Enfold theme options to receive auto updates in WP dashboard :)
Regards,
Yigit
Hey Claudia,
Could you please regenerate a new token and make sure that all listed tokens here – https://kriesi.at/documentation/enfold/theme-registration/#toggle-id-5 are enabled?
Best regards,
Yigit
This reply has been marked as private.
Hi,
Thanks for contacting us!
Please refer to this post – https://kriesi.at/documentation/enfold/menu/#toggle-id-87 and switch to mobile menu on screens sizes smaller than 1305px
/* Activate burger menu */
@media only screen and (max-width: 1305px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}
Regards,
Yigit
Hello,
On this page in this https://detulliolawfirm.com/ section
https://drive.google.com/file/d/171ChjxDwwv-nuWU3UbqA7pGU7YyIkPx9/view?usp=sharing
there are sone download links, they all work as expected
However on this page
https://detulliolawfirm.com/fr/ in the same section
https://drive.google.com/file/d/1–pPil6BPxw_PnKDJzwx0JZ3w_ThLVlv/view?usp=sharing
the download links work on windows, android and some limited tests I managed to try on an iPhone, but they do not open the the iPads of two different people.
I am rather confused, if you can help point me in the right direction that would be really appreciated. I am not sure if it is WP, enfold or WPML that may be causing the problem, or if I have just done something silly.
Thank you
-
This topic was modified 4 years, 1 month ago by
Graham.
Hi Rob,
We have checked with WordPress themes team and they confirmed that a theme named “Enfold” will not be accepted to WordPress repository. They said that their system would not allow to upload the theme with higher than 50 active users :)
Best regards,
Yigit
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hey sitibus,
I assume that you have read our documentation about Adding your own Fontello or Flaticon Icons, you can create your own icons in SVG format single color only (black) and upload them to fontello which will convert them to a icon font which then can be imported to the Iconfont Manager.
Your other option would be to create an image icon and use css to replace the current icon font in the button, like this:
#top.page-id-1152 .avia_button_icon_left:before {
content: url(https://img.icons8.com/fluency/30/000000/idea.png)!important;
}
#top.page-id-1152 .avia_iconbox_title {
top: -8px;
}

Best regards,
Mike
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi friends,
I need help, with the AMP version, because it doesn’t render the enfolded version and it definitely breaks the user experience.
I have installed the AMP for WP Plugin recommended by you, and W3 Super Cache, and Structured Data.
I have validated the amp version and it fails, please help.
Hi Ismael,
no problem – fortunately it is not a big issue like “page does not show content” – it is only the language of some parts ;-)
Concerning the update – when I open the “Enfold/theme update” from within the WP dashboard – it tells me that there is no update… does the update take some time to show up?
Kind regards,
Claudia
No probably it is not clear the bug. Sorry for my english.
I’ve ever use contact form on my website and I never had problems.
From last update all my contact form (Enfold and Contact form7) has issue.
Try please to fill contact form called FREE in this page:
You can write request. But you have not confirmation about ok send and also you will not recive any answer automatic mail. The circle continue to run without says nothing. But I have set an answear authomatic mail.
My clients in contact form of hotel reservation for example send request but the mail set they would recive doesn’t start. They continue to push button send 10 times. I receve 10 request from the same guest and he doesn’t recive nothing.
Also in this page for axample I have set 2 mails in contact form:
1 mail arrive to me and it advices me that one guest requests free guide.
1 mail has to arrive to my guest in automatic and he recives the guide attached. This mail doesn’t start. So from some time they are reciving nothing.
Please try this form to understand:
All contact forms has the same issue: Mail 2 doen’s work and contact form circle continue to run when push SEND.