Forum Replies Created
-
AuthorPosts
-
Hey!
You need to make your video HTML5-compliant, try using this tool:
http://easyhtml5video.com/Regards,
JosueApril 6, 2015 at 7:31 pm in reply to: 'Show excerpt in all magazine blog list' with "Read More" link #424168Hey @Yeti!
Do you have an excerpt defined in each Post?
Best regards,
JosueHi Niels!
You can enable Parallax in mobiles (at your own risk), open js/shortcodes.js and remove this lines (1936-1939):
if(_self.isMobile) { return; //disable parallax scrolling on mobile }Regards,
JosueHm, podrías especificar en que pagina y que elemento no esta alineado? si te refieres al contenido / footer es porque en el contenido estas usando 3 columnas y en el footer 4 – http://screencast.com/t/wVvJhej3z
Hello,
Refer to:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/Regards,
JosueYou could use Vimeo (Plus / Pro) or self-host your videos in HD, so that’s the only version which gets played.
Hey,
I’ve investigated a little bit on this issue and found out that is not possible to force HD playback with the current YouTube API, some time ago you could simply append
&hd=1to the video URL but that’s not supported anymore unfortunately.It’s also worth mentioning that Vimeo allow this for its Plus/PRO users (see “HD Embedding”):
https://vimeo.com/plusRegards,
JosueHmm, dependería del espacio disponible, ¿lo has intentado?
Yes but on your website i’m getting this – http://screencast.com/t/VR5D1H6DBLr
Hi!
Try adding this:
@media only screen and (max-width: 767px) { .responsive #top #main { padding-top: 216px !important; } #top.home #main{ padding-top: 0 !important; } }Best regards,
JosueHey!
Your video is not playing because you’ve set it to Private (in Youtube).
Cheers!
JosueHola,
Si, es posible pero no recomendable ya que al ser un sistema de grillas que afecta todas las columnas se puede perder uniformidad. ¿Que es lo quieres lograr exactamente?
Saludos,
JosueHola,
Usa esto para el contenedor del blog individual y el footer de unbuenplan:
#footer .container, .container.template-blog.template-single-blog { max-width: 100%; }Para lo de gestionayuntamiento prueba con esto:
@media only screen and (max-width: 767px) { #header_meta { background: red !important; } }Saludos,
JosueHola Mario!
El alto del footer va a depender del contenido que le pongas, los Widgets de texto por defecto tienen un margen inferior y superior de 30px, puedes cambiar eso para reducir la altura del footer:
#footer .widget_text { margin: 10px 0 10px 0; }Saludos,
JosueHey!
Check it now, i changed line 722 in your child avia.js, from:
tempPadding = tempPadding + non_shrinking + non_shrinking2;To:
tempPadding = 0;Best regards,
JosueHi!
I’ve reported the sidebar issue to Kriesi.
Regarding the other points; no, it’s not possible, when you activate ALB it will transform that post into a empty canvas, meaning that all pre-defined templating (in case of Post:: title, thumbnail, meta data, etc) will be ignored, so you’d need to rebuild those elements using ALB elements.
Cheers!
JosueHmm, no, that won’t work because of how the markup is structured.
Best regards,
JosueThen the problem is not coming from the theme or WordPress but from the video itself, maybe something related to its encoding.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHey!
Seems to be working now, make sure to refresh your browser cache.
Cheers!
JosueHm, we can help you doing the update but we’d need to have access to the site, let us know through this topic when you publish the site.
Cheers!
JosueHello Mustafa,
Please note that we’re not ‘supposed’ to fix third-party script’s conflicts with the theme (see support scope here).
That being said, i tried reproducing your issue on my local install and saw what was causing it. The problem is, it’s not really possible to fix it as we can’t alter the pinit.js script from our ends. However, i found a workaround:
1. Place the Pinterest follow button code on an empty HTML file somewhere on your server.
2. Now on the Text Widget, you’ll embed that HTML file using an iframe:<iframe src="_URL_TO_HTML_FILE_HERE_" style="height: 37px; border: 0;"></iframe>That way, pinit.js won’t affect the Enfold markup.
Cheers!
JosueHey!
Unfortunately, the accordion slider styles is not available in the PSD as it was recently added to Enfold.
Best regards,
JosueHi!
No, it’s not possible because the Pin javascript totally changes the markup of the share button. You’d need to look for another methods:
http://stackoverflow.com/a/11212220Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('deactivate_layerslider');Cheers!
JosueSobre el header en la pagina de Gestion, prueba hacer lo siguiente:
Abre js/avia.js y busca la linea 1509:
isMobile = $.avia_utilities.isMobile,Remplazalo por:
isMobile = false,Glad to help Corina, you too :)
Best regards,
JosueSobre lo del video en la pagina de Pablo y su mama no me parece que sea un problema del theme o de WordPress sino del video en si (tal vez tenga que ver con la codificacion o algo relacionado).
Ya que, si accedes directamente al video podras notar que no se ve nada (solo se escucha el audio).
Ok, ya funcionan. Vamos por partes.
El problema del margen superior en las Entradas ocurre debido a este código que tienes aqui:
.content{ padding-top: 0px !important; }Sobre la pagina de Servicios lo que podrias hacer es ponerle un ID a esa seccion y luego con CSS aumentarle el ancho maximo del contenedor:
#seccion_servicios .container { max-width: 1330px; } -
AuthorPosts
