Hi,
First I used Enfold 2.54. There I create a Child Theme for the adaption of the theme.
I put the file header.php to the folder of the child theme and added there the following code:
<div id='header_meta' class='container_wrap container_wrap_meta'>
.....
if($phone) echo "<div class='phone-info {$phone_class}'><span class='hotline_text'>Umzugshotline</span><span class='hotline_phone'>{$phone}</span><img src='http://www.schoeffl.at/wp_site/wp-content/uploads/Lkw_middle.png'><input type='button' onClick='window.location=\"http://www.schoeffl.at/wp_site/kontakt/anfrageformular\"' value='Anfrage' style='float:right;cursor:pointer;' class='inquiry' /></div>";
...
After upgrading the theme the header.php of the original theme has been changed. So that the section above now is found in
/includes/helper-main-menu.php.
When I copy this file into the folder of the child theme, the changes of this will not apply. I hope, that I don’t have to change this in the original theme code, and I can copy it to the child theme.
Thanks, Daniela
Hi!
First, this has been the case with Enfold from the day of release. In the most recent version of WordPress the option was added to resize images in your editor on the fly. As of right now (again as it has been for over a year) images will always expand to fill their container. If you use a column shortocde or a column element in the drag and drop builder then you can create your layout visually as the theme was designed to allow you to do.
If you want to instead remove the auto resizing functionality you need to remove the css I mention here: https://kriesi.at/support/topic/scaled-images-now-at-100-in-enfold-child-after-upgrading-parent-enfold-2-7-1/#post-260759
Cheers!
Devin
In the Enfold theme options you can enter quick css in the general styling area.
.main strong {
color: #000000;
}
should affect all strong tags in the main section (after the header)
you can also check out the advanced styling in the enfold options to customize the formatting for several tags/elements.
Hey!
1- Please go to Enfold theme options > Advanced Styling tab
2- Please see – http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Cheers!
Yigit
When I am using enfold layout builder in pages I can insert videos via the native wordpress inser media button but the player does not work properly when included inside the builder.
If I switch to default WP editor it works but then I can not have any other layout elementa that I want from the theme´s content builder.
Is there any other video plugin that works from inside the enfold layout builder?
There is not much to customize regarding the included function for media modues > video
I too am suffering from this on my website using Enfold, I have noticed you mentioned this will be fixed in the new release, which since your post came out on May 4th as 2.7.1 which I see includes:
“fixed: an issue with mobile menus not displaying correctly”
but unfortunately having updated to the latest version it does not fix the problem for me.
Hi welti!
Can you post the link to your website so we can take a look?
You can also try adding following code to Quick CSS in Enfold theme options under General Styling tab
a.pp_close {
position: fixed;
top: 10%;
right: 2%;
}
Regards,
Yigit
Hi!
You can go to Appearance > Themes and click “Theme Details” on Enfold and check the version. You can also check it on top of Style.css file in Appearance > Editor.
If you are not using the latest, please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Thanks for responding. I figured out that it’s a browser issue after I realized that I can’t see the social icons on lots of other Enfold sites I found through showcase.
It was Adblock Plus identifying icons as ads. I thought I would post it in case someone else runs into the issue.
How can I tell what version of Enfold I am using? Chances are that I am using 2.7.1 though. Do I have to purchase the newer version? or are updates included when I initially purchased the theme?
Hi,
I love the look of the transparent header page here: http://kriesi.at/themes/enfold/homepage/transparent-header/#after_full_slider_0
I have downloaded and looked around at the way the page is setup and am now wondering if there would be a way to display a form (A right aligned div with form content) on top of this full screen slider?
In the slider options I don’t see a space where I could either paste the form code/shortcode.
Here is another site we’ve worked on that supports the Enfold theme. You can see it is a short content page, but the footer hugs the bottom the way it should.
http://unified-imaging.com/?page_id=1195
Their setups should have been consistent. The headers are the only thing that’s drastically different as far as I know. Any other thoughts??
I recently updated to the latest version of Enfold (2.7.1)
My advanced layout editor is broken (Shows, but does nothing when pressed)
Also, my previous site had a simple WPML language switcher that was reversed from the default. When in Spanish, the switcher would show “English”, and when in English, the switcher would say “Espanol”. I also did not show the flags, only the words “English” and “Espanol”
Now that I have updated, for some reason the flags are showing, even though I have turned them off in the WPML options menu. I also forgot the code that I added to reverse the language switcher…
Can someone help me with these problems please?
Thank you!
-
This topic was modified 11 years, 7 months ago by
miketran.
When I Have WPML activated with the last version of Enfold Avia Layout Manager is not loading: I get the rolling icon showing forever.
Could I have some support?
-
This topic was modified 11 years, 7 months ago by
tidusuper91.
1.
Enfold theme options -> general styling -> header
Enfold theme options -> advanced styling -> main menu (beta)
or use the quick css / cutom.css to change it (you can ask here for help if its not to advanced stuff)
2.
add [nolink] at the end of your socket text
inside the custom.css in your enfold theme there is a extra section for the mobile css.
Or you use this in quick css:
@media only screen and (max-width: 767px) {
#advanced_menu_toggle {
your css
}
}
you can give the div from my previous answer a class or id to target it easier.
A link to your site would also help to see how it looks.
Hi,
Not that I want to switch theme because I love enfold, but still I have this question in my mind. I guess the answer is yes but I’d like to know for sure…
If I wanted to switch wordpress theme and had a site built with Enfold. Will all my pages layout be upside down? I mean if I had a two column made by the page builder, I guess the two column won’t stay, but will the content remain on the page anyway?
Will I lose the pictures I have put in the page or post with the avia builder or short code?
I’d like to know a bit more about this.
Kind regards
Chrys.
This reply has been marked as private.
LLParticipant
Hey, I have 2 questions. 1. I didn’t see an option in the styling to change the header color or font size, how would I do that? 2. How do I change the subfooter to get rid of “Enfold theme by Kriesi” text.
Thanks
Hello.
I need the breadcrump take the home path of as http://www.tavad.com/en/ as http://www.tavad.com/blog/
Currently does not include / closing, causing a 301 redirect.
I can indicate that I should change. We need to change the file
wp-content \ themes \ enfold \ includes \ template-helper-logic.php?
Hey charger70!
Thank you for using the theme!
You can change the menu style on Enfold > Advanced Styling. Add the Main Menu Links to change the menu styling.
Best regards,
Ismael
Hey crschulz!
open up enfold/tag.php and replace:
<main class='content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'post'));?>>
with
<main class='content <?php avia_layout_class( 'content' ); ?> units' <?php avia_markup_helper(array('context' => 'content','post_type'=>'post'));?>>
<div class="category-term-description">
<?php echo term_description(); ?>
</div>
I’ll ask Kriesi to include this code with the next update.
Cheers!
Peter
This reply has been marked as private.
You can change the font color in the general styling section of the enfold theme options.
for the font size you have to use the quick css or custom.css and enter:
.avia-menu-text {
font-size: 16px;
}
Also look at the advanced styling beta: http://vimeo.com/92502063
Hi,
The social icons I have set with enfold in my header at the top won’t appear normally. Instead of the nice colored one it seems some text is written as well. How can I fix that?
My site: http://www.calliframe.com and here’s a screenshot of what happens (it’s the same on all browsers)
https://www.dropbox.com/s/h07wuq9kwpdp3q1/ic%C3%B4nes.jpg
kind regards
Chrys
PS: they look fine ONLY when I’m logged in.. .
-
This topic was modified 11 years, 7 months ago by
chryseis.
I have had an issue with my functions.php file and I have installed on another wp install and copied the functions.php file (fresh copy) and I keep getting the following even though it is the exact code from a fresh enfold install??
Parse error: syntax error, unexpected ‘{‘ in /home/stravel/public_html/wp-content/themes/enfold/functions.php on line 480
How can that be when it is your code?
Hey Stefanovic!
Tbh I can’t remember which files we edited to fix this problem. Your best bet is to update the enfold/framework folder and the enfold/config-templatebuilder/ folder – both folders contain a lot of image functions which also print the alt tags.
Regards,
Peter
Hi!
After transfering my worpress site to another domain (same host) I can’t edit any text in the avia editor. Other functions (for example the LayerSliders) don’t seem to work as fluently as before either. I updated all my plugins, the enfold theme and wordpress (maybe theres a problem here?).
I already checked for similar posts and none of them really helped me. For example: I tried to deactivate all my plugins. Didn’t work!
Problem #2: I’m gonna have to transfer the site again in about a month for the final domain.
Please help me here! I really need a quick answer!
Thank you very much!
Hey gd0g!
Please update Enfold to version 2.7.1. Older theme versions are not fully compatible with WP3.9 and then the magic wand shortcode generator won’t work properly.
Cheers!
Peter