Forum Replies Created
-
AuthorPosts
-
Hi,
There’s a hook you can use to insert something before the main container (on all pages, including WC templates):
add_action('ava_after_main_container', function() { ?> PUT MENU SHORTCODE HERE <?php });
Best regards,
JosueHi,
Can you post the link to your website please?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
Refer to this thread:
https://kriesi.at/support/topic/create-a-link-to-an-open-gallery/Best regards,
JosueAugust 31, 2016 at 10:40 pm in reply to: ADVANCED LAYOUT EDITOR not working? Try this, worked for me. #680347Hi,
Check “Compatible With: here. Most plugins work fine unless they conflict with something that the theme uses heavily, like the WP Editor.
Best regards,
JosueHi,
Please post a direct link to the thread or rewrite it on a new reply.
Best regards,
JosueAugust 31, 2016 at 10:35 pm in reply to: Best caching, compression, minify Plugin for WordPress/Enfold? #680344Hi,
W3 Total Cache has minify options too, i’d suggest using WP Super Cache + BWP instead.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueAugust 31, 2016 at 6:31 pm in reply to: ADVANCED LAYOUT EDITOR not working? Try this, worked for me. #680268Hi,
Editing settings are saved per user so that explains why it works fine with certain users. Issues caused by non-supported third-party plugins are outside of our scope unfortunately, i’d suggest disabling it or looking for an alternative.
Best regards,
JosueHi,
Seems to be a compatibility issue with that version of HHVM, i’ll tag Kriesi to this thread but please note that HHVM is not officially supported so i can’t assure you this is going to get fixed (i’d suggest you downgrading to a working version in the meantime).
Best regards,
JosueAugust 31, 2016 at 6:09 pm in reply to: You may also like, blog comments and excerpt content #680246Hey!
Try adding this code to General Styling > Quick CSS:
.comment-entry.post-entry { display: none; }
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.avia-fullscreen-slider .avia-slideshow-inner { transform: none !important; }
Cheers!
JosueHi,
Try this:
#wrap_all .av-social-link-mail:hover a{ background: red !important; }
Best regards,
JosueAugust 31, 2016 at 5:34 pm in reply to: ADVANCED LAYOUT EDITOR not working? Try this, worked for me. #680212Hey!
Try adding this code to the Quick CSS:
.avia-mailchimp-form .form_element > * { text-align: center; }
Cheers!
JosueHi,
Use this:
.page-id-25 #header { display:none!important; } .page-id-25 #main { padding-top: 0 !important; }
Best regards,
JosueAugust 31, 2016 at 4:46 pm in reply to: Enfold WPML language switcher : hide unavailable languages ? #680132Hi,
Yes, use this code:
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }
Best regards,
JosueHi,
Is this happening on a specific Page?
Best regards,
JosueAugust 31, 2016 at 4:33 pm in reply to: Trying to get av-main-nav ul to fill full width of av-main-nav and be responsive #680111Hi,
Remove
padding: 0 12%
from your.av-main-nav > li > a, div#header_main_alternate
code in style.css.Then add this:
#header #header_main_alternate .container ul{ display: flex; justify-content: space-between; } #header #header_main_alternate .container li{ float: none; }
Best regards,
JosueAugust 31, 2016 at 8:26 am in reply to: Background header picture not showing transparent areas #679861You are welcome, one thing though, you should use unique IDs for customized sections because the code can affect sections in other Pages.
Regards,
JosueHey zimbo,
The code from the tutorial does work on my end, either way it would be easier for us if you tell us the exact layout you’re trying to achieve (grid, read more, only title, etc), so we can provide you the exact code.
Best regards,
JosueAugust 31, 2016 at 7:45 am in reply to: Trying to get av-main-nav ul to fill full width of av-main-nav and be responsive #679844Hey!
Try adding this code to the Quick CSS:
#header #header_main_alternate{ padding: 0 !important; } #header #header_main_alternate .container { max-width: 100%; }
Cheers!
JosueHey Robby,
You can use a FullWidth Submenu element for that, can you post a link to your site?
Best regards,
JosueHi,
No, Menu ID is a numerical value, you can check it while editing the Menu itself in the backend – http://screencast.com/t/UuuNRLiF
Best regards,
JosueAugust 31, 2016 at 7:25 am in reply to: BMS "Please match the requested format qty" WooCommerce Measurement $ Calculator #679840Hi,
Your child woocommerce-mod.js file still contains the conflicting code, you need to remove that.
Best regards,
JosueAugust 31, 2016 at 7:23 am in reply to: Enfold WPML language switcher : hide unavailable languages ? #679839Hi,
We’ve notified Kriesi about this issue.
Best regards,
JosueAugust 31, 2016 at 7:09 am in reply to: Background header picture not showing transparent areas #679831Hi,
It’s because the footer graphic lives in its own block, you need to move it upwards:
#av_section_1 { background: transparent; margin-top: -62px; }
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi,
I logged to your site and Avia Builder is loading, did you manage to get this resolved?
Best regards,
Josue -
AuthorPosts