Hi
I used the built-in logo slider for my website at http://www.lockdown.sg and it works fine on Firefox and Chrome. However, the logos are enlarged and pixelated on Internet Explorer. Is this the browser problem or is there something I can do to the Enfold theme?
Thank you.
what will happen with the search engines when I add this code? Is it bad for my ranking? Should it be that the template provides errors?
Where in wp-config.php shall I add this code? In the first row when I open it?
Best regards,
Günter
I migrated this site from http://cbdmh.org (running on a GoodSpace child theme) to http://cbdmh.info/ and switched to Enfold. It seems like the enfold CSS isn’t even registering. Is anyone familiar with this issue, or can anyone offer any clues?
Thanks so much!
Thanks Ismael, you understood correctly, and the code worked!
amazing. perfect. Thank you so much!
If you are having issues with getting the theme installed there are a lot of introduction to WordPress videos available here: http://videos.wpbeginner.com/
You just need to sign up for a free account and there are lots of videos for the basic how-to questions for using WordPress. We have theme specific videos available here: https://vimeo.com/channels/aviathemes
Glad we could help. Let us know if you have any other questions or issues.
This reply has been marked as private.
On ThemeForest, where you purchased the theme you need to go to http://themeforest.net/downloads . Then click on the Download button and then click on “Installable WordPress file only”.
That zip file will be enfold.zip and is the one you can upload either through your WordPress dashboard or by FTP following the steps in the video.
This reply has been marked as private.
Hey!
You download the zip file with the theme from your downloads on Themeforest when logged in.
Cheers!
Devin
This reply has been marked as private.
Hi russloveslife!
Take a look at this video:
Cheers!
Josue
how to intall it ect ive never done this i think ive wasted my money hope not
Hey Anne-Sophie!
I have Enfold in a Multisite installation with no issues so far, the only thing is that you can’t upload custom icon fonts by default, you need to enable ZIP uploads in the Network settings page first.
Regards,
Josue
Hey!
You can change those colors in Enfold > Styling:

Best regards,
Josue
Hi!
You can add this on your custom.css or Quick CSS:
.header-scrolled {
padding-bottom: 80px;
}
Cheers!
Ismael
Hey!
I really don’t understand what you want to achieve. You can change the layout of the blog by edit the Blog Posts element’s Blog Style. Select between 4 different kinds of layout. You can change the single post view on Enfold > General Settings > Single Post Style.
Regards,
Ismael
Hey!
You can hide the errors by editing wp-config.php and add this code:
error_reporting(0);
@ini_set('display_errors', 0);
Best regards,
Ismael
Hi!
So are they appearing in the backend? can you create an administrator account and post it here as a private reply?
Regards,
Josue
Hi ramirezo!
I’m not sure if I understand it correctly but the issue is that the content of the ajax preview is not expanding to 100%. Please add this on your custom.css or Quick CSS:
.av_table_col.first.portfolio-preview-image {
display: none;
}
.portfolio-preview-content {
width: 100%;
padding: 63px 30px 30px 30px;
}
This will remove the preview image then increase the width of the content area to 100%.
Best regards,
Ismael
Thank you. You guys are great!
In Masonry, there is a field in the form for filling out the alt attribute for each img. However, the alt text is not rendered in the source code.
Visit here: http://kriesi.at/themedemo/?theme=enfold
Viewing the browser’s source code echoed by masonry_entries.php, the first Iphone thumbnail in the upper left corner renders this:
<div class="av-masonry-image-container" style="background-image: url(https://kriesi.at/themes/enfold/files/2013/04/dash-iphone2.jpg);">
<img alt="" title="" src="http://kriesi.at/themes/enfold/files/2013/04/dash-iphone2.jpg">
</div>
Q1. Since I’m filling the alt text in the Masonry form, how do I get masonry_entries.php to render the alt text in the final HTML that’s seen in the browser? It’s not there.
I need the alt text for numerous reasons. Site development is on localhost here, so I do not have a site online for you to visit. It is irrelevant because my code is identical to the code above.
You have a hack that gets the “title” attribute to render in the HTML here:
https://kriesi.at/support/topic/display-media-item-title-in-the-lightbox/
It works great.
Q2. Can you duplicate this for the alt attribute?
There is no function in masonry_entries.php that retrieves the alt text from what I can see. Is there another function inside another file that retrieves it. At the bottom of the URL link above, Dude indicates that the alt text is retrieved by default for the lightbox captions in Masonry. Where and how does it do that in the source code?
Thanks for your help.
Glad we could help. Let us know if you have any other questions or issues :)
Thanks Devin, I could have sworn I checked that! Clearly I am not a tech savvy person. I appreciate your patience.
~Kelly
Really nice @HappyBeagle! I like the big semi transparent logo in the background.
Hi!
The content slider just didn’t have the auto-rotate dropdown set to yes. I’ve changed it and then re-saved the page for you.
Cheers!
Devin
Hi!
Your link is pulling up a blank page on my end. We can’t really debug previous versions since there have been some big changes since 2.1.
Cheers!
Devin
This should do it as well as adjust your logo position a bit:
.logo img, .logo a {
max-height: 60px !important;
padding-top: 8px;
}