Forum Replies Created
-
AuthorPosts
-
Hey Martin!
Try adding this code to the Quick CSS:
span.text-sep.text-sep-date { display: none; }Cheers!
JosueHey Robert!
Check it now, i modified the js/avia.js file in order to include the WPML menu in the mobile menu + make the language desktop menu items to scroll at the same speed of the main menu. I’d suggest making a backup of this file or use a child theme so it survives updates, here’s the mods:
Line 330, to include language switcher menu inside mobile menu:
mobile_advanced = menu.clone().attr({id:"mobile-advanced", "class":""}).append($('.avia_wpml_language_switch').children().clone()),Line 1436, to make scroll animation affect language switcher menu:
elements = $('#header_main .container:first, #header_main .main_menu ul:first-child > li > a:not(.avia_mega_div a, #header_main_alternate a), .avia_wpml_language_switch span.language_code'),Cheers!
JosueHi Bernd!
Check it now, i changed it so the code only gets applied on the festivalfilme-2014 page.
Cheers!
JosueYou are welcome Bruno, always glad to help :)
Regards,
JosueHey Bruno!
I modified line 719 in js/avia.js (
target = container_offset - fixedMainPadding + 80) and it seems to be working, please check it.Regards,
JosueHey!
Where is your custom CSS stored? i couldn’t find it neither in Quick CSS nor child style.css.
Best regards,
JosueHi Bruno!
Access doesn’t work, please re-check.
Best regards,
JosueHola,
Ponle una clase a ese encabezado y le pones un margin-top dentro de un media query móvil:
@media only screen and (max-width: 767px) { .encabezado-notecortes{ margin-top: 150px !important; } }Para evitar la reducción del header en móviles tendrías que revertir el cambio en js/avia.js que te indique en el otro topic. Sobre lo del menu la opción debería estar allí, sino la vez activala aqui – http://screencast.com/t/UoIbMBiXvJr
Saludos,
JosueHi Bruno,
Sorry for my late reply, can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Don’t worry about that message, it won’t prevent you from editing and translating the theme files.
Cheers!
JosueHi!
Are you referring to the lightbox prev/next arrows?
Regards,
JosueHola Belén
Por lo que describiste en tu primer mensaje podrías poner algo como “/personas/”, mas si deseas hacer una redirección de un item de portfolio a una pagina tendrías que utilizar un plugin externo – https://wordpress.org/plugins/wp-redirects/
Saludos,
JosueSigue esta guía – https://vimeo.com/67221517, luego de activar el child theme busca el botón (Enfold > Import/Export) para importar la configuracion del parent theme.
If you haven’t touched the theme files there is nothing to worry about. Follow this guide on how to do that via FTP – https://vimeo.com/67209750
Si, efectivamente el cambio se va a perder cuando actualices, lo que recomendamos siempre en estos casos es usar un child theme e incluir este código en el functions.php del child theme (ademas de crear una carpeta js y poner el avia.js modificado):
function wp_change_aviajs() { wp_dequeue_script( 'avia-default' ); wp_enqueue_script( 'avia-default-child', get_stylesheet_directory_uri().'/js/avia.js', array('jquery'), 2, true ); } add_action( 'wp_print_scripts', 'wp_change_aviajs', 100 );Si es que esto es mucho trabajo tendrías que o no actualizar o prescindir de esta funcionalidad en móviles, el problema es que el achicamiento del header es logrado via JavaScript mientras que la transparencia si puede ser manejada completamente via CSS.
Saludos,
JosueHey!
You are not using the latest version of Enfold, i logged to your site and uploaded a duplicate of Enfold (3.0.4, named Enfold Test), i’d ask you to activate it for a moment and ascertain that the media button works.
Best regards,
Josue¿A que barras laterales te refieres?
Cambia esta linea
.responsive #top #header {position: fixed; }Por esto:
.responsive #top #header {position: fixed !important; background: transparent !important; }Tambien abre js/avia.js:1368 y cambia:
if(shrinking && !isMobile)Por:
if(shrinking)Saludos,
JosueHola!
Pero me gustaría enlazar cada una de esas imágenes del portfolio con una página de la propia web. Es decir, al pinchar la foto que se abriera una página (no externa) donde yo pudiera meter información mucho más extensa y con un formato que yo creara..
Puedes utilizar los items de Portfolio para esto, como cualquier pagina o entrada de WordPress, si deseas también puedes cambiar el “slug” (la parte de la URL que dice /portfolio-item/) por algo mas apropiado en Opciones > Enlaces Permanentes.
Saludos,
JosueHey!
Which Slider are you using? can you post a link to your site.
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueHey Viktoria!
Check your website, i used this code in Quick CSS:
.logo, .logo a{ width: 900px; }Regards,
JosueChange your slide caption CSS code to this:
#top .home_slider3 .entry-content-header, #top .home_slider3 .slide-meta, #top .home_slider3 .slide-entry-excerpt { color:#ffffff; background-color:#0084b2; max-width: 380px; padding: 0 20px; } #top .home_slider3 .entry-content-header{ padding-top: 20px; } #top .home_slider3 .slide-entry-excerpt{ padding-bottom: 20px; } #top .home_slider3 .slide-content{ position:relative; width: 910px; float: none; margin: -100px auto 0 auto; }Best regards,
JosueHey!
Try with this code in your theme / child theme functions.php:
function custom_func() { ?> CODE HERE <?php } add_action('wp_footer', 'custom_func');Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueYou need to put it inside of a Color Section and set the identifier (class or ID) to the Color Section, not to the element.
December 1, 2014 at 2:38 am in reply to: Shopping cart – Disable product image link and remove show details. #360526You are welcome Micheal, always glad to help :)
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueTo change the bottom arrow of the tooltip:
.avia-tooltip .avia-arrow { background: red; } -
AuthorPosts
