-
Search Results
-
… and probably others…
Hi,When I upgrade to php 5.5 or 5.6, instead of an h4 heading it says:
Warning: mysql_real_escape_string(): No such file or directory in /home/.sites/47/site6089695/web/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1318
Warning: mysql_real_escape_string(): A link to the server could not be established in /home/.sites/47/site6089695/web/wp-content/themes/enfold/framework/php/class-framework-widgets.php on line 1318
Thanks
DaraWhena I try to acces to my site I have this issue, whitout change anything :
Warning: require(/web/htdocs/www.ttnka.com/home/brentinblock/wp-content/themes/enfold/framework/php/avia_shortcodes/shortcodes.php): failed to open stream: No such file or directory in /web/htdocs/www.ttnka.com/home/brentinblock/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 147 Fatal error: require(): Failed opening required ‘/web/htdocs/www.ttnka.com/home/brentinblock/wp-content/themes/enfold/framework/php/avia_shortcodes/shortcodes.php’ (include_path=’.:/php5.3/lib/php/’) in /web/htdocs/www.ttnka.com/home/brentinblock/wp-content/themes/enfold/framework/php/inc-autoconfig.php on line 147
Can anyone help me please ?
Hey folks,
Just have to say, WOW … amazing job! Love all the new version. =)
I have one question if I may. I am looking to make the left sidebar a little smaller on it’s horizontal plain … the max I can do is 80% | 20%. I would like to have an option for 85% | 15% as well. I found that part of the admin settings are in register-admin-options.php file on line 279 … but what css file will I find the widths so I made add them?
Many thanks
Topic: A Bug during Checkout
Hi, I have a very annoying bug that occurs during checkout of free products. After the place order button is clicked the page just keeps loading forever and it doesn’t redirect to the order summery page. The order does show up under the WooCommerce orders but no emails are being sent (not to the admin and not to the customer).
I asked WP Engine to see if thy can find the reason and here is what they found:
When that checkout page is submitted, a request to admin-ajax.php is made and that request is showing a 500 error, so the checkout does not submit correctly. Here is one of those errors on the log:
05/Oct/2014:16:00:59 +0000|v1|127.0.0.1|polytown.co.il |500|20|127.0.0.1:6788|1.493|1.493|POST /wp-admin/admin-ajax.php?action=woocommerce_checkout HTTP/1.0I did some digging into the error logs, and it appears to be caused by this error:
[Sun Oct 05 16:00:59 2014] [error] [client 66.162.212.19] PHP Parse error: syntax error, unexpected ';' in /nas/wp/www/cluster-2147/polytowncoil/wp-content/themes/enfold/woocommerce/emails/customer-completed-order.php on line 55, referer: https://polytown.co.il/checkout/Each time that that 500 error showed up on the access logs, there was a corresponding error syntax error, so I am fairly sure this is the case.
I would recommend reaching out to the theme developer, or working to update that theme if at all possible.
I also contacted Woothemes support and this is what they said:
The problem that you’re having might be related to your theme. Did you recently update WooCommerce? I see that the Enfold theme does not declare compatibility for WooCommerce 2.2 yet (http://cld.wthms.co/VghZ ). Can you please try placing an order with free products in a default WordPress theme, such as Twenty Twelve? If the problem does not occur, then you’ll have to contact the support folks at Kriesi: https://kriesi.at/support/?envato_item_id=4519990
Can you look into this issue and see if you can find the solution?
Hi all;
First of all thanks you for this great theme, I’m enjoying playing with it!
I have an issue with a website I run with Woo Commerce and WPML in 3 languages; My problem is that it seems that Enfold v3 has incompatibility issues with Yoast WP SEO and Yoast Woo Commerce SEO (this statement is fron Yoast support staff); In fact the problem is that it somehow disable the pages editing options (only on pages with products on it, shortcodes ot wathever, in any languages), resulting in a blank page with an error message on the sidebar (Fatal error: Call to undefined function woocommerce_product_loop_start() in /home/www/b69abcc7737760eb521b013d87b43f40/web/site/wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php on line 182 or Fatal error: Call to undefined function wc_setup_product_data() in /home/www/b69abcc7737760eb521b013d87b43f40/web/site/wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php on line 510).
I have contacted peoples at Woo Commerce and WPML and after digging into my site, they send me to Yoast support staff as it seems this plugin was the problem but almost instantly they tell me that the problem is an incompatibility issue with the latest version of Enfold.
I tested page editing options with another theme and all was working fine (all plugins activated) but when I switch to Enfold I cannot edit pages with products on it and have to disable Yoast SEO plugins (WP SEO & WC SEO) to have my website up and running.
Could you please have a look into it? I give you credentials on a clone site for you to see what I mean…
Thanks in advance for helping me, hope to hear soon from you;
Best Regards.Topic: WPML compatibility error
Hi!
I have the oficial WPML full plugin/addons installed, but just got the following error (When i switch from spanish to german languaje):” Warning: explode() expects parameter 2 to be string, array given in /usr/home/oficinadeasuntos.ch/web/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 6275 Warning: Invalid argument supplied for foreach() in /usr/home/oficinadeasuntos.ch/web/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php on line 6277″
May be a compatibility WPML error with last version? Or how can i fix it?
Thanks in advance!
Hi everyone,
This is a follow up of this closed threads https://kriesi.at/support/topic/too-many-image-resized-as-uploading-any-image/ You might want to merge, thank you.
Have been set any Media WP default size to “0” (to avoid them uploading). Have been also updating to Enfold 3.0 and commenting out Enfold image sizes as shown here (functions.php):
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs /* $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); OPC */ // images for fullsize pages and fullsize slider /* $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); OPC */ // images for fullsize pages and fullsize slider /* $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); OPC */ // images for fullscrren slider /* $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); OPC */ // images for portfolio entries (2,3 column) /* $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); OPC */ // images for portfolio 4 columns /* $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); OPC */ // images for portfolio entries (2,3 column) /* $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); OPC */ // images for magazines /* $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); OPC */ // images for fullscreen masonry /* $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); OPC */ // big images for blog and page entries /* $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); OPC */ // images for fullsize pages and fullsize sliderEven so, I am getting 3 extra images resized:
120×120
450×337
450×450
Might you please explain what these 3 size are and how removing them from uploading ?
Many thanks
PS.By the way, love enfold 3.0, nice new features and New demo installations. Nice work, thank you!
Cheers!
Hi,
I can no longer edit my frontpage after updating to 3.0. I get the following messages:
Warning: extract() expects parameter 1 to be array, null given in /homepages/1/d227302576/htdocs/f10_neu/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php on line 203
Fatal error: Call to undefined function woocommerce_product_subcategories() in /homepages/1/d227302576/htdocs/f10_neu/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php on line 274
Can you please check that?
Thanks,
ArminHi,
After updating to the new version, I tried to edit the homepage but in the editior field window it reads:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 272683 bytes) in /home/lfevi0/public_html/lovelynailsalon.ca/wp-content/themes/enfold/css/dynamic-css.php on line 779
Please help.
Hi I’ve just updated to 3.0 and I’ve noticed that the blog page (single.php) is a different size to the rest of the site.
The blog post are 1111px and the pages are 1240px
Screenshot of the page = https://www.evernote.com/shard/s54/sh/8a5b758f-71f3-4320-bc36-112f5531a07d/7a6c8098077e8e6d33295904007c46b2
Screenshot of the post = https://www.evernote.com/shard/s54/sh/375ffd5b-a4b0-44c1-a03c-012ca5914291/70a6bb629a0dfe357e048aa41aee5204
I’m running a child theme so the update shouldn’t of affected anything.
Any ideas?
