Forum Replies Created
-
AuthorPosts
-
You are welcome Sara, glad to help :)
Regards,
JosueWhen setting the image on the Hotspots element make sure to select the Full Size version here – http://a.pomf.se/pphbns.png
Put a link like this somewhere in your Page content:
<a href="http://website.com/formpage?iframe=true" id="trigger_this_on_load">Open PopUp</a>And add this to your theme / child theme functions.php:
add_action('wp_footer', function() { ?> <script> (function($){ $(window).load(function() { $("#trigger_this_on_load").trigger('click'); }); })(jQuery); </script> <?php });Cheers!
JosueCheck it now, there was an unnecessary “#” on the tarieven section ID.
Best regards,
Josue1. Simply put it on a link, like this:
<a href="http://website.com/formpage?iframe=true">Open PopUp</a>2. That would require a slightly different procedure, have you already created the form page?
3. Yes, it is.Create a new Page for your form (use a Blank Template – no header no footer), then simply link it like this:
http://website.com/formpage?iframe=trueCheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function 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_enqueue_scripts', 'change_aviajs', 100 );Cheers!
JosueYou are welcome Andreas, glad to help :)
Regards,
JosueTry adding this code to the Quick CSS:
.mejs-controls { display: none !important; }Cheers!
JosueJune 8, 2015 at 10:41 am in reply to: how to change 'in [category]' to 'at [category]' under post title #455927Hi Mark,
Open includes/loop-index.php and look:
echo '<span class="blog-categories minor-meta">'.__('in','avia_framework')." ";Replace it by this:
echo '<span class="blog-categories minor-meta">'.__('at','avia_framework')." ";Regards,
JosueHey!
Try adding this code to the Quick CSS:
#top .avia_ajax_form input[type='text'], #top .avia_ajax_form input[type='email'], #top .avia_ajax_form select, #top .avia_ajax_form textarea { border-radius: 0 !important; }Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Check this article:
http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/Cheers!
JosueHi Gabriel!
It would be better to use a specialized form solution for that, like Contact Form 7 which allows this out of the box.
Regards,
JosueDone, here’s the final code:
function my_tags_shortcode() { ob_start(); the_tags( 'Tags: ', ', ', '<br />' ); return ob_get_clean(); } add_shortcode( 'mytagshere', 'my_tags_shortcode' );Best regards,
JosueJune 8, 2015 at 10:25 am in reply to: Avia Layout Builder content disappears when editing page #455893Hey Richard!
I’m definitely not seeing the same as yours (http://a.pomf.se/qqzgze.png), this could be related to cache, can you please go to File > New Private Window and check if it happens there too? (or better, check on another browser / computer).
Cheers!
JosueAccess provided here is no longer working.
Regards,
JosueYou are welcome Chris, glad to help :)
Regards,
JosueHi!
Try changing your code to:
function change_aviaprintcss() { wp_dequeue_style( 'avia-print' ); wp_enqueue_style( 'avia-print-child', get_stylesheet_directory_uri().'/css/print.css', array(), '2', 'all' ); } add_action( 'wp_enqueue_scripts', 'change_aviaprintcss', 100 );Regards,
JosueHi!
1. Import them as a webfont, they should be available as a webfont here.
2. Add this at the very end of your theme / child theme functions.php file:
function avia_add_custom_icon($icons) { $icons['imdb'] = array( 'font' =>'_IMPORTED_FONT_NAME_HERE_', 'icon' => '_ICON_CODE_HERE_'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['imdb'] = 'imdb'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Best regards,
JosueHi!
Try adding this to your child theme functions.php:
function my_tags_shortcode() { return get_the_tags( 'Tags: ', ', ', '<br />' ); } add_shortcode( 'mytagshere', 'my_tags_shortcode' );Remove the shortcode you created in Shortcodes UI first.
Regards,
JosueJune 8, 2015 at 10:11 am in reply to: Masonry entries – add custom url like in Masonry porfolio #455872Hi!
1. That functionality works on Masonry elements too, just set a Custom Link in the Portfolio Item and it will reflect on the masonry.
2. It is possible but it would require a heavy modification to the theme, unfortunately that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Best regards,
JosueHey Laurent!
One thing you can do is create a duplicate of these columns (ordered as you wish them to be in mobile) and then hide/show them accordingly (wrap each on a Color Section and set a custom ID to each), then add this to Quick CSS:
#mobile_version{ display: none; } @media only screen and (max-width: 767px) { #mobile_version{ display: block; } #desktop_version{ display: none; } }Regards,
JosueHi!
Try doing a hard refresh on Safari, probably some resources are being cached. Check on another computer to discard.
Regards,
JosueHi Chris!
Something in your Quick CSS is nullifying the custom width container code, i believe is this:
@media only screen and (max-width: 767px) { .responsive .logo { float: right; }Missing closing brace “}”.
Best regards,
JosueJune 8, 2015 at 9:58 am in reply to: Avia Layout Builder content disappears when editing page #455852Hi!
@rshaules, does the issue occurs with all Pages or it is specific to certain ones? can you post a screenshot of what you see?
@clemen2001, can you please create us a WordPress administrator account? post it here as a private reply.Cheers!
JosueHey!
In the MC4WP Forms page, change the following in your Form:
1. Change the container div to (addedav-custom-form-color av-light-formclasses):<div class="av-form-labels-hidden av-custom-form-color av-light-form">2. Add
modified_widthto the paragraph containing the button:<p class="form_element form_element_third modified_width">Cheers!
JosueJune 8, 2015 at 9:44 am in reply to: sidebar at the bottom (instead of top) on the blog page! #455838Hola Mario,
Tendrías que ponerlos fuera de todo contenedor si deseas que aparezcan en el borde, para ello podrías usar un hook como este (en functions.php de child theme):
add_action('get_footer', function() { ?> HTML de Iconos Aqui <?php });Saludos,
JosueHi!
You can do the following to overwrite portfolio.php with a version on your child theme:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/Best regards,
Josue -
AuthorPosts
