Forum Replies Created
-
AuthorPosts
-
Hi,
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, 3 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,
MikeHey Ingogaube,
Bitte geben Sie die URL auf die jeweilige Seite ein, damit wir uns genauer ansehen können.Best regards,
MikeHi,
How LayerSlider Updates work in Enfold
The bundled version of LayerSlider will be updated with theme updates, which we do depending on our own release cycle and depending on critical updates. The users cant update the bundled version of the layerslider, even if actived.
However, if a user wishes to update before the next theme update, they can simply purchase a copy of the layerslider on codecanyon, upload it as a plugin and activate it. It will then overwrite the bundled version, and then the user is in full control of LayerSlider updates.
There is no need to deactivate the bundled version, it automatically detects if the plugin version is active and disables itself.Hope this helps explains
Best regards,
MikeJuly 15, 2017 at 8:42 pm in reply to: mobile menu after update overlays on logo and easy slider #821811Hi,
I’m glad to help :)
as for the menu item line Try this code in the General Styling > Quick CSS field:.header_color .avia-menu-fx {background-color: transparent!important; }
this will make transparent, or you can change that word with a color, for example white is #fff
Best regards,
MikeHi,
Your right, how about this then… I copied the html of the icon list you made, added a div class and paste into a “code block” and added some css to make them show inline:
Put this in a “Code Block Element”<div class="sbox"> <ul class="avia-icon-list av-iconlist-big"> <li class="avia_start_animation"><a href="https://www.facebook.com/havazilondon" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li> <li class="avia_start_animation"><a href="https://twitter.com/Havazilondon" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li> <li class="avia_start_animation"><a href="https://plus.google.com/+Havazi-londonUk" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li> <li class="avia_start_animation"><a href="https://www.youtube.com/c/Havazi-londonUk" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li> <li class="avia_start_animation"><a href="https://instagram.com/havazilondon/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li> <li class="avia_start_animation"><a href="http://havazilondon.tumblr.com/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li> <li class="avia_start_animation"><a href="https://www.linkedin.com/company/havazi-london" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li> <li class="avia_start_animation"><a href="http://www.pinterest.com/havazilondon/" title="" target="_blank" style="background-color:#719430; color:#ffffff; " class="iconlist_icon avia-font-entypo-fontello"><span class="iconlist-char " aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span></a><article class="article-icon-entry av-iconlist-empty" itemscope="itemscope" itemtype="https://schema.org/CreativeWork"><div class="iconlist_content_wrap"><header class="entry-content-header"></header><div class="iconlist_content " itemprop="text"></div></div><footer class="entry-footer"></footer></article><div class="iconlist-timeline"></div></li> </ul></div>
Try 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,
MikeHi,
You won’t lose your settings as they are stored it the database and you are updating the files, you are doing the same steps as the auto update would do. But, just like the auto update, if you have made changes to your functions.php file or any other core files you will lose those. In the future if you do edit those files you should use a child theme. Read about using a Child Theme
Your error seems to be a permissions issue, in which the theme can’t create a temp folder to download the update. There is a good chance that a plugin is blocking it, or a security setting in your cPanel, or your folders permissions.
Hope this helps explain :)Best regards,
MikeHey bilgilib,
Your screenshot is not linking correctly, could you please re-post.
I looked at your link and the menu titles and the distance to the menu descriptions and think I see the issue in the margin, Try this code in the General Styling > Quick CSS field:p {margin: 0.5em 0!important; }
Please clear your cache :)
Best regards,
Mike -
This reply was modified 8 years, 3 months ago by
-
AuthorPosts