Hi farradel!
Thank you for using Enfold.
I’m sorry but I can’t reproduce the issue on my installation. We need to see actual live website. Please post it here. If possible, deactivate all plugins then test it again.
Cheers!
Ismael
Hi!
Thank you for using Enfold.
The selectors like this one for example, .home div.flex_column.av_two_third.first.avia-builder-el-25, are dynamic selectors and might change if you edit anything on the actual page. If you want to target an element, please apply a custom css class on it. Please refer to this link: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
Ismael
Hey!
Thank you for using Enfold.
Please try to replace the htaccess code with this:
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Best regards,
Ismael
Hi!
I would like to check the website but it’s not using the Enfold theme. Did you activate the twentyfourteen theme?
Cheers!
Ismael
Hi!
Thank you for using Enfold.
Please check the wp-content > themes folder. Make sure that there is only one enfold folder there. Please review this tutorial: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Ismael
Hi shenom!
Thank you for using Enfold.
Please try this on functions.php:
function add_search_icon(){
?>
<script>
jQuery(window).load(function(){
var container = jQuery('#wrap_all');
jQuery('#add-search-icon').click(function() {
container.removeClass('show_mobile_menu');
container.css({'height':'auto'});
});
});
</script>
<?php
}
add_action('wp_footer', 'add_search_icon', 10);
Best regards,
Ismael
Hi kristenangel!
Thank you for using Enfold.
Did you use the woocommerce shortcode? There is a < pre> tag enclosing the woocommerce container.
Regards,
Ismael
I’m having exact same problem. I got two websites, on one the sidebar vanished and on the other it moved to the bottom. After updating enfold and wordpress. Tried all the above and doesn’t work.
Hi Haybazak!
Thank you for using Enfold.
You need to enclose the ga code inside a <script></script> tag.
Cheers!
Ismael
Hi doriprice2020!
Thank you for using Enfold.
Instead of using Jetpack, please try these plugins:
https://wordpress.org/plugins/wp-socializer/
https://wordpress.org/plugins/socialize/
Best regards,
Ismael
Hi Oceans247!
Thank you for using Enfold.
You can create a sub domain or test site then use this plugin in order to migrate the theme successfully and leave the database intact,: WP MigrateDB or WP MigrateDB PRO
Refer to this link for more info on how to properly migrate your enfold website from production to development vice versa:
http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
https://code.tutsplus.com/tutorials/migrating-your-wordpress-database-wp-migrate-db-production-to-development–wp-32684
Best regards,
Ismael
Hi!
Have you tried to disable the menu as Enfold Main Menu? Please post the login details here. We would like to check it.
Cheers!
Ismael
Hi!
Thank you for using Enfold.
Where is the “4454” url coming from? How did you set your permalink structure?
Cheers!
Ismael
Have you tried changing the mobile settings in the Enfold settings ?
-
This reply was modified 11 years, 6 months ago by
jackel2727.
No errors in the last 3 days and Enfold updated to latest version 3.0.2. Will get back if errors occurred again.
Thank you.
Hey Laure!
Not possible unfortunately, please update the theme to the latest version (3.0.2).
Best regards,
Josue
Hi Yigit
Thanks for your response. Is there a way to display the Comments without using ALB? I am running a version of Enfold that doesn’t have the Comments element in ALB.
Thanks in advance. Pls let me know.
Laure
Hi,
After I updated Enfold theme I no longer see slide show play button as well as the upper right corner expand image button. Is that functionality no longer available? That was crucial for my photo website.
Thank you,
Lucas
This reply has been marked as private.
The Enfold child theme has a bug that turns off the site’s abilities to be responsive.
The problem is in the /wp-content/uploads/dynamic_avia/enfold_child.css – Line 4 – where it hard codes the responsive container width.
.responsive .container {
width: 1100px;
}
BUT THAT IS NOT THE BIGGEST PROBLEM!!
I have, on several occasions, commented this line out and restored responsive functionality, HOWEVER, when I make changes using the Enfold child theme options and save the changes, it REWRITES the CSS file and once again disables the responsive features of the site.
Where can I find the spot where I can permanently disable this problem?
Sam
Hey David!
try to add “display: block”:
<a href="http://enfold.martin-klapheck.de/impressum"><span style="color: black; text-align: right; display: block;"> Impressum</span></a>
Regards,
Andy
This reply has been marked as private.
Hi dperezr!
Please go to Enfold theme options > Blog Layout and make sure that you have chosen to display “Related Entries”. Posts with the same tags will be displayed in related entries section
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-special-heading * {
font-size: inherit!important;
}
It seems like you have figured out Advanced Layout Builder issue as well – http://i.imgur.com/0gCOnkr.png
Cheers!
Yigit
I’ve seen similar requests, but not quite what I need..
The way things are normally in Enfold, when viewing a full post first the Featured image is shown and then below it the post’s Title is displayed.
The featured image is linked to the image file and the Title is linked to the same page you are already on.
I would like to have the Title to appear above the Featured image (and then the Content below the image) and I don’t want either the Title or the Featured image to have a link.
How can I accomplish this? I’m already using a child theme.
Thanks!
I’ve been looking everywhere to add this to my post, and i cant find it. where do i add it.
you can find what i mean here http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/
at the bottom there is a you might also like where it shows more posts.
Thanks.
Hi silviouk!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.page-id-2 .av_one_third {
width: 33%!important;
}}
Best regards,
Yigit
Hi!
Sorry for the late reply, seems like theme was switched to default one and website is loading fine.
What is the current memory limit? Have you tried re-installing the theme via FTP? – http://kriesi.at/documentation/enfold/portfolio-item/install-enfold-theme-with-ftp/
Cheers!
Yigit
Hey David!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home div#wrap_all {
display: table!important;
}
Regards,
Yigit