Hello. We also really like the theme but are having performance issues. Our live website is here:
http://scmwa.com
I’ve tried using bwp-minify, and while it doesn’t appear to affect the site layout and text, it does throw off the main image sliders. I’ve taken some screen shots of the different states but don’t see how to attach them to this response. Any help would be much appreciated!
Thanks
Josh
Hey finessecreative!
Open /framework/php/class-breadcrumb.php and look for this line (189):
‘show_home’ => __( ‘Home’, ‘avia_framework’ ),
Replace it by this:
‘show_home’ => __( ‘<span class=”iconfont”>⌂</span>’, ‘avia_framework’ ),
Best regards,
Josue
Hi, great thanks.
Will mark the rest of the team so they know what css rules are the cause for blurry fonts and close this thread for now :)
Regards,
Kriesi
Hello David!
Can we see what you have now live (theme installed with no imported data)?
Have you tried switching to one of the default WordPress themes and trying to upload an image?
Best regards,
Devin
I am having an issue where by none of the “dynamic parts” of my site are activating, i.e layered sliders not starting, images not appearing etc, please can you help! my url is http://www.fitprodigital.com
I just logged in and did the same thing I’ve done numerous times and this time it’s working. Before no matter what I did the images would not add to the gallery but now they are. I am on another computer, not sure if that could have any impact (wouldn’t seem so).
It will be a few days before I can work on this project again but I really hope the glitch is gone. I am using Enfold on several projects and besides this strange issue on one website, it’s the best theme I’ve ever used. Much appreciation.
Hi Kriesi,
It was fixed by Removing “-webkit-perspective: 1000” from
.isotope, .isotope-item, .inner-entry, .ajax_slide{
-webkit-perspective: 1000; /*fix webkit flickering bug*/
-webkit-backface-visibility: hidden;
}
Hope it helps.
Thanks
Jas
I got a private message from Nicolas, but I see some other people may be interested in my workaround, so I’m posting my response here. I think you’ll find the answer here:
https://kriesi.at/support/topic/enfold-video-and-avia-layout-builder-in-ajax-preview/
You basically have to force it to stop from defaulting to image previews by getting rid of the area that shows them, which alters the layout a bit, but opens up space for Vimeo or whatever video/content you want. I think the code modification provided by Dude in the link was what did the trick.
And cut the support team some slack, they’re super helpful if you ask for specific technical issues. You’ll have to dig around and try things out a bit.
– Omar
Good to know, Thanks, BTW before i started this ticket i tried with a pattern and Its was blur in iPad and iPhone (Just to let you know, its hard to tell in pictures sometime)
Thanks for support
Well thats not entirely true :)
As it seems only retina macbooks are affected, since I couldn’t reproduce the issue on any of my 4 mac devices (imac, mba, iphone, ipad) And since the market and visitor statistics for high resolution desktop devices are still very small I need to make sure that if I make that update other users are not affected :)
Also there is still a good number of users running older chrome and safari versions, (dont aks me why one would disable auto updating, but just checked my site statistics)
But as I said: will check back multiple versions and see if we can safely remove at least some of those “fixes” that are causing trouble now :)
P.S. Interestingly
Chrome is auto updated and Safari is Mac exclusive now and Mac / iphone/ ipad people always update anyways. So Its Good to change/remove those codes because its creating issues in all new devices.
Hi Kriesi,
I don’t know. I removed both of them :-D, I’ll recheck it tonight and message you back.
Thanks
Jas
Hello!
The problem with removing these line of codes is that it might cause problems on older versions of chrome and safari, so at this point I cant really just remove it. By the way: which line exactly was the one causing trouble?
Will do a few tests with the latest chrome and safari versions and if everything works fine will eventually remove it :)
Cheers!
Kriesi
Hey Devin,
Thanks for the reply. I am currently using respond.js to add responsiveness to the site in IE8, which worked perfectly with the past versions of Enfold, but is now causing the breaking seen in the screenshot.
1. I tried this both with and without respond.js active, but unfortunately it did not fix the issue, the menu remained the same.
3. I tried this and unfortunately the problem remains. I’ve also seen several other people on the forum with the same issue in IE8 where the font renders as rectangles. Since this is the only instance on the site where I’m using the Entypo font, could you show me how to simply switch the magnifying glass icon out with an image of my choosing (so I can upload an image of a magnifying glass) or another work around?
4. This worked, thanks!
5. I do have respond.js installed, which may explain that. Unfortunately I tried the code you supplied both with and without respond.js enabled and cleared cache, but it doesn’t work either way.
6. I’ve now discovered an issue that has reared its ugly head again where the menu is overlaying the logo at certain sizes in every browser:
http://s13.postimg.org/huh20ejhj/Screen_Shot_2013_09_20_at_8_43_41_AM.png
Thanks,
Tom
Hey!
On what browser are testing your website? It says specifically on the Image Fade in Animation option that this is only to add some ‘spice’ to the site and only works in modern browsers.
Regards,
Ismael
-
This reply was modified 12 years, 6 months ago by
Ismael.
Updated and I see some other things working now, so that’s great, but the parallax effect sadly still isn’t fixed on me and my coworkers’ iPhone :/
BTW, I still cannot understand (or discover) how to turn off those flags in the top right corner of my menu (see picture)
Hello bigtime32!
You can add Fullscreen Slider element under Media Elements in Advanced Layout Builder while editing page. You can upload only 1 image so it will not be sliding.
Best regards,
Yigit
Thanks Kriesi,
This fixed the issue. GREAT HELP.
Kindly update your theme as well. Now it looks beautiful. Whole section was blur when all elements in Website (Even at your demo) are crisp clear.
Thanks
Jas
P.S. Dear Devin, I wasnt angry, but there was no way left for me to explain. I was saying same thing from beginning and trying to explain better even before anyone reply to it helps you as well.
I was trying to help as well to make this beautiful theme the best. My developer was suggesting me from 2 weeks to change it to something else, but i was stuck to make this theme work. There are always issues but people like you, me and Kriesi are working hard to polish it and to make it the best.
Hi guys
I have a client that wants to change the ‘Home’ label in the main nav bar to an image. (a little house icon) How do you do this? I have no idea?
Thanks
Masten
Hello!
Since I dont own a retina macbook either its hard for me to help with this issue as well, but lets try a new approach. In general we use CSS3 transitions for elements like the overlay, and often times we need to apply a special fix to prevent flickering. I think that fix could eb the cause of this issue.
So please try the following: open up shortcode.css in folder css and remove, one by one, all occurences of
-webkit-perspective: 1000;
and
-webkit-backface-visibility: hidden;
And let us know if it helps
Regards,
Kriesi
Hello!
Please add following code to Quick CSS in Enfold theme options under Styling
body .aligncenter { padding: 0!important; margin: 0 auto!important; }
Regards,
Yigit
Hola Josue;
Gracias por su respuesta, voy a tratar de explicar con imagenes lo que me gustaria incluir en la web…
Incluir en la parte superior, justo encima del menu un apartado de “registro – login” ver imagen de ejemplo;

