ok thanks
>>> We can not mark our posts as SOLVED in this forum?
Hi!
There’s no difference. In this case the WPML string translation should work. If it doesn’t work please use the Codestyling plugin or ask the WPML support staff why the string translation doesn’t work. I see no bug or error in our code which would prevent WPML to translate the strings. If the right textdomain (“avia_framework”) is used the string should be translated…
Cheers!
Peter
I am also trying to do something similar. How do you make it so the transparent menu covers the full screen slider, but this only happens on the homepage as other pages won’t have full screen sliders?
Hi!
I can’r read your code – please use the “code” button to post it…
Best regards,
Peter
Hi!
Yes, that’s the normal setting. You can select the front page on the theme option page (Enfold > Theme Options) if necessary.
Cheers!
Peter
Hey Dude
Thanks :)
With my others 14 wordpress websites i used to use codestyling localization and it works perfect.
For the one i was talking i ca not use it so i try to use the String Translations tool.
And i did :-) but it is not easy as with codestyling localization but it works..
> i use this and it works:
<a title="<?php echo _e('Tweet this','avia_framework'); ?>" class="addthis_button_twitter"></a>
WHAT is the difference with yours?
thanks
Hey!
Your best route at this point would be to talk to your hosting provider to get assistance in updating the theme files. Either through FTP or just by helping fix your chmod permissions so that WordPress can full write over the previous enfold folder within WordPress.
Regards,
Devin
I have some Problems with the Gravity Forms Styling.
As i read from the Feature-List the Theme supports Gravity Forms, but there are some styling issues.
Please take a look at the form : http://specialpress.de/plugins/spgfle/enfold-test/
There is a special setting at each field to define the size of the field (small, medium, large).
But as you could see from the test-page all fields have the same (small – why not full) size.
This happends to all fields.
But the Name and Address fields works right. Why ?
Also there are some issues with the default GF styles like (gf_left_half, ….).
As you could see from the test-page the date-dropdown works right without any GF setting.
But when i use some of the GF settings styles the dropdown fails.
Please could you fix this bugs ?
Regards
Ralf
Dear Devin,
actually this could be a solution.
It only has two restrisctions to observer:
1) posts should be the same for each column, assuming that I put more than one column, each one including a “latest news” widget with a specific category to display;
2) if I wanted to display a sort of sidebar, when sidebar is set as not visible (no sidebar), there’s no way to leave enough room to allow posts to display around the rest of the content. So, one should limit the number of visible posts in the column in order to be as tall as the adjacent column, whose height is set by their content.
Please, see the attached screenshot to see what I mean.

