Hi Rusty,
great and beautiful site. Very clean. I read your story on your website too, very inspiring and motivational. Amazing :)
Dalen
I just launched a new website for my company Life Engineering, entirely using enfold. I used lots of color sections that have images with horizontal separators above them with negative pixel settings. That causes the image to bridge the two sections for a nice effect (if you are using transparent png images).
I’ve worked with dozens of themes, but by far Enfold is the best, most reliable, easiest to learn, and most flexible.
http://life-engineering.com – Take control of your life
Hi Ismael,
I added the code on Quick CSS, but unfortunately it did not solve the problem on the Windows computer.
It seems like Enfold struggles with some difficulties in Explorer and Firefox.
You can see an example from Google Analytics here:
http://imgur.com/5uz3vQB
Is there any other solutions?
Hallo Kriesi-Team,
haben auf unserer Sitte die Enfold als Theme verwendet vor die Standard Headernavigation, da Sie nur aus zwei Punkten besteht auch in den kleineren Medienansichten zu verwenden wo sonst die mobile Navigation mit dem Drop-Down, oder dem Slide-Out Menu stattfindet.
Gibt es dafür eine euch bekannte Möglichkeit dies einzurichten?
Grüße
Meis-Design
Hey iamspud5!
You are running a very old version of the theme and you will need to update just like you do plugins for new WordPress releases and bug fixes.
When updating you will likely need to fix quite a few layout errors that will arise since the feature changes, layouts, options and general theme has changed and expanded so much since April of last year.
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
Hi Ismael
Enfold never stops to amaze me! Great theme, I will probably use this for all my coming websites for a long time.
The lack of menu control bothers me in this particular matter, but I have a feeling it will be ok after some attempts.
My menu is now getting closer and closer, but I still need å few adjustments.
This is how I want it to look like (without the color buttons at top)
http://www.yippi.no/ik/
This is how close I have gotten in Enfold:
http://www.yippi.no/ausonius/
Secondary menu
1: remove white line underneath secondary menu.
2: Control fontsize and color (before and during hover) secondary menu
Main menu
1: Remove white line between menu items (or better; make the line look like in the secondary menu
2: Control fontsize and color (before and during hover) main menu
3: submenues (dropdown) without borders
4: submenues same background color as main (#444444)
and last: Put a tiny border at top of the main menu container
Thank you very much!
Best regards
Samuel
Hi Ismael,
thanks alot, that was so simple, embarrassed that I have not done it by myself…
Can you please tell me what’s the thing with the different looking social icons “layout preview” in the Enfold Header Options like you see in the screenshot? How can I change them into this style?
Best regards,
Alex
This reply has been marked as private.
Hey!
Sorry for that, please switch to the English version in the dashboard then place this on Enfold (EN) > Styling > Quick CSS:
.big-preview.single-big {
display: none !important;
}
Cheers!
Ismael
Hey kalyanveda!
Please edit the homepage then switch to the Advance Layout Builder. Go to the Media Elements panel, insert the LayerSlider element. Select the slide that you want. Watch these videos to learn more about the theme: https://vimeo.com/channels/aviathemes
Refer to this link for some other stuff: http://kriesi.at/documentation/enfold
Cheers!
Ismael
Hey!
Did you already input the meta description on SEO > Title & Meta > Home > Meta description field?
Best regards,
Ismael
Hi!
Go to Enfold > Header > Header Layout > Header Title and Breadcrumbs, enable it.
Best regards,
Ismael
-
This reply was modified 11 years, 8 months ago by
Ismael.
@Dude,
I have tried your solution proposed in #236236, but it doesn’t seem to work for me.
Have you got another idea?
This reply has been marked as private.
Hi!
The theme hasn’t been updated. It’s still 2.5.4 and now the site is broken on Chrome. Are you sure you uploaded it on the correct folder? Please check the file permission on wp-content/uploads/dynamic_avia folder. It should be set to 755 or higher. Delete the enfold.css on that folder then go to Enfold > Styling. Select any predefined scheme to bring enfold.css back.
Cheers!
Ismael
dont get me wrong…my mind is surely not on the same level as yours. I am outside theming and you are in it, so you know best!
Enfold is the best theme out there and i love it :) whatever you end up doing is fine with me :)
Hey!
Yes we’ll see. If more user request advanced options we’ll look into it. However we didn’t get a lot of customization requests for the WPML language switcher in the past (maybe 5-10 overall) and I think the majority is happy with the default design. We must find a compromise between flexibility, usability and performance and imo adding these options will have a negative impact on the usability and performance and thus I’d like to go with my solution for now.
Regards,
Peter
Dear Support,
I have noticed that the WPML language switcher is disappearing as soon as I switch away from the main language.
I checked your support database already and found some advice in here (https://kriesi.at/support/topic/wpml-language-switcher-disappeared-after-upgrading-enfold/#post-236236).
However, replacing that line in the helper-main-menu.php did not solve the problem.
Do you have another solution?
Best regards,
Katrin
Hi!
Glad you figured it out. :)
Regards,
Ismael
Hey nowhere!
Can you please give us a link to the website? Maybe there are stuck settings from a previous plugin, deactivate all plugins then test it again.
Regards,
Ismael
Hey!
You can test the boxed layout here: http://kriesi.at/themes/enfold/?skin=Boxed%20Orange or here: http://kriesi.at/themes/enfold/?skin=Boxed%20Wood – personally I didn’t notice this jitter with Chrome or Firefox on Win8.1.
Regards,
Peter
Hey wtflovelife!
Go to the theme options page (Enfold > Import/Export). Click on the Upload button underneath the “Iconfont Manager” headline to upload your custom icon set.
Cheers!
Peter
This is something that will be applied on the next update? I still think that a choice of a dropdown under header elements would be the way to go.
WPML Language Switcher
- Show top left
- Show top right
- Show right of main menu
- Show left of main menu
- Dont show
If enabled then the following extra options will appear:
WPML Language Switcher Style
- Flags
- Text
- Flags with native text
- Flags with display text
Just my two cents :)
-
This reply was modified 11 years, 8 months ago by
mike.rav.
Hey!
Ok, I’ll leave this thread open.
Best regards,
Peter
Hi!
Copy includes/loop-index.php to your child theme folder (also put it into an includes folder – enfold-child/includes/loop-index.php) and delete this code:
$markup = avia_markup_helper(array('context' => 'entry_time','echo'=>false));
echo "<time class='date-container minor-meta updated' $markup>".get_the_time(get_option('date_format'))."</time>";
echo "<span class='text-sep text-sep-date'>/</span>";
If you want to remove the date from the widget insert following code into your child theme functions.php:
function change_avia_date_format($date, $function) {
return false;
}
add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);
Regards,
Peter
Hi,
I installed the Yoast SEO Plugin, Google shows the tittle, but doesn’t show the meta description.
Do I need to change something to fix this?
Best Regards,
Peter
Hi Ismael,
It’s not coming from the speed limit. As when I switch theme it’s coming back to normal.
You can Disable the plugin as long as you reactivate them after because I don’t know when you will be on my site and some are very important . (no need to adjust settings, just reactivate).
But I have already done that as well, I have even via FTP renamed the plugin folder in order to be sure any plugin wasn’t interfering.
Moreover I can download files when on posts or as image featured, it’s working perfectly. It’s just the library fonction. On a wordpress forum they told me it could be a javascript conflict in theme. Please investigate, I cannot stay like that and it’s my professional site.
Please, can you send me an older version of enfold?? It’s since the update . And I’d like to know if it can fix the problem.
Kind regards
Chrys
-
This reply was modified 11 years, 8 months ago by
chryseis.
Hi Ismael,
yes thanks, i figured this out also, the remove action need to be include inside the init action of the theme.
thanks !