Forum Replies Created
-
AuthorPosts
-
Hey!
Try adding this code to the Quick CSS:
body { font-family: "Lucida", sans-serif !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.av_phone_active_left .phone-info{ width: 100%; position: relative; }Cheers!
JosueHi,
Have you tried re-generating and re-uploading the font? can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey Luke!
You can enable ALB + Avia Meta Boxes (transparent header, sidebar, footers, etc) by adding this to the theme / child theme functions.php:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('portfolio', 'page', 'tribe_events'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('portfolio', 'page', 'tribe_events'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('portfolio', 'page', 'tribe_events'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }Best regards,
JosueHey!
Can you post the link to the page where you are trying this? to limit the tab titles hiding CSS on a specific Tabs element use this:
.custom-class .tab_titles { display: none !important; }Regards,
JosueDecember 10, 2014 at 11:37 pm in reply to: cargar automáticamente una plantilla predeterminada en porfolio items #366322Es bastante raro, me puedes crear un usuario de administrador? ponlo aqui como respuesta privada.
December 10, 2014 at 9:42 pm in reply to: Shortcodes icons like "partner/logo element" have disappeared!! #366259Hola Alfonso,
El elemento Tabla funciona correctamente – http://screencast.com/t/6v1hodTBTxI. Con respecto al Partner/Logo lo vas a encontrar en “Elementos Multimedia” bajo el nombre de ‘Clonar elemento’ – http://screencast.com/t/cY7wkrZvj (es una traducción incorrecta que será corregida en la próxima version).
Saludos,
JosueHey!
Try adding this code to the Quick CSS:
#color-section .flex_column{ margin-bottom: 0 !important; }Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
add_filter('avf_form_subject','avia_change_mail_subject', 10, 3); function avia_change_mail_subject($subject, $new_post, $form_params) { $subject = 'New message sent by CAREER form'; return $subject; }Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueDecember 10, 2014 at 7:30 pm in reply to: cargar automáticamente una plantilla predeterminada en porfolio items #366194Hola,
Asegúrate de tener el plugin a la ultima version.
Sobre lo otro, prueba poner este código en el archivo functions.php del theme (al final):
function custom_post_grid_query( $query, $params ) { $query['orderby'] = 'title'; $query['order'] = 'ASC'; return $query; } add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);Saludos,
JosueHey!
Try updating via FTP:
Regards,
JosueDecember 10, 2014 at 1:48 am in reply to: Scroll to top hightlight first menu item as active, and should not #365766Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regarding the other question, use this plugin to set a different menu for the blog page.
Cheers,
JosueHey!
Try changing the media query max-width value:
@media only screen and (max-width: 1024px) { .logo a span { display: none !important; } .responsive .logo a { background: url('http://dev.bogosavljev.com/wp-content/themes/quince-child/images/new_big_logo_100.svg'); background-repeat: no-repeat; background-size: 100%; } }Cheers!
JosueHey Anna!
That’s a Color Section with a Heading element + 5 Icon element wrapped into 1/5 Columns – http://screencast.com/t/zbm6nnD1vXNw
Regards,
JosueDecember 10, 2014 at 1:38 am in reply to: Options for removing sliders from mobile, not just css display:none? #365762Please let us know how it goes so we can mark the topic as solved :)
Cheers!
JosueHi!
What’s the password to check that page? have you tried changing the number of columns in the Gallery settings?
Cheers!
JosueHey Anne-Marie!
Go to Appearance > Menus, build a new menu and set it as the Main Menu – http://screencast.com/t/4iLJc1t145YD
Best regards,
JosueHi Martijn!
Yes, that’s a limitation, one thing you can do is mimic the desired layout with avia builder elements only (using Widget element a replacement for the sidebar), something like this – http://screencast.com/t/h4RGUPSxNTDJ
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
.js_active .avia-slideshow li:first-child { visibility: visible !important; }Cheers!
JosueDecember 10, 2014 at 12:45 am in reply to: cargar automáticamente una plantilla predeterminada en porfolio items #365741Hola,
1. Lamentablemente en este momento no existe funcionalidad para hacer que una plantilla se cargue automaticamente y/o hacer que sea inmodificable.
2. ¿Haz probado desactivar todos los plugins?
Saludos,
JosueHey!
Try adding this code to the Quick CSS:
.mfp-bg { background: red; }Cheers!
JosueHey!
1, 2. I couldn’t really note it, use this code in Quick CSS to adjust that:
.avia_wpml_language_switch li span { position: relative; top: 2px; font-size: 12px; }3. Add this:
#mobile-advanced .language_native, #mobile-advanced .language_translated { display: none !important }Cheers!
JosueYou are welcome Bernd, always glad to help :)
Regards,
JosueHi Mohan,
The Enfold included layout builder is the Advanced/Avia Layout Builder, if you have any problems with that we are more than able to help you, but please understand that we can not give support for a third-party page builder.
Regards,
JosueHello Mohan,
Fusion Builder is not something made by us, therefore we can’t support it. Anyhow, i see you switched to the Avia Layout Builder in the /services/ page and the issue seems to be resolved – http://screencast.com/t/ZenIK0q9YXB
Best regards,
JosueDecember 9, 2014 at 4:28 am in reply to: How can I download a copy of the latest update without actually updating? #365146Hey!
There isn’t unfortunately, you’d need to re-purchase the theme or contact Envato Support.
Cheers!
Josue -
AuthorPosts
