The difference is that the image sliders and the post sliders do not support custom content. The image slider can just display images with captions, the post slider can display posts. The content slider allows you to slide any text or content (including shortcodes) – many users requested this feature and thus we decided to implement it.
2) No, you can’t hide the space by default. If you want to hide it open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodescontentslider.php and replace
$output .= "<div class='avia-smallarrow-slider-heading'>";
$output .= "<div class='new-special-heading'>".$heading."</div>";
with
$heading_class = '';
if($navigation == 'no') $heading_class .= ' no-content-slider-navigation ';
if($heading == ' ') $heading_class .= ' no-content-slider-heading ';
$output .= "<div class='avia-smallarrow-slider-heading $heading_class'>";
$output .= "<div class='new-special-heading'>".$heading."</div>";
The use following css code to hide the space if no title & control buttons are set
.no-content-slider-navigation.no-content-slider-heading{
display: none;
}
Hi, I’m proving enfold integration with woocomerce and I have some questions.
http://dev.escalamas.com/tienda
1) http://imageshack.com/scaled/large/545/571s.png
When step above all WooCommerce blue buttons becomes smaller.
1.1) Would want to just change ONLY “on hover” color (same your web enfold at kriesi.at).
1.2) In some of them buttons there is no effect “hover” (“Update cart” for example).
I like to add style to produce the same effect in all blue woocommerce buttons.
1.3) Which css for modify color and size button?
2) http://imageshack.com/scaled/large/819/hvkk.png
If I click on the logo and then go to the cart, the text is large. But it is small. How to always be small?
Thank you!
Xavier.
Hi,
Enfold is great obviously! Really easy to use and create layouts. I have installed WPML and am trying to have the site in 3 languages. But when the plugin is active, all my URL’s break. All links in the navigation, page links, buttons…everything except the homepage!
Seems quite drastic and as if I am missing something pretty fundamental. Any ideas?
Thanks
Sorry that I am opening a new topic. I forgot to ask before closing the last one related to the login/register links.
I understood that ENFOLD comes with lightbox feature. My question is, how can I add a pop-up form to the login link that was added to the top navigation bar? Do I need to make the link a button or image before I can add a pop-up form to it?
Thanks in advance!
Hi,
In your WordPress directory please go to Enfold > Config-templatebuilder > Avia-shortcodes and open Postslider.php file and find following code in line 321
$output .= "<div class='slide-content'>";
and add your code right under it
$output .= " your code here ";
But please not that you should use ‘ instead of ” inside your iframe tag so your code should be like height=’20’ and not like height=”20″
On Localhost it did not work for me but Facebook like button for pages worked fine, so i guess you will not have a problem as long as your code is fine :) Feel free to let us know if does not work
Regards,
Yigit
Hi.
I have just finished my Enfold Theme website and some things are not working. I will post a each problem in a different thread.
First problem is that when in WordPress I click to edit a page or post, the Advanced Layout Editor’ is not visable. Here is a screenshot of what I get.
http://www.mobile-dj-hire.com.au/wp-content/uploads/2013/09/advanced-layout-editor.png
It’s just not there. If I click that button you can see which says ‘Default Editor’ then it changes the screen to the normal WordPress Editor and the button changes and then say ‘Advanced Layout Editor’, when I click that button, it reverts to that screenshot and says ‘Default Editor’.
Please help! I need to fix my broken links ASAP!
Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translat the plugin.
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). If you still can’t find the text strings in the generated po file you can use the title filter to change the text. Add following code at the bottom of functions.php
add_filter('avf_title_args', 'fix_single_post_title', 10, 2);
function fix_single_post_title($args,$id)
{
if ( $args['title'] == 'Blog - Latest News' )
{
$args['title'] = 'MY TEXT';
}
return $args;
}
and instead of MY TEXT insert your translation.
The other text strings you mentioned ( “Logged in as… Log out?” “Post comment” , etc.) are not part of the theme code and you can’t translate them with the theme po/mo files. You maybe need to update the translation of wordpress ( http://codex.wordpress.org/WordPress_in_Your_Language ) or a plugin adds these text strings to the website – then you must translate the plugin.
Hi,
You can try adding this code to custom.css file or to Quick CSS section in Enfold theme options page under Styling
div.slide-content { padding: 10px; }
div.slide-entry { box-shadow: 0 0 8px #888888; }
.avia-content-slider .slide-entry-wrap { width: 98%; left: 1%; }
Regards,
Yigit
Hi,
You can add following code to custom.css file or into Quick CSS section in Enfold theme options page under Styling to make large button even larger
.avia-button.avia-size-large { padding: 30px 80px; }
You can increase the value to make button larger
Regards,
Yigit
Hi Arne,
Please try adding following code to custom.css file or to Quick CSS in Enfold theme options page under Styling
#header .avia-button-wrap.avia-button-right { left: -11.8%; }
Regards,
Yigit
Hi,
For some reason my Navigationpoint does not work. I created a Page named Kontakt and set that up in the Settings under Menü. I creaded a Menü for Enfold Main Menu and saved that. And build a Navigationpoint for just the Kontakt Page – that means I’d like to have just one button in the Navigation. I also set the static page in the Settings, but anyway…. if I go back to my website click on the botton I creaded for the Navigation it does just realode the Mainpage. I never had that bevor I just have no clue why that could be … this is really strange to me! Any idea why this could happen?
Please have a look
http://www.diefarben.com
Password: Enfold_2013
Thank you
Btina
You can find it in wp-contentthemesenfoldconfig-woocommerceconfig.php – search for
if($product->product_type == 'variable' && empty($output))
{
$output = "<a class='add_to_cart_button button product_type_variable' href='".get_permalink($product->id)."'><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['details'] ."</span> ".__('Select options','avia_framework')."</a>";
}
if($product->product_type == 'simple')
{
$output .= "<a class='button show_details_button' href='".get_permalink($product->id)."'><span class='avia-font-entypo-fontello'>". $avia_config['font_icons']['details'] ."</span> ".__('Show Details','avia_framework')."</a>";
}
You need to replace avia-font-entypo-fontello span with an image or another font icon if you want to change the look of the icons.
Hi
Does anybody know how to change the color of the strange arrow sign – that one when you scoll over the preview image of the portfolio you can see a round sign with a arrow in it. Where can I set the color of that?
Have a look at my Website http://www.diefarben.com Password: Enfold_2013
Thank you!
Btina
Finally i succeed with danish language, but when i tried this (i read in another thread in here), it cam up with something i do not understand
http://wordpress.org/plugins/codestyling-localization/ to translate the theme 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).
i did the above – and it says:
Warning: The actual loaded translation content contains mixed textdomains and is not pure translateable within one textdomain.
It seems, that there is code contained extracted out of other plugins, themes or widgets and used by copy & paste inside some source files.
The affected unknown textdomains are: wordpress-importer, woothemes, woocommerce, plugindomain, envato, avia_builder, LayerSlider
What does that mean? :)
Alright I resolved some of the issues myself searching around and trying things, the last thing I need to resolve with the toggles is the color of the little “plus sign” button (active, inactive, and hover states) and the toggle’s borders (all 3 states as well). I want the plus sign button to be white and the borders to remain color #404852.
thanks for all the help so far!
josh
Thank you very much. I will try that.
Hi Kriesi Team!
First of all I would like to say a big thankyou for this brilliant theme (Enfold). I have bragged about it to a few friends.
I have almost finished my site and I just have two things I want to fix, and I cant seem to find an answer on our Forum.
1. When a visitor is logged into my site… they can click on this icon found on the logout button and it will lead them to the forums/user page. How can I change the URL link so it leads them to ‘My Account’?
I have attached an image so you can see what I mean – http://s24.postimg.org/s6wg8c51h/PIC1.png
If I cant do this can I at least remove/disable this icon all together? (My site does not consist of a forum, and I really want to remove this feature)
2. Last question… when a visitor has an empty cart they are shown a button saying ‘return to shop’.
Woo Commerce has made this button take you to the Shop Page. (My shop page looks hideous by the way…)
Is there a way I can redirect visitors from that page to the another store page I have created? (a pretty one of course)
http://s23.postimg.org/qqtnycpob/PIC2.png
Thats all folks!… and thankyou! :)
Hi,
You can use this plugin and set it to only have 2 options:

