-
AuthorSearch Results
-
July 29, 2013 at 7:30 am #131859
In reply to: Remove comments and change language
1) Yes – go to “Settings > Discussions” and deselect the “Allow people to post comments on new articles” checkbox.
2) Yes – please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the missing text strings. 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 fetch 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).
July 29, 2013 at 7:26 am #131536In reply to: Related Posts
Hallo,
soweit ich weiß sind die related posts schon zufällig angeordnet. Möglicherweise musst du erst ein paar Einträge mit den gleichen Tags versehen, damit dieser Effekt sichtbar wird. Derzeit verwendet Kriesi in wp-contentthemesenfoldincludesrelated-posts.php folgende Abfrage:
$my_query = get_posts(
array(
'tag__in' => $tag_ids,
'post_type' => get_post_type($this_id),
'showposts'=>$postcount, 'ignore_sticky_posts'=>1,
'orderby'=>'rand',
'post__not_in' => array($this_id))
);um die related posts darzustellen. Der ‘orderby’=>’rand’, Parameter stellt dabei sicher, dass diese Posts in zufälliger Reihenfolge angezeigt werden.
July 29, 2013 at 7:16 am #131448In reply to: Where to change google webfont font replacement?
I noticed that you maybe need to add the code at the very top of functions.php. Replace
<?php
global $avia_config;with
<?php
global $avia_config;
add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
function avia_add_heading_font($fonts)
{
$fonts['Open Sans'] = 'Open Sans:400,600&subset=latin-ext';
return $fonts;
}
add_filter( 'avf_google_content_font', 'avia_add_content_font');
function avia_add_content_font($fonts)
{
$fonts['Open Sans'] = 'Open Sans:400,600&subset=latin,latin-ext';
return $fonts;
}and it should work. Please don’t forget to save the theme options again.
2) The animations don’t work because some files are missing on your server – please re-upload/re-install the theme. Chrome reports
Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/prettyPhoto/css/prettyPhoto.css?ver=1
Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/mediaelement/skin-1/mediaelementplayer.css?ver=1
Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/mediaelement/mediaelement-and-player.min.js?ver=1
Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/avia-compat.js?ver=1
Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/avia.js?ver=1
Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/shortcodes.js?ver=1
Failed to load resource: the server responded with a status of 404 (Not Found) http://aetherdesign.cz/wp-content/themes/enfold/js/prettyPhoto/js/jquery.prettyPhoto.js?ver=3.1.5July 29, 2013 at 6:51 am #131754Hi!
Afaik this is not easily possible because these icons are probably missing in the font file but I’ll mark this thread for Kriesi.
Regards,
Peter
July 29, 2013 at 6:36 am #131358In reply to: Setting Navigation Text Color, Setting Font Size
1) Use following css code to change the bg color of the top navigation bar
.header_color .container_wrap_meta{
background: #f8f8f8;
}2) For the link color use
.header_color .sub_menu>ul>li>a{
color: #f8f8f8;
}3) That’s not possible. If the logo is transparent you’ll always see the bg color of the container behind the logo (eg by default white like here: http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/ )
4) You can change the link bg color & the dropdown bg color with
.bottom_nav_header.social_header .main_menu ul:first-child > li a, #header_main_alternate, .bottom_nav_header.social_header .main_menu ul:first-child {
background: #f8f8f8;
}5) Change the color with
.header_color .main_menu ul:first-child > li a:hover, .header_color .main_menu ul:first-child > li.current-menu-item > a, .header_color .main_menu ul:first-child > li.current_page_item > a, .header_color .main_menu ul:first-child > li.active-parent-item > a{
color: #f8f8f8;
}for the selected/active item and
.bottom_nav_header.social_header .main_menu ul:first-child > li a{
color: #f8f8f8;
}for all other menu items.
July 29, 2013 at 6:31 am #114764In reply to: Enfold Feature Requests
A deeplinking feature for the AJAX portfolio ;) I would love to link to specific portfolio items from any page of my website.
It would be cool if we could link to a extended ajax portfolio item.
July 29, 2013 at 6:15 am #131588In reply to: Blog post vs entries from custom taxonomies?
The “entries from custom taxonomies” setting makes sense if you registered one or more custom taxonomies (eg by default Enfold registers the “Portfolio Entries” taxonomy). Then you can query posts from these taxonomies instead of the default posts/categories.
July 29, 2013 at 6:12 am #131789In reply to: Changing the Logo Size in Enfold
Hi Ismael,
The site is currently password protected, would I be able to email you?
Thanks,
J
July 29, 2013 at 6:03 am #131788In reply to: Changing the Logo Size in Enfold
Hi,
Did you adjust the height?
Please give us a link to your website. Also, remove browser cache then reload the page.
Regards,
Ismael
July 29, 2013 at 5:56 am #114955In reply to: Please contribute and translate Enfold
Hi,
@goldbaum: You can find a dutch translation here: http://www.mediafire.com/download.php?cwbpn4yna5wq76n, please contact yingfuli. :)
https://kriesi.at/support/profile/yingfuli
Regards,
Ismael
July 29, 2013 at 5:50 am #131787In reply to: Changing the Logo Size in Enfold
Hi Ismael,
Thanks for your reply, I did upload a logo and select fullsize, then use as logo.
However, my image is being resized automatically to 200×100 (like the explanation text beside the upload box says)
I’ve added the CSS into custom.css, however it still doesn’t work.
July 29, 2013 at 5:42 am #131786In reply to: Changing the Logo Size in Enfold
Hi,
When you upload the logo, select the image size before clicking “Use Image as logo”. Then add this on your custom.css or Quick CSS
/*header with social icons: */
.social_header #header_main .container, .social_header .main_menu ul:first-child > li a { height: 116px; line-height: 116px; }Resize the height and line-height according to the image height of your logo.
Regards,
Ismael
July 29, 2013 at 5:34 am #130429In reply to: Enfold tablles
thanks Nick
Tables work great but adding the custom css has effected the mega menu drop downs viewed on tablet portrait…they become truncated.
No problem in landscape, for mobile or monitor.
any help appreciated
July 29, 2013 at 5:33 am #131773Hi,
1.) Make sure you fill out Enfold > Header > Phone Number or small info text. Edit header.php, find this code
$phone = avia_get_option('phone');
$phone_class = !empty($nav) ? "with_nav" : "";
if($phone) echo "<div class='phone-info {$phone_class}'><span>{$phone}</span></div>";Cut it then place it below this comment:
/*
* display the themes social media icons, defined in the wordpress backend
* the avia_social_media_icons function is located in includes/helper-social-media-php
*/Add this on your custom.css or Quick CSS
.phone-info {
padding-top: 10px;
margin-left: -20px;
}2.) Please give us a link to the website. We need to inspect your button. Try to change the input button color on Quick CSS
.main_color input[type='submit'] {
background-color: red;
}Regards,
Ismael;
July 29, 2013 at 5:17 am #131550In reply to: Image column 1/5 non-responsive
Hi,
Did you insert the Image element inside a 1/5 column element? The images with or without links inside a 1/5 column are responsive on my end. Please upgrade to Enfold 1.8.4.

