Forum Replies Created
-
AuthorPosts
-
You are welcome, always glad to help :)
Regards,
JosueNot necessarily, maybe there is a plugin element in that page that is creating that behavior.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueIt’s working fine on my end, can you post a screenshot of your view?

Best regards,
JosueThis will fix it:
@media only screen and (max-width: 767px) { .responsive .logo a , .responsive .logo img{height: 50px !important; max-height:50px !important; top: 7px; left: -3px; } }Result:

Regards,
JosueCan you post a link to the page where the slider is?
Regards,
JosueI’m not seeing (it should be at the “Aparência” menu), also there is a minification/caching going on, so any change i make doesn’t get reflected.
Basically what i’m trying to do is attach a window.resize function (that seems to fix the issue) when prettyphoto opens (callback).
Regards,
JosueOf course, that’s just to do a discardment. Did it get fixed after you disabled them?
Regards,
Josue-
This reply was modified 11 years, 10 months ago by
Josue.
Hi!
The problem is caused by this error:
Call to undefined function avia_blog_class_string() in /nas/wp/www/staging/sjs14/wp-content/themes/enfold/single.php on line 28
What that’s trying to say is that the avia_blog_class_string function doesn’t exists, which is weird because i’ve checked the functions-enfold.php (that’s where the function is declared) and it’s there. My suggestion would be to re-install a fresh copy of Enfold via FTP.
Best regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueGracias por las palabras Raúl, un gusto haberte podido ayudar.
Saludos,
JosueHey!
Try adding this code to the Quick CSS:
.image-overlay{ display: none !important; }Cheers!
JosueHey!
Yes, you can. Did it get fixed?
Cheers!
JosueHi,
Try adding this at the very end of your theme functions.php file:
function add_custom_script(){ ?> <script> jQuery(window).load(function(){ jQuery('img').removeAttr('title'); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueListo, basicamente lo que haces es cambiarlo aqui (Herramientas > Localización). Pero no creo que tengas que hacerlo para la próxima version, ya propuse el cambio al archivo que contiene la traducción, es solo cuestión de que Kriesi lo apruebe :)
Saludos,
JosueSorry, small typo on my code, use this one instead:
@media only screen and (min-width: 767px) { .logo img { position: relative; top: 12px; } .header-scrolled .logo img{ top: 0; } }Best regards,
JosueThe login details you posted are not working :(
Regards,
JosueTry adding this code to the Quick CSS:
#av_section_1 div.avia_textblock * { font-weight: 900; }I’d recommend you to enable this, that way you can apply this mods to specific elements only.
Cheers!
JosueYou are welcome Lyse, always glad to help :)
Regards,
JosueCan you please create me an administrator account? post it here as a private reply.
Regards,
Josue1. Add this to the Quick CSS:
#pp_full_res img { width: auto !important; }2. I’d like to test something, can you please create me an administrator account? post it here as a private reply.
Cheers!
JosueNo, that will apply the change i gave you in the other topic only when viewed in desktop, that way it doesn’t affect the mobile view.
Look for this code in the Quick CSS:
.logo img { position: relative; top: 12px; } .header-scrolled .logo img{ top: 0; }Simply replace it by this:
@media only screen and (max-width: 767px) { .logo img { position: relative; top: 12px; } .header-scrolled .logo img{ top: 0; } }Best regards,
JosueHave you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueJune 6, 2014 at 11:34 pm in reply to: Increase height of the header, but keep transparency mode. #275888Hey Jeff!
Is it possible to choose a custom height for the header AND in the same time, to choose the transparency mode ?
Quick answer: No, it’s not possible at the moment, you’d need to either set a large or slim as the header size. But i’m pretty sure this will be fixed in the future.
Cheers!
JosueHi!
We need to see the site live in order to help you debug this issues.
Best regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueMade a quick video:
http://screencast.com/t/79gWPPoOOh, now i see what you are referring to, sorry for the confusion.
Applying the LS included fonts is quite easy actually, you just have to set the font-family here:

Regards,
Josue -
This reply was modified 11 years, 10 months ago by
-
AuthorPosts