Regards,
Josue
Hi Tom,
You’re welcome, glad we could help :)
Regards,
Yigit
Oh Yigit …
We Germans have a saying: “The one who is able to read, always has the benefit” … :-)
I’ve looked everywhere in the theme – but haven’t seen the “custom color” setting in the promo box … :-)
Both solutions worked perfectly !!!
Thanks again !
Tom
So the poll issue was not caused by enfold, however, I still have the attachment issue after fixing the CSS error…. It only occurs in google chrome when trying to post in the forum if you open and close the “attachments” button the attachments panel overlays the text editor causing the text editor to be blank… I can confirm this issue does not occur with the default wordpress theme… I have contacted simplepress but since the issue is not occurring with the default wordpress theme it has something to do with enfold…
Hi Tom,
In Promo Box shortcode you should click on the button then you will see button options under it.

And for hover state please add this code to Quick CSS
body div .avia-button:hover { background-color: #88BBC8!important; color:white!important; border-color: #88BBC8!important; }
You can change hex values if you want to change the colors
Regards,
Yigit
I am creating content for my blog in Enfold these days that will hopefully be read by my customers:). I don’t think most of them will leave a comment, but they might hit a Yes or No button to answer the question “Was this information useful?”
I guess what one needs is a plugin that will count and display the answers. I have not found any WordPress plugin doing this.
As far as I know, Enfold does not have any ready-to-use buttons that can do this. Please tell me if I am wrong, and if anyone knows of any plugin I can use, I will be very happy if you let me know.
Hi Yigit !
Wow – your support is perfect and nearly working in lightspeed :-)
Both suggestions work fine !
The button looks nearly similar now !
But if I could tweak it a bit, it would be perfect !
Could you please tell me how to change the color of the button, the color of the text on it and how to have both states also in hovered :-)
Hope this is possible !
Thanks
Tom
Hi Tom,
1) It’s not possible to have contact form button in promo box, but you can remove the background image on the button to have a very similar look. Please add this code to Quick CSS
body div .avia-button { background-image: none; }
2) You can change margin with this code. Please also add it to Quick CSS
.av_promobox { margin: 20px 0; }
Regards,
Yigit
Hi !
1)
The enfold promo box has some kind of “3d” button design and for example the contact form has a nice flat design, that fits more to the theme !
Is it possible to have the contact form button design also in the promo box ?
2)
And as you can see here: http://gaspar.ideenstart.de there is a big space between the text box and the promo box.
How can I change the (I guess) padding of the promo box ?
Thanks
Tom
Open enfold demo or my site dev.bigthumb.com and the search icon in the menu bar is a pause button. Bug? How do I get this fixed?
Do you mean the standard text strings like on the search page: http://www.volantexrc.com/cn/?s= (“If you are not happy with the results bellow please do another search”, etc.)? If yes you must translate these strings with a po/mo translation file. I’d suggest to generate the po file with Codestyling: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Afterwards 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).
Or do you want to translate i.e, “ABOUT US”? If yes just open up the textblock element (seems to be part of a color section) and replace the text with your translation…
I can show you examples of the iconbox or button issue though, but wish you could post private urls here like in other forums as it’s really not practical to keep using the google url service or creating test pages.
I would imagine that if you add a button to a page though, then test in IE8 you will see that the button just appears as a faint border outline with no colour as I’ve tested with two versions of Enfold on two servers and with two different versions of WP and seen exactly the same thing now. Same with the image rollover on images within Icon Boxes too!