Forum Replies Created
-
AuthorPosts
-
Hi Francesca,
Yes, the social icons will be made bigger and in the order you mentioned plus centered. This is what it should look like if you put the code I gave: https://imgur.com/MPckiN4
It will only affect mobile versions.Best regards,
NikkoHi bobfurgo,
Can you try adding this css code as well:
.av-caption-image-overlay-bg { display: none; } .av-image-caption-overlay .av-image-caption-overlay-position { background-color: rgba(22,63,95,0.9); }Best regards,
NikkoHey bobfurgo,
Can you try to remove that code and replace it with:
#top .av-image-caption-overlay { overflow: scroll; }Hope it helps.
Best regards,
NikkoHey grwebs,
Thanks for giving us the link to your site, I can see some errors in your site which might be causing this issue (screenshot in private content).
To fix it please, please follow the solution on our documentation: https://kriesi.at/documentation/enfold/icon/#icons-are-showing-as-rectangular-boxes-Best regards,
NikkoHey grwebs,
We apologize for the delayed response.
Go to Enfold > Header > Header Layout (tab) > Menu and Logo Position.
Set this to Logo (left, right or center), Menu below.
Hope this helps :)Best regards,
NikkoDecember 5, 2019 at 6:02 am in reply to: Change timing of caption and title for full-width slider #1162799Hi rlhinirv57,
You’re always welcome and we really appreciate your kind words :)
Thanks for using Enfold and have a great day!Best regards,
NikkoDecember 5, 2019 at 4:43 am in reply to: Change timing of caption and title for full-width slider #1162783Hey rlhinirv57,
We apologize for the delayed response.
Can you try to add this code in Quick CSS (located in Enfold > General Styling):#top .avia-fullwidth-slider * { -webkit-animation: none !important; animation: none !important; transition: all 0s ease 0s !important; visibility: visible !important; }Let us know if this helps.
Best regards,
NikkoHi mleite1,
Thanks for the permission, this is fixed now.
The problem was it was fetching old-textblock, I just replaced the file extension so it won’t be read.
Let us know if you need further assistance.Best regards,
NikkoHi ideenstart,
Can you try to do the following:
- Put the site in maintenance mode (use a plugin) then switch to Twentytwenty (or any default theme)
- In your ftp move enfold (from themes to wp-content folder) then rename enfold-neu to enfold
- Switch back to Enfold Child and deactivate maintenance mode
Hope this helps.
Best regards,
NikkoHey CreativeWebBuilders,
I tried to check the link you gave, however it only displays this:
Error 1020 Access denied What happened? This website is using a security service to protect itself from online attacks.Best regards,
NikkoHey netzfuchs,
For 1 & 2, I think there’s no definite answer when it comes to merging in compression, Enfold has it’s own system for compression and merging styles/js and in some installations it doesn’t have any issues at all but some installations it messes up their site, so you might need to do some tests to know which works best on your site.
3. grid.css, base.css and layout.css should not be on the footer, everything else not mentioned can be put in the footer but you must also consider the elements that are above the fold of your site, don’t include them in the footer otherwise people can see some messed up parts for a moment when the css file is not yet fetched.
Best regards,
NikkoHi ideenstart,
Theme Editor can still detect 2 Enfold, the other one is version 3.0.8 (screenshot in private content).
Please remove it, as it might be causing the issue.Best regards,
NikkoHi mleite1,
Thanks for providing us ftp access.
However there are some js errors that are showing that might be preventing it from showing (screenshot in private content)
Can we try to disable plugins on your site? if not, please create a staging site so we can try isolate the issue without affecting your live site.Best regards,
NikkoHi jjsanderson,
Sure, it has already been added since Enfold 4.5.5, you can find it in this class: Avia_Gutenberg_Theme_Integration.
Best regards,
NikkoHi DFME,
The code I gave uses a hook and not directly on the core file so it would be safe to use it even after the update.
The fix that would most likely be implemented in the next version of Enfold would be: https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_6_3/layerslider/config.phpBest regards,
NikkoHi Mike,
You’re welcome and thanks for confirming, will report this bug and the temporary fix to our devs. :)
Best regards,
NikkoDecember 2, 2019 at 6:27 am in reply to: problem with strange url media file: http upload instead of https! #1161746Hi sparkylab,
1.) Go to Enfold > Advanced Styling, you should be able to style them differently there.
2.) We have answered this on your other thread.
I’ll be closing this thread, we’ll continue the discussion on your other thread including #1.
Best regards,
NikkoHi sparkylab,
We apologize for the delayed response.
1. Please add this css code in Quick CSS or your custom css file.@media only screen and (max-width:767px) { #socket .container { display: flex; flex-direction: column; text-align: center; } #socket .container .social_bookmarks { order: 1; } #socket .container .sub_menu_socket { order: 2; } #socket .container .sub_menu_socket .menu, #socket .social_bookmarks { margin: 6px 0 0; } #socket .container .sub_menu_socket .menu li, #socket .social_bookmarks li { float: none; display: inline-block; } #socket .social_bookmarks li a { font-size: 18px; } #socket .container .copyright { order: 3; } }2. The only button I could see not centered is the button below the form, can you give us a screenshot on how it looks on your end?
3. It’s possible, if it’s the image above “So, who am I?”, then you can use this css code:
.home #av_section_3 .avia_image { max-height: 260px; width: auto; }Hope this helps.
Best regards,
NikkoHey pvdacker,
Can you tell us what php version you’re using?
If it’s 5.6 and below please contact your webhost to update it to atleast php 7.Best regards,
NikkoHi DFME and Guenni007,
I apologize for my mistake, the problem with it is the value we put inside $value->response (associative array) does not match which results to it returning null value and does not unset anything.
I have tweaked the original code and it seems to work properly:add_filter('site_transient_update_plugins', 'av_remove_ls_update_notification'); function av_remove_ls_update_notification($value) { if( $value ) { $layerslider = str_replace( '\\', '/', get_template_directory() . '/config-layerslider/LayerSlider/layerslider.php' ); if( $layerslider[0] === '/') { $layerslider = substr( $layerslider, 1 ); } unset( $value->response[$layerslider] ); return $value; } }Here’s the screenshot in the staging site: https://imgur.com/uD6Hjtw
@Guenni007 can you check if this works on your end as well?Best regards,
Nikko-
This reply was modified 6 years, 1 month ago by
Nikko.
Hi DFME,
Thanks, I tried to add this code (in functions.php) mentioned in this thread: https://kriesi.at/support/topic/site-still-showing-layerslider-needs-updating/#post-990227
And it works on your site, please check:add_filter('site_transient_update_plugins', 'av_remove_ls_update_notification'); function av_remove_ls_update_notification($value) { if($value) { unset($value->response[plugin_basename(__FILE__)]); return $value; } }
@Guenni007 can you try the same code if it does work on your end as well?Best regards,
NikkoHi,
In wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > codeblock.php, please try to modify this code (line 204):
$content = ' [avia_codeblock_placeholder uid="' . avia_sc_codeblock::$codeblock_id . '"] ';replace it with:
$content = '[avia_codeblock_placeholder uid="' . avia_sc_codeblock::$codeblock_id . '"] ';Hope it helps.
Best regards,
NikkoNovember 26, 2019 at 4:06 pm in reply to: Contact form not sending only receiving confirmation email #1160384Hey John,
Please try to do the things mentioned in our documentation: https://kriesi.at/documentation/enfold/contact-form/#my-contact-form-is-not-sending-emails-
Hope it helps.Best regards,
NikkoHey Kim_Lagerweij87,
To update from Enfold 3.1.5 to the latest version you’ll need to Update it manually via ftp since updating it in theme options won’t work.
Also make sure to have a backup first before doing an update or atleast try to do it in a staging site first so the live site won’t be affected.Best regards,
NikkoHi Dzammit,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey olasne,
Could not reproduce the same on my end.
Can you give us a link to the page? so we can try to inspect the code element.Best regards,
NikkoNovember 26, 2019 at 3:52 pm in reply to: Space / Margin between Menu and Content not working #1160371Hi RisingStar,
Glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoNovember 26, 2019 at 3:51 pm in reply to: Warning: Division by zero av-helper-slideshow.php #1160368Hey siteraum,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
NikkoHi joefraser,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
NikkoHey OKEIwebbureau,
Try adding this css code in Quick CSS:
.home .avia-smallarrow-slider .slide-image { background-color: transparent; }As for the button you can modify it in Enfold > Advanced Styling.
Hope this helps.Best regards,
Nikko -
AuthorPosts
