Hi guys. Love the Enfold theme. Searched your forum for an answer, but seems nobody else asked for this one. I have tried to make just the header transparent, but leave the menu not transparent. The code I have used unfortunately makes both the header and menu transparent, which makes seeing the menu a problem. I used the following code, which is wrong.
.header_bg, #avia-menu, .main_color{
background: transparent !important;
}
What CSS code could I use that would only allow the header to be transparent, but the menu would be normal?
Website I am using is http://www.fireinvestigatordirectory.com. Thank you in advance. Have a great day.
-
This topic was modified 11 years, 11 months ago by
steven1000.
Hey kork!
Can you post the link to your website so we can take a look?
Regards,
Yigit
Does anyone have an example of nice employee bio pages they have created with Enfold?
This reply has been marked as private.
Hey!
Please go to shop page on demo site http://kriesi.at/themes/enfold/shop/ and add an item to cart. Is this what you are looking for?
Cheers!
Yigit
Hi antoinebro!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Regards,
Yigit
Hi!
Please add following code to bottom of Avia.js file inside wp-content\themes\enfold\js folder
jQuery(document).ready(function($){
jQuery('img').removeAttr('title');
});
Greetings E! :)
Best regards,
Yigit
the first and last link seem to have around 50% bad reviews. share-this seems to email you extra spam..
i guess i’ll try “socialize”
Hi bforliano!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive .mobile_slide_out .logo {
margin-left: 35%;
}}
Cheers!
Yigit
Hey Ace5Studios!
Thank you for using the theme!
We usually suggest these plugins:
http://wordpress.org/plugins/addthis/
http://wordpress.org/plugins/socialize/
http://wordpress.org/plugins/share-this/
I hope this helps.
Regards,
Ismael
Hi,
I’ve added the following in the function.php (not function-enfold.php):
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Bree Serif’] = ‘Bree Serif:400’;
return $fonts;
}
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Bree Serif’] = ‘Bree Serif:400’;
return $fonts;
}
However, the font doesn’t appear in the font selector in the theme options. Any idea?
Thanks,
Gabe
Hi,
Just installed Enfold and when I click on the “Enfold” button in the left menu of WordPress I get this error:
Fatal error: Allowed memory size of 41943040 bytes exhausted (tried to allocate 30720 bytes) in /data/9/1/46/114/1209929/user/1289562/htdocs/wordpress/wordpress/wp-admin/includes/deprecated.php on line 304
Any idea what the problem is?
James Bosma
Thanks you for responding.
All I see now are blank pages. I got the error by checking the source.
The site was working last night before I finished. 2 files were updated around 6 hours ago. functions.php in Enfold and functions.php in child theme. I can see there has been code added relating to the cart.
Please advise on fixing this issue ASAP. I would rather have the site back the way it was with a ‘cart’ icon.
My client was due to approve the site an hour ago but they can only see blank pages.
This reply has been marked as private.
This reply has been marked as private.
Hi guys,
never worked with @media screen before so here goes.
@media screen and (max-width: 690px) {
.logo_addition img {
visibility: hidden;
display: none;
}
}
I have added this code to my Quick CSS on enfold.
now when the screen gets to the 690px point it doesnt add to my .logo_addition code.
if i manually add it via source it works perfectly.
now my question does enfold overwrite this?
Regards
Hi Yigit,
Sorry, a link is not possible since the website is not live yet (as it is being developed). You should be able easily replicate the problem using the settings I’ve mentioned earlier. I can send you a screenshot if that helps.
Cheers,
Jozef
Dude,
Updated my enfold which updated helper.. etc etc re’added code worked first time.
Thank you to everyone for there help.
Hi, I love Enfold. You’ve done a great job!
I have three questions:
Nr. 1)
I want to build a single page parallax website and I want the main menu to change as you scroll down showing the current active area.
I have added anchors to the different color areas following the indications at http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
but the main menu still doesn’t show any changes (highlight & underline effect) as I scroll down to the different areas.
Just in case this is relevant: I’m using the homepage as a frontpage as well. Every color area carries the name of one of the main menu items.
Nr. 2)
How do I link the main menu areas so that the go to the color areas in the parallax frontpage/home?
Nr. 3)
I want to add a custom CSS. Where do I find all the CCS style sheets?
Thank you very much for your help!
Hi!
On the previous versions of Enfold, a lot of users are complaining about the “Where do you want to display Blog?” option. Whenever they set the page on this option then edit the blog page using the Advance Layout Builder, they don’t see the elements on the front end. It’s because setting the blog page on this option will force that page to use the index.php or basically the blog post overview page.
The new option “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” gives you the capability to edit the blog page to your liking using the Advance Layout Builder while correctly specifying the page as the blog on “Where do you want to display Blog?” option. For clarification it says “Use the advance layout editor to build your own blog”, that means you can only build the page using the advance builder and you can’t use the default editor when editing the blog page.
Follow these steps:
1.) Create a page then set it as the blog on “Where do you want to display Blog?” option.
2.) Set the Blog Style to the new option “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)” .
3.) Edit the new page using the Advance Layout Builder. :)
Thank you for your understanding.
Best regards,
Ismael
This reply has been marked as private.
This reply has been marked as private.
Hi Devin,
I do think the theme is creating orphaned paragraph tags. I just tested creating a new page using your Avia Builder that has 3/4 column with gallery and 1/4 column with text box – everything empty and the orphaned </p> tag still appears after the avia gallery. I will private reply the link to you.
Also regarding the styling tags, I understand you need to create inline styling, but shouldn’t the style declaration be in the header above the body content, not within the body content? This style tag is between the <body> </body> tags.
Not to be such a stickler I guess I could launch the site as it is, but I do believe it should be free of these basic errors……
Thanks,
Linda
Looking to add share buttons to the bottom of posts.
mainly just need facebook and google+ i guess
what do you suggest? the other thread doesnt seem to come up with anything useful.
Awesome – Pictures! Nice bforliano
Check mine out ;)
http://www.apprupt.com/
I can add to this that I admin Enfold powered sites on other hosts without any issues. Thanks to your description on what it is in the theme that initiate sessions I can make more informed business decisions, keep on recommending the Enfold theme etc.
Hi Ismael,
The whole site is no longer working, the source shows:
<!DOCTYPE html>
<html lang=”en-GB” class=”<br />
<b>Fatal error</b>: Call to undefined function avia_header_class_string() in <b>/home/christia/public_html/dev/wp-content/themes/enfold/header.php</b> on line <b>11</b><br />
Can you please advise UNRGENTLY.
Steven
Hey!
Thank you for the link but I think you’re referring to a different page. Kindly find the correct page url on the demo site. http://kriesi.at/themes/enfold/
You can set the header transparency for each page. Look for Layout > Activate Header transparency. This will remove the top padding of any elements below the page including the sliders and color section.
Best regards,
Ismael
I am pretty sure I have the latest version. How can I check?
I simply need to put my own content into the right side of the header, how can I do this, can you give specific details or direction?
Also is there a way to have the sub nav (as in the drop downs) show up so it always present under teh main nag when you go to a section page? E.g. when you go to Service, all the sub page sunder service are shown below nag.
Thanks
Awesome theme! My favorite to date. .. Here is our site. Hope it provides some inspiration.. .
inspiredtravel.com
Congratulation on a job REALLY well done.