Thank you guys! I think when I downloaded the update of 1.6 I left the folder name at Enfold 2 when I uploaded it. I fixed that and uploaded again and everything seems fine!
Thanks for helping out!
Laura
I read in footer.php:
// you can filter and remove the backlink with an add_filter function
// from your themes (or child themes) functions.php file if you dont want to edit this file
// you can also just keep that link. I really do appreciate it ;)
$kriesi_at_backlink = apply_filters(“kriesi_backlink”, ” – Enfold Theme by Kriesi“);
Can you write me code for functions.php in child theme for removing or editing of this line? Maybe it is totally beginner question but I am beginner in child theme options. Thanks for help!
Thanks for your advicesFormateins and Devin.
I did try Smush.it on this image: http://suiciderescue.se/wordpress/wp-content/uploads/2013/04/SuicideRescue.bg-1700.png
over 1 MB in size but Smush.it did not find any saving of your image.
If i shall shrink images in size, what is recommended max widht on images used by enfold so that it looks good if full widht?
And For Enfold, It is not possible to remove something from code so that mobile version will be smaller?
Hi again:
I write to you again because I have detected too many bugs on layerslider… There is a problem in rotation out and scale in features (doesn´t work properly). When I select the traslations I want, the program keep the random traslations in 3d and the 2d dont work.
I don´t know if there is a bug in the new version of Enfold theme (I upgraded yesterday to 1.6) or not…
Anyway, I contact to you because I want to ask if there is a fix or if you are warking to solve this issue.
In any case, There is a posibility to install the layer slider original program? If I do it will work?
Thank you very much in advance.
Hey guys,
I have some issues with my enfold theme displayed on IE. I also tried several versions of IE.
The problem is that the Logo on IE is displayed way to big. It should have 400x80px. For whatever reason it is displayed bigger, which leads to a problem when you decrease the size of you IE-window because then it overlaps the menu. In Firefox, Chrome etc. everything is displayed as it should.
http://mafo.doremus.us/
Any help apprechiated.
Yes but I edited in that removing that does make it go “flat” but the flat UI does indeed have a hover change…maybe reversing the current hover event would do it? instead of making it lighter or vanish like they have it now, make it appear or darken as you hover?
I think you’d have to make that png the full size of the button not just a kind of top down “bubble” effect…
Enfold?
I kind of like the parralax section in that link I found…I think its done in the colored section settings…
I know what you mean, some themes have a “flat” css version built in….I kind of like this flat design, http://designmodo.github.io/Flat-UI/ and there are some themes that specialize in it.
For arguments sake the css for the buttons is here, and i believe removing that background image gives the “Flat” effect to all the buttons:
body div .avia-button {
background-image: url(“/themes/wp-content/themes/enfold/images/layout/bg-button.png”);
background-position: 0 0;
background-repeat: repeat-x;
border-radius: 3px 3px 3px 3px;
border-style: solid;
border-width: 1px;
display: inline-block;
font-size: 12px;
font-weight: 600;
line-height: 1.2em;
margin: 3px 0;
max-width: 100%;
padding: 10px;
position: relative;
text-align: center;
text-decoration: none;
}
Would one change it to this (adding it to quick css or whatever its called for enfold):
body div .avia-button {
background-image: none !important;}
Enfold Team can we get a ruling? :)
Of course then you’d need some kind of ohover selector to lighten (or darken it) or change the color to what you want? maybe a transparent png?
body div .avia-button:hover {???
What kind of parallax section do you mean? it has something like that here:
http://kriesi.at/themes/enfold/portfolio-item/vimeo-video/
And of course it has layerslider…which has great parallax ability….
And, by flat button, that’s kind of a theme style issue, but I bet you could find a plugin to give you that style choice.
Hi,
sorry for such questions but I’m totally new into this:
1) I wanted to put commands
<meta name=”DESCRIPTION” content=”text”>
<meta name=”KEYWORDS” content=”text”>
already tried in Quick CSS in WP-Enfold and custom.css file on my server but it doesn’t work, any other filewhere I should insert this? or other commands?
2) Is there any way to manage spaceing between content elements?so to make the page more condense
3) in “special heading”, ‘Menu”, “Icon box” ets. in the heading line Polish leteres are not working properly, they are with deferent font, any way to manage that?
4) any simple way to add more icons to Enfold theme?
thx in advance
Mark
Thanks everyone for all your support. We’ve dealt with lots of shop WP themes before and we’ve had such a good experience with Enfold that this will be our 4th license. Really glad you added WooCommerce functionality.
Thanks again
-Nicolas
I was able to get 1.6 to install/work properly… steps I took were…
1. Disable all plugins
2. Picked a stock WP theme.
3. FTP/Overwrite all files in the enfold theme folder.
4. Re-enabled Enfold theme
5. Re-enabled all plugins.
All of the same plugins were previously installed and running when I first installed Enfold 1.4 after I bought it and there were no issues… There must be a plugin not letting the files upload properly via the FTP… I am going to try and pinpoint it…
Hey guys,
For some reason, using Gravity Forms inside a column shortcode adds br tags after everything in the gform_footer div, as well as p tags after the end of the form, and I can’t quite work out how to filter it out. I’ve tried custom functions to strip them, specifically moving shortcode_unautop after wpautop in the filter chain, and other experiments, but nothing seems to affect it, and I’m not that good with PHP anyway, so… I’m stuck.
Any chance of bug fixing this? I am sure this affects some other plugin shortcodes too. Sure, you can use something like .gform_footer { height: 0; } and/or .gform_footer br { display: none; } to get rid of the extra space, but that’s only a temporary solution.
This is related to the following topic, so it’s actually been an issue for a while: https://kriesi.at/support/topic/formatting-issues-with-shortcode-and-gravity-forms
This time, though, with the new functionality in Enfold, [raw] tags can’t save it, since it literally outputs the raw shortcode — just text in brackets. Not that I would want to use a hack method like that anyway.
That didn’t work still has same weird header … I have done everything you said above..I have disabled all plugins changed some styles… also activated another theme and reactivated enfold… with no plugins enabled as soon as I switch to enfold the code still appears… even in the wp-admin page…
Hi,
You should probably download Enfold 1.6 then create a new installation using WP 3.5 or higher.
Regards,
Ismael
Please check your installation paths. Your site ain’t working because you probably installed the theme in a wrong location. If I look to your source, none of the Enfold CSS or JS seems to be in the correct place.
After a bit of investigation I found out, that you’ve installed the current Enfold in a subfolder named “/themes/enfold 2/”. In your header, the CSS/JS is loaded from “/themes/enfold2/”. So I’d recommend you rename your themefolder to “enfold2”. Of couse you may have to make changes to your setup regarding to the path of the theme. So you should check the enfold settings first after the rename. Make some changes so you can save the settings.
They do work – please use the paragraph or span area to enter the shortcode.
Enfold Shortcodes In Layer Slider are not working?
Any thoughts here and how I would add awesome buttons to the slider? I need this look http://cl.ly/image/1x1g2K0o022g
Thanks.
I installed Enfold on Wednesday, uploaded a logo and everything look GREAT! Got the notice for the upgrade and uploaded that last night and today the site is not working. The hosting found a parse error on line 373 of functions.php. I deleted the theme went to 2011 then reloaded the Enfold and the site does show now but it’s all wacky!
This is a new site, new install, do you want to see it first or should I uninstall the theme, wordpress and create a new database and go from there? The site is at http://www.ttg.travel/redesign
Thank you for your attention to this. I LOVE this theme.
Laura
Hi Darko,
Go to your Enfold Theme options and there should be a green button labeled “Import dummy data”. That will get things set up for you.
You can see the process in action in this video: https://vimeo.com/64927356#t=230 (linked to the time in the video where I activate the import).
Regards,
Devin
Hi andreanapier1985,
I answered this question in your other topic with a similar question here: https://kriesi.at/support/topic/enfold-portfolio-excerpt#post-116487
Please only make a single topic for each support request as it makes it easier for others to search and for us to answer.
Regards,
Devin
Hi,
Please examine the block of css in this post https://kriesi.at/support/topic/enfold-responsive-slide-out-menu-issue#post-112059
It has almost everything you need to customize the menu , rollovers, etc.. You can try it as is to get idea first. You should add it to your /css/custom.css file OR to Quick CSS located in Enfold > Theme Options Styling .. the text area at bottom of that page
Thanks,
Nick
Hey!
I’d update the theme via ftp. See https://vimeo.com/channels/aviathemes/67209750
Best regards,
Peter
Hi,
Yeh, I also saw that. That is not always there , it appears depending on the length of the word being searched for. Only 30 characters are allowed in this entire line .. and sometimes it gets cut off in middle of character encoded quotes “” as in "
Search results for “Снимок”…
I would cut the size of this ‘Результаты поиска для’ because that has too many letters, so the actual search term never gets printed. Try it like ‘ ‘Результат для” … or even smaller, since these are useless letters, while the keyword is useful
Thanks,
Nick
[edit] this reproduces it
http://kriesi.at/themes/enfold/?s=%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%D0%A1
Do you have any instructions how to update to the new version (june, 2013)?
Thanks
Open up enfold/js/shortcode.js and search for this code around line 205:
//trigger displaying of thumbnails
gallery.on('avia_start_animation', function()
{
images.each(function(i)
{
var image = $(this);
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
});
});
change it to:
//trigger displaying of thumbnails
gallery.on('avia_start_animation', function()
{
images.each(function(i)
{
var image = $(this);
setTimeout(function(){ image.addClass('avia_start_animation') }, (i * 110));
});
}).trigger('avia_start_animation');
The gallery thumbs should then load immediately. A fade effect to another color is not possible.
I’ll tag this for Kriesi because I’m not sure if this is an intended behavior or a bug. For now you can try to fix it by deleting following code in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodessection.php:
if(empty($skipSecond))
{
$new_params['id'] = "after_section_".( avia_sc_section::$section_count );
$output .= avia_new_section($new_params);
}