Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
p.form-allowed-tags { display:none; }
Regards,
Yigit
I have the same issue in the Enfold theme as these guys had with the Cleancut theme here…
https://kriesi.at/support/topic/french-accents-do-not-show-up-in-titles and here… https://kriesi.at/support/topic/international-accent-marks-and-diacriticals
However, I don’t seem to have the quicksand.font.js in my JS folder. I assume because Enfold uses a different font.
So, what do I need to do to activate the use of accented letters like ‘ê’ in my Enfold titles?
Thanks in advance for your help.
My client would like to remove the iconlist animations in the Enfold theme. I have tried simply;
Code:
.avia_transform .avia-icon-list .avia_start_animation .iconlist_icon{
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
}
but that doesn’t seem to work.
Can you give me some clues?
Thanks!
Hi there,
I´d like to create a list of static share Icons for Twitter, FB and G+ below my blog posts. I could use small icons but I prefer to use the iconfont that is used by Enfold anyway to generate the icons.
How can I make use of the icon font? This is my example code
<a class="avia-font-entypo-fontello social_bookmarks_twitter" title="Bei Twitter empfehlen" href="https://twitter.com/intent/tweet?source=webclient&text=<?php echo rawurlencode(strip_tags(get_the_title())) ?>%20<?php echo wp_get_shortlink(); ?>" target="blank"> </a>
<a class="avia-font-entypo-fontello social_bookmarks_facebook" title="Auf Facebook teilen" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo urlencode(get_permalink($post->ID)); ?>&t=<?php echo rawurlencode(strip_tags(get_the_title())) ?>" target="blank"> </a>
<a class="avia-font-entypo-fontello social_bookmarks_gplus" title="Auf Google+ teilen" href="https://plusone.google.com/_/+1/confirm?hl=de&url=<?php echo urlencode(get_permalink($post->ID)); ?>&title=<?php echo rawurlencode(strip_tags(get_the_title())) ?>" target="blank"> </a>
Hi,
You can go to Footer in Enfold theme options and choose 2 in Footer Columns then in Appearance > Widgets you can add desired widgets to Footer – column 1 and Footer – column 2
Regards,
Yigit
Feature Request: INVERTED COLOR SCHEME
Hi guys
I have like “internal” (e.g. About, Contact, People) and “external” (e.g. Products, …) pages. I have a “normal” color scheme (bright header, dark body and footer) for the external pages. For the internal ones I’d like to invert the colors, i.e. dark header, bright body and footer.
What do you think about that? Is there any chance to implement this?
Regards, Chris
Hi,
Is it possible to add to your accordeon element an option: hide “all” tag while sorting?
Thanks!
I just installed enfold and i have a problem with some icons, slider and back to top arrows. They are not displaying properly in firefox 23 and in IE 10 they are not showing at all.
Hi, I’m new to the forum, WordPress and enfold, but so far am finding the whole experience very rewarding and simple to work up a great site, but as usual, I find the need to try and ask more from the software..
Is it possible to rotate a layer when placing it in position in the slider?
Also, is there a function to place hotspots that are invisible over layers within the Layerslider?
Hi,
It works fine on my computer as well. Only logo looks stretched and you can fixed it by adding following code to Quick CSS in Enfold theme options under Styling
.logo img { width: 260px; height: 60px; }
Regards,
Yigit
Yes, this is a bug in the latest version. A temp. fix can be found here: https://kriesi.at/support/topic/accordion-since-enfold-21-update-accordion-initial-open-item-is-not-working#post-139180 and we’ll also fix it in the next version for everyone.
Another way to remove the Kriesi link in the footer is to add [nolink] to the box under Enfold>>Footer>>Copyright. That way it doesn’t matter if you update the theme and are not using a child theme.
You can add it after any customised text you also want to display in the footer.
e.g. Copyright © 2013 Your Website. All Rights Reserved. [nolink]
Hi,
using Enfold 2.1 for a new Site. (Not Live yet)
I have created a Full Responsive Slider with an “image bar”. This bar should go from left 0px to the right. Width is set to 100%.
But it goes from left approximately 150px to the far right.
Please take a look at the Screenshot: http://www.genial-heizen.de/bar.jpg
Thanks for Help on this.
best regards
Danny
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
div.main_menu { right: 34.5%; top: 57%; }
strong.logo { left: 45.9%; }
#header_main { padding-bottom: 34px; }
.fixed_header.social_header #main { padding-top: 181px; }
.current-menu-item>a>.avia-menu-fx { display: none;}
Regards,
Yigit
I have no idea what just happened, for the first time since using ENFOLD I ran into a total bug that made me lose all the avia blocks on a page except one, at saving time. When I try to reload an older version in “revisions” I do see the content as it should be (in text form).. yet when I try and reload it.. the system seems unable do do so as the resulting page is still fucked up and missing all my content. I have no clue how this happened and this is veeeeery scary to me.
Hi Andy,
Please try adding following code to Quick CSS in Enfold theme options under Styling
#socket { z-index: 999!important; }
Regards,
Yigit
Hi,
1) You can go to Appearance > Menus and delete one of Home menu item
2) As i see you have changed Header type so there is no such problem
3) In your WordPress theme directory you should go to Enfold folder and open Footer.php file and find following code in line 96
<span class='copyright'><?php echo $copyright . $kriesi_at_backlink; ?></span>
and change it to
<span class='copyright'><?php echo $copyright; ?></span>
4) Can you post a screenshot showing the changes you would like to do? You can use http://imgur.com/
5) You can download Spanish files from this topic https://kriesi.at/support/topic/please-contribute-and-translate-enfold
Then you should open wp-config.php file in your WordPress installation and find following code
define('WPLANG', '');
and change it to
define('WPLANG', 'es_ES');
6) You should reload the page when you rotate or change slide to make slider adopt current screen size.
Regards,
Yigit
Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .gallery .gallery-item { width: 215px; height: auto; }
Regards,
Yigit
Hi,
Glad you figured it out. Let us know if you have any questions :)
Regards,
Yigit
Hi Tybo,
I tried locally and did not have any issues. It will be better if you post the link of your website when you launch it. For now you can try adding following code to Quick CSS in Enfold theme options under Styling
img, a img { margin: 0!important; padding: 0!important; }
Regards,
Yigit
Afaik there’s no plugin which allows you to set the featured image automatically because it doesn’t make sense in most cases.
WordPress just saves the id of the (full size) image when you set an image as “post thumbnail”. This id will be used to query the url path to the full size image OR to a thumbnail of this image (depends on the theme code).
If you already uploaded “high resolution” images and set these images as post thumbnails you just need to regenerate the thumbnails with: http://wordpress.org/plugins/regenerate-thumbnails/
Afterwards wordpress will use the proper thumbnail size of these images for the post thumbnails. If you want to change the thumbnail size open up and search for /wp-content/themes/enfold/includes/loop-index.php
$current_post['slider'] = get_the_post_thumbnail($the_id, $size);
Replace the $size variable with any custom value like
$current_post['slider'] = get_the_post_thumbnail($the_id, 'full');
or
$current_post['slider'] = get_the_post_thumbnail($the_id, 'large');
or any other thumbnail size which is defined in functions.php or which you created with http://wordpress.org/extend/plugins/simple-image-sizes/
Yes, actually you can to add the alternate content class to the sidebar container. Open up /wp-content/themes/enfold/sidebar.php and search for
echo "<div class='sidebar sidebar_".$sidebar." ".avia_layout_class( 'sidebar', false )." units'>";
You can add any class(es) to the div – i.e.use
echo "<div class='sidebar sidebar_".$sidebar." ".avia_layout_class( 'sidebar', false )." units alternate_color'>";
to apply the alternate color to the sidebar div.
Is there an HTML sitemap page template or shortcode in the enfold theme ?
Try to increase the allocated php memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP by editing wp-config.php
If this doesn’t help please give us more details because “Black screen when published in ENFOLD THEME” doesn’t help me to find the problem…
Hi!
Try following – open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesslideshow.php and replace
$link = wp_get_attachment_image_src($slide->ID, 'large');
with
$link = wp_get_attachment_image_src($slide->ID, 'full');
Best regards,
Peter
Hi!
Go to Enfold > Header and select “Responsive Header Main Menu” – “Display as Slide Out Menu”.
Best regards,
Peter
Hi Guys,
I have been looking through the support forum but can’t find anyone having the same issue as me.
On a page in my site when I have allow comments checked and the default editor in use then the comments form appears on the front end page, but when I switch to Advanced Layout Editor then my comment form disappears on the front end. I am using version 2.1 of “Enfold”. And I have the “Decent Comments Plugin” and “Social Plugin” installed. I have tried deactivating them but still no joy.
Do you have any idea why I can’t get a comment form, or any comments to appear on the front end?
thanks, Jake