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
Hi!
Try updating manually which should fix your issues in one swoop. 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
Regards,
Devin
Hey Benoit!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.alternate_color { opacity: .5; }
Cheers!
Yigit
Hi!
All of your theme settings are tied to the name of the theme. If you change the name then you lose your settings and need to start over.
If you simply want to hide the fact that you are using Enfold from the client then use a child theme and re-name the child theme to whatever you like. Its a small layer but it makes it a bit more custom looking to the client.
There is nothing in the theme that prevents a user from changing its name however.
Regards,
Devin
Hey sammy3d!
Can you post the link to your website? Also, please try to increase the allocated memory to 128M http://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/
Regards,
Yigit
Hi Ismael & all –
Couple questions below but this worked. Thanks so much!
First I did it as Quick CSS and then moved it to the child theme’s style.css (it did not work as enfold-child>css>custom.css). Is this the best place to have this code, in the child theme style.css?
Is it possible to have the width for images (videos and stills) different from the text in the same post, where the images would be a max of 1200px but the text less? I can’t tell if the supplied code was supposed to do that and changing one or the other line to less than 1200px did not change just the text but both the image and text width.
Best.
This reply has been marked as private.
Guy’s I noticed that every time you make an update to the template, lots of setting will revert to default.
for WPML, you need to reset the placement of language flags. I had to do this for each of my language websites. Go to ENFOLD (ES) > HEADER > EXTRA ELEMENT TAB > (Header Secondary Menu: Secondary Menu in to bar at the right)
-
This reply was modified 11 years, 6 months ago by
webguy_ccta.