Hi Guys
I have installed Enfold theme ok and everything seems to be working fine but when I choose the the dummy data import button I get the following error:
Importing didnt work!
You might want to try reloading the page and then try again
(The script returned the following message:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 84 bytes) in /home/zimoci5/public_html/webdev/wp-content/themes/enfold/framework/php/wordpress-importer/parsers.php on line 144)
Any help to fix this would be great.
Thanks
J
Hi Greg!
Can you try re-updating the theme via FTP? If something went wrong in previous install, this should correct it
Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hey Ismael.
Still having the issue. Funny thing is – it is the 3rd image down in both galleries. Not sure why it would define a different height for a single image.
Thanks in advance
David
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .news-thumb img { height: 36px;
width: 36px; }
Best regards,
Yigit
Hey vasilybodnarchuk!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.title_container .breadcrumb { left: -4px; top: 75%; }
#top .title_container .container { min-height: 70px; }
Cheers!
Yigit
Hey elbnetz!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia_transform .avia_start_delayed_animation.av_font_icon {
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
opacity: 1;
-moz-transform: none;
-webkit-transform: none;
-o-transform: none;
transform: none;
}
Best regards,
Yigit
Hi kenbo1978!
Enfold uses the default “Ajax Add to cart” script and the default shop templates which come with WooCommerce – we do not modify this function or the “Add to cart” templates. Afaik most themes which are compatible with WooCommerce use this ajax script on the shop page simply because it looks better than reloading the entire page after the user clicked the “Add to cart” button. I suggest to contact the plugin author and to ask him if he can assist you with the plugin implementation. If not I recommend to stay away from the plugin.
Regards,
Peter
Hi!
I just noticed that you didn’t save the theme options after the upgrade. Please go to Enfold > Theme Options and re-save the theme options. This forces Enfold to rewrite the dynamic stylesheet.
Best regards,
Peter
Hi,
my idea is to use the Enfold theme as a photoblog with an high emphasis on the pictures. Is it somehow possible to integrate either a slider or a gallery at he end of each post (ahead oft he comments)?
Of course one can do this with the WP-built-in Mediathek, but the appearance is absolutely poor compared to your media elements in the Avia Layout section.
Thanks for your help.
Hi, I’m looking to add a lightbox Add To Cart feature to my WooCommerce/Enfold site – I want to use this plugin (http://codecanyon.net/item/woocommerce-popup/5990253) and apparently the Ajax add to cart functionality has to be disabled for this to work. Is it possible to do this with the Enfold theme? I don’t see any option in the settings. Alternatively, is this type of lightbox add to cart available in any other plugins that anyone knows of that might not have the same incompatibility with Enfold? thanks for any help!
Hi MtnStreamGroup!
You can try this: http://wordpress.org/plugins/kwayy-html-sitemap/ or this plugin: http://wordpress.org/plugins/html-sitemap/
I didn’t test them but they’ve a good rating and I’m pretty sure they’ll work with Enfold.
Regards,
Peter
Hello josue,
Thank you for the quick response! I tried to insnatall de LayerSlider plugin but i get this:
Fatal error: Cannot redeclare layerslider_load_lang() (previously declared in /home/testsite/domains/testsites-swipemedia.nl/public_html/new/wp-content/themes/enfold/config-layerslider/LayerSlider/layerslider.php:118) in /home/testsite/domains/testsites-swipemedia.nl/public_html/new/wp-content/plugins/LayerSlider/layerslider.php on line 78
Is it also not possible to do this?
Greets Tim
This is not very friendly to say and leaves much to be desired of the support you provide.
And I know that some topics must be closed not to make endless threads and not confuse other users.
I just ask you, give me only one minute, I think I have the Right as an Enfold user to determine if the consultation I started has finished with a thank you, at least, no?
By the way, thanks for the reply.
https://kriesi.at/support/topic/custom-hover-effects/
Thanks guys! It worked. Enfold rocks!
Hey!
What version of WordPress Enfold and WordPress SEO do you have installed right now that things are breaking?
Regards,
Devin
Hey graeme_nash!
Can we see what you have right now? It should look and work just like on the demo: http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/
If it isn’t what you need there are some great plugins with similar functionality but have different ways of adapting for mobile users.
Regards,
Devin
Hello,
Foremost, Enfold is amazing. Great work & Thank You very much…
I’m having some difficulty adjusting the line height inside the cells of a ‘Pricing Row’ of a ‘Pricing Table’ I’ve created…

I would like to reduce the vertical space between the dollar amount and “per cleaning”
Shortcode:
[av_cell col_style='avia-center-col']$99<span class="pricingTable_perCleaning">per cleaning</span>[/av_cell]
[av_cell col_style='avia-center-col']$119<span class="pricingTable_perCleaning">per cleaning</span>[/av_cell]
CSS:
.pricingTable_perCleaning{
font-size: 0.2em;
line-height: 0.2em !important; /* BROKEN */
font-weight: normal;
}
I’m hoping you could provide a solution as I haven’t been able to find any suggestions & everything I’ve tried thus far has failed.
Thanks in advance!
Hi!
In your WordPress Dashboard go to Enfold > Styling > Quick CSS (it’s a textarea at the bottom), paste the code there and save the changes.
Cheers!
Josue
Hi,
I am trying to remove the Related Posts side tabs without success. Based on other topics I have added the following shortcodes, but without success:
.single-small .post_author_timeline { display: none; }
.related_posts.stretch_full { display: none; }
The tabs are still appearing. Could you please let me know how to remove them? I’m using Enfold.
Thank you!
This reply has been marked as private.
Hey!
It looks fine on my end. Please remove browser cache then reload the page a few times. On what browser are you testing this with?

Regards,
Ismael
Hey!
Please use this to constrain the height of the images on mobile view:
@media only screen and (max-width: 767px) and (min-width: 480px) {
#top div .avia-gallery img {
max-height: 132px;
}
}
Best regards,
Ismael
Hi Ismael,
Thanks for the reply. I’m a bit lost though. We are using the Enfold Child Theme. I go to Appearance > Customize is goes to a Preview screen. When I go to Appearance > Editor I don’t see the base.css file.
On a separate note, I saw the update to the Enfold Theme and I tried to run the automatic update. I got this error, I don’t see a custom.css anywhere. https://www.dropbox.com/s/oolfaujx4s86dqr/Screenshot%202014-01-20%2020.00.15.png
Dude, that worked, thanks!
Hi dmarzean!
Please give us a link to the website. Do you have the latest version 2.4.5 of Enfold? Try to increase the php memory limit: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Regards,
Ismael
Hey!
Can you please give us a link to the website? Do you have a cache plugin? Please flush the settings after you change the styling. Deactivate all existing plugins, see if the issue persist. If you have an access to the cpanel, please go to wp-content/uploads/dynamic_avia folder then change the file permission of enfold.css to 755.
Best regards,
Ismael
I recently launched fourcountyfamilyeyecare.com using the Enfold theme and everything has been working perfectly.
Today, I was in the Dashboard and I deleted cache in the plugin WP Super Cache and now the website is not loading properly – seems to have lost the theme’s styling.
It appears to me to be working properly in Firefox and Chrome, but due to WP Super Cache I don’t feel quite assured that this is true, even though I have emptied cache in both of those browsers.
I’ve also tried switching to the WP Twenty Fourteen theme, and then back to Enfold with no luck.
Can you please inspect and let me know how to fix?
I’m hoping to have solved this issue before my client notices.
Thank you so much – otherwise I have been LOVING your theme and hope to use it for many more projects!
Hey Andrea!
Have you tried seeing it from another phone?
Regards,
Josue
Hi!
It should be enabled by default, please take a look:
http://screencast.com/t/w7GiePyyLci
Cheers!
Josue
Hi again,
Is it possible to have the logo work like it does on this site (kriesi.at). Meaning that when the header menu shrinks (you scroll down the page) the logo image/logo text shrinks and then the logo text fades out, I really like that touch!
I presume it is two images with the one staying and the other disappearing ??? Is that possible with the Enfold theme ???
Another question is how do I define the height of the header menu, both when it is “full”size (page not scrolled) and the height it shrinks to (when the page is scrolled down) ??
Thanks a lot !