-
Search Results
-
Dear Sir/Madam,
Our hosting company One.com asked me to contact WordPress regarding the website of http://www.raakarchitecten.nl is offline. One.com updated the wordpress, but there’s still an error. They discussed it with there 2nd level technician and advised to asked for a theme developer to solve this. The themes need to be updated to PHP version 8.0.
Wordpress reffered me to you, because they are another hosting provider and would not be able to help with self-hosted WordPress sites.They advised me to reach out to the Enfold theme author here – https://kriesi.at/support/forum/enfold/ to ask help with PHP 8.0 and their theme.
What kind of information do you need to log in and update the themes?
Kind regards,
Colette Bader
HR & OfficemanagerHi Support
I have nextgen running on a few other themes without any problem
With Enfold on a cell phone/chrome/android i get the following error “Gallery could not load”
have tried several other browsers and same error
Please can you have a look / advice what i should do
I have read somewhere i should disable the lightbox on enfold and/or Nextgen
I cannot see where to disable lightbox on either plugin and am not using that featurethanks
Topic: Enfold won’t update?
Hi.
What could be a reason, as my clients page just won’t update. I’ve replaced the token several times and nothing. Enfold is still in 4.8.6.1 mode and site is suuuuuuper slow.
Topic: Can’t Import Demo Data
I have tried everything that I can think of but I keep getting the same error when trying to import demo data. I get a black box that comes up and says “Download of files for demo Enfold 2017 didn’t work! You might want to try reloading the page and then try again.”
Hi,
since the last Enfold update I can not find “menu links in page overlay/move” from main menu (Symbol) in Enfold child – Advanced Styling
Please see the screenshot from the version before the update:

I have a german version where I have add it before the update.
Now I need it for the english translation, but there I can not find it.
I do not understand this.
Please find all the informations for login and to take a look in the PC.Thank you and best regards
BarbaraHi guys,
Enfold adds four new WooCommerce image sizes.
shop_thumbnail
shop_catalog
shop_single
shop_gallery_thumbnailIs there a way to stop these image sizes from cropping?
I am looking for a function to edit the settings.I am looking to improve my ecommerce sites by adding some code so users can upload any image size and it will work with Enfold. But on some sites I am experiencing inconsistent image behaviour in the image gallery.
The easiest fix for this is to stop these four image sizes from cropping.
Please can you provide me with some code for functions.php? I cannot find an existing thread that shows how to remove the crop.
I am moving a website that uses sensei to Enfold. Everything is going ok but I just faced a problem.
When you add a course, you just select a featured image and when you see that course page, you see the complete image, nothing fancy.
The old site shows the image correctly using a 400×400 jpg. (original 600×600)
Enfold shows a cropped image using a 600×423 jpg. (original 600×600)The problem is that the image is not decorative. It has text: Course A with Module B and 5 lessons.
So it is cropped and the text at the top and bottom of the image is all cut.
How can I fix this?
Thank you.
Hi All,
Solution for Enfold users (Also works for most other WooCommerce WordPress Themes)
I have been looking for something that fixes this problem in WooCommerce for a while.
If your client uploads images in different aspect ratios and sizes into WooCommerce the shop grid and product pages will be extremely inconsistent.The following code makes it so imagery is a uniform size within the container making the standard woocommerce categories and grids less sensitive to image aspect ratio variations. I use square for most sites.
NOTES – Please adjust the aspect ratio to suit your WooCommerce Settings!
https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio/* Shop / Categories - Sets the aspect ratio of the image to square and contains the image within it */ #top .thumbnail_container img { width: 100%; height: 100%; object-fit: contain; } #top .thumbnail_container { aspect-ratio:1/1; }/* Product Page - Sets the aspect ratio of the main product image to square and contains the image within it */ #top .product div.images img { width: 100%; height: 100%; object-fit: contain; } .template-shop .single-product-main-image .images a { aspect-ratio: 1/1; overflow: hidden; }STOP ENFOLD CROPPING IMAGES IN SHOP
In Functions.php in your child theme.add_action('after_setup_theme', 'update_enfold_image_sizes'); function update_enfold_image_sizes() { add_image_size ('shop_thumbnail', 200, 0, false ); add_image_size ('shop_catalog', 450, 0, false); add_image_size ('shop_gallery_thumbnail', 300, 0, false); }Buongiorno, fino a qualche giorno fa funzionava tutto funzionava bene poi è uscito questo messaggio.
Warning: Creating default object from empty value in /home/customer/www/ristrutturoeciguadagno.it/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/ristrutturoeciguadagno.it/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php:28) in /home/customer/www/ristrutturoeciguadagno.it/public_html/wp-admin/includes/misc.php on line 1416Ho contattato Siteground e mi hanno svuotato la cache e il messaggio è andato via, però in questo modo non mi faceva modificare le pagine del sito. Ho ripristinato il sito con backup ed è ritornato come prima e con lo stesso messaggio. Ho richiamato Siteground, hanno svuotato di nuovo la cache e si è ripresentata la stessa situazione. Loro dicono che dipende da Enfold che con PHP alla versione 7.4 va in conflitto. Preciso che con PHP 7.3 il sito funziona.
.
Come posso fare a risolverlo? Grazie.Buongiorno, fino a qualche giorno fa funzionava tutto funzionava bene poi è uscito questo messaggio.
Warning: Creating default object from empty value in /home/customer/www/ristrutturoeciguadagno.it/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/ristrutturoeciguadagno.it/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php:28) in /home/customer/www/ristrutturoeciguadagno.it/public_html/wp-admin/includes/misc.php on line 1416Ho contattato Siteground e mi hanno svuotato la cache e il messaggio è andato via, però in questo modo non mi faceva modificare le pagine del sito. Ho ripristinato il sito con backup ed è ritornato come prima e con lo stesso messaggio. Ho richiamato Siteground, hanno svuotato di nuovo la cache e si è ripresentata la stessa situazione. Loro dicono che dipende da Enfold che con PHP alla versione 7.4 va in conflitto. Preciso che con PHP 7.3 il sito funziona.
.
Come posso fare a risolverlo? Grazie.Buongiorno, fino a qualche giorno fa funzionava tutto funzionava bene poi è uscito questo messaggio.
Warning: Creating default object from empty value in /home/customer/www/ristrutturoeciguadagno.it/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php on line 28
Warning: Cannot modify header information – headers already sent by (output started at /home/customer/www/ristrutturoeciguadagno.it/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider/slideshow_layerslider.php:28) in /home/customer/www/ristrutturoeciguadagno.it/public_html/wp-admin/includes/misc.php on line 1416Ho contattato Siteground e mi hanno svuotato la cache e il messaggio è andato via, però in questo modo non mi faceva modificare le pagine del sito. Ho ripristinato il sito con backup ed è ritornato come prima e con lo stesso messaggio. Ho richiamato Siteground, hanno svuotato di nuovo la cache e si è ripresentata la stessa situazione. Loro dicono che dipende da Enfold che con PHP alla versione 7.4 va in conflitto. Preciso che con PHP 7.3 il sito funziona.
.
Come posso fare a risolverlo? Grazie.
Viewing 30 results - 19,861 through 19,890 (of 244,584 total)


