Hi,
Already used Enfold for a site and thinking of using it again for another project.
But for this other project I have a special question regarding colors ->
Would it be possible – easily… – to choose a specific “animated changing background color” ? For a color section for example (or anywhere else where you can set a color background) ? see examples >
http://demo.vivathemes.com/themes/advent/
http://files.allbloggertricks.com/colour-changing.html
And also, eventually, this other option -> with “gradient changing color” >
http://www.jqueryscript.net/demo/Create-An-Animated-Radial-Gradient-Background-With-jQuery-CSS3/
Thank you very much in advance.
Cheers,
Marie
Hi there. I recently bought the Enfold theme. Everything was working great. Till about 24 hours ago. Now, any change that I make in the WordPress Admin under Enfold Settings – and the entire website goes completely blank. I have to go in to my GoDaddy hosting and replace the current version with a backed up version to get it back up and running. But any further changes whatsoever in Enfold Settings, and the website goes blank again! If I am paying top dollar for a premium theme, I expect that to work without such hiccups. Please help me in restoring normalcy.
Thanks.
Kunal.
I’ve asked this question before:
– https://kriesi.at/support/topic/how-to-copy-or-duplicate-a-standard-configured-website-on-a-separate-license/
But you guys send me to Envato:
– https://kriesi.at/support/topic/how-to-copy-or-duplicate-a-standard-configured-website-on-a-separate-license/#post-301921
And the official Envato Support sends me back to you:
“In regards to your specific questions, you’ll want to contact the author of the item and request more information about this as they will have far greater knowledge of their own item.” (…) “If the author support forum requires an item purchase code, you can find this by going to your downloads page – clicking download – clicking licence and purchase code. Inside you’ll see the item purchase code.”
At their forum there’s neither someone who can help me really:
http://themeforest.net/forums/thread/copy-a-configured-site-and-assign-a-second-purchase-of-same-theme/138844
=======================================================================================
So, where it’s all about:
Last days I created a new site (www.marcbijl.nl):
– downloaded and installed wordpress
– downloaded and installed Enfold at Themeforest
– downloaded, installed and configured multiple must have plugins
There’s no real content at the site, other than the dummy/demo content provided by you guys, at Kriesi.
Now I want to make a copy of this fully configured site (http://www.marcbijl.nl), and use it for 2 other sites which need the same theme (http://www.panoramafotogalerie.nl and http://www.panoramaphotogallery.com). So I have to purchase the theme twice again, which is fair enough.
My question is: how can I copy the complete first site (http://www.marcbijl.nl) to the other two (e.g. with the Duplicator plugin), and then assign the license codes of the 2nd and 3rd purchase of the same theme?
Really hope this makes some sense, and I’ll get some good answers of the Kriesi support team, otherwise I’ll have to use the same theme (purchase + license code) for multiple sites. Which is not how it should be…
-
This topic was modified 11 years, 7 months ago by
Marc Bijl. Reason: Corrected http links
Hey!
functions-enfold.php file, look for the avia_sidebar_menu function around line 938.
Regards,
Josue
Great thanks.
Just had another idea… enfold has this option where for pages that have sub-pages, a sidebar menu is added automatically. Essentially, all i want is to move that menu below the navigation menu. Could you please tell me which files handle that automatic sidebar sub-menu ?
Hello,
I would like to add a new content font in “enfold/general styling/defines the font for the body text. I have created a quick CSS as you mentioned in this spot:
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Roboto’] = ‘Roboto’;
return $fonts;
}
Nothing happens in the drop down list “defines the font for the body text”. Could you please help me?
Carine
I got it working after lots of confusion! I realised that I was using a custom page template when I didn’t really need one. With just a default page template the shortcode works, allowing a login form to appear on any random page despite whether the user is authenticated or not.
This could still be considered a bug seeing as the custom shortcode wouldn’t appear for unauthenticated users on a page with a custom template applied via an Enfold Child Theme, but it’s no longer an issue for me!
Thanks anyway guys. Feel free to close the thread.
Hi Luca!
I’m not sure if i understood what you meant but if you want to use a custom lightbox script you can disable the Enfold one in the Theme Options.
Regards,
Josue
Hi Devin,
the “fixed” Background is also still not working on iPad.
Checked on :
Theme: Enfold
Version: 2.9.1
Installed: enfold
AviaFramework Version: 1.9.1
AviaBuilder Version: 0.7
ML:128-PU:45-PLA:4
You can also check it on your demo-site :
e.g. http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/ (in the middle are some static backgrounds)
they are not working on iPad Air (all Firmwares are up to date).
Any clue ?
Hey Alex!
That’s the Enfold contact form element, you can have 1/2 elements by using this setting – http://screencast.com/t/9Em9JtKkBQXF
Cheers!
Josue
Hey Alan!
Please update the theme to the latest version (2.9.1).
Best regards,
Josue
Hey!
I was able to set them in different locations, please take a look:
http://enfoldtest.wpengine.com/hotspot/ (hosted on WPengine)
Regards,
Josue
This reply has been marked as private.
Hey alexmasica!
This is the snippet I used on the Enfold documentation website to do that:
/*Make the search menu icon bigger*/
#top .menu-item-search-dropdown > a {
font-size: 24px;
}
Best regards,
Devin
Hi guys,
I’ve created a custom shortcode for a standard login form to embed on a page. However, it does not display at all unless a user is already logged in. I narrowed it down to an issue with Enfold after changing theme to Twenty Thirteen and finding no hiccups.
Troubleshooting steps are below:
- Inserted code for wp_login_form() directly into a custom page template (no shortcode).
- Disabled all plugins one-by-one via the WordPress interface as well as manually renamed the WordPress’ plugin folder in an attempt to disassociate it.
- Stripped code to wp_login_form( array( ‘echo’ => false ) ); in an attempt to make it as simple as possible and test insertion.
The functions.php code is as follows:
add_shortcode( ‘my_login_form’, ‘my_login_form_shortcode’ );
function my_login_form_shortcode() {
$args = array(
‘redirect’ => admin_url(),
‘form_id’ => ‘loginform’,
‘label_username’ => __( ‘Username’ ),
‘label_password’ => __( ‘Password’ ),
‘label_remember’ => __( ‘Remember Me’ ),
‘label_log_in’ => __( ‘Log In’ ),
‘remember’ => true
);
$attr = shortcode_atts( $defaults, $attr );
$attr[‘echo’] = false;
wp_login_form();
}
Any ideas?
Cheers!
I noticed that when updating the Enfold theme recently, the lightbox was updated and now no longer displays the title of the image.
Can someone please help me fix this? I spent hours naming 100’s of images and don’t want to lose the ability to display their names in an image preview.
Also if I need to add/edit code, please explain which file I need to edit.
Thanks.
Nick
Re,
I found my problem.. I don’t know how I did that but I change a line in the functions… I use 2 times add_theme_support(‘avia_mega_menu’);
Thanks for your help, Josue, Mayorninja and Devin!
So, if somebody need to do it before the Enfold update, I just added the line in class-megamenu.php.
Thanks again, you’re very nice!
Adrien
This reply has been marked as private.
I am going to revert back to an earlier version of Enfold until this is figured out.
Hi there,
I updated to the latest version of Enfold today vis the instructions given and now I can’t log into my admin dashboard. When I go to the dashboard URL, I get this message:
Parse error: syntax error, unexpected $end, expecting ‘]’ in /home/content/16/6730216/html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 475
Also, the enfold/includes/admin/dummy.xml file is refusing to upload via FTP and is just sitting in FileZilla, constantly trying to upload.
Additionally, the navigation bar on my website now is all screwed up and runs vertical instead of horizontal.
Please help!
Hi again,
I’m sorry that got rid of the Enfold custom widget area creator. I’m not sure how that is possible, and it works fine in my own version of Enfold. I guess you will have to just wait for the official release.
To add to what Josue has said, what is shown in his screenshot will appear if you put add_theme_support( 'avia_conditionals_for_mega_menu' ); in functions.php (or better yet, your child theme’s functions.php). I was deliberately vague about it in case the support staff thought the Nav Menu Roles plugin was the better way to go, but that’s how you do it. I believe it will only work if you have not also commented out add_theme_support('avia_mega_menu');, and the line in class-megamenu.php also becomes unnecessary.
Hey Adrien!
add_theme_support( 'avia_conditionals_for_mega_menu' );
Is a native Enfold feature that let you insert conditionals for menu items, it will put something like this:

