Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueHey!
In that case, remove this code from your Quick CSS:
.av_header_transparency { display: none; }And discard this one i suggested:
.responsive .logo { visibility: visible !important; }Best regards,
JosueOctober 1, 2014 at 11:37 pm in reply to: Fullscreen slider: Frame duration + stop at last frame #328556You are welcome, glad to help :)
Regards,
JosueHi!
Try adding this:
.html_header_top.html_header_sticky #header{ position: fixed !important; } .responsive .logo { visibility: visible !important; }Best regards,
JosueHi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueOctober 1, 2014 at 10:01 pm in reply to: How do we get our business information in the header (opposite the logo?) #328523Hi!
It should be:
.custom_info{ right: 0; position: absolute; line-height: 24px; top: 18px; font-size: 14px; font-family: “Merriweather”; }Cheers!
JosueHi!
The slider in your homepage has its control disabled, please enable them first.
Best regards,
JosueHi,
Can you please create us an administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Code is now removed, glad to help and yes, you can rate Enfold in your Themeforest downloads page, we highly appreciate it :)
http://themeforest.net/downloadsCheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Try adding this code to the Quick CSS:
.avia-menu-text{ font-weight: 400; }Cheers!
JosueHi Lionel!
The login details you provided are not longer working.
Cheers!
JosueHey!
Yes, the WP installation must be in the same language you want to translate, more info:
http://codex.wordpress.org/WordPress_in_Your_LanguageCheers!
JosueHi,
That’s strange, can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHi!
I managed to add the form to the header, code is added here:
coloradotrialpresentationservices.com/wp-admin/plugin-editor.php?file=functions.phpRegards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueWe looking forward to hearing from you :)
Regards,
JosueHi!
1. Fullscreen slider images behave like that on mobile because the same image used in desktop would look stretched if forced to fit the mobile screen and be 100% height at the same time, so it transforms into a background bigger than its container. The code i suggested turned the “100% height rule” off on mobiles so the image can fit naturally.
2. The mobile menu toggle appearing when no menu or menu items present was a bug that is already fixed in the latest version of Enfold (3.0).
3. All columns transform to 1/1 columns when the screen size is smaller, that’s the expected behavior, you can always prevent this with custom CSS though.
Regards,
JosueOctober 1, 2014 at 5:35 pm in reply to: Fullscreen slider: Frame duration + stop at last frame #328318Yes, my bad.
A. No, that’s not possible, you can only set global autorotation speed in the element settings popup
B. Refer to this – https://kriesi.at/support/topic/fullscreen-slider-pause-on-last-slide/#post-275368You can request new features here:
https://kriesi.at/support/enfold-feature-requestsAlso, it’s worth mentioning that some of the things you are requesting are already implemented in LayerSlider.
Cheers!
JosueHey!
Code to put in functions.php would be:
function googleplus_code() { if(is_front_page()) { $output = "\n"; $output .= ' <a href="https://plus.google.com/114176567148165291879" rel="publisher">Google+</a>'; $output .= "\n"; echo $output; } } add_action('wp_head', 'googleplus_code', 10);Cheers!
JosueHey!
Try with this code:
function modify_autorespondermessage_func($message) { $new_message = "Guten Tag ".$_POST['avia_anrede_1']." ".$_POST['avia_name_1']."<br>"; $new_message .= $message; return $new_message; } add_filter('avf_form_autorespondermessage', 'modify_autorespondermessage_func', 10, 1);Cheers!
JosueHi!
Shortcodes are working inside LayerSlider, i created a test page (with a test slider) here:
chansons101.ca/layerslider-shortcode-test/Cheers!
JosueHey!
Enfold shortcodes are working as expected:
chansons101.ca/test/I also did a test with GF and the form showed:
chansons101.ca/test-2/Cheers!
JosueThe string is now translated.
Regards,
JosueHey!
Maybe there was another function with the same name (avia_replace_standard_icon), check in your child functions.php.
Regards,
JosueHey!
Once your translation is done you need to click the generate mo-file button above.
Cheers!
JosueHey!
Now add this to Quick CSS:
.phone-info a img { position: absolute; left: 36%; top: 8px; } @media only screen and (max-width: 767px) { .phone-info a img { display: none; } }Best regards,
Josue -
AuthorPosts
