Hi!
No, unfortunately there’s no way to measure the width of the content inside the columns with css. You can change the media queries if you want to change the responsive layout for smaller screens but this layout is also based on a percentage value and it will break the content (i.e. new line or hide it) if it doesn’t fit into the column.
You can use this code:
@media only screen and (max-width: 989px) and (min-width: 768px){
.responsive #footer .av_one_fourth.first.el_before_av_one_fourth, .responsive #footer .av_one_fourth.first + .av_one_fourth, .responsive #footer .av_one_fourth.first + .av_one_fourth + .av_one_fourth, .responsive #footer .av_one_fourth.first + .av_one_fourth + .av_one_fourth + .av_one_fourth, .responsive #footer .av_one_half.first + #footer .av_one_fourth.el_before_av_one_fourth, .responsive #footer .av_one_half.first+ #footer .av_one_fourth.el_before_av_one_fourth+ #footer .av_one_fourth {
margin-left: 3%;
width: 20.5%;
}
}
to change the width of the columns for screens with a width between 989px and 768px. Change the width percentage value if necessary and/or adjust the max-width/min-width values to get better results.
Cheers!
Peter
Dear sir.
Thanks for your great job in this theme, it’s a wonderful templete I’ve ever used. But here I have a problem, I want to remove the ‘Enfold Theme by Kriesi’ from the socket, may I know is that possible to do? It’s not about anything, just my site it’s a company site, so we prefer to remove this, can you kindly help? Many thanks.
Best regards,
Andy
Hi!
You can try to replace this line in enfold/js/avia.js:
new $.AviaTooltip({"class": 'avia-search-tooltip',data: 'avia-search-tooltip', event:'click', position:'bottom', scope: "body", attach:'element'});
with
new $.AviaTooltip({"class": 'avia-search-tooltip',data: 'avia-search-tooltip', event:'click', position:'bottom', scope: "#header", attach:'element'});
This change will change the click event scope and maybe fix your issue.
Best regards,
Peter
UPDATE: I’ve managed to fix it – learnt about debugging and found the syntax error.
I’ve now added the code to my child theme functions.php but I get the error…
Parse error: syntax error, unexpected ‘function’ (T_FUNCTION) in /home4/chrisga3/public_html/bodyboard/wp-content/themes/enfold-child/functions.php on line 29
Line 29 is this bit… function avia_random_image_query($query, $params)
Any ideas?
Hey!
If you use a 3 columns layout the thumbnail size of 200×200 doesn’t make sense because the columns will stretch the images to 273px x 273px. You can try to increase the number of columns on the settings page (WooCommerce > Settings > Products – scroll down and search for the “Column Count” option and set it to 4 or 5). Then Enfold will show more columns per row and the image/thumbnail size will decrease because the column width is smaller.
Best regards,
Peter
Thanks! I made the mistake of pasting that in my functions.php of enfold, rather than in my child theme functions.php. This broke the site (just returns a blank page, even for the dashboard). I got back in through ftp and edited functions.php back to how it was, still broken. I even downloaded the theme again and replaced functions.php and it’s still broken. Help!!!
Hey mnolden!
Dafür gibt es seit Enfold 2.4 eine Option im Adminbereich. Gehe zu Enfold > Theme Options > Header und suche nach der “Append search icon to main menu” Option. Stelle sicher das diese Checkbox nicht markiert ist und speichere die Optionen.
Cheers!
Peter
Hey zufur!
Please create me an admin account and post a link to your website. I couldn’t reproduce the issue on my test server and on the demo website: http://kriesi.at/themes/enfold/portfolio/masonry-portfolio/ and I must check your configuration first.
Cheers!
Peter
This reply has been marked as private.
Hey!
Please get the css > base.css file on the latest version of Enfold then update the old one.
Regards,
Ismael
Hi!
Please update to the latest version of Enfold (2.5.4).
Best regards,
Josue
The doesn’t work because you have a typo in your Quick CSS:
http://malmstromwhite.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1
At the bottom there is a font-family property that doesn’t belong to any selector, all the code below it won’t work until this line is removed.
font-family: ‘Open Sans Condensed’, sans-serif;
Best regards,
Josue
Great @akazoubsky.
@gjankowski, did it work for you?
Cheers!
Josue
Hi again. The issue is resolved and the problem was 100% with the UserPro plugin. Its author cited a “minor jquery conflict,” which he corrected for the updated version. I can now confirm that the updated plugin works very well with Enfold. Thanks!
I’m not sure exactly why I have had these problems all week-end longe ( Jeeewizzz maybe learning Worpress AND WPML in a week is kinda pushing it) but it seems I sc….ed things up when I set my default language in WPML to French….for some reason that was a big no no…something to do with string translations also, anyway, it’s working now …I have a back up…I can go sleep :)
Thanks a lot for answering me !!
BabaO
Hi!
You need to update Enfold to its latest version (2.5.4).
Best regards,
Josue
How can I take out this block of text when looking at the source code.
<!–
Debugging Info for Theme support:
Theme: Enfold
Version: 2.5
Installed: MalmstromWhite
AviaFramework Version: 1.8.6
AviaBuilder Version: 0.5
ML:128-PU:34-PLA:1
–>
Hi!
The links above are showing on my end but it looks like you’ve had to re-set the permalinks. You may need to clear and re-set the htaccess file if it has gotten corrupted to get them to work properly: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Cheers!
Devin
Hey!
I’m not really sure I understand the issue. That is a basic internet/browser interaction between the site you are viewing and the user. Removing alt data, tooltips etc has not only a negative seo impact but it makes it non-friendly for screen readers as well.
The online docs has an entry for changing the default blog title: http://kriesi.at/documentation/enfold/replace-the-default-blog-latest-news-title/
Regards,
Devin
I updated woo AND Enfold… Now my menu in the sidebar is acting different.
Before the text and the price was nicely above each other with nice space and the picture to the right.
Now the price is like going “under” the picture, and i get a lot of not good looking space?
Whats wrong and how to correct it? I look with firebug, but can’t see through that problem, because i don’t know how it suddenly became like that.

