Discussion on Avada | Website Builder For WordPress & eCommerce

Discussion on Avada | Website Builder For WordPress & eCommerce

Cart 1,062,587 sales
Recently Updated
Well Documented

ThemeFusion supports this item

Supported

39351 comments found.

I have purchased your theme. I know how to obtain a purchase code as I have purchased many Envato items in the past. I am attempting to sign up for your support forum. I keep getting “invalid purchase code” error when attempting to register.
avada

I am using the actual Item Purchase Code:
Item Purchase Code: XXXXXXXX-1111-XSXS-11ee-XZXZXZXZXZXZ

above purchase code is a fake code for obvious reasons

I am NOT using the Item ID #

No, I bought Avada a couple weeks ago but I just started working with it, but I’ll try a different browser first and then send an email if I need it.


Tried Chrome, Safari and ( gags ) IE

No love. Sending email:
Done : Email sent with Item Purchase Code

FINALLY ! SUCCESS!
After 5 browsers I was finally able to get the support registration to accept the purchase code.
I used my ipad to register with the Chrome browser.
I think I know what the problem might have been.
I had to actually type in the purchase code using the ipad.
I think actually typing it in as opposed to copy / pasting the purchase code was the key to success.

If anyone else is having woes with purchase code on support forum registration, try TYPING it in instead of copy / pasting it.

Woo Hoo! Thanks for the follow up and I’m very sorry you had issues with it. I’m glad you are all set now, see you on the forum!

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

View Our KnowledgeBase

View Our Online Documentation

View Our Training Videos

……………………………………………………………………………………………………………

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-row

Hey :)

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

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

View Our KnowledgeBase

View Our Online Documentation

View Our Training Videos

Thank you, we look forward to serving yo

Thank you so very much! :-)

Hey guys, I’m getting an “ERROR” when I try and save any options in WP 3.8. Any clue what’s causing this?!

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

View Our KnowledgeBase

View Our Online Documentation

View Our Training Videos

……………………………………………………………………………………………………………

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.

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!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey