FYI I also checked that the wp_layerslider database table was OK. It is.
This reply has been marked as private.
Hi!
Go to Appearance > Menus and click on the “Screen Options” tab in the top right corner. Then tick the checkbox next to “Portfolio Categories” to activate them.
Best regards,
Peter
Never mind. The server is running 5.3.x, the info screen is incorrect. Confirmed with the hosting company.
Lots of new things added in with 2.6 and still more to come thanks to so many great suggestions!
Quick reminder that the topic should only be used for feature request. I clean out off-topic posts regularly so if you have issues or questions make a new post and we can address it there.
Regards,
Devin
Hi!
You can show the post title instead of the “Blog – Latest news” text. Insert this code at the very bottom of enfold/functions.php:
add_filter('avf_title_args', 'fix_blog_page_title', 10, 2);
function fix_blog_page_title($args,$id) {
$args['title'] = get_the_title($id);
$args['link'] = get_permalink($id);
return $args;
}
to replace the default title.
Best regards,
Peter
This reply has been marked as private.
Hey!
Maybe try to update Enfold to version 2.6.1. It comes with a new LayerSlider version (LayerSlider 5.x) and hopefully this new LayerSlider version is compatible with Nextgen 2.x.
Cheers!
Peter
Hey!
@intosuwo – it seems like your header options are outdated. Enfold 2.6.1 comes with a new header settings panel but your theme still shows the old options. Please download the latest version of Enfold from themeforest.net and install the theme files with ftp: https://vimeo.com/channels/aviathemes/67209750 . Make sure that the ftp client overwrites all old theme files.
Gee Are Pabst – great :)
Cheers!
Peter
Thank you for your kind assistance.
All issues have been resolved.
Best regards!
Hey Enfold,
I’ve tried the video in colour section, it works fine with the vimeo an youtube demos you have, but when I place my mp4 file that I uploaded though FTP it just shows a black space with a cog spinning. I’ve tested the URL for the video i uploaded in a browser and the file is there and working.
Any reason you could think of it would not be working? Is it a hosting error? Or something I’m doing incorrect within the Enfold theme?
Many thanks,
Enfold is a great theme but something is missing: nested columns for the builder
Yeah! That would be great!
OK, this may be an issue. The server is running PHP 4.4.7!
Hi Kriesi and thanks for the last update that make much more easy the header configuration.
Enfold is a great theme but something is missing: nested columns for the builder
The WordPress plugin “Visual Composer Page Builder” do it since a long time and it would be awesome if Enfold could do the same.
Please look at my screenshots, you will see that it is very hard to do something simple with Avia builder.
To do that:

I am forced to do that:

As far i can see, I am not the only one who need to have nested columns :-)
Please, please, please change the Avial Builder to be the best WordPress page builder
Thanks
I browsed the LayerSlider plugin support comments and didn’t see anything recent about Enfold. I did see a comment about a blank editing environment (which is what I’m seeing as well) being cause by DOMXML extensions not being present on the server, but it looks like those are enabled on my server:
DOM/XML enabled
DOM/XML API Version 20020815
libxml Version 20620
HTML Support enabled
XPath Support enabled
XPointer Support enabled
So I’m still stuck.
Hey Jae!
Go to Appearance > Widget, look for the widget named “Enfold RSS Link and Twitter Account”, just drag it to the widget area of your preference and set your feed url.
If you don’t know what is your feed url simply put: yourwebsite.com/feed
Cheers!
Josue
Hi garyguthrie!
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
Devin
Hi Zheq!
Beyond the plugin mentioned here we don’t have any way of really helping to move from a dev environment to a live install http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
There are too many variables to get something consistent for all users. The main thing is that you need to have the WordPress installation on your live server with Enfold running and with the same plugins already installed. Then you can import in the database file the WP MigrateDB or WP MigrateDB PRO made for you to your phpMyAdmin or whatever mechanism your server has for handling the WordPress database.
Best regards,
Devin
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Trying to use Open Sans at font weight 800 for Enfold. Is there an extra step I need to do to get it to work?
This reply has been marked as private.
Hi guys!
1 – I would like to increase the spacing between lines for the various text styles such as H1, H2, H3 etc.
2 – I tried to use this code to adjust the size of the text for TABS. The one for the content works fine, but not the text size for the tab itself.
js.active .tab { font-size: 18px; }
}
.active_tab_content .tab_inner_content { color: ; font-size: 14px; }
}
3 – Portfolio Sub-Filtering, I read this post: https://kriesi.at/support/topic/advanced-filtering-for-portfolio-items/, and tried the plugin, but still can’t get it to work correctly. Any ideas? Example:
Year (main)
– 2013 (Sub)
– 2013 (Sub)
– 2014 (Sub)
4 – I’d like to increase the size of the white space around the portfolio filters, while still keeping the text in the center.
I’d much appreciate any input / direction!
Thanks!
W
Hi themedemon!
Can we see an example of what you mean?
Regards,
Devin
Hi Oliomedia!
I’m not really sure on this one so I’ve tagged Kriesi on the topic.
Regards,
Devin
Hi,
Seems to be modifiable for Enfold, you can do it yourself if you know some coding, or you can try hiring a freelance developer to help you out.
Regards,
Josue
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Hey!
Good luck and if you do find something posting here will hopefully help anyone with a similar issue.
Regards,
Devin
Hi,
Open /enfold/js/shortcodes.js and look for line 1179:
var target_offset = target_wrap.offset().top - 175,
Replace it by this:
var target_offset = target_wrap.offset().top - 120,
Regards,
Josue