Hi!
I just bought my third license for Enfold! Totaly amzing theme for a beginner like me.
Right now I´m building a site with a image background AND I´m happy with everything exept that I can´t figure out how ti style the Portfolio Grid, Images and Porstfolio filter.
I have find solutions here and there but I can´t bring them togheter.
(I know that you don´t want to have several questions but I wnat to find a “total” solution.
1. I want the portfolio filter to have 16 px fontsize and colour yellow on a transparent background. No / between the categories and a padding around 10 px
2. I want a white medium image-border around the image in the grid.
3. The Title colour under under the Grid-image in a contrasting colour to the background and fontsizearound 14-15 px. ( Can the title background be transparent?)
4. And ALL THIS without any setbacks for the rest of the theme.
If this is too many questions totaly understand!
Kind regars
Michael Eldborn
Hi,
How do I get image captions to show up on the lightbox gallery like you have on your demo (3rd gallery, 4th picture)? http://kriesi.at/themes/enfold/shortcodes/gallery/.
Thanks
Hello,
I wanted to update my enfold theme (V. 2.4.5) to the last version (2.8.1). Then I have download on the files on themeforest, and I have override the data with filezila. Then when I connect to my dashboard, the new Enfold theme appear, but I can’t activate it, cause the “style sheet is missing”.
Can you help me ?
Thanks
Mathieu
Could you please hekp. I have open my home page within the Enfold theme to update a heading.
When I updated the page most of the content within the layout builder widgets was deleted.
I have added this again but it keeps just failing to save the content.
Has WordPress updated or something and caused issues with content builder??
Thanks, but when I follow the directions on that, it makes none of the Avia pages in the backend load – they just stay white. Doesn’t seem to work for me.
WP 3.9.1, Enfold 2.8.1
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-magazine-thumbnail img { height: 49px; }
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate > .container {
width: 100%;
margin: 0;
}
@media only screen and (min-width: 1140px) {
.av-main-nav > li > a { padding: 0 251px; }}
@media only screen and (max-width: 1139px) {
.av-main-nav > li > a { padding: 0 221px; }}
Regards,
Yigit
This reply has been marked as private.
Hey itechiesnet!
Currently another theme is activated. Would you mind activating Enfold so we can see what exactly the issue is to help you out better? I logged in to backend but did not want to change the theme without your permission
Best regards,
Yigit
Hello,
I have a problem with the code block. When I save code in de block it deletes html tags and structure. The example below will explain:
I put in the block:
<div class=”student_home_box” id=”student_home_box_it”>
<div class=”student_hover”>
<p>Klik voor meer informatie</p>
</div>
<div class=”student_default”>
<h3>de IT-STUDENT</h3>
- data entry
- migratie
- it-ondersteunig
</div>
</div>
when I save it it becomes:
<div class=”student_home_box” id=”student_home_box_it”>
<div class=”student_hover”>
Klik voor meer informatie</div>
<div class=”student_default”>
<h3>de IT-STUDENT</h3>
- data entry
- migratie
- it-ondersteunig
</div>
</div>
It deletes the <p> element.
I tested it on another enfold site and there is no problem it leaves the <p> and the structure intact. Can you help thanks.
Greets
Hello:
Loved your theme demo and purchased it..But when I try to deploy it, going thru setup issues…
Blog looks ugly after install..
Look at your beautiful blog theme demo:
http://kriesi.at/themes/enfold/2014/04/28/eating-well-a-short-guide-on-how-to-do-it/?skin=Splash%20Green
Now, when I installed your theme to my wp blog, everything is in a disarray. Where are the nice beautiful fonts you had in your demo?
The nice sidebar? Be default, why not add this as part of default theme setup? Why torture the user, where he has to do every small step to make it perfect?
Also I thought doing a “import demo content” would help. But did not. Now it is a mess.
How do I cleanup?
Regards
Hey!
You need to edit wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider.php. The output of the post data starts below this line:
$output .= "<article class='slide-entry flex_column {$style} {$post_class} {$grid} {$extraClass} {$thumb_class}' $markup>";
Cheers!
Peter
Hi!
Should actually be already available for you in your backend at enfold->blog layout->Related Entries ;)
Regards,
Kriesi
Hi fortuneRice!
No, Enfold does not support such a feature at the moment. If you want to suggest a new feature please submit your idea here: https://kriesi.at/support/enfold-feature-requests/ and we’ll see how many other users vote for it.
Cheers!
Peter
Hi!
Because Firefox mobile has such an extremely poor mobile experience and close to less than 1% user base Kriesi decided that he is not going to add support for it with Enfold at this time. As far as I know this is only the second time its come up as an issue in the past year and it was at that last time Kriesi looked in to it.
With Chrome and Safari mobile there shouldn’t be any issues however. On desktops the theme has full support for the latest Chrome, Firefox, Safari and even some Opera support. Then with IE there is some fallback for IE8 and then 9+ just about no difference from other modern browsers.
I have a GS2 that I’ve tested the theme on and have not had any issues though I don’t have a kindle to test on.
As to why the browserstack is showing kindle devices incorrectly, I don’t know. It could be in how its rendering Kindles android environment since they use Silk by default. My guess would be that if there is a specific rendering issue with Silk that Kriesi would also not add specific support for it since its market share for usage is also under 1%. I’ll tag the topic for him however since he is the ultimate decision maker for things like that :)
Regards,
Devin
Hey!
Accordion titles do not support shortcodes by default. If you really want to use a shortcode in the title open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/toggles.php and replace:
if(empty($toggle_atts['title']))
{
$toggle_atts['title'] = avia_sc_toggle::$counter;
}
with
if(empty($toggle_atts['title']))
{
$toggle_atts['title'] = avia_sc_toggle::$counter;
}
$toggle_atts['title'] = do_shortcode($toggle_atts['title']);
Regards,
Peter
Hey Swedfit!
I don’t know which code you need to display the banner but you can insert it in wp-content/themes/enfold/includes/loop-index.php above following line:
echo $title;
I.e. if it’s some html code it will look like:
?>
My banner code
<?php
echo $title;
and replace “My banner code” with your custom banner code.
Cheers!
Peter
Hi!
I made a mistake while I edited wp-content\themes\enfold\config-bbpress\config.php. Please upload an unmodified version of the file and replace:
add_filter('avia_blog_post_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
add_filter('avf_masonry_entries_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
with
add_filter('avia_blog_post_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
add_filter('avf_masonry_entries_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
add_filter('avf_accordion_entries_query', 'avia_remove_bbpress_post_type_from_query', 10, 2);
I’m pretty sure this will fix the accordion issue.
Regards,
Peter
Hey!
Please create us an admin account and post the login credentials as private reply – we’ll check why the product widget area does not work. Please note we do not provide support regarding the customization of the product page templates. The article: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/ is intended for developers and you might need to hire a freelancer/developer to create a template which fits your requirements. We can just provide support for the default product templates where the sidebar is on the left side underneath the product images.
Cheers!
Peter
Hi,
I dont use plugins on my site and run the latest version of Enfold.
I noticed that the headlines and body text in different toggles appear differently. Sometimes the theme automatically applied the correct theme colour for headlines in the text (green), sometimes not (black). Also the text body font colour is random: sometimes black, sometimes grey.
I want the colour of the headlines always green (not black), and the body text always grey (not black).
Can you help? Is there a simple Quick CSS fix?
Many thanks in advance!
Hi primdogg!
Please make sure that you are using the latest version of Enfold 2.8.1 ( http://vimeo.com/67209750 ) and WordPress 3.9.1. Please do not forget to flush browser cache after updating the theme
Best regards,
Yigit
Hi Dan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top fieldset {
margin-bottom: 0;
}
.hs-form.stacked .field {
margin-bottom: 0;
}
Cheers!
Yigit
Trying to find the CSS Snippets to help shrink the padding on javascript being used.
I have 2 pages that I just want to reduce the padding and don’t see how I can do this. Is there a CSS Snippet i can add?
http://www.furniturebank.org/home/chair-affair/chair-affair-designer-sign/ (form is on the right)
http://www.furniturebank.org/home/chair-affair/sponsors/ (form is on the left)
The Javascript is forms from Hubspot.com platform no styling options on that side (and the preview on that end before it reaches Enfold shows correct form).
Thanks
Dan
Hi!
Thank you for the info.
I’m not sure why the featured images are acting that way but please add this on custom.css:
.small-preview img, .big-preview img {
display: block;
border-radius: 4px;
position: relative;
z-index: 4;
width: 100%;
height: 100%;
}
You can also add it on Enfold (ES) and Enfold (CA) Quick CSS fields.
Best regards,
Ismael
Hey onegirlrtw!
Please go to Enfold theme options > Advanced Styling and edit “Main Menu sublevel Links ”
Cheers!
Yigit
Hey mario72!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#advanced_menu_toggle, #advanced_menu_hide {
background-color: #ffffff;
color: #2997ab;
border-color: #2997ab; }
Regards,
Yigit
Hi Gurify!
Thank you for using our theme.
Are you using the latest Version of WP 3.9.1 and of Enfold 2.8.1?
1) Disable all plugins and try again.
2) Change to a default WP Theme and try again
if still not working, try to put in wp-config.php (WP root directory) at the end of the file:
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
Regards,
Günter
Hello,
Anybody with the same experience? I have included the complete tracking code including the <script> tags into the analytics box of the theme. I have been using GA for a couple of years now and had with my old website never any problems excluding my own IP. Now with WP and Enfold GA keeps track of my visits to my website. Is there a solution or am I doing something wrong? I have contacted Google and so far they didn’t come with a solution
Hi I’ve recently just noticed a new problem with my site http://www.davidmattock.co.uk
on the homepage I have my portfolio, it is set to show maximum 16 thumbnails per page and it has two pages and under the thumbnails shows two buttons “1” and “2” to go to page 1 of 2 or 2 of 2. but they have stopped working.
When I click on page 2 of 2 button under the thumbnails it just reloads the whole home page and stays on portfolio page 1 ?
I have the latest version of Enfold, many thanks
Hi!
Yes, it’s best that you do this using a child theme. Add the code on the child theme’s function.php. Actually, just look for this code:
/**
* Turn on Custom CSS Class field for all Avia Layout Builder elements
* @link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
*/
//add_theme_support('avia_template_builder_custom_css');
Replace it with:
/**
* Turn on Custom CSS Class field for all Avia Layout Builder elements
* @link http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
*/
add_theme_support('avia_template_builder_custom_css');
Cheers!
Ismael