Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Can you post a screenshot of your view in Edge?
Regards,
JosueThat may be possible by doing a direct inclusion of a post content in a template file (footer.php), it sounds simple but it would require debugging and modding because grid row (or any fullwidth element) needs to have certain wrappers in order to function correctly. Unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueFebruary 25, 2016 at 2:03 pm in reply to: Contact Form autoresponse text with name field included #589066Correct, have you tested it? did it work?
De nada, un gusto poder ayudado.
Saludos,
JosueFebruary 25, 2016 at 1:25 pm in reply to: Missing category info in post meta infos using ALB #589032Glad to help and thanks for sharing your implementation.
Best regards,
JosueYa esta arreglado, era jQuery Updater.
Hi!
Try moving all your custom Quick CSS to your child theme style.css.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
span.avia-single-number { font-size: 0; } span.avia-single-number:after{ content: attr(data-number); font-size: 30px; }Cheers!
JosueI’m thinking maybe edit the footer.php code in the child theme to pull in the contents of a specified page? Just include some code in footer.php to include the Grid Row?
Correct, that would be the way to do it, you could start by creating a Grid Row on a separate Page and then copying the generated markup to your child footer.php (at the start) or in child functions.php (via
ava_before_footerhook).Regards,
JosueFebruary 25, 2016 at 12:26 pm in reply to: Missing category info in post meta infos using ALB #588985Hey Hella!
You’d need to add a shortcode for categories too:
function custom_shortcode_func2() { ob_start(); echo the_category( ', ' ); $output = ob_get_clean(); return $output; } add_shortcode('the_category', 'custom_shortcode_func2');Shortcode:
[the_category]Cheers!
JosueHey!
Use something like this instead:
<div class="centered-buttons"> [av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class=''][av_button label='Click me' link='manually,http://' link_target='' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' custom_class=''] </div>And add this to Quick CSS:
.centered-buttons .avia-button-wrap { display: inline-block; margin: 0 5px; } .centered-buttons{ text-align: center; }Cheers!
JosueHey Krissie!
We haven’t tested that plugin with the theme so we can’t really tell if it’s compatible or not. I’ll leave this thread open in case someone else has something to say about it.
Best regards,
JosueFebruary 25, 2016 at 12:05 pm in reply to: Contact Form autoresponse text with name field included #588964Hi,
The following code should do the work but you may need to change
avia_nombre_1according to your form structure:function modify_autorespondermessage_func($message) { $new_message = "Dear". $_POST['avia_nombre_1']."<br>"; $new_message .= $message; return $new_message; } add_filter('avf_form_autorespondermessage', 'modify_autorespondermessage_func', 10, 1);Can you post the link to your form page please?
Regards,
JosueHi!
The blog template consists of two files:
- index.php
- includes/loop-index.php
You can include a copy of both in your child theme and modify them there.
Cheers!
JosueFebruary 25, 2016 at 12:01 pm in reply to: No muestra en web pase de contenido o easy slider #588959No me funciona.
February 25, 2016 at 12:00 pm in reply to: Different lightbox galleries in a page with specific images each one #588957Hi!
Set a class of
avia-galleryto the parent element of each Gallery.Best regards,
JosueHey!
At the moment no, you can’t do this with the Enfold map element unless you modify the JS but it’s not recommended. A better solution would be to use a third-party Map plugin that has this feature built-in.
Feel free to request it here as a new feature.
Regards,
JosueYa esta, el codigo final es:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('a').not('a[href*="inmunologia.org.ar"]').attr('target','_blank'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Hey!
Sorry for the delay, it’s fixed now, it was these settings – http://screencast.com/t/KaBoXNWUomF3 (they must be OFF, in case anyone else have a similar issue).
Cheers!
JosueFebruary 25, 2016 at 11:13 am in reply to: No muestra en web pase de contenido o easy slider #588907Pasame un usuario Administrador por respuesta privada.
Hey!
Set that Page as the Blog in Theme Options, and in Blog Layout – http://screencast.com/t/nQ0YnuxZm3
Cheers!
JosueYou may need to do that for old Posts, but new ones shouldn’t have this problem.
Regards,
JosueHi!
What do you get when you input the URL here?
https://developers.facebook.com/tools/debug/Best regards,
Josue -
AuthorPosts
