Forum Replies Created
-
AuthorPosts
-
August 12, 2015 at 9:20 pm in reply to: Option for parallax or fixed setting on background video of colour section #486790
Hi!
Have you tried using a Color Section with a video as background?
Cheers!
JosueYou are welcome Joe, glad to help :)
Regards,
JosueAugust 12, 2015 at 3:53 am in reply to: PROBLEM WITH WPML AND ENFOLD WHEN YOU NEED TO DO A LINK WITH BOX WITH ICON #486278Hola,
Gracias, no estoy seguro porque pasa esto en tu instalación (he probado reproducirlo en la mía sin éxito), no es un problema de version de WPML, lo que sucede es que dentro del dialogo Ajax que abren los elementos de Enfold se esta ignorando el código de lenguaje WPML activo y esto hace que la lista de Paginas que se propaga en las opciones de enlace no sea la esperada (Enfold hace un filtro donde solo se muestran las Paginas del idioma activo). Como una solución he añadido el siguiente código a tu functions.php para deshabilitar este filtrado y hacer que se muestren todas las paginas:
add_action( 'init', 'avia_deactivate_wpml_page_filter', 10); function avia_deactivate_wpml_page_filter(){ remove_filter( 'avf_dropdown_post_query', 'avia_wpml_filter_dropdown_post_query', 10, 4); }¿Desde cuando tienes este problema? es posible que sea algún cambio de configuración de seguridad en tu servidor o similar.
Saludos,
JosueHey!
Should be like this:
<a href='http://www.youtube.com/watch?v=tHX2BM2NV0Q'><img src=' https://i.ytimg.com/vi/tHX2BM2NV0Q/hqdefault.jpg'></a>“YOUTUBE_CODE_HERE” would be “tHX2BM2NV0Q”.
Best regards,
JosueHm, the only Pin button i’m seeing -in both pages- is the one in the logo and it seems to be working as expected.
Hi Joe!
The image element just pulls static images uploaded to the Media library, there’s no way for it to detect that it is being linked to a YT video and change its image accordingly.
However, as you are using YouTube videos we could make use of the already YouTube-generated thumbnail, try using a Text Block / Code Block element with a code like this for your videos:
<a href='http://www.youtube.com/watch?v=YOUTUBE_CODE_HERE'><img src=' https://i.ytimg.com/vi/YOUTUBE_CODE_HERE/hqdefault.jpg'></a>Cheers!
JosueAugust 11, 2015 at 8:10 pm in reply to: Multisite – changing avf_portfolio_sort_first_label – different languages #486150Hi Peter,
Yeah, you could mix the code with language conditionals like, something like
function add_custom_script(){ if(ICL_LANGUAGE_CODE=='de'){ ?> <script> (function($){ $(window).load(function() { $('a[data-filter="kollektion_sort"]').trigger('click'); }); })(jQuery); </script> <?php } elseif (ICL_LANGUAGE_CODE=='en'){ ?> <script> (function($){ $(window).load(function() { $('a[data-filter="collection_sort"]').trigger('click'); }); })(jQuery); </script> <?php } } add_action('wp_footer', 'add_custom_script');Cheers!
JosueAugust 11, 2015 at 9:34 am in reply to: Multisite – changing avf_portfolio_sort_first_label – different languages #485787Hi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('a[data-filter="kollektion_sort"]').trigger('click'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueAugust 11, 2015 at 8:16 am in reply to: Imported fontella icons but not showing correctly on site #485764You are welcome, glad to help :)
Regards,
JosueHey!
Yes, i’ve tried on Windows 8.1 IE/Chrome, it didn’t take more than 5 seconds, i’d suggest you checking in a speed test tool like:
http://webpagetest.org
http://tools.pingdom.com/fpt/Cheers!
JosueHi!
You’d need to use the 3rd approach (Image element) and set the thumbnail manually as the Image element, there’s no way in Enfold to auto-generated a thumbnail for self-hosted videos.
Regards,
JosueHey!
I think this is the expected result, a bot is not meant to read a website as a normal users, the source code is what matters most to them.
Regards,
JosueAugust 11, 2015 at 4:36 am in reply to: Fontello icons in Menu • Visual Composer • Social count #485721Hi!
1. I don’t think so, but feel free to request it here as a new feature.
2. It may, but you’d probably need to disable Enfold ALB or modify the theme/plugin, please note that third-party plugin support it’s outside our scope.
3. That would depend on the plugin you’d use, it could add some extra HTTP requests but it should not be a big increase i think.
Best regards,
JosueHey!
Try the following:
1. In Blog Settings, select this option – http://imgur.com/P6QkPdR
2. Go to the Blog Page and edit it like any other Page, drag an ALB Blog element to mimic the Blog grid.
3. Duplicate or do the same for the other language version of the Page.Best regards,
JosueHi!
Can you post a screenshot of the issue? i don’t see any accordion sliders in your Page.
Best regards,
JosueAugust 11, 2015 at 4:09 am in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #485716You are welcome Eckhard, glad to help :)
Regards,
JosueHi!
Have you checked on another computer / network to discard?
Cheers!
JosueAugust 11, 2015 at 2:50 am in reply to: Imported fontella icons but not showing correctly on site #485698Hey!
Check it now, i edited the code in your child theme functions.php.
Best regards,
JosueAugust 11, 2015 at 1:38 am in reply to: PROBLEM WITH WPML AND ENFOLD WHEN YOU NEED TO DO A LINK WITH BOX WITH ICON #485675Hola,
Al parecer es un problema con algun cambio en las versiones recientes de WPML y el codigo que usamos para obtener la lista de Paginas en las opciones de enlazamiento. ¿Nos podrias proporcionar una acceso FTP para verlo con mas detalle?
Saludos,
JosueAugust 10, 2015 at 10:56 pm in reply to: Masonry Gallery Order – fronted gallery display sort order is different than admin sort order #485634Hey Eckhard!
Add this to Quick CSS:
#top #wrap_all .avia-gallery-thumb a { min-height: 360px; }That will fix the sporadic gaps in the Gallery element.
Best regards,
JosueHi!
Try using a plugin like this:
https://wordpress.org/plugins/pinterest-pin-it-button-on-image-hover-and-post/Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.woocommerce-page .form-row .button { float: none; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueAugust 9, 2015 at 11:24 pm in reply to: PROBLEM WITH WPML AND ENFOLD WHEN YOU NEED TO DO A LINK WITH BOX WITH ICON #484978Hola,
Puedes escribir en Español si prefieres, ¿cual es el problema que estas teniendo?
Saludos,
JosueAugust 9, 2015 at 10:59 pm in reply to: Imported fontella icons but not showing correctly on site #484965Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Try with this code:
add_filter('avf_default_icons', function($icons) { $icons['mobile_menu'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue811'); return $icons; }, 10, 1);Cheers!
JosueHey!
That’s the expected WordPress behaviour when you use pagination on a page with multiple loops, regarding the lightbox gallery, that’s expected too, because it uses the images currently present (or visible) on that page. I’d suggest using a different approach for this, maybe a LayerSlider or a Content Slider could do it, ideally you would want to have the pagination on the client side (like with slider arrows/dots).
Best regards,
JosueHi!
Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/riDmalT9y3
Regards,
JosueHey!
Youtube iframes are not natively responsive, they require some wrapping and custom coding, similar to what we do with the Enfold Video element, which you’re using right now it seems, i’d suggest you stick with that or use a specialised plugin, like this.
Best regards,
Josue -
AuthorPosts
