Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div .logo { left: 12%; }
you may need to adjust the value to center it perfectly
Regards,
Yigit
I have this enfold site set up:
http://icf-pittsburgh.org/
it’s great but I am getting spam comments that I have to delete.
I don’t have comments open on my pages. How are these comments coming in to the site. Is there a way to turn off that feature so they can’t pile up for me to delete?
thanks for your help
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #main .content {
padding-top: 0;
}
Regards,
Yigit
Hi interage!
Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value > Header Custom Height = 130px
Best regards,
Yigit
Hi lipstick!
First try checking the main translation topic and see if that helps: https://kriesi.at/support/topic/please-contribute-and-translate-enfold/
Regards,
Devin
Hallo zusammen,
ich habe heute einen page speed test durchgeführt, wobei ich auf Probleme gestoßen bin, die offenbar im code liegen.
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fs16.wdb.info&tab=desktop
Da ich auf diesem Gebiet nicht sehr belesen bin, wollte ich einfach mal Fragen ob ich selbst an diesen im speedtest angezeigten Problemen schuld bin, oder ob diese durch ein Enfold Update behoben werden könnten?
Beste Grüße
Martin
Hey!
With custom CSS it is possible. Please add following code to Quick CSS in Enfold theme options under General Styling tab and change the image
#main .container { background-image: url(https://www.picturesnew.com/media/images/image-background.jpg); }
Best regards,
Yigit
Hallo zusammen;
ich versuche mich gerade an dem Theme und habe einige Fragen dazu.
1. Bei aktiviertem Avia-Layout Architekten:
Wenn ich einen Textbaustein einfüge und diesen bearbeiten möchte, wird mir der Text weiss auf weissem Hintergrund ausgegeben. Ich muss dann alles jeweils im Texteditor einfügen. Wie kann ich das ändern?
2. Ich habe hier schon viel von diesem Zauberstab gelesen. Leider wurde dieser mir niemals im Editor angezeigt. Bzw. befürchte ich, dass auch weitere Themeicons nicht angezeigt werden. Wie kann das aktiviert werden?
3. Ich möchte ein Kontaktformular erstellen. Das klappt eigentlich auch ganz gut. Nun möchte ich aber ins Kontaktformular Zwischenüberschriften einfügen (Bspw. wenn ich mehrere Optionen anbieten möchte) Ist das realisierbar? Und vor allem wie?
Was ich mir ungefähr vorstelle sieht man ansatzweise auf folgendem Bild: http://prntscr.com/3pv5va
4. Ist es normal, dass wenn ich den Layout-Architekten aktiviert habe, und dann auf normalen Editor zurückschalte, dass da weder Code noch sonst etwas zu sehen ist? Und wenn das normal ist, wie kann ich dann einzelne Seiten individualisieren?
Besten Dank für eine baldige Antwort.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.title_container .breadcrumb { right: auto; left: -2px; top: 78%; }
@media only screen and (max-width: 990px) and (min-width: 768px) {
.avia-tooltip { left: 283px!important; }}
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Everything else looks fine on my end – http://i.imgur.com/x96rbCG.png
Cheers!
Yigit
Hey watchamacolin!
Yes it is possible. Please see – http://vimeo.com/channels/aviathemes/91837491
You can see example here – http://kriesi.at/themes/enfold/homepage/transparent-header/
You can change logo and menu position in Enfold theme options > Header layout
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-main-nav > li > a { line-height: 240px !important; }
Best regards,
Yigit
Hey Brian!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-main-nav > li > a { border-right: 1px solid #e2e2e2; }
Best regards,
Yigit
Hi
I have some problems translating the Enfold theme. I use WPML, but can’t make it work. I’ve checked the “Automatically load the theme’s .mo file using ‘load_theme_textdomain’. Enter textdomain value:” under “Theme and plugins localization” and added avia_framework in the input field.
I can’t find any strings when I try to replace? What am I doing wrong?
I also tried to use the plugin “Codestyling Localization”. I managed to translate some words in the breadcrumb, but not elsewhere – writing a new mo-file every time. Isn’t this working?
The strangest thing is that I lost some pages. First I have tried to use WPML, but deactivated the plugin. Then I translated breadcrumb with Codestyling Localization. Then I created several subpages for one of my menu items. When I activate WPML again all these are gone both backend and 404 error. If I deactivate WPML again, they are back.
So, how can I translate this theme, preferably with WPML?
Thanks!
Best regards,
Roger Henriksen
-
This topic was modified 11 years, 8 months ago by
lipstick.
Thank you, it works.
I will do it as shown if the other method doesn’t work but it would be better to show the parent menu item.

one more thing regarding question 1.
I entered the following code just below if(isset($avia_config[‘use_child_theme_functions_only’])) return;
add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
function avia_add_heading_font($fonts)
{
$fonts[‘Playfair+Display’] = ‘Playfair+Display’;
return $fonts;
}
add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
function avia_add_content_font($fonts)
{
$fonts[‘Playfair+Display’] = ‘Playfair+Display’;
return $fonts;
}
It does show me the font in the enfold settings….however when the font is chosen the theme is rendering the default font but not the selected Playfair Display font…what did I do wrong?
Thx
Alec
This reply has been marked as private.
Hi!
I am not sure if i understood you clearly but if you would like to change the background color of header, you can do so in Enfold theme options > General Styling > Header tab. Can you post the link to your website?
Regards,
Yigit
Hi Juan-Jose!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.js_active .active_tab_content { overflow-x: hidden; }
Cheers!
Yigit
Hi remvis!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .widget_nav_menu .nested_nav:before {
content: 'title here';
font-size: 18px;
color: red;
}
if this is not what you meant, please post a screenshot and show the changes you would like to make
Best regards,
Yigit
Hi!
1- Please try deactivating all active plugins and check if that helps
2- Please go to Enfold theme options > Header Layout > Transparency options and upload the logo you would like to display before shrinking
Cheers!
Yigit
Hi!
Only the copyright notice at the bottom. You just need to add
[nolink]
into the copyright text field to remove it (Enfold > Theme Options).
Regards,
Peter
Good stuff thanks.
Is there already list of all places that has mention of Enfold / Kriesi?
As prefer not to be seen anywhere by client or visitors.
Thanks
ST
Hi vaan13!
Yes, the advanced layout builder is not compatible with the shop page template of WooCommerce. You can create an Advanced layout Builder template and use the “Product Slider”, “Product Grid” or “Masonry Grid” element on this page to display some products or you can use a page as standard shop page but you can’t combine both things together. The default shop page will always look like: http://kriesi.at/themes/enfold/shop/ and you can’t change the design.
Regards,
Peter
Hi!
Yes, this would work. You just need to replace the default theme name “Enfold” with your custom theme name and (if you want to) you can also change the folder name and then upload the folder with ftp to your server. However you must always do this manually (with each update) because if you use the auto update feature WordPress will overwrite the folder and customized style.css file with the default files and then the theme name is “Enfold” again and you loose your settings. So always make sure that the theme name is consistent and that the style.css file contains the custom theme name before you upload the files.
Cheers!
Peter
This reply has been marked as private.
Hi YomStar!
You can try to add this code to the child theme functions.php file (or enfold/functions.php):
add_action('wp_head','avia_add_custom_contact_form_js', 100);
function avia_add_custom_contact_form_js()
{
$output = "<script>jQuery(\"option[value='General comment or question']\").attr('selected', 'selected');</script>";
if(is_page(1224)) echo $output;
}
Note that you can replace “General comment or question” with any other option value and 1224 is the id of your contact page.
Regards,
Peter
Thanks for answer.
When updating if I first download, (re)edit as you suggest enfold/style.css first and name theme same as existing name version on WP – would this not work to update each time as required and retain settings etc for newname version?
Regards.
ST
Hi BarbaraD!
Please try to use the “Fullwidth Easy Slider” and select the “No Scaling” option: http://www.clipular.com/c/5327575874273280.png?k=WF29SkIbdi1NR-D3JHOuxhiCR7w – Enfold will then use the original image and won’t crop it when you re-size the browser window.
Best regards,
Peter
Hi tonblam!
1) I did a quick test on my test server and the breadcrumb displays the page the attachment is attached to. Please create me an admin account and I’ll check why this “Test-page elizabeth” page pops up in the breadcrumb.
2) Open up wp-content\themes\enfold\includes\loop-search.php and replace:
echo "<h2 class='post-title entry-title'><a title='".the_title_attribute('echo=0')."' href='".get_permalink()."' $markup>".get_the_title()."</a></h2>";
with
$link = (is_attachment($the_id)) ? wp_get_attachment_url($the_id) : get_permalink($the_id);
echo "<h2 class='post-title entry-title'><a title='".the_title_attribute('echo=0')."' href='$link' $markup>".get_the_title()."</a></h2>";
You can copy the modified loop-search.php into your child theme folder (enfold-child\includes\loop-search.php).
Cheers!
Peter