Is there a chance to set a page like this?
1/3 1/3 1/3(=column with posts)
1/3 1/3 blank(=I want to list posts from above)
…
I think it would be better to set a custom sidebar containing “latest news” widget, right?
Please, just give me your hint about this point!
Thanks and best regards.
-
This reply was modified 11 years, 3 months ago by
Alessandro Marengo. Reason: latest news widget, posts in column
Hi brijesh1111!
Enfold doesn’t use images for its icons. It uses icon fonts which you can upload your own following this guide: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Fontello.com also allows you to upload your own svg files to create your own icon fonts but the theme doesn’t support using images for icons so you would need to have a freelance developer customize in the css to hide the icon text and then display your image in its place.
Best regards,
Devin
Hey!
Yes, you can insert an icon shortcode in the “menu title” field or description box. I.e. use the “Magic wand” icon in the TinyMce toolbar to generate the icon shortcode.
Regards,
Peter
hey again :-)
do you have any suggestions for a star rating plugin compatible with enfold?
or better… is it possible to implement a simple rater within the theme that ist seo optimized?
greez
r
Hi pako69!
Use Codestyling ( http://wordpress.org/plugins/codestyling-localization/ ) and translate the po/mo file. Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
If you want to add some custom text to the translation file wrap it into a __() function like
__(‘My text’,'avia_framework’)
If you want to register a new text string with WPML see: http://wpml.org/faq/getting-string-translation-to-work/
Best regards,
Peter
I’d also like to know this. How to add fonts so they show up under Enfold’s Theme Styling Customization page. And not just google fonts, but any font I upload.
-
This reply was modified 11 years, 3 months ago by
Alex.
Hi!
The store page does not support a custom sidebar because you can use the “Shop Overview Page” widget ares to add widget to the shop page. If you really want to to use a custom sidebar on the shop page open up enfold/sidebar.php and replace
if(!empty($the_id) && is_singular())
{
$custom_sidebar = get_post_meta($the_id, 'sidebar', true);
}
with
if(!empty($the_id) && is_singular())
{
$custom_sidebar = get_post_meta($the_id, 'sidebar', true);
}
if(is_shop())
{
$the_id = woocommerce_get_page_id( 'shop' );
if(!empty($the_id)) $custom_sidebar = get_post_meta($the_id, 'sidebar', true);
}
Regards,
Peter
I used a child theme.
In my own header.php i have had a line lik this :
” class=”addthis_button_twitter”>
I go to WPML strings translations to add my french text but i fond nothing…
So i try to find a string which is present ig the header.php :
echo “<nav class=’main_menu’ data-selectname='”.__(‘Select a page’,’avia_framework’).”‘ “.avia_markup_helper(array(‘context’ => ‘nav’, ‘echo’ => false)).”>”;
I open (within WPML strings translations) the file where this php string ha been found and… yes it found it but not in my child header.php file but it the parent theme:
/home/sites/mysite.com/web/wp-content/themes/enfold/header.php
Too bad… :-(
Hi,
It seems like my portfolio items have dissappeared from my site. They are in a spot I don’t update that regularly, so I don’t know when they’ve dissapeared.
My site is at: http://www.georgevanhal.nl/ and my portfolio grid is at: http://www.georgevanhal.nl/spreker/. These work fine. My individual items, however, are not showing up. (For instance: http://www.georgevanhal.nl/portfolio-item/debat-wetenschappelijk-onderzoek-in-de-toekomst/).
I’ve checked, and these items are still showing up in the dashboard cms under ‘portfolio items’, and there’s nothing wrong with the link itself. These pages used to show up in the past, and I’ve changed nothing on this part of the site directly.
I’m running wordpress 3.8 and the latest version of enfold.
Can you help me with this problem? Thanks!
Thank you for your help!
Where can I edit the functions.php? is it inside the WordPress or do I need to go inside the files somewhere?
thanks again,
Hi there,
I’ve looked at various posts regarding adding new Google fonts to Enfold, however all the post solutions I’ve tried have no worked or completly broke the site, such as adding this script to the functions.php file from one post;
(adding add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Mr De Haviland’] = ‘Mr De Haviland:400,700’;
$fonts[‘Mr De Haviland’] = ‘Mr De Haviland:400,700,400italic,700italic’;
return $fonts;
}
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Sacramento’] = ‘Sacramento:400,700,400italic,700italic’;
$fonts[‘Sacramento’] = ‘Sacramento:400,700’;
return $fonts;
}
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘League Script’] = ‘League Script:400,700,400italic,700italic’;
$fonts[‘League Script’] = ‘League Script:400,700’;
return $fonts;
}.
Please can you instruct me on how to add additional fonts for site wide usage.
Many thanks
Hey!
Danke für eure Hilfe. Habe mir Firebug installiert und das funktioniert echt super!
Bezüglich Header habe ich noch ein Thema wo ich etwas anstehe.
Im Header Menü habe ich einen Menüpunkt der heißt “Mein Konto”
1. kann dieser Menüpunkt wenn ich nicht angemeldet bin “Anmelden” heissen und sogalb ich angemeldet bin: Willkommen! %Name% Mein Konto
2. möchte ich das nur dieser Menüpunkt ein Dropdownmenü erhält mit 3-4 untermenüpunkte
Vielen vielen dank für eure Hilfe! Euer Support ist echt super und ich freue mich um jeden kleinen Erfolg den ich durch euch erarbeite
Gruß,
Courin
-
This reply was modified 11 years, 3 months ago by
Courin.
Hi Kriesi,
your theme is wonderful and I love it!
I’d like you consider more possibilities to customize the menu, specially sidebar menu with choice of the background color, font color and icon option to add or not.
Other issue: more options to customize the header, footer and sidebar areas.
I look forward to the next issue, you’re doing a great job, thank you!
Nona
I am using Enfold version 2.4.5 and WP 3.8
The Top Navigation is NOT being displayed on “Search Results” page.
===============
Please see…
http://www.healthnumeric.com/V2/?s=lorem
and compare to…
http://kriesi.at/themes/enfold/?s=lorem
==============
Please help.
-
This topic was modified 11 years, 2 months ago by
turner2f.
There is no hover effect on the partner element: http://kriesi.at/themes/enfold/shortcodes/partnerlogo-element/
This is the correct and intentional behavior with those items because of how they are coded.
Hi There,
I can’t seem to reopen the old issue, so I’ll repeat it here.
>I have an issue with the Fullwidth Masonry Gallery loading for the first time.
>I have 4 galleries with over 50 images in each… I want them to load in a single go (i.e. all images to come up, so I’ve set the # displayed >to be 100).
>The issue is the first time a page loads (if you clear your browser cache)… the first lot of images load fine, and then if you scroll down, the >images all start loading on top of each other, instead of forming the proper masonry tile…
>If you then refresh the page, the images all load up perfectly…
Josue kindly gave me a fix for this issue and said it would likley be included in upcoming releases of Enfold! However, I’ve updated more than 3 times now, and I need to go back and make this fix every time… could this bug fix please be included in the release!!
Thanks,
J
Hi,
I don’t know where to turn to find the answer to this but I’ve searched high and low. I am using a plugin (Timely all in on calendar) for my google calendar feed. Works great. Problem is all the old (happened way in the past) events show up on the search results. These “event” entries show up first and there are many of them… so the important results (my posts and pages) are at the bottom. I want future events to display, just not things in the past
I tried Relevanssi but it doesn’t offer the functionality of eliminating only the dates in the past.
Do you know of another plugin, or is there a way I can be more specific with search results with the Enfold search?
BTW, I love enfold!!! my site is http://www.lakeharrietumc.org
paige
This reply has been marked as private.
Im using header with social icons and bottom navigation , i want to add a phone number to my header ,what i need to do