My language (Finnish FI_fi) is not on the list.. can I generate it?
When I just clicked add new language and did the scan there is 2379 strings to translate.. surely the blog texts and so one are already translated in Finnish somewhere.
Can I download some “baseline” Finnish language file somewhere and import it as base for Finnish language in Enfold and I could then just translate the strings that Enfold theme adds..?
I’m quite new to WordPress, so sorry for being little dumb.
I was having problems yesterday with the advanced layerslider bugging out on a new install. I posted about it the last several days. It was at http://www.eyesforlies.com/test/
Getting frustrated trying to figure it out, I did the following:
1. Deleted the /test/ directory where I installed it. I reinstalled it all from scratch. What happens is once I put in the dummy pages, it works for about 30 seconds and then corrupts before I do anything!! The layers don’t build on the slider, but instead pixels show up where each item would be! Trying to figure out why a new install wouldn’t work, I saw Enfold was not deleted, so I tried it again– but this time in a new directory!
2. Thinking something is corrupt that I missed, I even started a complete fresh install at http://www.eyesforlies.com/backup/ and even did a new unzip copy of Enfold, and uploaded it and guess what? Upon importing dummy data and testing it–it did it AGAIN BEFORE I TOUCHED ANYTHING! I have not touched anything in this install. How could this happen?
What could cause this to fail on a brand new install????
Renee
This reply has been marked as private.
Hi Guys,
Great to see Enfold selling so well!
I’ve got a couple of questions that I should be able to solve but:
1. Logo vertical position. How do I nudge the logo down to sit vertically aligned in the middle? I used some padding CSS but then my sticky logo became super tiny.
http://www.theweblounge.co.uk/kworum/
2. Easy Slider Caption position. Is it tricky to move the captions around a little?
3. Easy Slider description. How can I target the font size of the Easy Slider sub header without affecting all my p fonts?
Thanks very much!
Christian
I have a site running Enfold 2.8.1 and I see that latest version is 2.9.1. I was wondering if I can go ahead and run the update, or if I’m risking to break something in the process. Thanks.
Hi Josh please can you look at this thread, this is where i am dealing with this now, https://kriesi.at/support/topic/styling-and-positioning-issues-in-firefox/#post-301244
We have now taken off all of our own styling and css, it is only the enfold theme now and our pictures and the problem is still there, i hope we can resolve this as we need to send the site to the client tomorrow and this is the last problem.
Hey!
Just to make sure, have you checked “Shrinking Header” in Enfold theme options > Header Layout > Header Behaviour?
Best regards,
Yigit
The auto updates are new but it will only update for minor releases: http://codex.wordpress.org/Configuring_Automatic_Background_Updates
Enfold updates semi regularly and will be getting a significant update some time soon. You can get a sense of the timing over the past year via the changelog here: http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990#item-description__changelog
Yeah, it actually updated all by itself not long after I got the message that it was available, which I am actually not too happy about. I would like to have control over that. Do you know where I can change the setting for that so it only updates manually?
Ok, if I can’t figure it out myself I guess that is what I will have to do [not til payday unfortunately].
How often does the Enfold theme update, is there an update coming out any time soon? If there is an update coming soon then I’ll need to get the child done very soon. What does an update (WP or theme) effect exactly? I know for sure the files, so if you changed any files it would overwrite those, but as far as images that I have uploaded, any of the settings, the quick css, etc? What is effected exactly?
And so by using a child theme, nothing that would be effected is effected? But, if you are using a child theme, how would you go about doing any updates that are available if you wanted to? Or can you not do any updates if using a child theme?
Thank you!
Ok we have now taken away all of our styling and custom code blocks. Now all all that is displaying is the default enfold template. And if you check now on firefox the problem is still there.
I will leave our styling off the site now until we have sorted this issue out.
If it is not a theme problem now then i must be totally mad from too much work :P
We need to extensively create a custom page template for Enfold theme and I would like to know what CSS framework is it using? I need to know the grid classes, css elements, etc… I thought it was using 960 grid but not until I checked the classes. Was it customized? Maybe a css documentation? Thanks!
Hi!
Feel free to request such feature or vote if already requested here – https://kriesi.at/support/enfold-feature-requests/
Using media queries you can adjust the font size on different screensizes. Please add following code to Quick CSS as well
@media only screen and (max-width: 1140px) and (min-width: 990px) {
.header-custom-text { font-size: 22px; }}
@media only screen and (max-width: 989px) {
.header-custom-text { font-size: 14px; }}
@media only screen and (max-width: 768px) {
.header-custom-text { display: none; }}
Best regards,
Yigit
Hi squaic!
Enfold or WordPress does not support this feature by default. You can either install a membership plugin like S2Member or http://wp-member.com/ or you can hire a freelancer who can develop a custom membership plugin which fits your requirements.
Cheers!
Peter
Hey doze!
Please try to use the Codestyling plugin to translate or change existing text strings. Download and install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate/change the text strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner). You can also use tools like Poedit instead: http://poedit.net/ and oupload the po/mo translation files into the Then upload them into the wp-content/themes/enfold/lang/ folder.
Best regards,
Peter
Hi doze!
Make sure you are using Enfold version 2.9.1 and it will be in the “Layout” meta box on the right hand side of the page when editing a page.
Cheers!
Devin
Hey!
Please add following code to Quick CSS in Enfold theme options under General styling tab
.header-custom-text {
float: right;
}
Best regards,
Yigit
Hey!
You don’t need to modify the single.php template to make the template fullwidth. Just add this code to the enfold or child theme functions.php file:
add_filter('avia_layout_filter', 'avia_change_post_layout', 10, 2);
function avia_change_post_layout($layout, $post_id){
if(is_single() && get_post_type($post_id) == "post")
{
$layout['current'] = $layout["fullsize"];
$layout['current']['main'] = "fullsize";
}
return $layout;
}
Cheers!
Peter
Hi Enfold team!
I would like to have a page only members can access. I found lot of members plugin but no like I would like. I did an exemple to be clearer (private content).
If they are already client or connected, they can see my page without this block.
Hope to be understood…
Thank you!
Adrien
Hey!
On this page: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
There is an image showing where you’ll add the text which will output as your anchors. That will be on each Color Section element added in via the drag and drop editor.
Regards,
Devin
Hey gravies!
Currently it is not possible. Please feel free and request such feature here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit
This reply has been marked as private.
Hey guys!
I am testing my work on all the browsers..
There are 2 problems on Safari (windows version, laptop), all other browsers render just fine:
1. The navigation menu of Enfold theme is not displayed properly
2. The text of the content item “testominals” is not displayed.
Any suggestions?
Thanx a million!!
Ben
This reply has been marked as private.
Hi CloudChoice!
Thank you for using Enfold.
Please try this on Quick CSS or custom.css:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .page-id-7165 .container {
width: 428px;
}
}
Cheers!
Ismael
Hey Marc!
Please go to Enfold/framework/php folder and open class-breadcrumb.php file and find
if('post' == $post_type)
{
$category = get_the_category();
and change it to
if('post' == $post_type)
{
$category = "";
Cheers!
Yigit