Forum Replies Created
-
AuthorPosts
-
@wolf a vanilla enfold child does not influence woocommerce in any way.
@asterios The product grid is working well in Enfold 4.0.5 with WooCommerce 3.0.3. Please deactivate all plugins except woocommerce and check your page again. Maybe you have one ore more plugins not compatible with WooCommerce 3.0 yet.
@john from the past ten days all moderators should have learned the recommended link does NOT solve the issues. You would have relay done anyone a favour to make my detailed post sticky.
@pkonstan It is a developers choice. Many themes don’t implement it as they have their own solutions for years. This is one reason why the new zoom is not enabled by default in woocommerce and has to be activated in the theme. As time goes by we may see a checkbox in the admin section to enable the woocommerce native functions like enfold already does with the lightbox (I hope Kriesi get’s this hint ;-))
@pkonstan If you wan’t to use the new zoom feature you can use my solution
Just update to Woo 3.0.3 and use one of my solutions
Basic Solution
Enhanced SolutionWhich version of WooCommerce? 3.0.3?
@codecreative No problem I just wanted you to get this sorted out quickly. Because I am only a participant I can’t be of more help without knowing the website, page, element and so on.
@wurgi you could try to delete the content of /wp-content/uploads/dynamic-avia/. While Migrate DB will do all the necessary work in your database during the transfer it does not change domain names and path information in the dynamically created files from Enfold (this is not a bug – this is by design). If it works you need to go to the enfold settings and save them again.
@chemstudent337 you should have not done this. Please read this post.
@georg there are several threads about the issue and the only available solution has been posted many times. Kriesi also stated they are working on an update with no ETA.
April 12, 2017 at 7:43 am in reply to: Product variation images not showing after latest Enfold update #776509@edamon I already posted you the solution. There is no other.
@tsdesigns please read the instructions again. You modified your parent theme. I always talk about a child.
@tsdesigns my solution works on various sites and does not crash anything. The chances are you have either done something wrong (not following the instructions) or you have plugin that is not compatible with woocommerce 3.0 as well.
April 11, 2017 at 7:39 am in reply to: Product variation images not showing after latest Enfold update #775849Are we talking about WooCommerce 3.0.x and Enfold up to 4.0.5? Yes?
Basic Solution
Enhanced SolutionAs I wrote in my final sentence: “If not you might have to wait for Enfold or some Plugins to provide updates.”
April 10, 2017 at 5:43 pm in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #775571@hunter74 those modifications will be lost with next update. Use a child theme.
Those will fill ounce you have people visiting your store, buying products and commenting on them
The formerly used catalog image is hardcroped by default. The single product image used now has fixed width and variable height. You could of course change that in woocommerce settings and afterwards regenerate the thumbnails. You could also modify the product-image.php contained in my enhanced fix and change the shop_single (default thumbnail in woo 3) to any other predefined thumbnail size. My advice is to wait until we know which way Enfold will chose to avoid additional work.
@0rca literaly this discussion will lead to nowhere. Enfold never has been announced to be ‘full compatible to woocommerce 3.0’. The changelog states ‘updated compatibility with upcoming WooCommerce 3.0.0’.
WooCoomerce itself has currently a lot of issues but I don’t see ‘you all’ complaining there. Many of the threads in the past days about woocommerce errors where not related to Enfold but to incompatible plugins. It is easy to blame Enfold. There is exactly one issue in Enfold with the image display caused by the use of deprecated filter that has not been mentioned by woocommerce to be deprecated. What if Kriesi did rely on the changelog like you? Whom to blame then? Should he have tested better like you did not? Maybe. But even if he did those issues arising from WooCommerce itself (just follow on GIT) would have caused you trouble.
Believe me you better wait with future WooCommerce Updates and don’t rely on changelogs (even the WooCommerce changelog is faulty) if you earn money with your online shop. This is what I tell everyone since ages. Enfold still is one of the best themes out there and the support crew is doing an awesome job.
@all please keep in mind Enfold is a multi purpose theme and not specialized on e-commerce (woocommerce). For me this fact gets outlined by comparing the huge amount of installations with the rather small amount of complaints regarding woocommerce. There is no doubt some people use Enfold for their online shop but it is the minor group of Enfold users.
Don’t get me wrong. I like Enfold and many of my customers use it with woocommerce (one reason for me to provide the fixes). However I understand this is not a pure e-commerce theme and therefore the focus is not on woocommerce in the first place. This has never been different (I have provided many fixes after major updates) and I doubt this will change. This makes Enfold not a bad theme and does not make it worse.
As wordpress and woocommerce developer and specialist I know what it takes to maintain code and especially keeping up with woocommerce is a full time job. My advice to all enfold users is if you use it with woocommerce simply wait 4-6 weeks with updates to major version. This is the usual time frame for woocommerce, plugin developers and last but not least Enfold to play nicely together. And even pure woocommerce themes have much trouble wit the new woocommerce 3.0.
Just my 2 cents
You have to wait until Enfold includes LS 6.3 in the next update.
April 10, 2017 at 10:45 am in reply to: Enfold Avia Builder conflict with Elementof Builder. #775363@kerawelt from a technical point of view you can remove the advanced layout editor by pasting the following code into the functions.php file of a child theme:
add_filter( 'avf_builder_boxes', 'mmx_remove_avf_builder' ); function mmx_remove_avf_builder( $metabox ){ foreach( $metabox as &$meta ) { if( $meta['id'] == 'avia_builder' ) { $meta['page'] = ''; } } return $metabox; }
However that may cause unwanted side effects. Why not using a standard theme with your builder of choice if you remove at least 50% of enfolds feature set?
April 10, 2017 at 10:13 am in reply to: Enfold Template: Problems after update with avia modules? #775352@dheimberg that is wired. I manage and support many enfold/woocommerce installations and can’t confirm this to be a general issue. Well maybe the support-team has an idea.
@christianenglen i doubt customizing or building templates is within the scope of enfold’s support. I guess you will need to hire a developer.
April 10, 2017 at 8:39 am in reply to: Enfold Template: Problems after update with avia modules? #775319@dheimberg contact you hosting provider please. If PHP 7 and 5.6 can not write a session you most likely have a permission problem in the file system: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/nhldata/072/99072/tmp/phpsession) in Unknown on line 0
@web6s chances are you have other plugins active that are not compatible with woocommerce 3.0 or you ran into an issue with the new stock status handling
- This reply was modified 7 years, 7 months ago by mensmaximus.
-
AuthorPosts