39350 comments found.
Hello,
I am considering purchasing your theme. Love what I have been reading. I have a couple of questions.
1. I have renamed my wp-content folder and have used it with several clients and themes. I haven’t had any trouble with most current themes and plugins as long as /wp-content/ is not hard coded in the theme. Do anticipate any problems with your theme or plugins that you use?
2. I have some clients that ask for a header area at the very top of the page above all current headers/menu etc. that is fixed site wide. For example, placing a custom designed header image the width of of the theme. Maybe adding an additional widget are or something. Is this possible or can you advise?
Thanks
Hey 
1. It will not be a problem, the fusion-core plugin did have that but there is a KB post about it here, and it will be fixed in 3.2.2 coming in a few days. http://theme-fusion.com/knowledgebase/avada-3-2-1-fusion-core-shortcodes-not-working/
2. Hmmm, well you could use the top sliding bar for that but it will not be fixed,i t opens and closes when you click it.
Hope this helps!
Hello, is it possible to force target=_blank in portfolio item under “Project URL” section? Is it also possible to remove link under “Skills Needed” and “Categories” section? Thank you
Hey 
There are not theme options for that so it will take custom coding. We can help assist you with that on our support forum, please signup and post up a new topic with those questions.
Click Here To Create A Forum Account & Get Free Support
Thank you, we look forward to serving you!
Hi quick question about v3.2.2 I had been using another theme for a while (which can’t even compare to Avada lol) and I was really scared with that one because whenever you updated it, it erased all the font and color options I had selected. I’m assuming that when v3.2.2 and v4 come out, it won’t erase all of the color options I’ve made under “Styling Options” and the other sections like the logo and various other settings, right? Is there anything I will need to write down before updating? Thanks
!
No your theme options will not be erased when updating to 3.2.2. For 4.0, we are using a new theme options panel, but your old settings will be converted when updating.
Also, you can always backup your theme option settings on the backup tab in theme options to import at a later time, its good practice to keep a backup.
Thanks!
Helo, you have an amizing design on this theme, i am pleasantly surprised to see what an big effect it had, you hit the market with this one really. Good Luck!
My regards!
Thanks for the comments 
Hello Everyone
All Support Is Handled On Our Forum, See Links Below.
Pre-Sales Questions Are Handled Here In The Comments
……………………………………………………………………………………………………………
Click Here To Create A Forum Account & Get Free Support
……………………………………………………………………………………………………………
Thank you, we look forward to serving you!
Hi, I NEED TO change the link to the logo and I tried editing header.php and replacing <?php home_url(’/’); ?> with desired link but I have not this code in header.php, I have this:
<!DOCTYPE html>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8”/>
</head>
<body <?php body_class(); ?>>
<?php
if($data[‘header_layout’]) {
if(is_page(‘header-2’)) {
include_once(‘framework/headers/header-v2.php’);
} elseif(is_page(‘header-3’)) {
include_once(‘framework/headers/header-v3.php’);
} elseif(is_page(‘header-4’)) {
include_once(‘framework/headers/header-v4.php’);
} elseif(is_page(‘header-5’)) {
include_once(‘framework/headers/header-v5.php’);
} else {
include_once(‘framework/headers/header-’.$data[‘header_layout’].’.php’);
}
} else {
if(is_page(‘header-2’)) {
include_once(‘framework/headers/header-v2.php’);
} elseif(is_page(‘header-3’)) {
include_once(‘framework/headers/header-v3.php’);
} elseif(is_page(‘header-4’)) {
include_once(‘framework/headers/header-v4.php’);
} elseif(is_page(‘header-5’)) {
include_once(‘framework/headers/header-v5.php’);
} else {
include_once(‘framework/headers/header-v1.php’);
}
}
?>
<?php if(!is_search()): ?>
<?php
// Layer Slider
$slider_page_id = $post->ID;
if(is_home() && !is_front_page()){
$slider_page_id = get_option(‘page_for_posts’);
}
if(get_post_meta($slider_page_id, ‘pyre_slider_type’, true) == ‘layer’ && (get_post_meta($slider_page_id, ‘pyre_slider’, true) || get_post_meta($slider_page_id, ‘pyre_slider’, true) != 0)): ?>
<?php
// Get slider
$ls_table_name = $wpdb->prefix . “layerslider”;
$ls_id = get_post_meta($slider_page_id, ‘pyre_slider’, true);
$ls_slider = $wpdb->get_row(“SELECT * FROM $ls_table_name WHERE id = ”.(int)$ls_id.” ORDER BY date_c DESC LIMIT 1” , ARRAY_A);
$ls_slider = json_decode($ls_slider[‘data’], true);
?>
<style type=”text/css”>
#layerslider-container{max-width:<?php echo $ls_slider‘properties’ ?>;}
</style>
<?php if($ls_slider‘properties’ == ‘avada’): ?>
<?php endif; ?>
<?php echo do_shortcode(‘[layerslider id=”’.get_post_meta($slider_page_id, ‘pyre_slider’, true).’”]’); ?>
<?php if($ls_slider‘properties’ == ‘avada’): ?>
<?php endif; ?>
<?php endif; ?>
<?php
// Flex Slider
if(get_post_meta($slider_page_id, ‘pyre_slider_type’, true) == ‘flex’ && (get_post_meta($slider_page_id, ‘pyre_wooslider’, true) || get_post_meta($slider_page_id, ‘pyre_wooslider’, true) != 0)) {
echo do_shortcode(‘[wooslider slide_page=”’.get_post_meta($slider_page_id, ‘pyre_wooslider’, true).’” slider_type=”slides” limit=”’.$data[‘flexslider_number’].’”]’);
}
?>
<?php
if(get_post_meta($slider_page_id, ‘pyre_slider_type’, true) 'rev' && get_post_meta($slider_page_id, 'pyre_revslider', true)) {
putRevSlider(get_post_meta($slider_page_id, 'pyre_revslider', true));
}
?>
<?php
if(get_post_meta($slider_page_id, 'pyre_slider_type', true) ‘flex2’ && get_post_meta($slider_page_id, ‘pyre_flexslider’, true)) {
include_once(‘flexslider.php’);
}
?>
<?php if(get_post_meta($slider_page_id, ‘pyre_fallback’, true)): ?>
<style type=”text/css”>
@media only screen and (max-width: 940px){
#sliders-container{display:none;}
#fallback-slide{display:block;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait){
#sliders-container{display:none;}
#fallback-slide{display:block;}
}
</style>
<?php endif; ?>
<?php
// ThemeFusion Elastic Slider
if(get_post_meta($slider_page_id, ‘pyre_slider_type’, true) == ‘elastic’ && (get_post_meta($slider_page_id, ‘pyre_elasticslider’, true) || get_post_meta($slider_page_id, ‘pyre_elasticslider’, true) != 0)) {
include_once(‘elastic-slider.php’);
}
?>
<?php endif; ?>
<?php if($data[‘page_title_bar’]): ?>
<?php if(((is_page() || is_single() || is_singular(‘avada_portfolio’)) && get_post_meta($post->ID, ‘pyre_page_title’, true) == ‘yes’)) : ?>
<?php the_title(); ?>
<?php if($data[‘breadcrumb’]): ?> <?php if($data[‘page_title_bar_bs’] 'Breadcrumbs'): ?> <?php themefusion_breadcrumb(); ?> <?php else: ?> <?php get_search_form(); ?> <?php endif; ?> <?php endif; ?> <?php endif; ?> <?php if(is_home() && !is_front_page() && get_post_meta($slider_page_id, 'pyre_page_title', true) ‘yes’): ?><?php echo $data['blog_title']; ?>
<?php if($data[‘breadcrumb’]): ?> <?php if($data[‘page_title_bar_bs’] == ‘Breadcrumbs’): ?> <?php themefusion_breadcrumb(); ?> <?php else: ?> <?php get_search_form(); ?> <?php endif; ?> <?php endif; ?> <?php endif; ?> <?php if(is_search()): ?><?php echo __('Search results for:', 'Avada'); ?> <?php echo get_search_query(); ?>
<?php get_search_form(); ?> <?php endif; ?> <?php if(is_404()): ?><?php echo __('Error 404 Page', 'Avada'); ?>
<?php endif; ?> <?php if(is_archive()): ?><?php if ( is_day() ) : ?> <?php printf( __( ‘Daily Archives: %s’, ‘twentyeleven’ ), ‘ ’ . get_the_date() . ‘ ’ ); ?> <?php elseif ( is_month() ) : ?> <?php printf( __( ‘Monthly Archives: %s’, ‘twentyeleven’ ), ‘ ’ . get_the_date( _x( ‘F Y’, ‘monthly archives date format’, ‘twentyeleven’ ) ) . ‘ ’ ); ?> <?php elseif ( is_year() ) : ?> <?php printf( __( ‘Yearly Archives: %s’, ‘twentyeleven’ ), ‘ ’ . get_the_date( _x( ‘Y’, ‘yearly archives date format’, ‘twentyeleven’ ) ) . ‘ ’ ); ?> <?php else : ?> <?php single_cat_title(); ?> <?php endif; ?>
<?php if($data[‘breadcrumb’]): ?> <?php if($data[‘page_title_bar_bs’] == ‘Breadcrumbs’): ?> <?php themefusion_breadcrumb(); ?> <?php else: ?> <?php get_search_form(); ?> <?php endif; ?> <?php endif; ?> <?php endif; ?> <?php endif; ?> <?php if(is_page_template(‘contact.php’) && $data[‘gmap_address’]): ?> <style type=”text/css”> #gmap{ width:<?php echo $data[‘gmap_width’]; ?>; margin:0 auto; <?php if($data[‘gmap_width’] != ‘100%’): ?> margin-top:55px; <?php endif; ?> THANKS” /> <?php if($data[‘gmap_height’]): ?> height:<?php echo $data[‘gmap_height’]; ?>; <?php else: ?> height:415px; <?php endif; ?> } </style> <script type=”text/javascript”> jQuery(document).ready(function($) { var geocoder = new google.maps.Geocoder(); var address = “new york”; geocoder.geocode({‘address’:’<?php echo $data[‘gmap_address’]; ?>’}, function(results, status) { if(status == google.maps.GeocoderStatus.OK) { var latitude = results0.geometry.location.lat(); var longitude = results0.geometry.location.lng(); $(’#gmap’).gmap().bind(‘init’, function(ev, map) { $(’#gmap’).gmap(‘addMarker’, {‘position’: latitude+’,’+longitude, ‘bounds’: true}).click(function() { $(’#gmap’).gmap(‘openInfoWindow’, {‘content’: ’<?php echo ucwords($data[‘gmap_address’]); ?>’}, this); }); $(’#gmap’).gmap(‘option’, ‘zoom’, <?php echo $data[‘map_zoom_level’]; ?>); }); } }); }); </script> <?php endif; ?> <?php if(is_page_template(‘contact-2.php’) && $data[‘gmap_address’]): ?> <style type=”text/css”> #gmap{ width:100%; margin:0 auto; } </style> <script type=”text/javascript”> jQuery(document).ready(function($) { var geocoder = new google.maps.Geocoder(); var address = “new york”; geocoder.geocode({‘address’:’<?php echo $data[‘gmap_address’]; ?>’}, function(results, status) { if(status == google.maps.GeocoderStatus.OK) { var latitude = results0.geometry.location.lat(); var longitude = results0.geometry.location.lng(); $(’#gmap’).gmap().bind(‘init’, function(ev, map) { $(’#gmap’).gmap(‘addMarker’, {‘position’: latitude+’,’+longitude, ‘bounds’: true}).click(function() { $(’#gmap’).gmap(‘openInfoWindow’, {‘content’: ’<?php echo ucwords($data[‘gmap_address’]); ?>’}, this); }); $(’#gmap’).gmap(‘option’, ‘zoom’, <?php echo $data[‘map_zoom_level’]; ?>); }); } }); }); </script> <?php endif; ?> <div class=”avada-rowHey 
Our support team can take a look at this on our support forum, please signup and post up a new topic there with this query.
Click Here To Create A Forum Account & Get Free Support
Thank you, we look forward to serving yo
Hello, i’ve got a question about color skin. In demo theme it’s the possibility to change the color skin only into light (white) or dark. Does it possible chosse another color? How it afecct to background color’s logo in header (it seems a few transparent) when you scroll down yor website.
Thanks
Hey,
There are color “skins” and color “schemes”. Skins are a full color setup, light or dark. Schemes are colors that go with the light and dark, so you can hav a light skin with green scheme, or dark skin with blue scheme, and so on.
For the header background, if you need to change that you can change it in theme options on the styling tab. Any element can be changed via options, you can build your own skin if necessary.
Thanks!
Hey, is it safe to upgrade to WP 3.8 ?
Thanks in advance
Yes we are using WP 3.8. the only thing we noticed are a few styling issues with theme options, which do not affect any feature or function, everything works as usual.
Thanks!
Really like this theme
Thanks 
Hi can you disable Avada from affecting the WordPress Admin Bar’s colors on the front page? On the back end, it doesn’t affect it but on the live site it does. Can you add this as a feature in the next release or show me how to disable it? THANKS
!
Hey,
Yes that is a styling issue with WP 3.8 and it will be resolved in our v3.2.2 update that is coming later this week. We’re in final, final stages of testing for it
Thanks!
I just purchased the Avada theme, and I have a question. I am not using the excerpts option for blog posts, as I do not want to use the “Read More” option. How do I remove the “Read More” text from the bottom of the posts?
Thanks so much!
lisa. URL using Avada: http://www.thecontemplativeimage.com
Hey, thanks for the purchase! Go to the blog tab in theme options and disable that meta option, http://d.pr/i/YRJJ
If using the blog shortcode, then you can disable it in the shortcode itself.
If you have further questions or need assistance with that, signup and post on our support forum and our support team will take good care of you. Create a free account there, then create a new topic with your questions and include your site URL and version of Avada and we will be with you promptly.
Click Here To Create A Forum Account & Get Free Support
Thank you, we look forward to serving yo
Thank you so very much! 
Welcome 
Hey guys, I’m getting an “ERROR” when I try and save any options in WP 3.8. Any clue what’s causing this?!
Hi guys, after enabling and disabling plugins, I realize that the Avada theme options won’t save whenever the plugin WP Achievements is enabled. Here is a link to the plugin http://bit.ly/JwCEyj Please help me figure out why Avada theme options refuse to save its settings just because this plugin is enabled. Thank you guys I truly appreciate your A+ service!
Hey,
Most likely that plugin is not WP 3.8 ready, if it worked in WP 3.7 and earlier and then stopped working in WP 3.8 then its pretty certain that the plugin needs updated by the developer. I would take a look at their plugin page and see if any others have reported it, or contact the plugin dev and let them know about it. Nothing in Avada changed, only WP changed so that definitely narrows it down to what the issue could be.
Hope this helps!
Thanks!
Thanks guys, I contacted the developer and he’s working on it right now. He is going to modify my Avada theme to get it to work. Maybe he should forward you guys the changes if it works so that your theme is fool proof with any other Envato plugins that might be using the same options panel. Here’s what he said:
“We have encountered a similar issue with another theme in the past, all that is happening is that the theme will be using the same type of options panel so the code is conflicting when both option panel scripts load together. This should be a simple fix.
We apologize for any inconvenience caused.”
Were you using that plugin without issue prior to WP 3.8?
Either way we are using a different options panel in the future 
I never used this plugin prior to 3.8, I only found out about it a couple days ago. Great, is this different options panel that you’re using come out with v3.2.2? Question, do you think that options panel in v3.2.2 will have any conflict with any other options panels in the future? Thanks once again! I’M EXCITED about v3.2.2 as I’m sure is everyone else
!
Ah ok that makes sense now, I thought you had it before WP 3.8. The new options panel will release with 4.0 and its very nice. But there is never a guarantee that a script will not conflict with another script, but its very few and far between whenever it does so its not a worry.
Thanks!
Awesome! Keep up the great work! Here’s to many more millions of dollars for your great team!
Good news, the developer just released an update that fixes the theme options conflict with Avada
! The changelog can be found here http://bit.ly/JwCEyj
Awesome thanks for the follow up! Checking it out
Hi
Would it be possible that customers who are interested about this theme could have access to READ the support forum and knowledgebase? That would probably take the pressure off from this comment thread since many answers can be found from there. My questions might be already answered in this thread, but going over 7000 comments would take way too much time.
My pre sales questions are: Am I able to socially share also portfolio items? Is there a feature where a page visitor can sort out blog posts by date/share count?
Hey,
Yes you can socially share portfolio items using out social share box shortcode. Its the same one you see on our blog posts, you can insert that per post if you wish for portfolio.
For the forum, we can check into allowing it to be read only for non verified buyers.
Thanks!
Hi, is this theme also compatible with WP 3.8x ? Kr Michael
Hey,
Yes it’s WP 3.8 ready 
Hello Everyone
All Support Is Handled On Our Forum, See Links Below.
Pre-Sales Questions Are Handled Here In The Comments
……………………………………………………………………………………………………………
Click Here To Create A Forum Account & Get Free Support
……………………………………………………………………………………………………………
Thank you, we look forward to serving you!
URGENT
Portfolio pages are not showing up in WordPress 3.8 They show 404 Errors when you view the actual Portfolio Page. This was not happening in the previous version of WP.
Hey,
Most likely it just needs a permalink reset. We’re using WP 3.8 and a good portion of users are too without issue.
Try this, go to “settings > permalinks” and click “save changes”
If that does not work, please post on our forum so we can take a deeper look at it.
If you use a custom permalink structure, make sure you have it setup right. See this, http://theme-fusion.com/knowledgebase/how-to-set-a-custom-permalink-link-for-portfolio-posts/
Also here is another one on our forum for 404 pages with more detailed info, http://theme-fusion.com/knowledgebase/custom-permalinks-return-404-errors/
Thanks!
THIS IS WHY I LOVE YOU GUYS! Thank you!
Fixed and working, I followed your easy directions! Phew, you guys are life savers!
Woo Hoo! Glad its all resolved 
does this theme “auto-upgrade”, or do upgrades have to be done manually? thanks!
Hey,
Not at this time, it can be done manually. But we are adding an auto-updater in our next big version, v4.0.
Thanks!
hello my friend i really like this theme , it’s so beautiful. but there is a problem , i want use theme in Right to left mode because my language is Persian “fa_IR”.
’ for example Sahifa theme : [link removed] have Right to left mode and so many user use in Iran , like this site : “http://blog.lexyco.net” use sahifa.’
So, can you make for your beautiful Theme ’ Right to left ’ mode and fix my problem ?
Hey!
The theme is fully RTL compatible already, no worries 
Hi .. when i buy avada .. Can i use it for 2 websites for me !
Hey!
Currently the license is only for a single site, so one $55 purchase is good for one site.
Thanks!
Hello,
I currently am using the imageframes with animations on my website. Is there a way to make the content within the image frame disappear/reappear each time that content is invisible/visible?
Hey!
Currently the animation and image will appear the first time it comes within the viewport, there is not an option to have that happen each time, it will only happen once per page load. However that would be pretty cool, so I’ll check into possibly adding this in the future 