-
AuthorSearch Results
-
March 18, 2014 at 10:09 am #239253
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,
PeterMarch 18, 2014 at 10:05 am #239252Topic: WPML language switcher disappeared from secondary menue
in forum EnfoldKatrin
ParticipantDear 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,
KatrinMarch 18, 2014 at 10:03 am #239248In reply to: woocommerce enfold best practices
March 18, 2014 at 10:02 am #239247In reply to: Enfold theme not working with Yoast SEO plugin
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,
IsmaelMarch 18, 2014 at 9:59 am #239244In reply to: Small jitter bug (not Wham!)
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,
PeterMarch 18, 2014 at 9:57 am #239242In reply to: social icons – custom fontello
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!
PeterMarch 18, 2014 at 9:46 am #239234This 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.
March 18, 2014 at 9:44 am #239232In reply to: Enfold & Woocommerce Fail/Error
Hey!
Ok, I’ll leave this thread open.
Best regards,
PeterMarch 18, 2014 at 9:43 am #239231In reply to: Remove date in the source
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,
PeterMarch 18, 2014 at 9:42 am #239230Topic: Enfold theme not working with Yoast SEO plugin
in forum Enfoldnowhere
ParticipantHi,
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
March 18, 2014 at 9:40 am #239229Hi 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.
March 18, 2014 at 9:39 am #239228In reply to: woocommerce enfold best practices
Hi Ismael,
yes thanks, i figured this out also, the remove action need to be include inside the init action of the theme.
thanks !
March 18, 2014 at 9:32 am #239226Hi!
I chose an automatic solution. If the top bar is activated (i.e. because of the phone number option, social icons or secondary menu) the flags will be displayed in the top bar. If the top bar is not activated the flags will be displayed on the right side if the main menu. If an user wants to display the flags in the main menu although the top bar is activated this filter code (insert it into your child theme functions.php):
add_filter('avf_wpml_language_switcher_position', 'avia_change_lang_switcher_position', 10, 1); function avia_change_lang_switcher_position($position) { return 'main_menu'; }allows him to change the position from the top bar to the main menu.
Best regards,
PeterMarch 18, 2014 at 9:26 am #239223In reply to: Removing Entypo font version string
Hey!
Please insert this code into your child theme functions.php or into enfold/functions.php (at the very bottom of the file):
add_filter('avf_default_iconfont','avia_change_default_icon_font_para', 10, 1); function avia_change_default_icon_font_para($fonts) { $fonts['entypo-fontello']['append'] = ''; return $fonts; }Regards,
PeterMarch 18, 2014 at 9:05 am #239219Hi!
Please make sure that the header settings are saved properly for all languages. Go to Enfold > Theme Options > Header and check the settings. Then click the “Save Changes” button. Afterwards select another language from the language switcher (can be found in the admin toolbar at the top) and then check the Enfold > Theme Options > Header and check the settings of the translated website. Probably the settings are a bit different and you need to re-configure them. Afterwards hit the “Save Changes” button again. If this doesn’t help please create me an admin account and post the login credentials as private reply.
Cheers!
PeterMarch 18, 2014 at 9:01 am #239216In reply to: Woocommerce Shop Page Sidebar and Sharing Issues
Hey Jeff!
1) Go to the theme options page (Enfold > Sidebar) and tick the “Sidebar on Smartphones” checkbox.
2) Can you post a link to the page please – maybe we can hide them with css. The theme does not add any sharing buttons to the content and thus a plugin must cause this issue…
Best regards,
PeterMarch 18, 2014 at 8:51 am #239211In reply to: Enfold Theme Not Working in Chrome and Firefox
This reply has been marked as private.March 18, 2014 at 8:29 am #239201In reply to: Portfolio items all 404's Rewrite rules missing?
Hi!
You can remove the feed links. Just insert this code:
remove_action( 'wp_head', 'feed_links', 2 );at the very bottom of your child theme functions.php or enfold/functions.php
Regards,
PeterMarch 18, 2014 at 8:13 am #239193In reply to: Portfolio images and configuring portfolio entries.
Hi!
1) Go to Enfold > Theme Options and select the front page from the “Frontpage Settings” dropdown. If this doesn’t work go to Settings > Reading and select the same page as “Static” page (make sure that the “A static page (select below)” option is selected.
2) You can hide the “you are here…” menu. Enfold 2.6.1 even introduced some new options to customize the header. Edit the page you want to use as the front page and on the right side in the “Layout” field search for the “Title Bar Settings” options. There you can select if the breadcrumb should be visible or not.
3) Use the Advanced Layout Builder on a page (just click the blue button) and then insert it as a media element: http://www.clipular.com/c/4764931148742656.png?k=AdR5mNJ-KIQbO9uxzsHpcX9Fqbg – note that Kriesi does not use a LayerSlider but a “Fullscreen Slider” element on the demo page. Afaik the LayerSlider does not support a fullscreen layout (covers entire screen siie) but it just supports the fullwidth layout (covers 100% of the screen width but you must set a fixed height).
4) You can change the menu width with this css code:
@media only screen and (min-width: 1140px){ .responsive .container .avia_mega_div.twelve.units { width: 1000px; } }Replace 1000px with your custom value.
Cheers!
PeterMarch 18, 2014 at 7:51 am #239173In reply to: Google Maps marker auto popup?
Hey!
Oh, the google maps widget does not support this option. However you can use this code to open the tooltip automatically:
add_filter('avia_google_maps_widget_config','avia_google_maps_change_widget_config', 10, 1); function avia_google_maps_change_widget_config($config){ $config = str_replace('google.maps.event.addListener','infowindow.open(map,marker); google.maps.event.addListener',$config); return $config; }Insert the code at the bottom of enfold/functions.php or place it into your child theme functions.php file.
Cheers!
PeterMarch 18, 2014 at 7:35 am #239164In reply to: Enfold .zip file not not uploading in wordpress.
Hey Bodymindlinks!
This seems to be a server configuration issue – maybe the Enfold zip file size is too big. If you want to use the wordpress installer please contact the host support staff and ask them how you can increase the file size limit. I recommend to install the theme with ftp: https://vimeo.com/64927356 for now.
Cheers!
PeterMarch 18, 2014 at 7:27 am #239161In reply to: enfold upgrade
Hi!
Please add this at the very bottom of Quick CSS or custom.css:
@media only screen and (max-width: 767px) { #top #menu-item-search { display: block !important; position: absolute; right: 60px; top: -30px; } }Cheers!
IsmaelMarch 18, 2014 at 7:20 am #239160In reply to: woocommerce enfold best practices
Hey!
You can add something like this on functions.php if you want to remove the enfold configurations for woocommerce:
add_action('init','remove_woocommerce_config'); function remove_woocommerce_config(){ remove_action( 'woocommerce_after_shop_loop_item', 'avia_add_cart_button', 16); remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 ); }Cheers!
IsmaelMarch 18, 2014 at 7:16 am #239159March 18, 2014 at 7:10 am #239156In reply to: Enfold Theme Not Working in Chrome and Firefox
Hey!
I can see that you’re using version 2.5.4. Please download the latest version 2.6.1 which includes a lot of css fixes. Download it on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Regards,
IsmaelMarch 18, 2014 at 6:41 am #239154Topic: Enfold .zip file not not uploading in wordpress.
in forum EnfoldNathan
ParticipantI am hosting with hostgator.
I recently bought the Enfold theme.I went to “appearances” and clicked “themes”
I then clicked “upload” and searched for the Enfold theme .zip file
After clicking “install now” I get a “failure notice” saying,“Are you sure you want to do this?
Please try again.”How do I upload the Enfold theme to my wordpress?
March 18, 2014 at 5:52 am #239147In reply to: Enfold Slider — Contact into slider
Hey!
You’re using a very old version of the theme. Looks like there are unclosed shortcodes, please check that. Please download the latest version on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Best regards,
IsmaelMarch 18, 2014 at 5:49 am #239146Topic: Customizing Gallery spacing/borders in Enfold
in forum Enfoldtheworldawaits
ParticipantHey there,
I am putting together a gallery and would like to adjust the spacing between the image thumbnails.. and also remove the white borders.

Please let me know if this is a simple solution.
Thanks so much!
March 18, 2014 at 5:22 am #239135In reply to: Enfold Theme Not Working in Chrome and Firefox
This reply has been marked as private.March 18, 2014 at 5:02 am #239127In reply to: Enfold Theme Not Working in Chrome and Firefox
-
AuthorSearch Results
-
Search Results
-
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,
KatrinHi,
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
I am hosting with hostgator.
I recently bought the Enfold theme.I went to “appearances” and clicked “themes”
I then clicked “upload” and searched for the Enfold theme .zip file
After clicking “install now” I get a “failure notice” saying,“Are you sure you want to do this?
Please try again.”How do I upload the Enfold theme to my wordpress?
Hey there,
I am putting together a gallery and would like to adjust the spacing between the image thumbnails.. and also remove the white borders.

Please let me know if this is a simple solution.
Thanks so much!
