Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Sorry, what I mean by “the Zip extension needs to be installed on your host” is that some web hosts don’t install “PHP Zip extension” by default, or there is some error in it. In this case when you upload a Zip file your web host can’t open it.
Please ask your web host to check that the PHP Zip extension is installed and working right.
This is often the solution for your issue :)Best regards,
MikeHi,
Please include the url to the page in question so we can take a closer look and try to write some code for you. :)Best regards,
MikeHi,
I just looked and your theme is up to date, Enfold 4.1.1
It looks like you did it :)
Best regards,
MikeHi,
Your issue was the Yoast plugin was redirecting the author achieve page.
I disabled it and your author page is now working. All your blog post have your author link at the top of the post with the date and category.
I couldn’t find a fix for the Yoast plugin, perhaps their support forum has an answer, try there :)
Try your author link in the Private Content area & see the screenshot.Best regards,
MikeJuly 16, 2017 at 3:46 pm in reply to: mobile menu after update overlays on logo and easy slider #822049Hi,
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,
MikeHi,
I don’t blame you for leaving HG, some find AWS has a steep learning curve, but it sounds like you’ve got it under control.
Shall we close this then?Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:#top .header_color .dropdown_widget .buttons {background-color: #000 !important; } div .dropdown_widget .cart_list li:hover {background-color: #000 !important; }
See screenshot in Private Content area :)
Best regards,
MikeHi,
Well, the text in the middle section is longer that the space so it makes a second line. You could edit the excerpt to be shorter, or add more to the other two excerpts? How were you hoping this would be handled?Best regards,
MikeHi,
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,
Mike -
AuthorPosts