Can you give us a screenshot?
Regards,
Ismael
July 29, 2013 at 5:13 am #131758In reply to: Contact Form in Template?
Hi,
Are you trying to copy the html rendered by the shortcode? You can just copy the contact form shortcode:
[av_contact email=///' button='Submit' title='Send us mail' sent='Your message has been sent!' autorespond='' captcha='']<br /> [av_contact_field label='Name' type='text' check='is_empty']<br /> [av_contact_field label='E-Mail' type='text' check='is_email']<br /> [av_contact_field label='Subject' type='text' check='is_empty']<br /> [av_contact_field label='Message' type='textarea' check='is_empty']<br /> [/av_contact]This is the actual HTML input
<form action="http://localhost/kriesi/enfold/?page_id=2307" method="post" class="ajax_form avia-builder-el-0 avia-builder-el-no-sibling " data-avia-form-id="1"><fieldset><h3>Send us mail</h3><p class='' id='element_avia_name_1'><label for="avia_name_1">Name <abbr class="required" title="required">*</abbr></label> <input name="avia_name_1" class="text_input is_empty" type="text" id="avia_name_1" value=""/></p><p class='' id='element_avia_e-mail_1'><label for="avia_e-mail_1">E-Mail <abbr class="required" title="required">*</abbr></label> <input name="avia_e-mail_1" class="text_input is_email" type="text" id="avia_e-mail_1" value=""/></p><p class='' id='element_avia_subject_1'><label for="avia_subject_1">Subject <abbr class="required" title="required">*</abbr></label> <input name="avia_subject_1" class="text_input is_empty" type="text" id="avia_subject_1" value=""/></p><p class='' id='element_avia_message_1'> <label for="avia_message_1" class="textare_label hidden textare_label_avia_message_1">Message <abbr class="required" title="required">*</abbr></label> <textarea name="avia_message_1" class="text_area is_empty" cols="40" rows="7" id="avia_message_1" ></textarea></p><p class="hidden"><input type="text" name="avia_avia_username_1" class="hidden " id="avia_avia_username_1" value="" /></p><p class=""><input type="hidden" value="1" name="avia_generated_form1" /><input type="submit" value="Submit" class="button" /></p></fieldset></form><div id="ajaxresponse_1" class="ajaxresponse ajaxresponse_1 hidden"></div>Regards,
IsmaelJuly 29, 2013 at 4:01 am #131739Hi,
It won’t affect your site so you might want to hide the warning like Dude said.
http://codex.wordpress.org/Editing_wp-config.php#Debug
Regards,
Ismael
July 29, 2013 at 1:22 am #116495In reply to: Enfold Showcase
I love the big full screen slider as a fake footer Gstar72! Brilliant idea and has a fantastic effect :)
Great job Tim! Glad you are enjoying the theme so much :)
July 29, 2013 at 1:04 am #131864In reply to: Re layout.css modification a novice ?
Hi aribann,
Yes definitely! With Enfold and most premium themes you can add simple css changes like you have above to the Quick CSS field. If you start to get a bit more in depth with your css changes you can add them to the custom.css file which gives you a more typical setup for how css is loaded into themes and websites.
We even have a couple of media queries in the custom.css file so you can add different css that will load on only desktops or only tablet and below size screens.
Regards,
Devin
July 28, 2013 at 11:54 pm #131345In reply to: Several questions re: Enfold and links (WP newbie)
I have a page containing a series of links to our sermons. Over time, this list will grow to hundreds of links. How do I add pagination to this page to make navigation manageable? I would like to limit each page to about 15 links per page. Please refer to: http://www.gatewaychurchtest.net/sandbox0/aaa-2/
Thank you very much
July 28, 2013 at 6:42 pm #131649In reply to: Activated Enfold, broke my site
Thanks Dude, that did the trick.
July 28, 2013 at 5:56 pm #131732In reply to: Layer Slider – Effects failure on basic design
Appreciate that I might be able to use Revolution but before I bail on Layer Slider isn’t there anything we can do to fix it. Seems such a shame that basics like keening don’t work once they are placed into Enfold. Any thoughts?
Cheers
Andy
July 28, 2013 at 5:06 pm #131738WPML Reply
usort() [function.usort]: Array was modified by the user comparison function are due to a known php bug. See php bug #50688 for more information. This warning does not affect the functionality of your site and it is not visible to your users.
https://bugs.php.net/bug.php?id=50688
Can you also upgrade WPML and addon plugins to latest version 2.9.1?
July 28, 2013 at 4:31 pm #131384In reply to: Change Enfold slider text backgroung
hi,
I changed your code a bit. Please try it again.
Is there a link we can see? You can use http://www.goo.gl to hide the url from the rest of the world.
Thanks,
Nick
July 28, 2013 at 4:31 pm #26843Topic: Javascript installation question
in forum Enfoldwcolwell
ParticipantHello,
I’ve created a “lightbox” email signup form in Aweber Communications. They generated javascript of it that needs to be installed between the body tags of the website. I want to install it on my homepage. Could you please tell me how I access the source code of my Enfold site to do this?
Thank you
Regards,
William
July 28, 2013 at 3:13 pm #26842ghost85
ParticipantHi I have some questions for the Enfold theme. You may refer to my site on http://goo.gl/yh6VJh
1) There is a pipe | symbol in the title of every page that separates the website title and the page title. For the main page only, I did not put any page title because I just want it to show the website title. Is there anyway I can remove the pipe symbol from this page only?
2) How can I put the social media icons in the footer? I would like to have a row of social media icons under my “contact us” section. I tried pasting the source code in a text widget, but only the first icon appear. How can I have the remaining icons appear too?
Thank you!
July 28, 2013 at 12:16 pm #114954In reply to: Please contribute and translate Enfold
Hi, I would love to have the Dutch transalation. Does anyone can help me with this?
July 28, 2013 at 10:51 am #131344In reply to: Several questions re: Enfold and links (WP newbie)
Hi,
To create a menu, what process do you follow. What you need to do is go to Appearance > Menus. Then click the little tab gear icon to create and name a new menu. Then you hit save on the menu. Then you attach the menu on the top left portion of the screen as the first menu and you click save below it. Only at that point do you begin to attach the individual pages to the menu and when you are finished you click the save box on the right top side of the page.
So. If you create 3 new menus calling each One, Two and Three. And click save for each menu in the top right side and then click refresh button, all the menus will disappear? How much memory are you using please make sure you are at least at 128M. Please make sure that you do not have Jetpack Plugin activated. Let us know the results.
http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/
Thanks,
Nick
July 28, 2013 at 10:31 am #131600In reply to: Blog Grid won't conform to settings
Please don’t mix both things up. If you select a page as “blog” page (Enfold > general settings) this page will use a special blog template and it will ignore all “layout elements”, etc.
The blog template will always use a grid of 3 columns and it will show the numbers of entries you selected on the “Settings > Reading page” (“Blog pages show at most”).
If you want to display a customized blog (different number of columns, entries per page, etc.) deselect the “Blog” page (Enfold > general settings) and then this blog page will show your “Layout elements”.
July 28, 2013 at 10:11 am #131737Hi,
If you want to find out if it’s a theme related issue please deactivate Enfold and activate the default WordPress theme (twentytwelve theme). If the issue is not related to Enfold it’s a WPML plugin bug and you need to report it to the WPML devs.
You can also try to deactivate the debug mode in wp-config.php to get rid of the php warning: http://codex.wordpress.org/Editing_wp-config.php#Debug
-
AuthorSearch Results
-
Search Results
-
Hello,
I’ve created a “lightbox” email signup form in Aweber Communications. They generated javascript of it that needs to be installed between the body tags of the website. I want to install it on my homepage. Could you please tell me how I access the source code of my Enfold site to do this?
Thank you
Regards,
William
Hi I have some questions for the Enfold theme. You may refer to my site on http://goo.gl/yh6VJh
1) There is a pipe | symbol in the title of every page that separates the website title and the page title. For the main page only, I did not put any page title because I just want it to show the website title. Is there anyway I can remove the pipe symbol from this page only?
2) How can I put the social media icons in the footer? I would like to have a row of social media icons under my “contact us” section. I tried pasting the source code in a text widget, but only the first icon appear. How can I have the remaining icons appear too?
Thank you!
