Forum Replies Created
-
AuthorPosts
-
@Pitbull_germany just turn of the Debugging in wp-config. This is just a notice about a deprecated function call. It is neither an error nor any dangerous. It is caused by the old template file overloading the new one.
return sprintf( ‘TYPE WHATEVER YOU WONT HERE %s’, $order_number );
You need to install and activate a child theme first: http://kriesi.at/documentation/enfold/using-a-child-theme/
Afterwards you can add that code to the functions.php of the child themeThere is already a couple of threads dealing with this issue.
You might be interested in overloading the product-image.php from WooCommerce 3.0 with the old one from 2.6.14 as a temporary workaround.
For those familiar with child themes
For those NOT familiar with child themesApril 5, 2017 at 2:44 pm in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772585The images display fine with other themes e.g. twenty-seventeen. It is not a bug in woocommerce as one may think of a bug. However we may see an update from woocommerce that may change the image display again. But I am pretty sure we will see an update for Enfold very soon to address this issue.
You might be interested in overloading the product-image.php from WooCommerce 3.0 with the old one from 2.6.14 a s a temporary workaround.
For those familiar with child themes
For those NOT familiar with child themes@jezza1961 most likely you have other plugins conflicting with WooCommerce 3.0. I can’t conform any of the issues you mention (except the single product image). Just tested it with a vanilla install of WP, WOO and Enfold.
April 5, 2017 at 1:29 pm in reply to: Woocommerce 3.0 error message above single product page picture #772506@SteffenKraemer I never said it is a solution. The question was how to fix it. The workaround helps and the solution will arrive in form of an update provided by Automattic (WooCommerce) or Kriesi (Enfold).
April 5, 2017 at 1:26 pm in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772502@SteffenKraemer usually there is no good argument against a child-theme as it will help solve many challenges and issues (like this one). But if you don’t want one you will have only the following options:
1. Use the CSS hack from this thread
2. Restore a backup from before the update and hope you got no new orders as those will vanish
3. Revert back to WooCommerce 2.4.16 manually
4. Wait for a WooCommerce or Enfold updateApril 5, 2017 at 1:19 pm in reply to: Woocommerce 3.0 error message above single product page picture #772498Disable the Debug Mode in wp-config
April 5, 2017 at 1:13 pm in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772493@mrlreynolds, @nickgreaves 100 does the same than 1. 1 = 100%. In terms of opacity there cant be more than 1. I guess what happend is the 100 finally caused the css change to clear you browser cache. Anyway the opacity change just makes the image visible but with low resolution. Overloading simply restores the behavior in woocommerce 2.4.16. Shall everyone pick the solution that suites him best.
April 5, 2017 at 12:56 pm in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772482@georgecornelius and all other users who do NOT have a child theme yet just follow this steps:
1. Download https://mensmaximus.de/dokumente/enfold/enfold-child.zip
2. Login to wordpress and select Appearance -> Themes in the admin menu
3. Click on ‘add new’ (top left of the theme page)
4. Click on ‘upload theme’ (top left of the theme page)
5. Click on the file select button and chosse the enfold-child.zip file from step 1
6. Click on ‘Install now’
7. Activate the Enfold Child Theme after the installation has finished
8. Follow the instructions from http://kriesi.at/documentation/enfold/using-a-child-theme/
9. Ignore the woocommerce message about outdated files. This is caused by the overload as the zip packed already contains the old product-image.php. The message confirms you have successfully finished overloading.Again: This is only for those who do NOT have a child theme already.
April 5, 2017 at 12:25 pm in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772461@nickgreaves the opacity property in css accepts a value between 0 and 1: https://css-tricks.com/almanac/properties/o/opacity/
April 5, 2017 at 12:21 pm in reply to: Woocommerce Product Page Sidebar Control not possible. I need your help! #772456@oncediez kriesi has a post how to create a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/
April 5, 2017 at 11:38 am in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772422@rfd1988 I don’t know whether your provider offers such a service. Just ask him. But beware if you got orders after the update they will vanish with the restore.
April 5, 2017 at 11:17 am in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772405@rfd1988 please follow my instructions in this thread
April 5, 2017 at 11:16 am in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772404@georgcornelius reverting back to woocommerce 2.6.14 is much more hassle than the five simple steps I provided above
April 5, 2017 at 11:13 am in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772398@kwlodar please look six replies above
Please visit this thread: https://kriesi.at/support/topic/enfold-theme-woocommerce-product-images-not-showing-as-of-4-4-17/#post-772346.
April 5, 2017 at 10:03 am in reply to: Woo Commerce Version 3.0.0 Updated and Lost All Images #772357Please visit this thread: https://kriesi.at/support/topic/enfold-theme-woocommerce-product-images-not-showing-as-of-4-4-17/#post-772346.
April 5, 2017 at 9:42 am in reply to: Enfold Theme…WooCommerce Product Images not showing as of 4-4-17 #772346As a temporary fix for the product image issue on single pages do the following:
1. Create a child theme for Enfold (if not already done)
2. Create a directory within the child theme directory named ‘woocommerce’ (if not already exist)
3. Create a directory within this woocommerce directory named ‘single-product’ (if not already exist)
4. Download woocommerce 2.4.16 from https://downloads.wordpress.org/plugin/woocommerce.2.6.14.zip
5. Unzip the file and copy the file /woocommerce/templates/single-product/product-image.php to single-product directory created in step 3 aboveYou have now successfully overloaded the new product-image.php with the former version. Enfold is currently not aware of the changes in product-image.php within woocommerce version 3.0. Until Enfold can deal with the extra classes and styles added to the ‘image’ container in woocommerce 3.0 overloading is the most effective way.
March 15, 2017 at 6:15 pm in reply to: After 4.0.2 Update – Scrolling Not Working in Safari. Please Help #761544As @yigit posted the solution is to add
#wrap_all {
overflow-y: scroll;
}or
#wrap_all {
overflow-y: auto;
}to the custom css box or to the style.css of your child theme. Don’t forget to clear any caches (wp-rocket, w3c, browser, …)
Safari causes problem with overflow since ages. So I don’t understand how such a rule could get into the update and why the issue did not get detected during testing.
I can’t confirm this issue on WP 4.7.2, Enfold 3.8.5 and Yoast 4.2. The layout architect is loading fine with and without Yoast. Btw. 3.8.5 just removed a comment from the source code which is unlikely to cause any malfunctions.
- This reply was modified 7 years, 9 months ago by mensmaximus.
@msh One for each Client. Don’t set up projects within your Google developer account! Any call to the keys count forward to your free amount of calls. I encourage customers to setup a their own Google account and key.
If you are able to use a ftp program you can follow this instructions: https://kriesi.at/support/topic/google-maps-7/#post-656457
Ich nehme an der Fehler bezieht sich auf den fehlenden API Schlüssel: https://kriesi.at/support/topic/google-maps-7/#post-656457
@hector1069 looking into the developer console of a browser you can see you have multiple jquery issues. This is not the google maps issue discussed in this and the other threads. If you are not able to debug this yourself you need to hire an external expert. Maybe kriesis support team can assist.
@gbdesignstudio please post the url of the site containing the map.
@hector1069something is wrong with your enfold installation. I see the 3.6.1 version tag in the source but your avia.js file is an old one. Maybe you have modified it earlier and overload it in the child theme.
@tobiy please post the url of the site conteining the map.
-
AuthorPosts