Hey!
No, Enfold doesn’t use timthumb. We use the standard wordpress thumbnail generation function which also doesn’t use timthumb. Based on the file paths you posted in your first post I guess a plugin on your server uses the timthumb script and this plugin also created the “em-cache” folder in your uploads directory.
Cheers!
Peter
Hi!
Well, this is how it looks on my end – http://i.imgur.com/Uzz89ab.jpg
You can use any other color instead of blue background or a background image. All you need to do is insert your content into a color section with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS
#custom-id .container { background-color: white; padding: 15px; border-radius: 10px; margin-top: 30px; margin-bottom: 30px; }
Best regards,
Yigit
Hello,
we’re using Enfold theme (version: 2.9.1) and have recognized that playing with the Theme Options doesn’t have effects on the frontend.
I already deactivted all third-party plugins but the problem still remains.
So do you have any ideas how to fix this issue?
Thanks in advance.
Kind regards
Axel
Hey controlC!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.html_header_top.html_header_sticky #header { position: relative; width: 100%; }}
If that does not work, please post the link to your website
Regards,
Yigit
Hi!
We’ll fix this with the next update. For a temporary fix open up enfold/enfold-functions.php and replace:
$output .= "<a class='ajax_search_entry ajax_search_entry_view_all' href='".home_url('?' . $search_messages['all_results_link'] )."'>".$search_messages['view_all_results']."</a>";
with
$output .= "<a class='ajax_search_entry ajax_search_entry_view_all' href='".icl_get_home_url(). '?' . $search_messages['all_results_link'] ."'>".$search_messages['view_all_results']."</a>";
Best regards,
Peter
Hi!
Den folgenden Code in custom.css oder Enfold->Styles->Quick-CSS Feld eingeben:
#top #payment #place_order{
margin: 0 0 10px !important;
}
.order-again .button {
float: right !important;
}
Regards,
Günter
Hi Peteseymour!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-27 div#av_section_1 {
pointer-events: none;
}
Regards,
Yigit
Hey!
1- Please firstly disable CSS minifying feature on the plugin you are using and then add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;
height: auto !important; }}
2- Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Best regards,
Yigit
Hello, I have 2 sites with your enfold theme. One has a normal speed loading, but the other is really slow…any idea why?
Thank you!
Hey seaveal!
Thank you for using our theme.
The default pages are found in Enfold root directory:
page.php for pages, archive.php for categories, single.php for single posts, e.t.c.
Cheers!
Günter
Hi Haseda!
Please make sure to switch the language to English first and then make styling changes in Enfold theme options and check if that helps.
Regards,
Yigit
Hi miketica!
Thank you for using our theme.
Did you already try to change the settinge on Dashboard-Enfold-Sidebar Layout?
Set Archive Pages to “No Sidebar”.
Regards,
Günter
Hey patriscia!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.grid-entry {
padding-right: 5px;
padding-bottom: 5px;
}
Cheers!
Yigit
Hi Micke!
You probably added custom CSS code to Google Analytics field in Enfold theme options. Please make sure to add custom CSS code to Quick CSS field under General Styling tab
Cheers!
Yigit
Hey albe67!
Please update Enfold to the latest version 2.9.1 via FTP – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Enfold version you are currently using is not compatible with WordPress version you are using.
Cheers!
Yigit
Hi,
when I build a page with Avia layout editor, put a text block and write something in it, I can see it in “Text” mode, but in “Visual” mode I don’t see anything, the window is completely blank. I noticed that if I scroll with mouse on Visual mode, I see the text (as if it had a white color) but with html code again.
I’m using Enfold 2.6.2 and WP 3.9
Thanks,
Albe
Hi!
Enfold does not add these feed links to the head section (you can check header.php if you don’t believe me) and it’s not something we can fix on our end. If you want to avoid that WordPress adds these feed links to the head section you can study this article: http://www.wpbeginner.com/wp-tutorials/how-to-disable-rss-feeds-in-wordpress/
If you use a SEO plugin you can often deactivate the rss links on the seo plugin option screen (i.e. if you use Yoast SEO go to SEO > Titles & Metas and tick the “Hide RSS Links” checkbox).
Best regards,
Peter
Hi Stinki!
Das Problem wird durch euer Child Theme verursacht. Wenn ich auf das Enfold Parent Theme wechsle, dann funktioniert der “Beitragdbild entfernen” Link. Ich empfehle euch daher den Child Theme Code systematisch auszukommentieren, zum den Übeltäter zu finden.
Best regards,
Peter
Hi!
Please add following code to Quick CSS to change the font size of social icons
#top .social_bookmarks li a {
font-size: 16px;
}
and then go to Enfold theme options > Header Layout > Header Size and choose custom pixel value and increase header height as needed
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #wrap_all .av-social-link-linkedin a {
color: #fff;
background-color: #419cca;
}
#top #wrap_all .av-social-link-twitter a {
color: #fff;
background-color: #46d4fe;
}
#top #wrap_all .av-social-link-gplus a {
color: #fff;
background-color: #de5a49;
}
#top #wrap_all .av-social-link-facebook a {
color: #fff;
background-color: #37589b;
}
#top #wrap_all .av-social-link-youtube a {
color: #fff;
background-color: #a72b1d;
}
#top .social_bookmarks li a { width: 40px; line-height: 35px; min-height: 40px; }
#top .social_bookmarks li { width: 40px; }
Cheers!
Yigit
I’m using Enfold theme with WPML. The main language of WPML is English. Our pages in English are not applied the Enfold General Styling although other pages in Japanese are applied its General Styling.
Can you find where is the point of this trouble?
Hi Yigit & Ismael,
I think I found what caused the problem with Enfold in the last days.
The Akismet plugin. maybe the last update has some conflict with the theme.
For your attention.
Regards,
Tal
I would like to increase the text in Enfold, and I guess the only way to do this is by using some CSS in the Quick CSS, since there is no option for this in the Advanced styling. Should I use px, em or %?
p {
font-size: ??
}
This reply has been marked as private.
Hey Effektid!
Thank you for using Enfold.
If you’re using the advance layout builder for portfolio items then yes, you need to add the image again. If you’re using the default editor, it should automatically display the featured image. A more “fancy” way of presenting the products imo that is available will be to add it using the masonry element.
Cheers!
Ismael
Hey!
Thank you for using Enfold.
Did you add the link using the text block? You can use this on Quick CSS or custom.css:
.avia_textblock a {
font-size: 20px;
font-weight: bold;
}
Use this to enlarge the text all over the site:
body, body p {
font-size: 16px;
}
Regards,
Ismael
Hey fri_z!
Thank you for using Enfold.
Unfortunately, it’s not possible to hide the elements at the moment, you either have to remove it entirely or switch the builder to debug mode in order to get the actual shortcode below the advance layout builder.
Cheers!
Ismael
Hey Wils1234!
Thank you for using Enfold.
Please use this on functions.php:
add_filter('avf_ajax_search_label_names','avia_change_pt_label_name', 10, 1);
function avia_change_pt_label_name($label)
{
if($label == 'Portfolio Items') $label = 'Photo Items';
return $label;
}
Cheers!
Ismael