Hey guys,
I have a Child Enfold Theme installed. I’d like to add the Pinterest On Hover Pin In buttons as described here.
https://developers.pinterest.com/on_hover_pin_it_buttons/
Where would I put this in the Child theme?
Thank you, Jasmer
Switching to default theme and then back again caused layout issues on the home page (there’s a sidebar on there wreaking havoc that isn’t supposed to be) and my footer widgets disappeared. If I’m logged in, the page appears fine. My home page is laid out very similarly to the default Enfold theme. Why and how can one fix the front page after switching back and forth. This happened once before, and I don’t remember the steps I took to fix it.
Secondly, if I manually logout, http://divawow.org/membersonly/my-account/logout/ , why does the page title state “AdSanity Data Storage”? And the breadcrumbs state “Home/Shopping Account/Logout”?
-
This topic was modified 11 years, 9 months ago by
mrshaffly.
Hi Cum_Vincere!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive #header .social_bookmarks li {
float: left; }
.responsive.social_header .phone-info { float: right; clear: none; margin-top: 10px; }
}
Regards,
Yigit
Hi smorrone!
Please add following code to Quick CSS in Enfold theme options under Styling tab and change the font family to needed one
.av-special-heading-tag { font-family:"Times New Roman",Georgia,Serif !important; }
Cheers!
Yigit
Hi Gee Are!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
#header_meta { z-index: 3; }
2- Please go to Appearance > Menus and uncheck "Use as Mega Menu" on miApple.TV menu item http://i.imgur.com/aWAe8uw.jpg
3-
#top .main_menu .menu>li:last-child>a { padding-right: 15px; }
Cheers!
Yigit
Many thanks! In my case it worked perfectly with a variant (in order to not affect the spacement of menu’s sub-itens):
#header_main .container, .logo img, .logo a {
height: 88px !important;
line-height: 88px !important;
max-height: none !important;
}
Hi rolfroyce!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.main_color input[type='submit'] { background-color: orange; color: #ffffff; border-color: orange; }
.main_color input[type='submit']:hover { background-color: green; color: #ffffff; border-color: green; }
Best regards,
Yigit
Hi rseybold!
Can you post the link to your website? Just to make sure, are you adding your code in Div / Video layer? It does work fine on my installation
Cheers!
Yigit