Forum Replies Created
-
AuthorPosts
-
Hi,
Try this code, I added “important” to it and changed the 2.8s to 9.8s:.avia_transform .avia_start_delayed_animation.right-to-left { -webkit-animation: avia-rtl 9.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important; animation: avia-rtl 9.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important; }Please see video in Private Content area of the 3 text blocks moving in slowly, just so I know we are looking at the same thing :)
Best regards,
MikeHi,
Perhaps you don’t have full admin access, or someone has supper admin and is blocking edit from you? Or you have a security plugin and you need to give yourself edit permission?

Try FTP access and edit functions.php at: (your host)\wp-content\themes\enfold

Save a backup copy of the un-modified functions.php on your desktop… just in case :)Best regards,
MikeHi,
Often this means the Zip extension needs to be installed on your host, please check with them that it is.
Sometimes it’s the folder and file permissions of your WP installation, please check: https://codex.wordpress.org/Changing_File_Permissions#Permission_Scheme_for_WordPressI did notice your WP & Enfold needs to be updated, this should be done and could help :)
Best regards,
MikeHi,
Sorry that is how the anchor works, it will detect if there is a hash in the URL and if it matches with a menu item it will highlight it. You can disable the highlight state entirely by opening js/avia.js and look for line 256:applyClass: 'current-menu-item'Replace it by:
applyClass: ''Best regards,
MikeHey T3 Marketing,
To change the body padding try going to Enfold Theme Options > General Layout > Dimensions and change the “Maximum Container width”
Try different sizes until you see what you like :)Best regards,
MikeHi,
Thank you for sharing your solution, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Zaccc,
Your link seems to be down, unless you are blocking IPs?
Please advise :)Best regards,
MikeHey T3 Marketing,
Please read here: http://kriesi.at/documentation/enfold/custom-social-icons/Best regards,
MikeHey kwanumzen,
Your link seems to be down, unless you are blocking some IPs?
Please advise.Best regards,
MikeHey Philippe,
Is this the author page in the demo you are referring to: http://kriesi.at/themes/enfold-2017/author/kriesi/
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeJuly 16, 2017 at 2:15 am in reply to: custom CSS not working after Enfold Version 4.1 Update #821881Hey Katja,
Which custom css is not working, can you add it here so we can see it?
Can you please include a admin login in the private content area so we can take a closer look.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey Xinspirit,
The following code in functions.php will remove the Google Fonts inclusion:add_action( 'init', 'enfold_customization_switch_fonts' ); function enfold_customization_switch_fonts() { global $avia; $avia->style->print_extra_output = false; }Best regards,
MikeHi,
To remove the body padding try going to Enfold Theme Options > General Layout > Dimensions and change the “Maximum Container width” to something like 3000px or 100% and then add this code in the General Styling > Quick CSS field:.container {padding: 0px 0px !important; }But I would recommend making the last zero a 10px to make reading a little easier, but try for yourself.
Best regards,
MikeHi,
I’m not sure I understand, if you want a transparent header Try this code in the General Styling > Quick CSS field:.header_color .header_bg{background-color: rgba(255,255,255,0.1)!important; }Please note that the background of that page is black at the top making it look like you have a black header, scroll down and you will see the header is transparent.
Hope this helps :)Best regards,
MikeJuly 15, 2017 at 11:24 pm in reply to: Wrong Widgets/Texts in Footer after costumized Widget-Area #821860Hi,
When I look at your screenshot it looks like you have three footer columns and three widgets, but your description says you have no widgets in your footer?
Have you tried removing the custom widget area you were adding when this happened?
Have you tried disabling all of your plugins?
Is there a chance your parent theme was enabled when you normally use a child theme?
Have you added any new code in your functions.php?
At this point we would want to take a look, but you say you only a localhost version.
Unfortunately I can’t recreate your issue on my localhost.Best regards,
MikeJuly 15, 2017 at 11:01 pm in reply to: Need help with custom CSS that I inherited from another developer #821854Hi,
To remove the extra space between the header and the menu in tablet & desktop, Try this code in the General Styling > Quick CSS field:.html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 65px!important; }For mobile Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 767px){ .responsive #top #wrap_all #header_banner { margin: 0px!important; }}Best regards,
MikeHey DjBeau,
Can you please explain how your table is not working, perhaps with some screenshots of what you see and what you would like to see, and a url to the page in question so we can take a closer look?Best regards,
MikeHey led-consult,
If I understand correctly, your left logo changes size when scrolling the page down, and you would like to stop this, Try this code in the General Styling > Quick CSS field:.header-scrolled .first-logo { max-height: 88px; }Best regards,
MikeHi,
Glad to help, just let us know if we can offer any other assistance :)Best regards,
MikeHey Mark,
Try adding this code to the end of your functions.php file in Appearance > Editor:add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { $link = "https://www.website.com/"; return $link; }Best regards,
MikeJuly 15, 2017 at 9:47 pm in reply to: How to: Copy Layout-Builder design/content to new server #821836Hi,
For your mobile devices this code will make the icons half size with 10px spacing between:@media only screen and (max-width: 767px) { .avia-icon-list .iconlist_icon { height: 32px!important; width: 32px!important; line-height: 32px!important; font-size: 10px!important; margin-right: 10px!important; }}You can experiment with the numbers if you like :)
To change the spacing for all other screen sizes add this code too:
.avia-icon-list .iconlist_icon { margin-right: 15px !important; }PS: I just looked at your page and it looks like you need to add this code in the General Styling > Quick CSS field:
.sbox ul.avia-icon-list li { float: left; clear: none; } .sbox .iconlist-timeline { display: none; }Best regards,
Mike-
This reply was modified 8 years, 4 months ago by
Mike.
Hi,
If I understand, you only get the above error when the Wordfence Security plugin is enabled making the LayerSlider Plugin not work, and when disabled the LayerSlider Plugin works fine?
If so this seems to be an issue with Wordfence Security braking LayerSlider, perhaps Wordfence Security support has a fix for this, have you looked in their support forum?Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeJuly 15, 2017 at 9:20 pm in reply to: How to: Copy Layout-Builder design/content to new server #821826Hi,
The charts in your gallery look sharp on my end. What browser are you using and what screen size?Best regards,
Mike -
This reply was modified 8 years, 4 months ago by
-
AuthorPosts
