Forum Replies Created
-
AuthorPosts
-
Hi Surya,
Open /framework/php/class-form-generator.php and look for line 713:
$message = stripslashes($message);Replace it by this:
$message = apply_filters("avf_form_message", stripslashes($message), $new_post, $this->form_params);Then add this to the theme functions.php:
function change_form_message($message) { $message .= "<br>- This e-mail was sent from a Promo Blast on Villa Bugis (http://villabugis.com)"; return $message; } add_filter('avf_form_message', 'change_form_message');Change as needed.
Regards,
JosueJuly 16, 2014 at 11:44 pm in reply to: Enfold new light box magnific Popup – you tube video URLS #292301Hi!
Try this workaround:
https://kriesi.at/support/topic/youtube-video-not-working-in-ligthbox/#post-288867Regards,
JosueHey!
You can link to a tab dynamically like this (that will open the second tab):
http://kriesi.at/themes/enfold/shortcodes/tabs/#tab-id-2Regards,
JosueHey Justin!
Set the layout to stretched and try with a code like this:
#main .container { background: white; } #main .container_wrap{ background: transparent !important; }Cheers!
JosueHi Chelsea!
In functions.php, to add a button:
add_action('ava_after_main_menu','logo_text'); function logo_text() { echo "<div class='logo-text'>"; echo "This is my custom text!"; echo do_shortcode("[av_button label='Click me' link='manually,http://' link_target='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' size='small' position='center' icon_select='yes' icon='ue800' font='entypo-fontello']"); echo "</div>"; }Cheers!
JosueHey!
The applying the fix (.htaccess) described here:
http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problemsCheers!
JosueJuly 16, 2014 at 11:09 pm in reply to: Email address validation in form doesn't work for new gtld's #292282Hi!
Thanks for the suggestion, i’ll let Kriesi know about this.
Cheers!
JosueJuly 16, 2014 at 11:08 pm in reply to: Form email is not successfully sent, but there is no log (or is there?) #292280Hi!
Have you looked for the PHP error_log file? normally its located in the root (/).
Cheers!
JosueHello Harmen,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi,
Can you please create us an account to test? post it here as a private reply.
Regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi Timothy!
LayerSlider seems to be working as expected – http://screencast.com/t/24nt0e7r
Regards,
JosueYou are welcome Steve, always glad to help :)
Regards,
JosueHey Eric!
Yes, as long as all your customization were made without directly touching the theme files it is safe to do that (make sure it keeps the same folder name).
Best regards,
JosueHi!
Something like this should work:
<a href="_URL_" rel="lightbox">Link</a>Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.avia-section .flex_column { background: rgba(255, 255, 255, 0.5); }Cheers!
JosueHi!
Try changing the code to:
.portolio-preview-list-image a, .portfolio-preview-title a { pointer-events: none; }Cheers!
JosueHi Kathrin!
I understand your angst regarding this problem, i replicated your environment as most as i could (Windows 7 + Firefox 30) and tried reproducing the issue, here’s the result:
http://screencast.com/t/YekGK4CE2I’ll ask the rest of the team to check the site on their systems.
Best regards,
JosueHmm, still couldn’t reproduce it, check (only architecture selected):
http://creation-ma.fr/test/Best regards,
JosueHi,
I don’t think thats the culprit, i did a test with WPML+ WooCommerce (only) activated and both the Layout Builder and permalinks did work. I’ll stop for now as i see you (or someone else from the team) are troubleshooting too.
Regards,
JosueJuly 16, 2014 at 8:22 pm in reply to: WooCommerce Plugin and Advanced Editor (Avia Layout Builder) #292223You are welcome, always glad to help :)
Regards,
JosueI’m pretty sure there is some plugin conflicting with the Layout Builder, i deactivated all (except WPML) and it loads and work fine, test it:
http://associacioesclat.com/wp-admin/post-new.php?post_type=pageJuly 16, 2014 at 7:43 pm in reply to: Minor Woo Commerce error issue: "No products found which match your selection." #292200We looking forward to hearing from you :)
Regards,
JosueHey Xavier!
Try adding this code to the Quick CSS:
.av_header_transparency .avia-menu-text:hover { color: rgb(236, 105, 29); } .av_header_transparency .avia-menu-text { color: black; } .avia-menu-text { color: white; }Cheers!
JosueHello,
Have you tried disabling all third-party plugins (except WPML) to see if it gets fixed?
Regards,
JosueDo you have a link to the page where you are trying this?
Regards,
JosueHey!
Your question is very broad, maybe if you share us those images we could provide a better advice :)
Regards,
Josue -
AuthorPosts
