Anything you add to the quick CSS stays in the quick CSS box, under Enfold (or Theme Options)>>Styling. If you added something to the quick CSS it won’t have overwritten the theme CSS, it only supercedes it. So if you definitely have no styling in the quick CSS box and you HAVEN’T changed the actual CSS files themselves (using a text editor, or web design package or your cpanel file manager etc), then everything should be as it was originally.
If you really do have a blank quick CSS but your logo is still messed up, first ensure you’ve reloaded the page (ctrl + F5) and/or cleared the browser cache. If it still isn’t correct, and you haven’t made any other changes to the CSS files themselves, you could just reupload the theme CSS folder to your wordpress installation using FTP.
Hi,
Please edit the text widget that contains that form and change the line that says
<input type="submit" value="Login" name="LOGIN" onclick="submitForm(this); return true;">
to look like this
<input class="avia-button avia-icon_select-no avia-color-theme-color avia-size-large avia-position-center avia-button-wrap avia-button-center avia-builder-el-6 avia-builder-el-no-sibling" type="submit" value="Login" name="LOGIN" onclick="submitForm(this); return true;">
Now add the css below to your /css/custom.css OR to quick css located in Enfold > Styling Layout to the text box at the bottom of the page
.main_color .button:hover, .main_color .ajax_controlls a:hover, .main_color #submit:hover, .main_color .big_button:hover, .main_color .contentSlideControlls a:hover, .main_color #submit:hover, .main_color input[type='submit']:hover {
background-color: #073E8A;
border-color: #073E8A;
}
Thanks,
Nick
Hi,
Here are the font color, background color, and border color for the left icon box. You can take out the things you dont care about, and ofcourse change the colors.
/*---background color, font color, border color of the icon---*/
.iconbox_left .avia-font-entypo-fontello {
background-color: #00F;
color: #FFC0CB;
border-color: #FFF;
border-style: solid;
border-width: 1px;
}
/*background color, font color, border color of the icon box*/
.iconbox_left .iconbox_content {
background-color: #3F0;
color: #000;
border-color: #383731;
border-style: solid;
border-width: 1px;
}
/*title font color in icon box*/
.iconbox_left .iconbox_content_title {
color: #FFF;
}
2. Please provide a url to your website in order to remove that space. An image will not help. Need to see code. If it exists on the demo please provide url kriesi.at/themes/enfold the page url where this takes palce.
3. Please watch video https://vimeo.com/64927356 on how to update. If you customized your templates, you should use http://www.winmerge.org to compare the update to your current modified theme on a line by line basis to see the differences and update the parts you want. then use ftp .
Thanks,
Nick
Hey Jeff,
Can we see the site live? I’ve not had a lot of experience setting up a one page site with Enfold yet so seeing how you have it set up and then replicating the layout and bug testing from there will be the best route for us to help :)
Regards,
Devin
If you are interested in me personally just mention me in your task description on Codeable. My profile is here: https://app.codeable.io/profile/661.
Regards,
Devin
Hi Shaz,
We have a number of videos here: https://vimeo.com/channels/aviathemes
I’d suggest starting with: https://vimeo.com/channels/aviathemes/64927356 and then https://vimeo.com/channels/aviathemes/64927358
There is also documentation in the documentation folder if you download the entire package and not just the wordpress files from your downloads on Themeforest.
Regards,
Devin
Hi George,
Which slider is it? In what kind of layout as well? If you can provide a link and a bit more detail we can move forward with some possible fixes.
Regards,
Devin
Hi cajam,
My guess is that you are just not using the correct css. If you can paste what css you are using now as well as link to a page or two showing which h1,h2 items you want to change we can assist.
Regards,
Devin
Request:
Colored Section Fixed Image to have parallax behavior like the slider in your demo.
http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
It’s a bit easier to drag and drop content in the same page layout builder for quick page building, when more features from the advanced slider aren’t needed.
Thanks for your feedback!
Hi,
please open up functions-enfold.php in the main folder of the theme and go to line 251 that looks like
'html' => "<div class='{class} title_container'><div class='container'><{heading} class='main-title'>{title}</{heading}>{additions}</div></div>",
This is the line that creates that whole segment, and as you can see the {title} is the title, and {additions} are the bread crumbs.
You can just delete {title} from there.
If you want that grey band that used to contain title be completely gone you can just change the first part of this above to the code below instead of replacing just {title}
'html' => " ";
And in page.php you can add the following to line 16 of page.php
<?php echo "<div class='title_container'><h1>".get_the_title(get_the_ID())."</h1></div>"; ?>
You will need to add that same code on the above line to the following files, it all goes to the same location pretty much , just look for a div with a class=”container” and paste it under it.
http://i.imgur.com/JRKHOQi.png <— all these files are in the main theme folder.
404.php
line 17
archive.php
line 25
forum.php
line 31
index.php
line 32
page.php
line 16
search.php
line 17
single-portfolio.php
line 16
single.php
line 28
taxonomy-portfolio-entries.php
line 16
template-archives.php
line 22
template-builder.php
line 33
config-woocommerce/config.php
line 528
Thanks,
Nick
Hi,
How can I make FULLSCREEN SLIDER like this page.
http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
I want use slider with color section like that page.
Regards,
azabu.
Hear hear! I’ll drink to that.
A real test is asking for a photo of a developer’s work area.
Hello,
I have just purchased and installed Enfold. Clicked on the option to import the dummy data which will allow me to get a feel for the structure but there is no ‘shop’ page as in the example on themeforest? am I missing something?
Thanks
Andrew
PERFECT ! That works like a charm! Awesome support ;) Awesome Theme !
I just found out that a pretty important form I made for an important client stopped working.
When I did it 10 days ago it worked just fine, I tested it and sent it over to my client. Today he says he sent it yet I don’t receive anything.
So I go check the page to make a new test and see if it’s working and to my surprise I can’t fill in anything in any field.
I hope it has to do with the latest release of Enfold, which may have broken something, although my other forms on the site, i.e. the contact form in the contact page seems to work fine.
Any clue?
here is the page:
http://www.vacationrentalsecrets.com/la-foce
Thanks for your help!
Hi,
I want to build a picture and video portfolio Site with WordPress and enfold.
I want to organize about 30.000-50.000 pictures in Sets of 20-200 pictures.
If I add a page with a Gallery WordPress asks me to save the files in the media library where they are all in one big place. I read that I can organize the images in folder by date. But I am looking for a possibility to organize my pictures in Folders with speaking names.
How can/ should I do this so that enfold has no problems?
2. Same goes for videos. I have lots of videos with File sizes in the range of 100MB to 1.2 GB. How do I organize them properly? The media library has a mx file size of 32MB. I am sure I can change this (where?).
3. The images are stored regularly on the harddisk not in a database I hope?, Why then WordPress needs so long to import the files (I am on my local machine with a MAMP install)
Thanks
Frank
Hey!
@fotomaster – Try to deactivate the Enfold theme (switch to another theme), then activate the layerSlider plugin and then activate Enfold again – this should do the trick.
Regards,
Peter
Hi!
Currently posts do not support the advanced layout editor and based on Kriesi’s comment here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/discussion/4519990?page=34#comment_4148581 I don’t expect ALE support for posts in the near future…
Regards,
Peter
Hi!
Please provide a link to the Enfold website – it seems like http://lowsfurniture.com/w/ uses another theme.
Regards,
Peter
Hey!
Tbh the most important reference is that Devin is part of our support team since 2012 and he’s still with us – obviously he does a good job :)
Regards,
Peter
Yes, the dummy data can be found in wp-contentthemesenfoldincludesadmindummy.xml – however the main problem is that you’ll maybe overwrite existing content when you hit the green “dummy data” import button.
Hey!
Please watch this tutorial video https://vimeo.com/channels/aviathemes/64927356 – it will help you to install the theme with ftp.
Regards,
Peter
Hey!
I changed the code above a bit – please try it again.
Best regards,
Peter
1) You can modify the button shortcode – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesbuttons.php and replace:
$output .= "<a href='{$link}' class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
with
if($link == 'http://www.test12345.nl') {
$output .= "<a href='{$link}' onclick="_gaq.push(['_link', 'http://www.test12345.nl']); return false;" class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
}else{
$output .= "<a href='{$link}' class='avia-button ".$this->class_by_arguments('icon_select, color, size, position' , $atts, true)."' {$blank} {$style} >";
}
2) This is imo not easily possible. You can try a plugin like http://wordpress.org/plugins/jin-menu/ but I’m not sure if it works.
Hi Nick,
I have tested both options. Using the layout builder and the option to define where i wanna see the blog in the theme options.
The thing is … Dudes code is working fine THE ONLY PROBLEM is that if you click on the title to view the full blog post it shows you the excerpt only.
What i try to get done is … I WOULD LOVE TO HAVE THE ARCHIVES WORKING THE WAY THAT I SEE THE EXCERPT ONLY NOT THE FULL POSTS.
Hi, just downloaded WordPress Enfold at intenar install an error message appears: “Unable to unzip the package. Has no theme stylesheet style.css”
How I can solve the problem?
regards
Hi,
Are you using Layout builder for posts?
What do you have defined on top of Settings > Reading .. it should look like this http://www.clipular.com/c?7958741=FGXIlfgdnQ9LVpNjooXHyOvjIas&f=.png
How about settings on this page, http://www.clipular.com/c?7959783=hSlBywMb7V1_7zmmtkPMyC2VfOw&f=.png
Thanks,
Nick
Hi There!
So I created a custom content element for a Custom Post Type I created called “News”. I did this by copying and pasting “enfold/config-templatebuilder/avia-shortcodes/blog.php” and creating a copy called “enfold/config-templatebuilder/avia-shortcodes/news.php”, and have set it up so it displays posts with the Custom Post Type called “News”.
I am able to see, use and edit the Custom Content Element in the Avia Layout Builder and it works (for the most part) as expected.
However, I cannot set the “Blog Style” to “Grid Layout” and have it work properly. Doing so recalls the first Blog post, and then proceeds to recall the rest of the Posts with Custom Post Type “News”. Assigning any other “Blog Style” value makes it so that the Content Element recalls all Posts from Custom Post Type “News”, which is what is supposed to happen.
Why would changing the Blog Style affect which Post Types get called by the Content Element? How can I fix this issue?