Forum Replies Created
-
AuthorPosts
-
August 14, 2017 at 7:44 pm in reply to: WooCommerce/Product-Addons – No Errors shown at AVIA built productlayouts #838908
Hi,
Glad that Victoria helped you. Thanks for using Enfold :)
Best regards,
NikkoHi,
Please remove this css code:
.responsive .container { min-width: 1310px!important; }that should fix the issue. Hope this helps :)
Best regards,
NikkoHi,
Try to modify the heights I have set in the code I gave, hope it helps :)
Best regards,
NikkoHey jesse,
Please post your purchase code in private content.
Best regards,
NikkoAugust 14, 2017 at 6:29 pm in reply to: Show Categories instead entries inside that category #838863Hi,
Sorry for the late response, I think to add the new code you mentioned is to use Widget Area combined with some php widget plugin where you will put the code. As for the other question you can use a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/ copy archive.php from the parent theme then paste it to the child theme and tweak it there.
Best regards,
NikkoHi,
Can you try using this css code:
@media screen and (max-width: 1080px) { #top .av-main-nav li.menu-item { display: none; } #top .av-main-nav li.menu-item-avia-special { display: block; } }Hope this helps :)
Best regards,
NikkoAugust 14, 2017 at 6:13 pm in reply to: Not show filters by woocommerce in sidebar (color, price) all atributes #838853Hi,
Thanks for providing the ftp access, it’s working however I could not find the wp-config.php file, I think it’s the wrong folder.
Best regards,
NikkoHi,
Can you try adding this css code in QUick CSS (located in Enfold > General Styling):
#top .woocommerce-terms-and-conditions { max-height: none !important; display: block !important; }Hope this helps :)
Best regards,
NikkoAugust 14, 2017 at 6:04 pm in reply to: BUg Contact form not working for custom email notification #838844Hi,
I have tested it and it does not send, however I also tested it with gravityforms which is currently installed on your site and it’s also not sending, I guess it’s more likely on server settings, please try the solution posted in here: http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Best regards,
NikkoHi,
Thanks, can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .main_menu .menu > li.menu-item-avia-special > a { line-height: 80px !important; }Hope this helps :)
Best regards,
NikkoHi,
I just tried different methods but doesn’t seem to find one that works but it seems this only shows up when you scroll over the menu but if you scroll outside the menu you would see the search and burger menu moving towards top and not sticking on the same place covering some menu items.
Best regards,
NikkoHi,
Can you try adding this css code in Quick CSS:
@media only screen and (max-width:767px) { #top .avia-slideshow-inner { height: 375px !important; } } @media only screen and (max-width:479px) { #top .avia-slideshow-inner { height: 210px !important; } }Let us know if this helps :)
Best regards,
NikkoHi Chris,
Can you try this css code:
#top .av-masonry-container { float: none; margin: 0 auto; }Let us know if this helps :)
Best regards,
NikkoHi Chris,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Can you try to use this instead:
.avia-tooltip .inner_tooltip p { font-size: 15px; }or
.avia-tooltip .inner_tooltip p { font-size: 15px !important; }Hope this helps :)
Best regards,
NikkoHi,
You’re welcome, please try to change this code I gave:
#payment .woocommerce-terms-and-conditions { display: block !important; }to:
#payment .woocommerce-terms-and-conditions { display: block !important; max-height: none !important; }Hope this helps :)
Best regards,
NikkoAugust 14, 2017 at 9:04 am in reply to: Textwidget Sidebar: Discs are not visible on mobile / Mobile Screen #838490Hi Rigobert,
Sorry for the late response and glad that you fixed it. Thanks for using Enfold :)
Best regards,
NikkoHi,
At the moment we do not have any demo for you to test or trial version available. I think the youtube video Yigit provided should give you enough idea how easy to use and flexible is plus it’s excellent module designs :)
Best regards,
NikkoHey enestedt,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.avia-tooltip .inner_tooltip { font-size: 15px; }Hope this helps :)
Best regards,
NikkoHey mrjohnson2,
The code will depend based on the length of the menu, try adding this css code in Quick CSS (located in Enfold > General Styling):
#header nav.main_menu { right: 50%; margin-right: -413px; width: 846px; }You would need to adjust the width depending on the width of you main menu and right margin is negative 50% of the width. Hope this helps :)
Best regards,
NikkoHi,
I can find this code:
header.header_color { border-bottom: 6px solid #444444 !important; outline: 0 !important; box-shadow: 0 0 0 3px #ffffff !important; }Just remove this part of the code:
box-shadow: 0 0 0 3px #ffffff !important;And that should fix it. :)
Best regards,
NikkoHi Justin,
I’m not really sure what you meant for fixed frame, can you give a screenshot of it?
Best regards,
NikkoHey afarahani,
Haven’t tried it but you might want to check this plugin: https://wordpress.org/plugins/contact-form-7-multi-step-module/
Best regards,
NikkoHi,
Do you have jetpack enabled? you might be having same issues as same as this thread: https://kriesi.at/support/topic/responsive-not-working-shortcodes-showing/
Best regards,
NikkoHi,
I have checked it out and there are already 3 email address there, I removed the last one (Email address hidden if logged out) and it works just fine, I also created a test page with a form just so I can modify the form without affecting live pages, I did change the email and it works fine there too.
Best regards,
NikkoAugust 14, 2017 at 3:57 am in reply to: On BLOG page I only want to see the DATE … i want to remove the "/" after date #838420Hi chris,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Try adding this code inside the media query:
#top #header .av-main-nav > li#menu-item-search > a { font-size: 24px; }Hope this helps :)
Best regards,
NikkoAugust 14, 2017 at 3:53 am in reply to: Want VIDEO (vimeo) to open up in LIGHTBOX from MAIN MENU #838417Hi chris,
Glad we could help. Thanks for using Enfold :)
Best regards,
NikkoHi,
Stretching images that have less than the width of the screen would also force the image to stretch the height of the image so it’s still proportional, I think you can add this css code so it would hide the excess of the image (bottom part):
.avia-slideshow-inner { overflow: hidden !important; }Let us know if this helps. :)
Best regards,
NikkoHi,
Glad that it works, let us know if you need more assistance or if we can close the thread :)
Best regards,
Nikko -
AuthorPosts
