You can remove the wpautop filter from the textblock elements. Open up wp-contentthemesenfoldconfig-templatebuilderavia-shortcodestextblock.php and replace
return "<div class='avia_textblock {$custom_class}'>".ShortcodeHelper::avia_apply_autop(ShortcodeHelper::avia_remove_autop($content) )."</div>";
with
return "<div class='avia_textblock {$custom_class}'>".ShortcodeHelper::avia_remove_autop($content,true)."</div>";
and
$params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(wpautop(trim(html_entity_decode( $params['content']) )))."</div>";
with
$params['innerHtml'] = "<div class='avia_textblock avia_textblock_style' data-update_with='content'>".stripslashes(trim(html_entity_decode( $params['content']) ))."</div>";
Then wp shouldn’t convert any line breaks to paragraphs, etc. anymore.
Hey!
Enfold is not fully compatible with WP3.6 yet. If you experience any issues please downgrade to 3.5.3 and wait for the theme update which will be released next week.
Best regards,
Peter
Hi,
I have the same issue, but only if I use WPML media. If I use only WPML, no problems. With old theme like Choices, I was forced to use WPML media to have my media library in my two language, but with Enfold it’s the inverse if I enable WPML media, all my media library disapear in the second language.
Not an issue for me ;)
Regards,
Jul…
Hi!
Please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) – I’ll look into it.
Regards,
Peter
Hi there,
How can I add the Fullscreen Slider as you did in the demo (http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/)?
I can’t find that option anywhere!
Thanks!
Hi,
I can not see the items you’ve uploaded to the gallery of images from the posts, pages or elements of the portfolio. I have found that disabling WPML everything works OK but if I leave the plugin enabled I can not see any images.
Can you help me?
Thanks
Hi,
A fresh installation, WP 3.5.2, 1.8.4 Enfold
Enfold active theme, I select Import dummy data. Everything ok.
Another fresh installation, active my child-theme, I select Import Dummy data, it creates duplicate menus.
Why is this happening? It appears that the themes Kriesi always have trouble with child themes.
I followed this tutorial (and many others): http://vimeo.com/channels/aviathemes/67221517
I can not put the link of my client, but if you want I give you your Admin login information, via PM. Please let me know as, thanks.
Hi!
Please insert following code into the quick css field
.social_header .phone-info span{
font-size: 20px;
}
and change the font-size value.
Best regards,
Peter
Hi SGS_Marketing,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.phone-info {
font-size: 14px;
}
Regards,
Devin
Hi danielsami,
Do you mean when the menu switches to the responsive menu?
I believe that is the intended behavior for mobile in that the mobile menu only shows the top+1 down to prevent overly complex menus.
Regards,
Devin
Hi beshoy,
Go to the Enfold theme options and then from the General Settings tab you can change to the Fixed layout option with the dropdown under “Responsive Layout”.
Regards,
Devin
Hi sonllc,
If you inspect the code of your page you can get the anchor ID for that specific tab and then just point your link there. It should be #tab-id-1 ,2, 3 etc by default but inspecting it with your browsers code inspector tool will make sure you are pointing to the right one.
For example: http://kriesi.at/themes/enfold/shortcodes/tabs/#tab-id-2
Regards,
Devin
Devin:
Thanks for the information however I was wondering if I can change the file name on the stylesheet and in the header to correspond to the name change.
I am just looking for the location of the file named enfold.css and where I can find the stylesheet to change the URL.
That information did work, thank you.
Hi I was wondering if there is a way to create a custom slider size for the “Post Slider”.
My site is test.vineyardblue.org
And to get an idea for what I would like it to be sized like I have an slider plugin creating the slider underneath “Recent Blog Posts”
and the built in slider with Enfold creating the slider underneath “Current Sermon Series”. If possible I’d like to be able to create a custom size so that the built in slider looks like the one underneath “Recent Blog Posts.”
Thank you in advance even if it isn’t possible! :)
Hi,
How can I turn off the mobile optimized view of the Enfold theme? So the site visitors can view it exactly how it looks on desktop browsers?
Regards,
I’m configuring minifying on my site, but I’m getting trubles trying to find the right order to load all JS and CSS (because of dependences).
Could you please provide me with a simple list ordered by load priority of all JS, and another list for CSS?
It’s really difficult for me to guess the right order to get everything working (some files require that other files being loaded first to work properly, for JS it is because a file could require a function that is in a different file)
I just need file names for each file.
Thank you.
Hi,
On this page http://livedealer.org/dev/live-casino-games/live-blackjack/ and other pages like that, this css will fix the thumbnails , so all rows of thumbnails have same height. http://www.clipular.com/c?13089094=roSIXnMA2CWAcp_KfQUc6rwo5pU&f=.png
h3.grid-entry-title {
height: 40px;
}
Sorry , I still don’t see it. What page is it on? http://www.clipular.com/c?13089097=P9mS7j6EYtydza8Nu5DzxRi0VKw&f=.png
….oh the menu. It doesn’t look that way to me, but it overflows on the left side.
Here is some css to take care of that
@media only screen and (min-width: 768px) and (max-width: 989px) {
#header li:hover .avia_mega_div {
width: 760px;
right: -300px !important;
}}
Thanks,
Nick
They did a great deal of digging, but still haven’t quite found the cause.
Currently waiting on an update of Enfold compatible with WP 3.6 – I suspect upgrading WP versions may help.
Clarification…
I am still operating on WordPress v 3.5.2
I can not input any descriptions for products plus add variation button does not work.
Any ideas?
Whoops – too late. I did find though that this is the only way I could get the menu manager to work properly after the last Enfold Update so that was an advantage .
Hi,
Here is the snapshot of the page in question, http://www.clipular.com/c?13090040=Ny7LUHp01XCDd21TqFYCMjfLEEs&f=.png
It’s the third page on the Enfold admin vertical menu.
To control the font size you just need the very basic of basic css. However I will forward your request to Kriesi
body {
font: 15px/1.65em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #444;
}
then drop it into Quick CSS on bottom of Enfold > (Theme Options) > Styling Layout … text are on bottom of the page… or into /css/custom.css
You can suggest anything you want on this thread which Kriesi has been using to make updates https://kriesi.at/support/topic/enfold-feature-requests
However if you want to do it yourself, you can always use Google Chrome dev tools, which are built into the browser to easily locate any css you want , then copy and paste it into Quick CSS , takes seconds and no need to know any coding.
Thanks,
Nick
Hello. Does the enfold theme have any additional bullet styles for lists, other than the default circle, square, etc.? This is where I really miss twitter bootstrap. If not, can you suggest any plugin that will give additional styles. For example, this theme offers a nice custom list, which is what I’m looking for, http://artbees.net/themes/jupiter/shortcodes/custom-list. Thanks.
Hi blubbline,
Take a look at this topic and downloads from Peter: https://kriesi.at/support/topic/please-contribute-and-translate-enfold
Regards,
Devin
Hello,
I’m working with a plugin called WP-Client, and one of the requests of the plugin is that I change a line of code css.
vertical-align: from “baseline” to “top”, so I have two questions:
1. How this will influence the theme Enfold? Will it mess up anything?
2. What is the css code and where should I put it to make the requested change.
Thank you,
Fabiana.
This is probably a stupid question, but would this work as a solution. I originally installed this in a sub directory. Could I:
1. Create a backup XML file by going to Tools > Export
2. Use the original download files to install the previous version of Enfold in my root folder.
3. Import the XML file by going to Tools > Import
Would this work to deploy the old version of WP and retain all of the work I’ve done over the last few weeks?
kcParticipant
hi,
here is the error, it `s in the frontend showing;
Warning: file_get_contents(): Unable to find the wrapper “https” – did you forget to enable it when you configured PHP? in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564
Warning: file_get_contents(https://localhost/wordpress/wp-content/uploads/2013/05/Noa-Noa-Spring-2013-1.jpg): failed to open stream: Invalid argument in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564
Warning: file_get_contents(): Unable to find the wrapper “https” – did you forget to enable it when you configured PHP? in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564
Warning: file_get_contents(https://localhost/wordpress/wp-content/uploads/2013/05/Noa-Noa-Spring-2013-1.webm): failed to open stream: Invalid argument in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564
Warning: file_get_contents(): Unable to find the wrapper “https” – did you forget to enable it when you configured PHP? in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564
Warning: file_get_contents(https://localhost/wordpress/wp-content/uploads/2013/05/Noa-Noa-Spring-2013-1.ogv): failed to open stream: Invalid argument in C:xampphtdocswordpresswp-contentthemesenfoldframeworkphpfunction-set-avia-frontend.php on line 564
and here the code from line 564;
$body = file_get_contents($url, NULL, stream_context_create($options), 0, 1);
it might also be related to my thread
https://kriesi.at/support/topic/after-deaktivateing-the-plugin-cool-video-gallery
together, after I made this video plugin disabled.
thanks for your unterstanding and help
carsten
Good luck, it will be a bit of a trick but may be doable with a bit of hacking things.
If I can just throw a note in there for the developers: Please make sure to test audio embedding for the new version. It’s badly broken with Enfold on 3.6. (I updated before spotting this post.)
Hi,
Again, make the “Programs and Curriculum” the parent page of
Early Childhood
Parent & Tot
Preschool
Kindergarten
Curriculum Overview Chart
Then add this on your custom.css or Quick CSS:
.header_color .main_menu ul:first-child > li.active-parent-item > a {
border-bottom: 5px solid red;
}
On this screenshot, the “Blog” page is the parent page of “Blog Grid” page. You’ll see that the menu “Blog” renders a border below.

Regards,
Ismael