I noticed that main navigation doesn’t stay up top of the page. It flows around blocking the content on the page. Here are the screenshots.
http://i.imgur.com/LMZGt1x.jpg
http://i.imgur.com/wRlzhbq.jpg
Thank you,
Yup Here you go. Its Mold and Odor Resolution (dot) Com
FYI. Also the main nav doesn’t stay up top of the page on Android devices. I’m getting the screenshots ready. I’ll open another requests for that if you want.
Thank you.
Yes Devin. I did all those things. Cleared cache, deactivated all plugins, tried on iPad mini Safari browser . . . . Issue remains.
I’m really surprised that no one has asked me for my login info to check it out. Being that it’s not the custom css or plugins, I would think that I would get a little more help with this guys. I’m 70+ hours deep into this project and I’m sure you can appreciate that I cannot deliver a site that’s broken in 1 or the 3 top browsers. This is my 4th Theme I have purchased from Kreisi and I’ve never come across anything like this. Solid themes and elite support. I feel like I’m about to be “let go.”
There is no doubt in my mind that if one of the Kriesi dev’s looked under the hood, they would probably discover this issue fairly quickly. It’s probably a stupid mistake of mine somewhere.
I think I noticed that there was a recent update. I have 2.1. Is there a newer update that might fix this?
Thank you very much Devin.
-Pat
Hola Carlos,
Del theme Enfold en especifico no que yo sepa, pero hay varios en YouTube de como manejar los Widgets en general.
Saludos,
Josue
gracias…
hay videos donde se puedan ver los pasos a seguir para modificar footer?
saludos
Hola Carlos,
Si, eso se puede hacer con Widgets, la interfaz de estos es bastante intuitiva, solo tienes que arrastrar y soltar los elementos que quieres poner (en tu caso serian elementos de ‘Texto’) y listo, si tienes alguna duda especifica hazmela saber.
Sobre lo del Newsletter puedes usar un plugin como este, que proporciona un [shortcode] que lo puedes pegar en el Widget del footer.
Saludos,
Josue
Gracias de nuevo por su respuesta.
Lo que quiero hacer en el footer es sencilo, creo que se puede hacer los los widgets… incluir una suscripcion a un newsletter + poner los datos de contacto (texto) + unos iconos de pago seguro.
A proposito, me recomienda algun pluging para newsletter,
Hay algun video donde se pueda ver como se edita el footer con widgets? he visto que hay algunos videos es Vimeo, pero son pocos y es una explicacion muy generica.
gracias por su paciencia.
Carlos
Hi:
I’ve created a slider and, although the text layers are perfectly positioned within the layerslider plugin when i preview them, some are completely in the wrong place when you look at the website… here’s my site: new.vampedupvintage.com
First Slide – Top Layer “Costume Party or Themed Event” is actually placed much lower than it is shown – I can even try to adjust for the discrepancy and put it much lower but it remains at the top of the photo as you see here.
Help?
Hi guys,
I have the styles established for the tabs on desktop view, but on responsive (phone) it reverts back to some hideous colors (background, font color, font size) How can I establish these colors across the board or do I need to style responsive independently?
thanks!
David
Hola,
Veo que no estas usando el socket, allí es donde puedes poner estos links de “Login / Register”, para hacerlo simplemente crea un nuevo Menu y asignale su ubicación al Socket.

Con lo que respecta a modificar el footer, puedes usar los Widgets, ya si quieres hacer algo mas complejo se tendría que editar el archivo footer.php
Saludos,
Josue
Gracias Josue;
Probare lo que me dice, aprovecho la ocasion para consultar otra cuestion, como puedo modificar el contenido del fotter?
la web es la siguiente; http://presume1-cp56.webjoomla.es/enfold/
Haber si ahora puede ver la web?
gracias por todo
Hey disruptivevision!
Your site is inaccessible but here’s the code you need to add to the css/custom.css file or to the Quick CSS section:
#header_main .container, .main_menu div > ul > li > a{
height: 62px !important;
line-height: 62px !important;
}
.fixed_header.social_header #main{
padding-top: 93px;
}
Cheers!
Josue
Hola.
No sale la URL que pusiste, puedes usar el Socket menu como te digo, pero en caso ya lo estes usando se tendría que editar algo en el archivo header.php del theme.
Saludos,
Josue
Hola Josue;
Gracias por la informacion, el link de la pagina que estoy desarrollando es el siguiente;
Mientras miro lo comentado, por favor dime como poder poner el enlace encima del menu, gracias.
saludos
I updated to Enfold v2.2, but unfortunately, this fix was not included:
https://kriesi.at/support/topic/another-date-format-issue-v2-1/
Can you please make sure to include this on the next update?
Thank you,
Hi Josue,
Thanks!
I´ve used the WidgetLogic plugin and now all sidebars works as i wanted.
Once again, thanks for the help, you can mark this topic as solved. :)
All the best.
Hola,
Primero tienes que activar el registro de usuarios (Opciones > General):

