Forum Replies Created
-
AuthorPosts
-
You are welcome, glad to help :)
Regards,
JosueHi!
No, that’s one method. Try adding this code instead (functions.php):
function reverse_order($query) { $query['order'] = "ASC"; return $query; } add_filter('avia_post_slide_query', 'reverse_order');Best regards,
JosueHm, try with this:
#header{ max-height: 180px !important; } #header_main_alternate, #header_main_alternate .container { max-height: 46px !important; }Best regards,
JosueHey!
Check it now, i added the code to the theme functions.php.
Best regards,
JosueHm, en el sitio que me has dado acceso desactivar Yotpo lo solucionó, checa:
http://chocolov.dm-studio.com/producto/paleo/Saludos,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueI could give it a quick check if you hand me FTP and Dashboard access.
Regards,
JosueHola Daniel,
El problema es causado por el plugin “Yotpo Social Reviews for Woocommerce”, me parece que este reemplaza el formulario nativo de WooCommerce, Enfold intenta embeber este y se crea un conflicto.
Tal vez la solución seria modificar el elemento ALB de reviews de Enfold, /config-templatebuilder/avia-shortcodes/product_snippet_review.php, linea 71:
comments_template('reviews');En vez de eso tendrías que poner la función que invoca los reviews del plugin Yotpo (si es que existe).
Saludos,
JosueHey!
Check it now, i had to modify config-woocommerce/config.php, line 1517:
add_action( $position, 'avia_woocommerce_cart_dropdown', 10);To:
add_action( 'ava_inside_main_menu', 'avia_woocommerce_cart_dropdown', 10);Regards,
JosueHi!
Double check your Quick CSS code, you have a missing closing bracket “}” here:
span.copyright { width: 100%; text-align: center;Regards,
JosueHi!
Have you checked it on an actual phone? i tested your site on a Motorola G + an iPhone and the issue doesn’t occur.
Best regards,
JosueMay 23, 2015 at 9:00 pm in reply to: How do i get custom input CSS not be overide by enfold default? #449109You may need to use !important for that or prefix the selector like:
#top .sidebar #frmSS3{ }Using a child theme is always recommended but i don’t think it will make a difference.
Regards,
JosueMay 23, 2015 at 8:08 pm in reply to: WPML displaying the language selector twice in mobile menu #449105Hey!
Changes are done, review child theme function.php and style.css
Regards,
JosueI just placed the code in the theme functions.php (/wp-content/themes/enfold/functions.php, around line 16).
Regards,
JosueMay 23, 2015 at 7:57 pm in reply to: Unterschiedliche Navigation auf unterschiedlichen Seiten #449102Hi Ben!
It’s inside #header_meta container, around line 25-30.
Cheers!
JosueHey!
I wish i could help but i can’t do anything from my end (FTP doesn’t work), try re-doing the same procedures we discussed before (renaming plugins, themes folder, etc).
Best regards,
JosueHey Vincent!
I see what you’re referring to, use this code:
@media only screen and (max-width: 480px) { .title_container { display: none; } }Best regards,
JosueMay 23, 2015 at 7:39 pm in reply to: After update from 3.1.3 to 3.1.5, color scheme selector not working #449093Hi!
@RayZru, the problem is that the dynamic stylesheet is not being re-created, please make sure the permissions in /wp-content/uploads/dynamic_avia are set to 755, if that doesn’t work try renaming the enfold_child.css file and then re-save the Theme Options to force the creation of a fresh dynamic stylesheet.
@innoteam, your issue is different, please create another topic and include an Administrator access in the private content – https://kriesi.at/support/forum/enfold/#new-postCheers!
JosueHi!
It’s fixed now, and the slider does hide on mobile phones (480px).
Cheers!
JosueHey!
That’s expected, what you see is the
<body></bodycontent, the<title></titleis not part of it (unless you’re referring to another title?). Regarding the meta description that may take some days to take effect.Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
Paste the code again but copy it from the forum reply, not from the e-mail notification.
Cheers!
JosueYou are welcome, glad we could help :)
Regards,
JosueDiscard using the plugin for now and use the theme functions.php instead. If you could, in the future transition to a child theme that would be ideal.
Regards,
JosueYou are welcome Simon, glad to help :)
Regards,
JosueHey!
Check it now, i disabled WP Super Cache caching.
Regards,
JosueHi!
It won’t work because the caption covers the whole slide so the play button isn’t clickable. Adding this to Quick CSS fixes that:
.av-slideshow-caption { pointer-events: none; }But then the captions buttons aren’t clickable, for this kind of slideshow (with captions) the video is expected to be set to autoplay.
Regards,
JosueHey Nick!
Your final code should be like this:
@media only screen and (max-width: 990px) { #top .main_color .mobile_menu_toggle { display: inline-block; } div.container.av-menu-mobile-active { text-align: center; } ul#menu-main-menu.av-subnav-menu.av-submenu-pos-center { display: none; } .responsive #top .av-menu-mobile-active .av-open-submenu.av-subnav-menu{display:block;} .responsive #top .av-menu-mobile-active {text-align: center; } .responsive #top .av-menu-mobile-active .mobile_menu_toggle{display: inline-block;} .responsive #top .av-menu-mobile-active .av-subnav-menu{display:none;} .responsive #top .sticky_placeholder{height:0px;} .responsive #top .av-submenu-container{top: auto !important; position: relative !important; height:auto; } .responsive #top #wrap_all .av-menu-mobile-active.container {width:100%; max-width: 100%;} .responsive #top .av-menu-mobile-active .av-open-submenu.av-subnav-menu{display:block;} .responsive #top .av-subnav-menu > li:first-child{margin-top:-1px;} .responsive #top .av-menu-mobile-active .av-subnav-menu li{display:block; padding:0;} .responsive #top .av-menu-mobile-active .av-subnav-menu > li > a{border-left:none; padding:15px 15%; text-align: left;} .responsive #top .av-menu-mobile-active .av-subnav-menu > li a:before{content: "\25B6"; position: absolute; top: 15px; margin-left: -10px; font-family: 'entypo-fontello'; font-size: 7px;} .responsive #top .av-menu-mobile-active .av-subnav-menu li > ul{visibility:visible; opacity: 1; top:0; left:0; position: relative; width:100%; border:none;} .responsive #top .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul{display: none;} .responsive #top .av-menu-mobile-active.av-submenu-hidden .av-subnav-menu li > ul.av-visible-sublist{display: block;} .responsive #top .av-menu-mobile-active .av-subnav-menu li > ul a{padding:15px 19%;} .responsive #top .av-menu-mobile-active .av-subnav-menu li li > ul a{padding:15px 24%;} .responsive #top .av-menu-mobile-active .av-subnav-menu li li li > ul a{padding:15px 29%;} }Cheers!
JosueHey!
Can you post a mockup of how it should look?
Best regards,
Josue -
AuthorPosts
