Hey!
Please remove the pretty photo plugin from your server – you don’t need it because the theme already includes the lightbox script.
Your logo modification breaks our javascript. Please open up enfold/js/avia.js and replace
if(navigator.appVersion.indexOf("MSIE 7.") == -1)
avia_resize_menu();
with
/*
if(navigator.appVersion.indexOf("MSIE 7.") == -1)
avia_resize_menu();
*/
Cheers!
Peter
This reply has been marked as private.
Hi Dude,
Couldnt thank you earlier!
I followed your advice.. and it works just fine!
Thank you, thank you very much!!!
Regards,
Denis
Hey!
@claudernest17 – yes, but if you use the “Default Editor” WordPress will use the default page.php template. If you modify it (like described here: https://kriesi.at/support/topic/enfold-comments-on-pages/ ) WordPress should show the comment form at the end of the page after the page content. If you activate the “Advanced Layout” editor WordPress will not use the pagephp template and the comments won’t work at all.
@grpetz – we plan to implement it with one of the next theme updates but we didn’t look into it yet. In fact we can’t even promise this feature because we may stumble over technical problems which we can’t solve.
Best regards,
Peter
Hey!
masonry_gallery.php just extends masonry_entries.php and you need to modify masonry_entries.php if you want to modify the gallery output. If you want to show the title of the image in the lightbox use the code I posted in my last answer and replace
if($post_type == 'attachment' && strpos($html_tags[0], 'a href=') !== false)
{
$linktitle = 'title="'.esc_attr($description).'"';
}
else if(strpos($html_tags[0], 'a href=') !== false)
{
$linktitle = 'title="'.esc_attr($the_title).'"';
}
with
if($post_type == 'attachment' && strpos($html_tags[0], 'a href=') !== false)
{
$title = esc_attr(get_the_title($thumb_ID));
$linktitle = 'title="'.esc_attr($title).'"';
}
else if(strpos($html_tags[0], 'a href=') !== false)
{
$linktitle = 'title="'.esc_attr($the_title).'"';
}
By default Enfold will display the alternative text in the lightbox (instead of the image title) because of consistency reasons.
Regards,
Peter
Hey Alejandro!
We’ll look into it. Please try following quick fix. Open up enfold/css/dynamic-css.php and replace
extract($color_set);
extract($main_color);
extract($styles);
with
if(empty($color_set) || empty($main_color) || empty($styles)) return;
extract($color_set);
extract($main_color);
extract($styles);
Cheers!
Peter
Hey!
Did you fix the issue? The portfolio grid links work for me just fine now: http://www.screenr.com/TnbH
However I noticed that the server sometimes responses very slow. As soon as I load the page one time it’s cached in the browser and loads fast afterwards. I.e. if I open http://www.taylorezell.com/photos/africa-gallery/ directly the browser will cache the website content and as soon as I access this page from http://www.taylorezell.com/photos/ it will load very fast, otherwise it takes probably a minute or so until the server sends the data. I’m not sure what causes the issue – maybe your hoster can provide a php error log which helps us to find the culprit.
Regards,
Peter
We are using Enfold latest version on http://www.digitalsaber.net/ and using WP latest version i.e. 3.7.1. But the website is looking all messed up in IE browser. We are looking at the site in IE9 and IE10.
The issues are:
1. Menu overlaps the logo.
2. We cant see the slider.
3. We are using 3 columns in most of the modules grids but the 3rd column comes in the 2nd row throughout the site where ever we are using 3 column grid.
The only customization we made in the theme is just changed the content font size.
Hi!
I just installed Worpress and Enfold, I added a photo and some text tot he main page and when I went to create a porfolio category this happended:
Warning: extract() expects parameter 1 to be array, null given in /home/valok776/public_html/wp-content/themes/enfold/css/dynamic-css.php on line 35
Warning: Cannot modify header information – headers already sent by (output started at /home/valok776/public_html/wp-content/themes/enfold/css/dynamic-css.php:35) in /home/valok776/public_html/wp-includes/pluggable.php on line 899
The page is http://www.valokuvauskurssi.fi
What’s the problem and what can I do?
Josue,
Thank you for pointing me in the right direction. I only have minimal PHP experience. If you could guide me a little, I promise to spend as many hours as needed sifting through the PHP manual for a more complete understanding :)
As I see it, it seems like I would need to inject a variable for the hover text either between lines 94/95 or 99/100. Then either designate the strings for the actual text in the CSS, or add a parameter for the text in /enfold/css/layout.css ?
Would there be other files (besides the custom styles.css) that I would need to edit, or just this function? Trying to jump from the kiddie pool to the lake (or possibly ocean) as it were, so any help (flotation devices) you might have for me would be greatly appreciated. Thank you!
– Michael
You are welcome Rohan, we are here to help :)
Cheers!
Josue
Hey Simon!
Please update your theme to the latest version of Enfold (2.4.2):
Cheers!
Josue
Hi Enfold Team,
pls see image to understand…
http://tinyurl.com/pwdqnyw
Kindest regards,
xrisxal2000
Hey!
I think that change was intended due to a design trend (i may be wrong), however if you don’t like it, simply add this code to your style.css:
.avia-button{
background-image: url("../images/layout/bg-button.png");
background-repeat: repeat-x;
background-position: 0 0;
}
If it doesn’t work, copy the /images folder from Enfold to your child theme folder.
Cheers!
Josue
Hey Michae1!
You would need to edit this file: /enfold/includes/helper-social-media.php, play with the html() function declared in line 84.
Put the text string you want and then make a behavior part with CSS.
Best regards,
Josue
Hi mgma!
It is possible, be sure to request it here :)
Cheers!
Josue
Wow! Thank you for that….
Really appreciate the time you spent on this.
Warm regards
Rohan
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-2528 .main_menu { display: none; }
.page-id-2528 .sub_menu li { padding: 0 50px; top: 30px; font-size: 16px; }
That will remove main menu and increase font-size, padding and position of sub-menu only on “18th-aapsw-2014” this page. For other pages you need to add page ID’s to custom css as well
Regards,
Yigit
Hey Rohan!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.avia-icon-list .iconlist_content_wrap { min-height: 4em; }
Best regards,
Yigit
Hey!
The width of each table cell is determined by its content, i created a screencast explaining this, please take a look:
http://screencast.com/t/n5eT3xgA
What you need to do is add some line breaks to the table cell content in order to alter its width.
Cheers!
Josue
I know this is not currently a feature in Enfold (per the original thread here : https://kriesi.at/support/topic/social-icons-set-hover-text/ ) but I need to add it anyway for a client :) So could you point me in the right direction of what file to edit, or perhaps a plugin? Thank you.
I still need to keep bread crumbs navigation! See for example:
Left breadcrumbs display (Knife Sets) is correct: http://kriesi.at/themes/enfold/product-category/knives/knife-sets/
Left breadcrumbs display (shop) is wrong, it should be the product name “Humo Floss”: http://kriesi.at/themes/enfold/product/humo-floss/
Hope to solve!
Thank you very much!
Blessing happy every day!
Hi,
What’s the best way to change my default font style for blog posts?
Also, I noticed some resources online mentioning font size customizations, etc available in the post toolbar but for some reason these don’t show for me. Is this expected within enfold?
Many thanks,
Jonathan
In wordpress3.6.1, 3.7 open enfold Version 2.4.1, turning off all plugins,
Navigation above or a gap, the gap left text appears “AviaBuilder Version: 0.4 ML :128-PU :26-PLA: 0 ->”
enfold Version 2.3.2 does not have this problem.
Hi!
You can add this as well to hide that option:
.avia_sidebar_active .avia_shop_option_link {
display: none;
}
Cheers!
Devin
There is really no way for us to tell you all of the changes that have been made since 1.6 for all of those files.
Your only real choice I can think of is to update the whole parent theme and then compare each file you’ve modified against the parent.
Hi Josue,
My apologies. I think i might have changed the URL to improve the SEO rankings.
Here’s the link:
http://www.pledgeback.org/trail/programme-selection-types/
Thanks for your assistance.
Warm regards
Hi!
I’m not sure what you mean by the white space issue. The spacing is only ever going to be effected by the size of the image relative to the page.
Cheers!
Devin
Hey!
Please try this on your custom.css or Quick CSS:
html {
-webkit-font-smoothing: antialiased;
}
Cheers!
Ismael