Luego el link que se tendría que usar para que la gente se registre seria http://tupagina.com/wp-login.php, allí les va a salir tanto el formulario de registro como el de logeo.
Sobre donde ponerlo, puedes usar el Menu socket que trae Enfold, pero como te digo, me puedes pasar la URL de tu pagina?
Saludos,
Josue
Nach etwas Recherche scheint dies ein Bug von WP zu sein ( http://wordpress.stackexchange.com/questions/87472/ensuring-sticky-posts-are-retrieved-first-without-using-two-queries ) – anscheinend werden die “Sticky” Posts teilweise ignoriert. Ich habe den Code ganz am Ende des Threads getestet und eine leicht modifizierte Version funktioniert für mich:
add_filter('the_posts', 'bump_sticky_posts_to_top');
function bump_sticky_posts_to_top($posts) {
foreach($posts as $i => $post) {
if(is_sticky($post->ID))
{
$stickies[] = $post;
unset($posts[$i]);
}
}
if(!empty($stickies))
return array_merge($stickies, $posts);
return $posts;
}
einfach statt dem Code den ich oben gepostet habe in functions.php einfügen.
kcParticipant
hey there,
1. i use the 2.2 enfoldtheme, in portfoliosettings i can`t set any thumbnailcolumns, i choose 4 its 5, i choose 12 it´s still 5?
i read a topic with the same problem – one solution is this code for the css – #top .avia-gallery .avia-gallery-thumb a{ width: 10% !important; }
when i add this code in my css, yep it changes the columns from 5 to 10, but it is no solutions… maybe it`s a bug- blease guys is there any help for that?
2. my thumbnailpictures in the portfolio looks not sharp in the gallery thumpnailcolumn with set to 5, the thumbnailframe in the portfolio got the size
137px x 200px and the thumbnailpicture has just only 53px x 80px, so that scratch my eyes!
in the function-enfold.php is a option to change the thumbnails, the original settings in the functions.php are 80px x 80px, must i change this, and when in wich size blease, a size waht works for every setting?

sorry about my english, i hope you can unterstand me.
Hi Chris,
I’ve tagged the topic for the head of support and Kriesi as I’m not overly familiar with the specific ins and outs of wpml but hopefully they will be able to shed some additional light on your issue.
Regards,
Devin
Thanks for the update Omar!
I’m going to close this topic for now since its somewhat getting off topic and duplicating the feature request topic is not something we want to accidentally fall in to.
@ nicolasweh – If you have issues just make a new topic with your issue and we’ll address it there. The theme doesn’t have every single possible option or variation on layouts yet but everything it does have is shown in the theme demo and we can assist in getting any of those features set up.
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
Hello,
I have installed Royalslider and it is working fine. I have a slider in a post, but when I would like it to go to full screen it will on a desktop, but the header and nav are still present. On an iPad, it won’t go to full screen at all. When I load a default WordPress theme, all works well. Any helpful insight or suggestions would be appreciated.
Thanks!
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 :)
Hi all,
since the update to 2.1 the initial open at the accordion is not working correct.
I know this has been discussed a lot and there should be a temp. fix at https://kriesi.at/support/topic/accordion-since-enfold-21-update-accordion-initial-open-item-is-not-working#post-139264 , but I always get a 404 when going to this page.
Could one of you you help out please?
Many thanks,
babum_2000
BTW, I still cannot understand (or discover) how to turn off those flags in the top right corner of my menu (see picture)
Ok, I discovered how to duplicate content and translate it. But the result is awful, the new page (i.e. the page translated) has some issues:
1) in the sidebar I have my top menu
2) the language selector disappears
3) The widget Enfold Latest News – which is in my footer – disappears