Hey Andrea!
Thank you for using the theme!
Please use this on Quick CSS or custom.css:
span.copyright {
margin-top: 30px;
margin-bottom: 5px;
}
#socket .container > * {
float: none;
left: 50%;
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
transform: translate(-50%, 0);
position: absolute;
}
Cheers!
Ismael
Hi samforan!
Thank you for using the theme!
You can find the post code on includes > loop-index.php. You can remove those element using CSS. Add this on Enfold > Styling > Quick CSS:
time.date-container.minor-meta.updated, .text-sep-date, .blog-author.minor-meta, .text-sep-cat {
display: none;
}
I hope that helps.
Best regards,
Ismael
Hey!
Thank you for using the theme!
I checked the website and the logo looks fine. If you want to show the full resolution of the logo, you need to increase the height of the header container. Add this on Quick CSS or custom.css:
.html_header_top.html_header_sticky.html_large #header_main .container, .html_header_top.html_header_sticky.html_large.html_main_nav_header .main_menu ul:first-child > li a {
height: 160px;
line-height: 160px;
}
You can find all css codes on wp-content/themes/enfold/css folder.
Cheers!
Ismael
Hey Starkos!
Thank you for using the theme!
I checked the website on Chrome Windows 8 but I don’t see the website moving up and down. Another thing is, you’re using a very old version of the theme. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Ismael
Hey!
Thank you for using the theme!
Looks like you’re managing it yourself well enough. Unfortunately, this is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Regards,
Ismael
Hey davidrk!
Thank you for using theme!
1.) Please add this on Quick CSS or custom.css to remove the You are here: text:
span.breadcrumb-title {
display: none !important;
}
2.) Please try to change the header settings on Enfold > Header. This should fix the mega menu alignment. If you added css modifications on the mega menu before, please remove those.
3.) Please use this:
@media only screen and (max-width: 768px) {
.responsive .mobile_slide_out .logo {
float: none;
width: 80%;
}
.responsive #header .social_bookmarks {
position: relative;
margin-top: 10px;
}
}
4.) This should fix the padding issue:
.av_secondary_right .sub_menu>ul>li:last-child, .av_secondary_right .sub_menu>div>ul>li:last-child {
padding-left: 10px;
}
5.) Can you please elaborate the issue on the layer slider? Thanks!
If you don’t mind, please create a single thread for each issue next time. That will greatly help.
Cheers!
Ismael
Hi Enfold support team,
The negative margin-top doesn’t seem to work between 2 Promoboxes. Any idea why ?
Here is an avia negative whitespace element of -50px, no custom styling involved :
http://586814b516.url-de-test.ws/enfoldsupport/aa_negative-whitespace-between-two-promobox/
Thanks for your help.
Hello,
I’d like to have a slider that’s similar to the demo slider. Where can I find an import file for that? Or at least be able to view the slider configuration values so that I can recreate it.
http://kriesi.at/themedemo/?theme=enfold
Thanks
Ben
-
This topic was modified 11 years, 9 months ago by
btesnar.
Hello, I just installed Enfold, and the provided layerslider shortcodes don’t work. When I put it on my homepage, it displays the shortcode instead of the slider.
EDIT : It only works via the Advanced Layout Builder
-
This topic was modified 11 years, 9 months ago by
desirelabs.
For detail.
Al those errors are meaning on the child theme that i have named enfold-child All those errors are in the header.php on line 101, 157, 157 and 164.
I think that I see what the problem is. I renamed the Enfold folder to my own name. But thats impossible to rename it?
Because i renamed it back to my own name and now I have multiple errors when I display the website.
What can I do?
Thank you.
Miikey
I updated last night.
How can i check to see if running 2.6.4?
Hi Yigit,
Oh no, not again!I Enfold is a great theme,but…
That is not a working solution. I had this font face problem after updating the enfold theme very often in the past.
And you gave me always this -not working fixes. We tried often several solutions with htacess, re-installing the theme via ftp …auto- update via dashbord… But it is always the same game: With the next update, the font face problem is gone…It is very tricky
Please inform kriesi: There must be something wrong in the theme code or your update strategie.
With your update before last, everything was OK! (update via dashboard).
Hope you can help!
Thanks!
Thomas
Sweet.
Just not sure time round. I though maybe it was the server. However, it now works.
Thanks
I’ve posted about this before. I thought it was just an iPhone issue, but now I realize it’s actually a Safari issue. My enfold sites are loading unacceptably slowly in Safari. Even a super simple site like http://carolgrayreports.com/ can sometimes hang for several seconds before loading in Safari (doesn’t seem to be an issue in FF or Chrome / Mac. What do you guys make of this?
Hi libbyseery!
Thank you for visiting the support forum!
You’re using a very old version of the theme 2.4.1 and some of the functionality might not be compatible with your current wordpress installation. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Ismael
I managed to get it working by defining the following in the child theme’s functions.php:
function get_extra_menu_items()
{
$html = ...
return $html;
}
if(!function_exists('avia_social_media_icons'))
{
function avia_social_media_icons($args = array(), $echo = true)
{
$icons = new avia_social_media_icons($args);
$extrahtml = get_extra_menu_items();
if($echo)
{
echo $icons->html() . $extrahtml;
}
else
{
return $icons->html() . $extrahtml;
}
}
}
It would be nice to see enfold gain a hook for this functionality, along with the ability for dynamic vertical sizing in an arbitrary DIV or SPAN rather than forcing the user to use an A tag where it doesn’t really belong.
If you can suggest another or better way of doing what I’ve done, I’d love to hear it!
Thanks,
Jonathan
Hi!
Thank you for the update.
The issue, I think, is because the theme is still using the old enfold.css file on wp-content/uploads/dynamic_avia folder and once you updated even a single theme option, it automatically regenerate the enfold_child.css file. Glad it is working on your end now. If you have any questions, let us know.
Regards,
Ismael
I have no idea what happened, I was working on my Enfold site and suddenly all the image links were broken and page styling changed to defaults.
As we are on a deadline, we’ve continued to upload posts and images. The newly uploaded images show up fine.
What I’ve done is re-installed the theme and recreated child theme. But, it didn’t fix it. FWIW, images don’t show up in Twenty Fourteen either. I’m hoping this is a simple fix as we have 200 or so images…
Hey!
It is ok to remove that file. You can download it again in case. Glad it is working now. :)
Regards,
Ismael
Hi there.
I’ve just updated WP and Enfold and have a few issues. The site is http://www.bhutantravelbureau.com
1) I’ve removed ‘You are here’ from the class-breadcrumb.php file however it is still appearing in the Breadcrumb. Is there somewhere else I now need to change this?
2) The mega menu now appears aligned to the left of the corresponding menu item which causes it to extend out of the browser window edge. Is there a way to center the mega menu to the left edge of the navigation bar?
3) When reduced to max-width=767px the logo is distorted extending across contact icons and beneath menu toggle. Is there a fix for this?
4) In the top menu ‘Testimonials’ has no space between it and the corresponding vertical separator. How can I insert this as per the others.
5) Custom CSS I was using for the LayerSlider on the homepage no appears to not be working:
#top .avia-layerslider .ls-wp-container .ls-layer h1{
font-family: ‘Open Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif!important;
font-size: 38px !important;
font-weight: bold !important;
letter-spacing: -2px;
line-height:32px;}
#top .avia-layerslider .ls-wp-container .ls-layer h2{
font-family: ‘Open Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif!important;
font-size: 26px !important;
letter-spacing: -1px;
font-weight: 400 !important;
line-height:24px;}
Any help with resolving these issues would be much appreciated.
Hey,
i know you’re reading alot of questions that you have to answer.
But i dont see the point of the plugin if i allready enqueued the scripts in a custom template.
With that, all i need to do is to add a div with the right ID to hold the map.
Maybe you got confused after i answered part of my own question.
To recap my situation:
– i asked for the best way to include my java script code for a single page
– i figured out myself that i can put it into the enfold/js/ folder and enqueue through a custom template
– still wondering if thats the right way to do it or if something like a custom shortcode would be better.
Hi!
Which version of the theme are you using? If not the latest 2.6.4, please update it – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hi rhinocorp!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .main_menu .menu ul li a { background-color: red; }
Best regards,
Yigit
I am running wordpress 3.9 with enfold 2.6.4 and it works
updating the theme might help http://vimeo.com/67209750
Hey ScubaGirl!
Which version of the theme are you using? If not the latest 2.6.4, please update the theme as well – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hey Richard!
Please update the theme to the version 2.6.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hi victoriaeducacion!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-section { border: none !important; }
If that does not work, please post the link to your website and point out the color section
Cheers!
Yigit