Forum Replies Created
-
AuthorPosts
-
Hi Richard!
I’m unable to reproduce it on my end, have you checked in another computer? also, does it occur in a specific browser?
Cheers!
JosueFebruary 3, 2015 at 7:48 am in reply to: setting "parallax" on background image on color section #389865Hi,
But then when you scroll to the top of the page, the color section falls over the full screen slider.
That behavior is unexpected, it is being caused by this custom code (specifically the
position: staticrule):.avia-section { clear: both; width: 100%; float: left; min-height: 1px; position: static; }Also, i moved your Quick CSS custom code to your child theme style.css for better editing.
Regards,
JosueFebruary 3, 2015 at 7:25 am in reply to: Enfold theme breaks when third-party plugin is DIS-abled #389863No problem, glad to help :)
Hi!
Check it now, i used this code to fix it:
.avia-section.avia-section-small { min-height: initial; }Best regards,
JosueHey!
As far as i know the latest version of Chrome is 40. Safari 5 is unsupported.
Regarding the menu issue, the problem is that the menu needs to be embedded using the ALB fullwidth submenu element otherwise it won’t get render correctly, i’m not sure why this is happening but try adding this to Quick CSS:
.html_header_top .av_bottom_nav_header .main_menu ul:first-child > li a { line-height: 0; height: 35px; } .html_header_top.html_bottom_nav_header #top .main_menu ul:first-child>li:hover{ position: static; } .header_color .main_menu ul ul{ background: transparent; }Further adjusting may be needed.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHola,
Es un poco raro, la verdad que no logro reproducir los problemas que describes.
Cambiar cantidad de productos en carrito:
http://screencast.com/t/3ZDNkpZU4Cambiar opciones de pago y actualizar:
http://screencast.com/t/0V1UCvnmHzSaludos,
JosueLet me know how it goes so i can mark the topic as resolved :)
February 3, 2015 at 5:47 am in reply to: Social Icons turn to boxes after failed @font-family font change. #389841Hey!
Try adding the following to your .htacess file:
<FilesMatch "\.(ttf|otf|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.av_header_transparency #advanced_menu_toggle, #advanced_menu_hide{ color: #908888; }Cheers!
JosueHi!
Alternatively you can use Contact Form 7 + DB extension:
https://wordpress.org/plugins/contact-form-7
https://wordpress.org/plugins/contact-form-7-to-database-extension/Regards,
JosueFebruary 3, 2015 at 4:56 am in reply to: Enfold theme breaks when third-party plugin is DIS-abled #389828Hi!
You needed to disable “Private Messages Add-on for UserPro” too.
Regards,
JosueHi!
Open “Screen Options” and enable the missing content boxes.
Regards,
JosueHi,
Can you please check if the buttons come up with the default WordPress theme activated?
Regards,
JosueYou are welcome, always glad to help :)
Regards,
JosueYeah hopefully in the future the mobile menu settings will be accessible regardless of the header position setting.
Cheers!
JosueThere was a typo in my previous message, please try copying it again.
Regards,
JosueThere was a typo in my previous message, please try it again:
@media only screen and (max-width: 767px){ .responsive #top { position: relative; } }Regards,
JosueHey!
If you are on Enfold 3.0.8 the Text Block should default to the visual tab, can you please create us a WordPress administrator account? post it here as a private reply.
Best regards,
JosueHi!
Yes, it’s possible. Unfortunately there isn’t a detailed tutorial yet but this article will help you get started:
http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/If you have any doubts please let us know.
Best regards,
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 767px){ .responsive #top { position: relative; } }If it doesn’t work please post a link to your site.
Cheers!
Josue-
This reply was modified 11 years, 2 months ago by
Josue.
Hi Tihomir!
Have you tried with the enfold.pot file? as far as i know you should be able to do all this process (scan, create .po file, translate and generate .mo file) within the translator tool (codestyling or poedit).
Cheers!
JosueHmm, i didn’t note that, here’s a workaround, edit header.php and change line:
<html <?php language_attributes(); ?> class="<?php echo " html_{$style} ".$responsive." ".$av_lightbox." ".avia_header_class_string();?> ">To:
<html <?php language_attributes(); ?> class="html_header_mobile_behavior <?php echo " html_{$style} ".$responsive." ".$av_lightbox." ".avia_header_class_string();?> ">That will manually enable that mobile menu setting. I’ll report this to Kriesi as i’m not sure if this is intended or not.
Best regards,
JosueHola Jorge,
¿Me puedes pasar el link a tu sitio web por favor? una cuenta de administrador también seria util (puedes poner todo como respuesta privada si deseas).
Saludos,
JosueHi!
If that doesn’t work try adding this to theme / child theme functions.php:
function change_cf_from() { return "wordpress@YOURWEBSITEHERE.com"; } add_filter('avf_form_from', 'change_cf_from', 10);Cheers!
JosueHey!
You forgot the link to your site.
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHey!
Refer to:
https://kriesi.at/support/topic/show-submenu-on-click-instant-hover/#post-291367Regards,
Josue -
This reply was modified 11 years, 2 months ago by
-
AuthorPosts
