Forum Replies Created
-
AuthorPosts
-
Hi,
I could not see what’s causing the issue but there’s some missing class on the page with smaller logo, to fix it, I added this in your Quick CSS:
.html_header_top.html_header_sticky.html_stretched #header_main .container, #top #header.av_large .inner-container { height: 116px; line-height: 116px; } .html_header_top.html_header_sticky.html_stretched.html_bottom_nav_header #main { padding-top: 168px; }
Best regards,
NikkoHi,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #map { max-height: 90vh; } #top #map .container, #top #map .container .content { max-height: 100%; display: block; overflow: hidden; }
Hope it helps.
Best regards,
NikkoHi unlimited1,
Try to check the solution in this thread: https://kriesi.at/support/topic/fatal-error-cant-use-function-return-value-enfold-header-php-on-line-6/#post-922937
Hope it helps :)Best regards,
NikkoHi,
Glad that Ismael helped you! Thanks for using Enfold and have a great day :)
Best regards,
NikkoMarch 21, 2018 at 11:33 am in reply to: New Install of Enfold NOT working – Will NOT install – ERROR MESSAGE #930499Hi,
Glad to hear that it’s fixed and thanks for sharing the solution that worked for you. Have a great day! and thanks for using Enfold :)
Best regards,
NikkoHi,
Glad that Rikard helped you. :) Thanks for using Enfold and have a great day!
Best regards,
NikkoHi,
Your slider couldn’t be made 100% with css code, I tried to access your login page however it’s giving 403 error, please check.
Best regards,
NikkoHey Karen Batten,
Thanks for contacting us!
It should arrive few minutes after you registered, since it didn’t arrive, can you post your purchase code in private content? so we can check.
Best regards,
NikkoHey condonpb,
Please try the solution posted on this thread: https://kriesi.at/support/topic/enfold-instagram-widget-not-working-enfold-4-2-6-php-7-2/#post-926751
Hope it helps :)Best regards,
NikkoMarch 21, 2018 at 11:13 am in reply to: How do you get the font from the masonary grid title demo #930487Hi,
Glad that Vinay helped you :) Let us know if you need further assistance or if we can close this thread.
Best regards,
NikkoHi,
Glad that it’s already fixed. Let us know if you need further assistance :)
Best regards,
NikkoHey carmen,
Yes it’s possible, first you need to use a child theme: https://kriesi.at/documentation/enfold/using-a-child-theme/
Then we need to replace/tweak the toggler/accordion, just follow the instructions in: https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Copy toggles.php located in enfold > config-templatebuilder > avia-shortcodes then paste in the shortcodes folder of the child theme, then edit the file in the child theme and look for this code (line 397-398):$output .= ' <p data-fake-id="#'.$toggle_atts['custom_id'].'" class="toggler '.$titleClass.$inherit.'" '.$markup_title.' '.$colors.'>'.$toggle_atts['title'].'<span class="toggle_icon" '.$icon_color.'>'; $output .= ' <span class="vert_icon"></span><span class="hor_icon"></span></span></p>';
replace it with:
$output .= ' <h3 data-fake-id="#'.$toggle_atts['custom_id'].'" class="toggler '.$titleClass.$inherit.'" '.$markup_title.' '.$colors.'>'.$toggle_atts['title'].'<span class="toggle_icon" '.$icon_color.'>'; $output .= ' <span class="vert_icon"></span><span class="hor_icon"></span></span></h3>';
Hope it helps :)
Best regards,
NikkoHi,
Yes, if it’s on maintenance mode please give us access, so we can atleast see your page.
Best regards,
NikkoHi,
I have checked 3.7 and even 3.6 but I could not find that part of the code, and I don’t think it will be added, though you can always try to build one. The js code should still work, it would look for the column with that specific class name and look for the first < a > tag’s href value, which will be used as the link where you will be redirected once the column is added. If that doesn’t work on your end, please give us a temporary admin access, so we can check and also give us a link to the page where you have applied it.
Best regards,
NikkoMarch 21, 2018 at 10:32 am in reply to: Product image lightbox doesn't work on products with only one image #930468Hi integraing,
I have checked the site you gave with the login access, and in Appearance > Themes, it has both Enfold 4.2.4 and 4.2.5, can you remove 4.2.4 and update 4.2.5 to 4.2.6?
Best regards,
NikkoHi Mike,
If the changes you made in the child theme for example is just on style.css and functions.php, you won’t need to update the child theme after updating the parent theme. However, if you need to tweak header.php and copied the file from the parent theme to the child theme and tweak it, most of the time you still don’t need to update the child theme, but if the update includes changes on the header (for example a new layout option is added on the header), you would most likely need to update header.php of your child theme otherwise you won’t benefit from the new feature or the header might be messed up. Hope my explanation is clear and helpful :)
Best regards,
NikkoHi Iloivar,
You’re very much welcome and glad we could help. Thanks for using Enfold! Have a great day :)
Best regards,
NikkoHey RalfSkirr,
Can you update your theme again and if the error shows up, please only remove this file: /enfold/config-templatebuilder/avia-shortcodes/events_countdown.php
not the entire avia-shortcodes folder. It shouldn’t be showing anymore in the future release of Enfold since it has moved to /enfold/config-templatebuilder/avia-shortcodes/events_countdown/events_countdown.phpBest regards,
NikkoHey arcadiush,
I tried to check the login details, but it doesn’t work on my end, please check.
Best regards,
NikkoHey hackoffseries,
Please try to add this css code in Quick CSS (Located in Enfold > General Styling):
#top .wpforms-field-container input { margin-bottom: 0; } #top .wpforms-field-container .wpforms-field { padding-top: 0; } #top .wpforms-submit-container { padding-top: 0; }
Hope it helps :)
Best regards,
NikkoHey Iloivar,
Can you try adding this css code in Quick CSS (located in Enfold > General Styling):
.html_header_sidebar #header .av-main-nav > li:nth-child(n+7) .sub-menu { top: auto; bottom: 0; }
Hope it helps :)
Best regards,
NikkoMarch 20, 2018 at 5:30 pm in reply to: PHP Fatal error: Allowed memory size of 335544320 bytes exhausted #929985Hi,
@szed Thanks for telling us the solution that worked for you.
@vasudevbbhat Please try the solution posted by szed, and let us know if it works for you.Best regards,
NikkoHi,
Sure, glad that this is resolved. Thanks for using Enfold and have a great day :)
Best regards,
NikkoHey cg808,
I think you can do that via css, just use vh instead of px when setting the height. Try putting both iframe and submenu in the color section with height set to 100% browser height, then give us a link to that page, then we’ll try to help and give css codes that should help.
Best regards,
NikkoHey volmering,
Can you also give us ftp access? and permission to deactivate all plugins just to isolate the issue.
Best regards,
NikkoMarch 20, 2018 at 5:19 pm in reply to: Change in masonry gallery color of caption overlay and text #929974Hey Iska,
Please add this css code in Quick CSS (located in Enfold > General Styling):
#top .mfp-bg { background: rgba(255,255,255,0.8) !important; } #top .mfp-title { color: black; }
Hope it helps :)
Best regards,
NikkoHey ItsMeOnly,
Can you try to enable first Custom Css Classes: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then add a similar Custom Css Class name to the 3 columns for example my_col then on the 2 columns between those 3, create a similar name for the Custom Css Class. Then give us a link to the page in the screenshot, then we’ll try to give you css code that should work.Best regards,
NikkoHey hackoffseries,
I tried to reverse the direction but failed, I think would take us a lot of time to do it and outside the scope of our support. Since the feature isn’t available yet please feel free to request – or vote if already requested – such feature on Enfold feature request form.
Best regards,
NikkoHey Regan,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top #ctct-form-626 label { display: none; } #ctct-form-626 #ctct-submitted { font-family: "atrament-web",sans-serif; font-size: 22px; }
Hope it helps :)
Best regards,
NikkoHey Alim,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#socket .container { padding: 5px 20px; }
Hope it helps :)
Best regards,
Nikko -
AuthorPosts