Forum Replies Created
-
AuthorPosts
-
October 7, 2015 at 11:00 pm in reply to: Put Shortcode of the layerslider to template-builder.php to show it on each page #515492
Hey!
This is expected, the bundled version of LS is meant to be used within Enfold’s ALB, you’d need to rely either in the solution you mentioned here or purchase LS separately and use its native shortcode.
Best regards,
JosueHi,
Can you please create me a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueHey!
1-2. Try adding this code to the Quick CSS:
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 200px; } #header_main_alternate .container { height: 0 !important; } .header-scrolled ul#avia-menu { top: -55px; }3. This will require you to edit js/avia.js, look the iterances (2) of:
el_height/2Change
2for1.8or lower.Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi!
These should work (in Quick CSS) once you place the @font-face code in the head element:
p { font-family: ‘caviar_dreamsregular’, Arial, sans-serif; } h1 { font-family: ‘caviar_dreamsregular’,Delicious, sans-serif; }Cheers!
JosueHi!
It was an h1 at the start of the Text Block, i removed it manually – http://screencast.com/t/TPghtvWnav
Cheers!
JosueHey!
Try it now, here’s the final code:
function modify_autorespondermessage_func($message) { if( pll_current_language('locale') == 'de_DE' ){ $salute = "Hallo"; $firstname = 'avia_vorname_1'; $lastname = 'avia_nachname_1'; }else{ $salute = "Dear"; $firstname = 'avia_name_1'; $lastname = 'avia_surname_1'; } $new_message = $salute." ".$_POST[$firstname]." ".$_POST[$lastname]."<br><br>"; $new_message .= $message; return $new_message; } add_filter('avf_form_autorespondermessage', 'modify_autorespondermessage_func', 10, 1);Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueCan you post a link to the forms? both English and German versions.
Could be if more people requests, feel free to post it here:
https://kriesi.at/support/enfold-feature-requests/Best regards,
JosueOk, try your form now, i’ve changed the code to this:
function modify_autorespondermessage_func($message) { if( pll_current_language('locale') == 'de_DE' ){ $salute = "Hallo"; $firstname = $_POST['avia_name_1']; $lastname = $_POST['avia_surname_1']; }else{ $salute = "Dear"; $firstname = $_POST['avia_vorname_1']; $lastname = $_POST['avia_nachname_1']; } $new_message = $salute." ".$firstname." ".$lastname."<br><br>"; $new_message .= $message; return $new_message; } add_filter('avf_form_autorespondermessage', 'modify_autorespondermessage_func', 10, 1);Cheers!
JosueLogin provided doesn’t work, please check.
Best regards,
JosueHi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueOk, try it now. I’ve changed it to
ava_after_main_container.Check the icon code in your child theme functions.php.
Best regards,
JosueAh, well i’m not sure if that’s possible to be honest, in any case that’s beyond our support scope. You can request a customisation quote from a third-party provider here.
Regards,
JosueHi,
Can you please create us a WordPress administrator account on that install? post it here as a private reply.
Regards,
JosueHm, i think this can work for you:
https://wordpress.org/support/topic/plugin-contact-form-7-send-acutal-url-with-emailCheers!
JosueHey!
Try using the widget again, i’ve changed the code to use the
ava_main_headerhook instead, which is more appropriate for your kind of header.Cheers!
JosueHi!
Check it now.
Cheers!
JosueHi Ivan!
You’d need to put a condition, something like:
function modify_autorespondermessage_func($message) { if( pll_current_language('locale') == 'de_DE' ){ $salute = "Hallo"; }else{ $salute = "Dear"; } $new_message = $salute.$_POST[‘avia_name_1′].” “. $_POST[‘avia_surname_1′].”,<br><br>”; $new_message .= $message; return $new_message; } add_filter(‘avf_form_autorespondermessage’, ‘modify_autorespondermessage_func’, 10, 1);Reference:
https://polylang.wordpress.com/documentation/documentation-for-developers/functions-reference/Best regards,
JosueHi Carmen!
Please try re-install the themes, there seems to be some issues with the theme files.
Best regards,
JosueHey!
I’d recommend you to keep it as it could be of use but if you want to remove it look for the following code in your child theme functions.php:
add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }Best regards,
JosueOctober 7, 2015 at 3:36 am in reply to: Spacing between menu and content is different on different sites #514884You are welcome, glad to help :)
Regards,
JosueOctober 7, 2015 at 12:44 am in reply to: 'Show excerpt in all magazine blog list' with "Read More" link #514860Oh ok, simply edit magazine.php, look for this part:
else { $excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, ''); }Change it to:
$excerpt = !empty($entry->post_excerpt) ? $entry->post_excerpt : avia_backend_truncate($entry->post_content, apply_filters( 'avf_magazine_excerpt_length' , 60) , apply_filters( 'avf_magazine_excerpt_delimiter' , " "), "…", true, '');Cheers!
JosueDebug windows is this – http://screencast.com/t/Ufc2yGFPalM
Best regards,
JosueHm, i couldn’t find “Karin” on the backend neither, it’s weird. Try creating a new post and set the correct title, then pass the contents via the debug window below ALB.
Best regards,
Josue -
AuthorPosts
