No, if its not in the update notes it wasn’t changed and looking at the repository for Enfold the folder has not been changed since 1,8,1.
hi,
I have Gravity Forms installed together with theme enfold
i cannot add a field to the form builder. gives “Ajax error while adding field”
can you help me out?
wp 3.6 enfold 1.9 gravity 1.7.6
Hi there! :)
First of all… congrats about ENFOLD!! its a great theme!!!!!! :)
Ok. Lets go with my “problem”.
Buttons for prev – next are not working…
We got last version for the theme (1.8…), and Word Press 3.5.1
If you get into http://www.pepagroup.net (HOMEPAGE) and then to the grid at the bottom of the page, you find 6 boxes (works..). If you click each…then you get to a more detailed info but…. cliking previous and next arrow…you got a “empty” image next or previus client info, and buttons stop working (prev and next)
Would you mind to help me please!! ???
Thanks a lot in advance,
Best,
Yako
Version.txt for 1.9 shows:
2013 August 6 - Version 1.9
please update:
- style.css - new version number
- css/layout.css - various small fixes
- functions.php
- functions-enfold.php
- includes/helper-responsive-megamenu.php
- includes/helper-conditional-megamenu.php
- config-woocommerce/config.php - fixed bug with 404 page
- config-woocommerce/admin-options.php - Added layout options (header, footer etc)
- config-bbpress/bbpress-mod.css - improved bbpress forum widget stylings
folders to update:
-folder js:
-fixed a bug with the easy slider not rotating properly
-folder config-templatebuilder:
- fixed: a bug that prevented the layoutbuilder from showing
- fixed: a bug that occurs with custom css label and image element
- fixed: a bug with the gallery caption
-folder framework:
-fixed: required symbol for date input field
-added: theme support flag for conditional menu:
add_theme_support('avia_conditionals_for_mega_menu');
using the flag will enable conditional logic for menus
(you can show/hide menu items based on user level, login, current page, etc)
Hey is it possible to add an social icon to the sub navi in the header?
I cant find the png`s for that..
I have the same problem with the arrow icon on the portfolie item (the roll-over icon).
I want to change it with an individuel arrow..
Thanks a lot, Jan
Hello,
If we add a background image for the main content (http://www.virtuozo.fr/enfold-1.jpg) the background image in the fullwidth slider can not strech to fit (http://www.virtuozo.fr/enfold-2.jpg) > http://www.virtuozo.fr/enfold-3.jpg
But if we dont’ add background image for the main content, all is fine for the fullwidth slider.
Can you help us ?
Thanks.
Hi,
Open functions.php, find this code on line 2:
global $avia_config;
Below, add the this code:
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Monda'] = 'Monda';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Monda'] = 'Monda';
return $fonts;
}
You can now select the font on Enfold > Styling > Heading fonts and Body fonts.
Regards,
Ismael
Hi,
I’ll tag Kriesi about the revisions issue.
Yes, you should see the shortcodes when switching to the default editor. Please upgrade to Enfold 1.8.4. If you switch the Advance Layout Editor to debug mode, you will be able to see the actual shortcode below the ALE.
Regards,
Ismael
Hey!
currently unfortunately not possible. If the icons would work cross browser I wouldnt have removed them in the first place from the charmap, but for a reason I don’t know some of the icons simply wont display properly.
I am planning to rewrite the icon-system so its easier to add your own iconfont but this is a major undertaking and I cant provide and ETA yet…
Thanks Ismael and Dude,
the code works now.
The text I was trying to add was a simple list:
<ul>
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
<li>List item 4</li>
</ul>
On every saving there where extra line breaks added by the text box as shown above.
Now with your new code it works fine and remains unchainged. I copied textblock.php with your new code together with the folder structure into enfold-child theme and it works fine.
Thanks again,
Wolfgang
Hi guys,
Thanks for your advice! Yes, breadcrumb is missing on the whole website as I don’t need them there.
I removed it as per some forum recommendation:
‘breadcrumb’ => false
in the defaults array in the functions-enfold.php
I hoped I could enable it on per page basis.
Basically it’s not really necessary if I can have another way to navigate on the forum like that sidebar I mentioned.
Any ideas?
Thanks and best regards,
Max
It would be lovely if the elements on the avia advanced layout editor could be names – or at least had numbers ! On a page with about 50 embedded galleries its a nightmare trying to work out which one is which !
Okay have just sent it – subject: enfold
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');
and the gallery thumbs should load immediately.
Hey!
Did you solve the problem? I’m asking because the thread is marked as resolved.
Best regards,
Peter
Hi,
yes you’re right. It seems to be a WPML issue/bug. However (as supposed in my last post) it’s not theme related because if I switch to another theme (like the default TwentyTwelve theme) I still have the same error. I tried to deactivate all plugins – then it works because WPML is not activate. Then I switched the theme to TwentyTwelve and activated WPML again and the error was there again. So it must be a plugin problem. I’d suggest to contact the plugin devs here: WPML and ask them to look into it.
Tbh this would really surprise me if the transition speed varies from slide to slide because the executed code is always the same. However if the transition speed is still too fast try to increase the value or replace following code in enfold/js/shortcodes.js
displaySlide.css({visibility:'visible', zIndex:2, opacity:0}).avia_animate({opacity:1}, this.options.transitionSpeed/3, 'linear');
hideSlide.avia_animate({opacity:0}, this.options.transitionSpeed/2, 'linear', function()
with
displaySlide.css({visibility:'visible', zIndex:2, opacity:0}).avia_animate({opacity:1}, this.options.transitionSpeed, 'linear');
hideSlide.avia_animate({opacity:0}, this.options.transitionSpeed, 'linear', function()
I use the Enfold-theme and have changed the alternate background color in the enfold options menu. When I do this, also the background color of input field of the search bar in the main menu changes.
What have I to do that background color of the search bar remains white and how can I change the font color of the search bar input field in the main menu?
Thanks.
hi peter, I have created the account, you will receive a notification from http://www.galarestaurant.es
Had created a few slides using LayerSlider and at first things were working fine, and as of last Thursday, our slides started losing the text headings.
1) Have disabled every plugin – no change
2) Disabled the background – text reappears
3) Changed to a different file for the background – text disappears again.
4) Tried Enfold’s demo slide – first page works fine as logo and text is actually a graphic, but 2nd page only shows the screens and screen elements. Text blocks to the left don’t appear – no edits were done to the default demo slide.
5) Have tried Ismael’s suggestion in an earlier issue to up the memory to 256M – no change
6) Have asked the web hosts if they made any changes or updates to the server software or settings – they assure me they have not.
7) Have gotten the web hosts to restart our server – no change
8) Have checked text content layers – Using <div> as per the Enfold demo, no change, using H1, H2, etc, text appears in the preview, but not on the site.
9) Have tried removing custom styles – no change
10) Have deactivated my child theme – no change
As far as I can tell, nothing has changed from my perspective except the backend PHP tweaks for iconbox.
Would be nice if there was a fix for this.
Hey!
Thanks for the notice. It’s quite strange though because our theme does not interact with the media translation in any way…
Best regards,
Peter
No, the “small non-fixed header” doesn’t support such a layout and you’d need to customize the code. However you can use the “Header with bottom menu + social media icons” option – http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ – it looks similar to the menu of http://www.iphotoscanning.co.uk/ and we can help you to change the background color of the menu (i.e. see https://kriesi.at/support/topic/setting-navigation-text-color-setting-font-size ).
Hi,
Great theme and support guys,
I have 2 questions:
1) I must be missing something basic here: all I want to do is add images (actually advertisments) to the sidebar that are full sidebar width.
The enfold advertising area widget images are too small so I used the text widget and added:

But this doesn’t work. The jpg is where it’s supposed to be and I’ve checked everything else.
Is there an easier way?
2) The semi-transparent tabs with < > at the side of blog pages that flip to next or previous page. I would like to make them the same colour as the theme color which in my case is orange. Would like to keep semi transparent etc.
Thanks
Adrian
Hi,
1.) You can use FTP or go to your cpanel to edit wp-config.php.
2.) Please overwrite your wordpress installation with a new wordpress download, see if it fixes the menu. Override the whole site except the wp-content folder.
Regards,
Ismael
Hey,
The idea is almost the same but no. :)
Regards,
Ismael
And another one: An option to deactivate elements in the advanced layout editor to hide the elements but not delete their content. Similar to the “Inactive Widgets” pane in the widget section of WordPress.
Hi,
Go to Enfold > Styling > scroll at the bottom, look for the Quick CSS field. Add this code.
.avia_mega_div {
width: 1024px;
}
Save changes then remove browser cache and reload the page. Please give us a link to your website.
Regards,
Ismael
Hi,
Go to Enfold > Sidebar > Sidebar on Archive Pages, choose left sidebar. Go to Appearance > Widgets panel, add the Latest News widget on the Sidebar Blog widget area.
Regards,
Ismael
Hi,
Yes, that might be the problem. As you can see on the screenshot, it works properly on my end. Create a test installation without your sidebar plugins then Import the dummy data. Add the css code above.
Regards,
Ismael