Forum Replies Created
-
AuthorPosts
-
Hi,
Try adding this css code:
.av_toggle_section .toggle_content img { display: block; margin-top: 0; }
Hope this helps :)
Best regards,
NikkoHi,
The sorting that you want to happen is only available in Woocommerce products, the ones available in Enfold is this one: http://kriesi.at/themes/enfold/portfolio/
Best regards,
NikkoFebruary 8, 2017 at 10:04 am in reply to: Exclude pages/categories/tags from archive/sitemap? #744268Hey Elsa,
Yes, it’s correct. The way it works is if there’s a child theme it will search first for the template-archives.php of the child theme and use it, if it can’t find it then it will look for it in the parent theme.
Best regards,
NikkoFebruary 8, 2017 at 10:02 am in reply to: Layerslider dynamic content not showing live – only in preview #744267Hey waterwalk,
Sorry for the delayed response, a lot of queries lately in the forum. If I’m not mistaken it’s slider #3 in Test slider? I have checked it but it seems to be working fine, I have posted a screenshot (link in Private Content). If it’s still not resolved can you give steps on how we can replicate the issue and also if you can give a link to the thread you mentioned, might help us fix this faster :)
Best regards,
NikkoHi,
Tried the login details you gave but it returns this error:
ERROR: Invalid email address.
Cheers!
NikkoHey danielycristiny,
I have added this css code in your Quick CSS:
.white-popup .grid-sort-container.isotope { height: 153px !important; } .white-popup .grid-sort-container.isotope .grid-loop-2 { left: 33.33% !important; transform: translate3d(0, 0, 0) !important; } .white-popup .grid-sort-container.isotope .grid-loop-3 { left: 66.66% !important; transform: translate3d(0, 0, 0) !important; }
Hope the changes are good. :)
Best regards,
NikkoHi,
Glad we could help :)
Best regards,
NikkoHey Oliver,
Can you give us temporary admin access? so we can check it out, try to fix it and tell you what is missing. Just place the details in Private Content when you reply.
Best regards,
NikkoHey SuperflyDK,
Can you post a link to your site? so we can inspect further.
Best regards,
NikkoHey sublime5o,
Yes, it doesn’t work because you use max-width instead of width (max-width is used to set the limit) also you didn’t put px or % after 35. However, if you change it, this would affect every table of your pages, I suggest you use custom css classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then probably put a class name for example mytable and have this code:
.mytable tr th:first-child, .mytable tr td:first-child { border-left-width: 0px; width: 35% !important; }
HOpe this helps :)
Best regards,
NikkoHi,
I checked it again and found you have already added the code and it’s working on both my android phone and iphone. Can you try to clear the cache from your iphone?
Regards,
NikkoHi,
We apologize for the delay. Inside WP Dashboard go to Enfold > Sidebar Settings > you can find Display a sidebar navigation for all nested subpages of a page automatically? just uncheck it and save. Also another thing about Sidebar Menu content, if you want to change it you can go to Appearance > Widgets, you’ll find widget areas there just add/remove/modify widgets from there.
Best regards,
NikkoFebruary 8, 2017 at 12:02 am in reply to: Could not connect to Mailchimp with this API Key. Please try again with a differ #744147Hi,
Thanks, it seems it’s already working (screenshot below) :)
Cheers!
NikkoHi,
I tried it but I still couldn’t see it, please refer to the screenshot link below.
Regards,
NikkoHi,
Please remove the code I gave last and also replace this code:
#top .login_container { position: fixed; overflow: auto; top: 25px; padding: 25px 25px !important; }
to:
#top .login_container { position: relative; overflow: auto; top: 25px; padding: 25px 25px !important; left: 0; width: 376px; } .page-id-3370 #av_section_1 .av_one_third.avia-builder-el-first { display: none; } .page-id-3370 #av_section_1 .av_one_third { margin-left: 0; }
Let us know if it’s good :)
Best regards,
NikkoFebruary 7, 2017 at 12:14 pm in reply to: Add to cart button must show only when select a variation #743843Hi Michael,
Glad we could help :)
Cheers!
NikkoHi,
Glad we could help :)
Cheers!
NikkoHey,
That’s weird, I’d like to check the page again however when I opened it, it shows a 404 page:
Nothing Found Sorry, the post you are looking for is not available. Maybe you want to perform a search?
Regards,
NikkoHey,
Glad we could help :)
Regards,
NikkoHi,
Thanks :) Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) { .team-img-container { max-width: 100% !important; } }
Hope this helps :)
Best regards,
NikkoFebruary 6, 2017 at 9:15 pm in reply to: Could not connect to Mailchimp with this API Key. Please try again with a differ #743612Hi,
We will try to do that (there are lots of queries lately and it might take some time to get back). I have tried the ftp but I get:
Unauthorised access is not permitted.
and
Error: Critical error: Could not connect to server
See private content for full details.Cheers!
NikkoHi,
It contains a top padding and the 800px max-height is short enough for it. Instead of using .avia-section which is global class for sections, try to use the id you have set it in the section for example use #mat instead. Try to remove the code I gave before and add this one instead:
#mat { display: flex; align-items: center; }
This should only affect the section with an id of mat. Let us know if this helps :)
Regards,
NikkoHi,
Can you post a screenshot on how it looks on your mobile phone when the code I gave is used? you can upload it on http://imgur.com/ and post the link here. Basically what I suggested above was replacing this part of the code:
background-size: 100% 100%;
to this one:
background-size: auto 100%;
this means the background’s width will be auto and height to 100%, by using this code it would make sure that the background won’t be stretch though some part of it won’t be seen. And adding this code:
background-position: center center !important;
Which basically says to use the center as the base instead of top and left part of the background image (which is the default), so by adding the code I gave would result in the woman with curly hair to show as background image, though the other person won’t be seen.Cheers!
NikkoHi rpich,
My suggestion was to reduce the height but since that isn’t what you want, try adding this css code in Quick CSS (located in Enfold > General Syling):
.login_container #tab-id-2-container { max-height: 400px; }
it should show a scroll on the Register tab, just adjust the max-height value as you see fit. Hope this helps :)
Best regards,
NikkoHi Jenna,
Try using this css code:
@media only screen and (min-width:768px) { .main_menu { margin-top: -55px; } .header-scrolled .main_menu { margin-top: 0; } }
the media only screen part makes sure it won’t affect the mobile devices, the first block of code (the code given to you before) affects all menus, then the 2nd block of code makes sure that the sticky menu will have it’s top margin back to 0. Hope the code and explanation helps. Just adjust it as you see fit :)
Cheers!
NikkoHi,
I’m pretty sure it works on all mobile phones. Did I try it? Yes, I have tried it on my local server. I checked your site and I don’t see that code, can you put the code again in Quick CSS and if it doesn’t work please give us temporary admin access so we can check why it isn’t reflecting on the frontend. Also please place the details in the Private Content so only moderators can view.
Cheers!
NikkoHey,
You’re very much welcome. Glad that you fixed it :)
Regards,
NikkoHey,
Glad we could help :)
Cheers!
NikkoHi,
Try to replace this code:
@media only screen and (max-width: 480px) { .avia-fullscreen-slider .avia-slideshow>ul>li { background-size: 100% 100%; background-repeat: no-repeat; } }
to:
@media only screen and (max-width: 480px) { .avia-fullscreen-slider .avia-slideshow>ul>li { background-size: auto 100%; background-position: center center !important; background-repeat: no-repeat; } }
Hope this helps :)
Cheers!
NikkoHi,
Can you post a screenshot on how it looks on a high screen resolution monitor, just upload it to http://imgur.com/ and post the link here. For the meantime, you can use this css code and add it to Quick CSS (located in General Styling):
.avia-section { height: 100%; max-height: 800px; }
This should set the height to 100% but if the height of the screen is beyond 800px then it will not make the height 100% and just limit it to 800px. Hope this helps.
Best regards,
Nikko -
AuthorPosts