Y que al pinchar sobre este menu “registro – login” lleve al visitante a una pagina de acceso y/o registro
El tipo de formulario de registro no necesito nada en especial, es un registro normal…
Como puedo hacer esto? gracias por su ayuda
Saludos
Carlos
-
This reply was modified 12 years, 6 months ago by
Presumebox.
Hi all,
two issues about Enfold + WPML:
1) I made my website in italian and now I need to translate it in other languages. I chose Enfold because it’s WPML-ready and above all for its advanced layout builder. Now, I’d like to understand how to translate all my pages and portfolio entries built with the advanced layout builder without cloning each page for every language. If this is not possible, you should NOT call this theme WPML-ready, in my opinion.
2) How can I turn off the four flags in the right corner of my menu and leave only the drop down menu with flag+language? (see picture)
Hi there,
I am facing a problem with the enfold theme where #id links that I’ve setup on the main menu aren’t linking properly. When the in-page link is clicked it jumps down below where I have put the #ID
What I have done to counter this is create an empty text box above the tittle that I want it to link to and put the Id there, so that when click the link, it shows a little above the title I actually want it to link to, which is fine. This works fine when the you’re on the same page as the #link pressed is. But when coming from another page, it’s jumping down below the text box I’ve given the title on and even after the title.
The site is disruptivevision.com but the site is not live (behind a coming soon page) Can provide login details by mail. This site is meant to go live today so please help out as soon as possible.
What I have
I below are two images that demonstrate the problem. The first is when I click the link on the same page, and the other when coming from another page.
http://i.imgur.com/4psqHrx.jpg
http://i.imgur.com/XPJyEL2.jpg
Please help!!!
Yes, you are right on firebug i don’t see the same code like you wrote.
So, i clicked to Feature A pic and add there:
Image Alignment > Right
Image Fade in Animation > Left to right
But animation not working.
So what else i need to do to solve this problem ? (problem: pls see my first post)
Hi, is a basic installation for testing Enfold and more extensions.
This is a personal test site in Mamp on my iMac, it is not constantly open: http://82.66.10.32/enfold/photos/
Refresh the display after each hover to see the image in its original posiiton.
Regards.
Jean
-
This reply was modified 12 years, 6 months ago by
freepixelweb.