Forum Replies Created
-
AuthorPosts
-
August 17, 2021 at 1:58 am in reply to: Accordion title length / spacing – text overlapping "+" symbol #1317021
try
padding-right: 10% !important;
Enfold 4.8.4 & 4.8.5 updates caused lots of bugs. I had to rollback to 4.8.3.
March 8, 2021 at 5:07 pm in reply to: After 4.8 or 4.8.1 update "copyright" text disappered. #1286495I am testing on localhost installation before applying any updates to the website.
The only copyright text appears is Enfold WordPress Theme by Kriesi
I m using PHP 7.3 any ideas what has changed in 4.8 that affects copyright default text?Thank you Victoria, right now I dont need help,
I just wanted to report the BUG in the code that should be fix in the next update asap.any ideas? it looks like no fix yet
Thank you for your reply, I was able to fix it.
It is weird, when I create a new page or duplicate the old page, layer slider started to work on new pages.May 25, 2019 at 9:22 pm in reply to: Woocommerce Product info and add to cart button to homepage #1104206Yes just one product.
May 24, 2019 at 10:53 pm in reply to: Woocommerce Product info and add to cart button to homepage #1104047Any solution :/
February 10, 2019 at 12:31 am in reply to: Remove Theme Options from WP-admin toolbar not just on the front end. #1065032Hi Victoria
Thank you for the reply but that is not I want.
I want to remove the “Theme Options” link in the admin bar + “Enfold Child” link on the dashboard menu
https://imgur.com/a/iHnPlYA
And I dont want to use simple css “display:none” code to do this.I changed 1000 to 9999999 now its working;
add_action('init','avia_remove_debug'); function avia_remove_debug(){ remove_action('wp_head','avia_debugging_info',9999999 ); remove_action('admin_print_scripts','avia_debugging_info',9999999 ); }
February 5, 2019 at 5:04 pm in reply to: Remove Theme Options from WP-admin toolbar not just on the front end. #1063224You can see the link from here:
https://imgur.com/a/iHnPlYA
I want to remove the “Enfold” link, same way (remove node) without using css.- This reply was modified 5 years, 9 months ago by amrod1.
February 4, 2019 at 7:53 pm in reply to: Remove Theme Options from WP-admin toolbar not just on the front end. #1062823how can we do the same thing for the dashboard link(left sidemenu) ? what is the node name for it?
Its definitely something wrong with enfold form captcha. robots can bypass it. it will be nice to have google recaptcha with enfold form. for now I have to change all forms to contact 7 and flamingo. hopefully next update they can fix or add google recaptcha.
same problem here too. enfold contact form is not blocking the robots with its captcha.
any Solutions?October 23, 2018 at 10:07 pm in reply to: Error messages with custom layout builder for WooCommerce? #1025651Its been a year and there is no fix to this bug??? Please add more woocommerce controls.
Hi Gunter
Thank you for your reply.
Unfortunately this didn’t work for me. It took 2 hours work new php file and then stopped with the same error
Fatal error: Allowed memory size of 268435456 bytes exhausted
I have 80.000 items in woocommerce (postmeta in the database has 2,114,870 records)
Why do you need this function in 4.4.1 ???EDIT: After executing the file 2. time I think it finished updating the things and I was able to access to the dashboard.
But it took like 2 hours 30 mins. It is insane :/- This reply was modified 6 years, 3 months ago by amrod1.
I have found the problem file:
config-templatebuilder/avia-template-builder/php/element-manager.class.php
I changed the 4.4.1 element-manager.class.php with 4.3.1 element-manager.class.php
and now I can access to dashboard in 4.4.1.
New Post meta update in this file with huge database causes CRITICAL FAILURE and causes unreachable ADMIN DASHBOARD.
Please let your coders FIX it ASAP in 4.4.2 ;/This is a LIVE website with lots of products in woocommerce (80.000). Thats why I can not leave it in whitescreen, so I revert it to 4.3.1.
I am doing tests on my localhost server. But there is something wrong with 4.4.1 with huge database in woocommerce.
Please tell your coders test with big databases.
weird thing is front-end works with no problem but back-end gives whitepages with no error (even php display error is on) and httpd error log level is warn. I can not access to any admin pages.- This reply was modified 6 years, 3 months ago by amrod1.
Selamlar Yigit.
It is 256MB memory
AH01215: PHP Fatal error: Allowed memory size of 268435456 bytes ( 256MB )
I also increased to 2GB but still have the same problem with this huge database website.
There is something wrong with 4.4. for huge databases.no fix yet? I have a huge database wp_postmeta 2,126,306 records 146.7 MB
I am still running enfold 4.3.1, when I switch to 4.4.1 I can not access to backend, all admin pages are “white screen” no error :/
but front pages works.
What is the difference of 4.3 and 4.4?Hi Yigit,(Selamlar)
This is a live website and as I said before I had to revert to 4.3. I can not leave it in white blank page.
So I created local copy on my computer and trying to degub it.
Memory is not the problem. I already increased to 1GB and tried again, but same problem;
[Thu Jul 05 12:06:34.587902 2018] [:error] [pid 17289] [client xxx:63723] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 32 bytes) in /home/xxx.com/public_html/wp-includes/cache.php on line 27, referer: https://www.xxx.com/login/plugins.php
Do we need more than 1 GB memory to run Enfold 4.4 ? I am running 4.3 right now and memory usage is 70MB – 90MB
I tried that before posting here, I increased to 1GB ram but still getting that fatal error.
Hi Rikard,
PHP Version 5.6.36
I checked once the log I have found one line:
PHP Fatal error: Allowed memory size of 314572800 bytes exhausted (tried to allocate 32 bytes) in /xxx/xxx.com/public_html/wp-includes/meta.php on line 829, referer: https://www.xxx.com/login/index.php
Polylang author did not respond in wordpress support forums and it took 1 week to answer in github (he just said he couldnt reproduce it so he close the case)
I ended up moving to WPML which is working good for now.
Thank you.Hi,
I also tested on twentyseventeen, its not working with it too. So its not Enfold theme issue.
Its absolutely Polylang’s BIG BUG. I am considering to move to WPML since its very serious problem for a multilingual e-commerce website that has no search :/
But I wonder how Enfold header search be able to show results but no search pages :/ Is it because of AJAX ?I disabled Polylang plugin and now its working. Sorry :/
So is there a conflict between Polylang plugin and enfold or wordpress?- This reply was modified 7 years, 3 months ago by amrod1.
I am testing in localhost. I also tried to install relevanssi and check these;
https://www.relevanssi.com/knowledge-base/query_posts/
http://kriesi.at/documentation/enfold/use-relevanssi-in-search-instead-of-the-default-search/
I also disabled Yoast SEO.
Still not working :'(- This reply was modified 7 years, 3 months ago by amrod1.
Your welcome :)
I don’t understand this is a MAJOR error that should be fixed right away but the enfold developer didn’t even bother to fix it in 4.0.7 even its reported and its been a month he didn’t fix it!
You need to TEST before releasing a new version :/Its been almost 1 month that update(4.0.6) broke the tab sections. Is there any official fix for the tab sections?
Its kind of a BIG problem.
4.0.5 Works
4.0.6 Not Working
4.0.7 Not Working- This reply was modified 7 years, 5 months ago by amrod1.
4.0.7 didnt fix the tab sections.
fix will be;
In /config-templatebuilder/avia-shortcodes/tab_section.php
On line# 383
$tabs .= “<a href=’#{$tab_title}’
should be;`
$tabs .= “<a href=’#’- This reply was modified 7 years, 5 months ago by amrod1.
-
AuthorPosts