Hi David!
Please add following code to Quick CSS as well
@media only screen and (max-width: 767px) {
.fullsize .big-preview.single-big { width: auto; }
Cheers!
Yigit
Ismael,
Give it a try again. Sorry about that.
Hey eric!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color, .main_color .site-background, .main_color .first-quote, .main_color .related_image_wrap, .main_color .gravatar img .main_color .hr_content, .main_color .news-thumb, .main_color .post-format-icon, .main_color .ajax_controlls a, .main_color .tweet-text.avatar_no, .main_color .big-preview, .main_color .toggler, .main_color .toggler.activeTitle:hover, .main_color #js_sort_items, .main_color.inner-entry, .main_color .grid-entry-title, .main_color .related-format-icon, .grid-entry .main_color .avia-arrow, .main_color .avia-gallery-big, .main_color .avia-gallery-big, .main_color .avia-gallery img, .main_color .grid-content { background-color: rgba(0,0,0,0.5); }
There are many class to target. Please post the link to your website and point out the section so we can provide you more accurate custom CSS code
Cheers!
Yigit
Hey guys –
Did a little work at http://embodyproject.com on the single post pages.
I added a background and then edited the image sizes to appear in full. The images and background are not sizing down with smaller devices. How do you recommend I go about enabling this?
Thanks in advance
Hi
This maybe off the topic, but if you can give me an advise, it will be great.
Our visitors are experiencing a slow page loading speed with enfold theme, especially from Asia. The page loading take about 7 seconds in Asia vs 3 seconds in USA. This is not an issue with Enfold, but hosting.
So after research I came up with 2 possible solution.
1. hosting our site at Page**ly or WPE**ngine (Managed WordPress hosting with CDN, the reviews say it’s really fast, but is it really true?)
2. hosting at Managed VPS with SSD, CDN, APC, Memcached, Varnish
Does Managed WordPress hosting really worth and boost up the speed, compared to fully loaded VPS with SSD?
Please advise
hi there
I’ installing the latest enfold theme and I get this message in the theme tab of WP:
Stylesheet is missing.
how come?
Outstanding fix!
thank you for your knowledge
Hi fixedopsinsight!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.news-time { display: none; }
.image_size_widget .tweet-thumb img, .image_size_widget .news-thumb img {
width: 36px; height: 36px; }
.news-thumb { padding: 0; min-width: 38px;
min-height: 38px; }
Cheers!
Yigit
Hey!
You are welcome, glad we could help :) You can post testimonials on comment section of Enfold on ThemeForest. I am marking this thread as resolved. Let us know if you have any other questions or issues!
Cheers!
Yigit
I am hoping you can give me a bit of code to add to my CSS that will trip away the date and time stamp from my sidebar widget
example
http://50.6.140.113/find-coach/
I would love to be able to make the logos larger at this location too. If you have code from that that would be great.
thanks for the great theme.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content, .sidebar {
padding-top: 10px;
padding-bottom: 10px; }
Best regards,
Yigit
Hi there,
I’m in front of a small issue. I don’t find how to create the same sidemenu than the one you’ve got here: http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/
If I do understand well how it works, it is a nested menu automatically created on subpages (of the parent “Shortcoldes”). But how can you set it up to make it start at a precise point of the page, and not on top? I’ve tried several things, but I didn’t manage to get the same thing.
And by the way, I don’t manage to get a simple nested menu neither (if i create a child page, I have got nothing, even with the box ticked in the Options Panel). What am I missing?
Thanks for your help. Regards.
Robin
Hi!
Please try and let us know. We will be waiting to hear from you
Cheers!
Yigit
No plugin is enabled :(
I`ll try to re-install WP.
Hi asafku!
Please try deactivating all active plugins and check if that helps. JavaScript errors appear in console when trying to sort portfolio. It could be because of Hebrew charset
Regards,
Yigit
Hey,
I`m using WP 3.8.1 and the latest enfold theme.
The sorting function in the Masonry is not working for me… (stuck on All Cat).
http://picalife.com/
Thank you,
Asaf
-
This topic was modified 12 years, 2 months ago by
asafku.
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and change page ID to match your pages
.page-id-999 .slide-image {
width: 30%;
margin-right: 10px;
float: left;
}
You can right click on Chrome or Firefox and click Inspect elements to find the page ID
Regards,
Yigit
Hi patriscia!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.main_color .heading-color { color: red; }
Regards,
Yigit
Hey runekjensen!
The progress bar does not display any units (i.e. percentage or currency) but it will change the length of the progress bar based on the percentage value you insert into the option field (i.e.: http://kriesi.at/themes/enfold/shortcodes/progressbars/ ). If you want to calculate the percentage on your own you can use the progress bar shortcode without doing any code customization. However note it does not support automatic calculations – i.e. it won’t calculate the percentage based on the amount raised to far, etc.
If you need such a calculation I recommend to try third party plugins like: http://wordpress.org/plugins/personal-fundraiser/ which can be used for professional fundraising campaigns.
Cheers!
Peter
Hi altr!
In WordPress dashboard, please go to Appearance > Editor and open functions-enfold.php file and find
{
$entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
$entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
}
else
{
$entries['prev'] = get_previous_post($settings['same_category']);
$entries['next'] = get_next_post($settings['same_category']);
}
and replace it with
{
$entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
$entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
}
else
{
$entries['next'] = get_previous_post($settings['same_category']);
$entries['prev'] = get_next_post($settings['same_category']);
}
Best regards,
Yigit
Hi Devin,
Thank you for your quick reply. Are there people at Kriesi who do this kind of customizations? If so, is it possible to get a quote? And if not, do you have suggestions where to look for a good developer who knows this Enfold theme? What would be the required skills for such developer?
Hopefully you can answer these questions.
Best regards,
Stephen
I’ve try also to modify the default slider “Enfold – most beautiful theme ever”, but in this case I can’t save anythig.
Hi Ismael,
Thanks for your help! Thats exactly what I wanted!
However, I would like to have this layout only for some of my pages like my “News” page.
With this css code:
.slide-image {
width: 30%;
margin-right: 10px;
float: left;
}
I get all of my blog pages displayed that way. (for example, for my “Tours” post page I wanna use the masonry option) Can you please tell me what selector(s) to add to this code?
And again, I want to know if Enfold has a feature that tells you in one element the latest updates of posts and custom post types. Or is it something I have to deal with the plugins?
Thanks for your support.
Yeas
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-icon-pos-left { clear: both; }
Cheers!
Yigit
Hi!
Please review your website now. I have uploaded your new logo and made some CSS changes. You can find custom CSS in Quick CSS section in Enfold theme options
Best regards,
Yigit
Hi aliquill!
The fullwidth slider will always stretch the image to 100% width and the height may increase if the screen resolution is higher than the image width. Kriesi uses images with a resolution of 1500px x 430px on his demo website: http://kriesi.at/themes/enfold/shortcodes/easy-slider/ – this should also be a good starting point for your images but you can select a different image size on the option page: http://www.clipular.com/c/6199712663207936.png?k=z3LVqIyzGAvZkbUFp9HSNxvmjwA
Regards,
Peter
Hello
I’m sorry to again discuss about that (https://kriesi.at/support/topic/building-a-non-conventional-website-with-enfold/) but you have close my ticket.
You said “individual theme features are not able to be pushed out under any specific deadline” but i’m not agree with you :)
I do not consider that it is an “individual theme features”!
If you have made possible to have pages as blog with masony features you may consider that the work is not finished:
In a post, the breacrumb do not work at all because it is build with the archives pages
The mainmenu is unable to tell where you are (no highlight links)
It creates Duplicate Contents (yes, on my new site you can go there:
http://www.domodeco.fr/l-exterieur/terrasse
and there:
http://www.domodeco.fr/exterieur/terrasse
The first one is a page with blog contents inside masonry, and the nex one is the archive!
I’m very suprised that nobody else has seen that, or maybe i’m the only one who use mansory page with blog content?!
Please advice the author that it can’t leave us with a mess like that /-)
Thank you
Hey!
Open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php and replace
if($format == 'link')
{
$current_post = array();
$current_post['content'] = $entry->post_content;
$current_post['title'] = $entry->post_title;
if(function_exists('avia_link_content_filter'))
{
$current_post = avia_link_content_filter($current_post);
}
$link = $current_post['url'];
}
with
$linktarget = '';
if($format == 'link')
{
$current_post = array();
$current_post['content'] = $entry->post_content;
$current_post['title'] = $entry->post_title;
if(function_exists('avia_link_content_filter'))
{
$current_post = avia_link_content_filter($current_post);
}
$link = $current_post['url'];
$linktarget = 'target="_blank"';
}
and
$markup = avia_markup_helper(array('context' => 'entry','echo'=>false));
$output .= "<article class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}' $markup>";
$output .= $thumbnail ? "<a href='{$link}' data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
$output .= "<div class='slide-content'>";
$markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false));
$output .= '<header class="entry-content-header">';
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';
$output .= '</header>';
with
$markup = avia_markup_helper(array('context' => 'entry','echo'=>false));
$output .= "<article class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}' $markup>";
$output .= $thumbnail ? "<a href='{$link}' {$linktarget} data-rel='slide-".avia_post_slider::$slide."' class='slide-image' title=''>{$thumbnail}</a>" : "";
$output .= "<div class='slide-content'>";
$markup = avia_markup_helper(array('context' => 'entry_title','echo'=>false));
$output .= '<header class="entry-content-header">';
$output .= !empty($title) ? "<h3 class='slide-entry-title entry-title' $markup><a href='{$link}' {$linktarget} title='".esc_attr(strip_tags($title))."'>".$title."</a></h3>" : '';
$output .= '</header>';
Best regards,
Peter
Hey!
What type of header do you have? Please check on Enfold > Header > Header Type. Please post the link of the actual website here.
Best regards,
Ismael