Cheers!
Josue
Hey!
Thanks for your help! Mayorninja’s right, just the modification of the functions.php is not enought. I added the line in class-megamenu.php and now is good, i can configure my menu. But now I have a new problem, the enfold configuration in the widget area disappeared..
http://21heures.fr/widget%20area.jpg
Thanks again!
Adrien
Hi Josue,
Thank you, the second code worked!
Could you please send me an equivalent one for the (Enfold custom) widget area?
Best regards,
Cerasela
Hi Bruno,
thanks for posting this!
Meanwhile I did some research and figured it out.
I’ll explain the procedure for everyone in the forum.. so do not wonder about the redundant parts…
Go to fontello.com and choose the fonts you want to use in your project (these can be from different series on the fontello site as far as I understood it)
After your marked them watch this video: http://vimeo.com/75743285
It explains how you can import fontello web fonts into enfold.
As the fontello download function seems to have changed a little meanwhile you will have to zip-compress the complete folder after downloading the webfonts.
Now you should have all the fonts you want to use in your zip file.
Go to the Enfold Theme Options within WordPress and choose the Import/Export-Tab.
Via the Icon-FontManager import the zip file you just created.
Now Enfold knows how to decode your chosen web fonts.
If you want to use a down arrow for example at the end of a section to have a smooth down scrolling effect, put a code element from avia somewhere on the page.
Now put this line into it:
<a href='#next-section' title=''" class='scroll-down-link' data-av_icon='' data-av_iconfont="fontello" title="Nächste Sektion"></a>
Two things to take care of here:
data-av_icon and data-av_iconfont
So lets start with data-av_iconfont:
This is the name of the package as it is stored in the Webfont-Manager.
If something does not decode correctly have a look into the Webfont-Manager and name it accordingly in your code.
Now it is time to take care of the weird rectangle in data-av_icon=’’.
This is where we seem to address the correct font from the stored set in the web font-zip.
Again go to fontello.com
With your wanted fonts still chosen click on the “Customize Codes” tab.
You will see all the chosen fonts.
They all have this weird little rectangle on top of each.
Right click on the rectangle, copy it and replace the rectangle seen behind data-av_icon= with the copied one.
Looks the same-but seems to be a different unicode character.
Now save.
Save/Update the page.
Reload website.
Hope it worked for your too!
Cheers
Marc
-
This reply was modified 11 years, 7 months ago by
mw75.
Thanks Dude,
I did this (in my child theme, so I created the dirs and then copied the original PHP file) and it stopped the exact same error, but I still see the first two error messages reported right under the Yoast panel in the pages I’m editing…
Notice: Undefined index: index in /home/***/***/***/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 118
Notice: Undefined index: index in /home/***/***/***/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 121
Any
Im not sure if this is a more general WordPress question or a Enfold query.
I hope you can help?
I have now categorised all my posts and I would like to make some of the more important posts ‘sticky’ so they always show up at the top of the page.
Can any one help with how to do this?
http://shutterliving.com/homepage/recent-work/
Hi guys,
Nav Menu Roles does not yet work with the public version Enfold. I know because I am pretty sure I’m the guy who helped get support for it (and a few other menu plugins) in the upcoming version. I am guessing staff dev versions are a little ahead of the public version here.
It is easy enough to add this code to line 510 or so of class-megamenu.php until the release:
do_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args );
But, actually, I’m surprised everyone forgot about add_theme_support( 'avia_conditionals_for_mega_menu' ); ;) That should solve it without a plugin.
-
This reply was modified 11 years, 7 months ago by
mayorninja.
Hi Gunter,
Thank you for your reply.
I have done as you suggested (even have a child theme and pasted this into the stylesheet there) and pasted this html for the h1 into Enfold > Styles > Quick CSS.
This does change the h1 in the website’s pages but it doesn’t change the h1 in the Avia Layout editor. My client wants upper/lower case letters in the h1 for each of his Portfolio items (see right sidebar description here): http://69.195.124.224/~steveoo8/newsite/portfolio-item/washington-duke-inn-golf-club/
Please let me know your recommendation to make this happen and thank you again.