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
Hi guys,
Ive had some issues in updating my site since the last update, and have not had issues prior to this weeks updates. So when i update i get the following error and have had to go back in and reset the site with a backup.
following an update i get the following:
Warning: require_once(config-wpml/config.php) [function.require-once]: failed to open stream: No such file or directory in /home/demigodg/public_html/wp-content/themes/enfold/functions.php on line 29
Fatal error: require_once() [function.require]: Failed opening required ‘config-wpml/config.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/demigodg/public_html/wp-content/themes/enfold/functions.php on line 29
i cant log in to WP admin to give permissions or change anything, its pretty annoying! Any help would be appreciated.
Hi stephanusdekock!
Unfortunately detailed step by step instructions aren’t something we could provide in this instance. The gist of it would be you need to first export your current installation to your new host. See: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Once that is done you can switch themes on the current site and then you will need to re-build the content. The two themes don’t use the same templating system so there isn’t any way to carry the content over from one to the other.
Cheers!
Devin
Hey f!
A child theme version of functions-enfold.php will not replace the parent because the file is included in the parent at the end of the functions.php file.
You can add the function as a whole to your regular child theme functions since the functions all have checks to see if that function has been created already and the child theme functions.php runs first.
Cheers!
Devin
Hey!
Are you using version 2.6.1 of the theme? If not please update so that you have the most recent updates, features and options. 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
Cheers!
Devin
Hi!
Sorry for my english, i’m italian!
I have a question because i have a big problem with your theme “Enfold” on my website: http://www.webdraw.it/.
Until few days ago, i remember i can see on this page (http://www.webdraw.it/partner/) the box with the little image of all my partner, like this page on your demo site: http://kriesi.at/themes/enfold/portfolio/.
Why now, if I visit this page http://www.webdraw.it/partner/ i can’t view the box with my partner/portfolio? Until few days ago everything worked without problem, but now …. you can see with your eyes. No one has made changes because i’m the one to can login in the wp-admin.
I linked this 2 screen made by me:
http://oi60.tinypic.com/2nh2ia1.jpg –> How i see this page http://www.webdraw.it/partner/ where i can’t see the box portfolio
http://oi61.tinypic.com/amb0wk.jpg –> This is how i see the page into the wp-admin. I put into the box portfolio, but in the page (screen1) i can’t see this …
Please, Help me!
Thanks iu!
This reply has been marked as private.
Hi grwebs!
Can you post a screenshot and show how you would like it to look? Maybe you can use socket menu. You can go to Appearance > Menus and create a new menu, add disclaimer (as link or text) and check “Enfold footer menu” in Menu settings
or, you can go to Appearance > Editor and open Footer.php file and find
wp_nav_menu($args);
echo "</nav>";
and add your text right above it as following
echo "<div class='disclaimer'>your text goes here</div>";
then you can style your disclaimer using .disclaimer class in Quick CSS as following
.disclaimer { float: right; }
Cheers!
Yigit
This reply has been marked as private.
Hi Ismael,
since the update to 2.6 this does not work any more because the header.php looks totally different! How can I add a tagline again on my Blog http://miApple.me?
Cheers,
Gee Are
Hello Kriesi’s team!
I’ve just updated to Enfold 2.6.1 and I’ve lost my heading font color and widget title color…
My (maybe old) css is :
.flex_column h1, .flex_column h2, .flex_column h3, .flex_column h4, .flex_column h5, .flex_column h6 {
font-weight: normal;
color: #a2e619;
}
#footer .widgettitle {
color: #a2e619;
}
After update, font-weight is working but my font color is white…
Any idea?
My website : http://studios.juls.ch
Thank you.
Best regards,
Jul
Hi charger70!
Which version of Enfold are you using? If not 2.6.1, please firstly update the theme and check if issue remains – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit