Damaged - Embrace the Infinite

Step into the world of endless opportunities and unlock the gateway to virtual transactions.

  • Domain Update: Our Forum has moved! Please visit us at Damaged.gg for the latest updates.

Avada Wordpress theme cracked + tutorial

Marco

Member

0

0%

Status

Offline

Posts

21

Likes

0

Rep

0

Bits

0

3

Years of Service

It's a cool theme, here's a demohttps://themeforest.net/item/avada-respo...ew/2833226



[HIDE] 1. Install the themehttps://eleaks.net/#files/wordpress/Avada (credit: @air )
2. Upload the theme on Wordpress (google it if you don't know how)
3. After that, go to your File Manager (cPanel) and go to where you've installed Avada > includes > admin-screens
4. Edit the file "demos.php" into
PHP Code:[/HIDE]
Code:
[COLOR=#0000BB]<?php[/COLOR]
[COLOR=#FF8000]/**
*DemosAdminpage.
*
*@authorThemeFusion
*@copyright(c)CopyrightbyThemeFusion
*@linkhttp://theme-fusion.com
*@packageAvada
*@subpackageCore
*/

//Donotallowdirectlyaccessingthisfile.[/COLOR]
[COLOR=#007700]if(![/COLOR][COLOR=#0000BB]defined[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'ABSPATH'[/COLOR][COLOR=#007700])){
exit([/COLOR][COLOR=#DD0000]'Directscriptaccessdenied.'[/COLOR][COLOR=#007700]);
}[/COLOR]
[COLOR=#0000BB]?>[/COLOR]


<scripttype="text/javascript">
varDemoImportNonce='[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]esc_attr[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]wp_create_nonce[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'avada_demo_ajax'[/COLOR][COLOR=#007700]));[/COLOR][COLOR=#0000BB]?>[/COLOR]';
</script>
<divclass="avada-important-notice">
<pclass="about-description">[COLOR=#0000BB]<?phpprintf[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]esc_attr__[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'Importingademoprovidespages,posts,images,themeoptions,widgets,slidersandmore.IMPORTANT:Theincludedpluginsneedtobeinstalledandactivatedbeforeyouinstallademo.Pleasecheckthe"SystemStatus"tabtoensureyourservermeetsallrequirementsforasuccessfulimport.Settingsthatneedattentionwillbelistedinred.%s.'[/COLOR][COLOR=#007700],[/COLOR][COLOR=#DD0000]'Avada'[/COLOR][COLOR=#007700]),[/COLOR][COLOR=#DD0000]'<ahref="'[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]esc_url_raw[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]trailingslashit[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$this[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]theme_fusion_url[/COLOR][COLOR=#007700])).[/COLOR][COLOR=#DD0000]'avada-doc/demo-content-info/import-xml-file/"target="_blank">'[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]esc_attr__[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'Viewmoreinfohere'[/COLOR][COLOR=#007700],[/COLOR][COLOR=#DD0000]'Avada'[/COLOR][COLOR=#007700]).[/COLOR][COLOR=#DD0000]'</a>'[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#0000BB]?>[/COLOR]</p>
</div>
[COLOR=#0000BB]<?php
$demos[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#0000BB]Avada_Importer_Data[/COLOR][COLOR=#007700]::[/COLOR][COLOR=#0000BB]get_data[/COLOR][COLOR=#007700]();[/COLOR]
[COLOR=#0000BB]$all_tags[/COLOR][COLOR=#007700]=array([/COLOR]
[COLOR=#DD0000]'all'[/COLOR][COLOR=#007700]=>[/COLOR][COLOR=#0000BB]esc_attr__[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'AllDemos'[/COLOR][COLOR=#007700]),
);
foreach([/COLOR][COLOR=#0000BB]$demos[/COLOR][COLOR=#007700]as[/COLOR][COLOR=#0000BB]$demo[/COLOR][COLOR=#007700]=>[/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700]){
if(!isset([/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'tags'[/COLOR][COLOR=#007700]])){[/COLOR]
[COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'tags'[/COLOR][COLOR=#007700]]=array();
}[/COLOR]
[COLOR=#0000BB]$all_tags[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#0000BB]array_replace_recursive[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$all_tags[/COLOR][COLOR=#007700],[/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'tags'[/COLOR][COLOR=#007700]]);
}[/COLOR]
[COLOR=#0000BB]?>
<?php[/COLOR]
[COLOR=#FF8000]/**
*WIP:
*Thetag-selectorishiddenfornow,wecanenableitwhenneeded
*simplybyremovingthe"display:none"fromthewrapper.
*/[/COLOR]
[COLOR=#0000BB]?>[/COLOR]
<divclass="avada-importer-tags-selector"style="margin-bottom:1.5em;display:none;">
[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]foreach([/COLOR][COLOR=#0000BB]$all_tags[/COLOR][COLOR=#007700]as[/COLOR][COLOR=#0000BB]$key[/COLOR][COLOR=#007700]=>[/COLOR][COLOR=#0000BB]$label[/COLOR][COLOR=#007700]):[/COLOR][COLOR=#0000BB]?>
<?php[/COLOR][COLOR=#FF8000]//@codingStandardsIgnoreLine[/COLOR][COLOR=#0000BB]?>[/COLOR]
<buttonclass="buttonsmallbutton-smallbutton-[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo([/COLOR][COLOR=#DD0000]'all'[/COLOR][COLOR=#007700]===[/COLOR][COLOR=#0000BB]$key[/COLOR][COLOR=#007700])?[/COLOR][COLOR=#DD0000]'primary'[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#DD0000]'secondary'[/COLOR][COLOR=#007700];[/COLOR][COLOR=#0000BB]?>[/COLOR]"data-tag="[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]esc_attr[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$key[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#0000BB]?>[/COLOR]">[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]esc_attr[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$label[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#0000BB]?>[/COLOR]</button>
[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]endforeach;[/COLOR][COLOR=#0000BB]?>[/COLOR]
</div>
<scripttype="text/javascript">
varallTags=[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]wp_json_encode[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$all_tags[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#0000BB]?>[/COLOR];
</script>

<divclass="avada-demo-themes">
<divclass="feature-sectiontheme-browserrendered">
[COLOR=#0000BB]<?php[/COLOR]
[COLOR=#FF8000]//Makesurewedon'tshowdemosthatcan'tbeappliedtothisversion.[/COLOR]
[COLOR=#007700]foreach([/COLOR][COLOR=#0000BB]$demos[/COLOR][COLOR=#007700]as[/COLOR][COLOR=#0000BB]$key[/COLOR][COLOR=#007700]=>[/COLOR][COLOR=#0000BB]$val[/COLOR][COLOR=#007700]){
if(isset([/COLOR][COLOR=#0000BB]$val[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'minVersion'[/COLOR][COLOR=#007700]])){[/COLOR]
[COLOR=#0000BB]$theme_version[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#0000BB]Avada_Helper[/COLOR][COLOR=#007700]::[/COLOR][COLOR=#0000BB]normalize_version[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$this[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]theme_version[/COLOR][COLOR=#007700]);[/COLOR]
[COLOR=#0000BB]$min_version[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#0000BB]Avada_Helper[/COLOR][COLOR=#007700]::[/COLOR][COLOR=#0000BB]normalize_version[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$val[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'minVersion'[/COLOR][COLOR=#007700]]);
if([/COLOR][COLOR=#0000BB]version_compare[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$theme_version[/COLOR][COLOR=#007700],[/COLOR][COLOR=#0000BB]$min_version[/COLOR][COLOR=#007700])<[/COLOR][COLOR=#0000BB]0[/COLOR][COLOR=#007700]){
unset([/COLOR][COLOR=#0000BB]$demos[/COLOR][COLOR=#007700][[/COLOR][COLOR=#0000BB]$key[/COLOR][COLOR=#007700]]);
}
}
}[/COLOR]
[COLOR=#0000BB]?>
<?php[/COLOR][COLOR=#007700]foreach([/COLOR][COLOR=#0000BB]$demos[/COLOR][COLOR=#007700]as[/COLOR][COLOR=#0000BB]$demo[/COLOR][COLOR=#007700]=>[/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700]):[/COLOR][COLOR=#FF8000]//Loopthroughalldemos.[/COLOR][COLOR=#0000BB]?>
<?php[/COLOR][COLOR=#007700]if(!isset([/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'tags'[/COLOR][COLOR=#007700]])):[/COLOR][COLOR=#0000BB]?>
<?php$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'tags'[/COLOR][COLOR=#007700]]=array();[/COLOR][COLOR=#0000BB]?>
<?php[/COLOR][COLOR=#007700]endif;[/COLOR][COLOR=#0000BB]?>
<?php$tags[/COLOR][COLOR=#007700]=[/COLOR][COLOR=#0000BB]array_keys[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'tags'[/COLOR][COLOR=#007700]]);[/COLOR][COLOR=#0000BB]?>[/COLOR]
<divclass="theme"data-tags="[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]esc_attr[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]implode[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]','[/COLOR][COLOR=#007700],[/COLOR][COLOR=#0000BB]$tags[/COLOR][COLOR=#007700]));[/COLOR][COLOR=#0000BB]?>[/COLOR]">
<divclass="theme-wrapper">
<divclass="theme-screenshot">
<imgsrc=""[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo(!empty([/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'previewImage'[/COLOR][COLOR=#007700]]))?[/COLOR][COLOR=#DD0000]'data-src="'[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]esc_url_raw[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'previewImage'[/COLOR][COLOR=#007700]]).[/COLOR][COLOR=#DD0000]'"'[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#DD0000]''[/COLOR][COLOR=#007700];[/COLOR][COLOR=#0000BB]?><?php[/COLOR][COLOR=#007700]echo(!empty([/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'previewImageRetina'[/COLOR][COLOR=#007700]]))?[/COLOR][COLOR=#DD0000]'data-src-retina="'[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]esc_url_raw[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'previewImageRetina'[/COLOR][COLOR=#007700]]).[/COLOR][COLOR=#DD0000]'"'[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#DD0000]''[/COLOR][COLOR=#007700];[/COLOR][COLOR=#0000BB]?>[/COLOR]>
<noscript>
<imgsrc="[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]esc_url_raw[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'previewImage'[/COLOR][COLOR=#007700]]);[/COLOR][COLOR=#0000BB]?>[/COLOR]"width="325"height="244"/>
</noscript>
</div>
<h3class="theme-name"id="[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]esc_attr[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$demo[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#0000BB]?>[/COLOR]">[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]esc_attr[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]ucwords[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]str_replace[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'_'[/COLOR][COLOR=#007700],[/COLOR][COLOR=#DD0000]''[/COLOR][COLOR=#007700],[/COLOR][COLOR=#0000BB]$demo[/COLOR][COLOR=#007700])));[/COLOR][COLOR=#0000BB]?>[/COLOR]</h3>
<divclass="theme-actions">
<aclass="buttonbutton-primarybutton-install-demo"data-demo-id="[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]esc_attr[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]strtolower[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$demo[/COLOR][COLOR=#007700]));[/COLOR][COLOR=#0000BB]?>[/COLOR]"href="#">[COLOR=#0000BB]<?phpesc_attr_e[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'Import'[/COLOR][COLOR=#007700],[/COLOR][COLOR=#DD0000]'Avada'[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#0000BB]?>[/COLOR]</a>
[COLOR=#0000BB]<?php$preview_url[/COLOR][COLOR=#007700]=([/COLOR][COLOR=#DD0000]'classic'[/COLOR][COLOR=#007700]===[/COLOR][COLOR=#0000BB]$demo[/COLOR][COLOR=#007700])?[/COLOR][COLOR=#0000BB]$this[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]theme_url[/COLOR][COLOR=#007700]:[/COLOR][COLOR=#0000BB]$this[/COLOR][COLOR=#007700]->[/COLOR][COLOR=#0000BB]theme_url[/COLOR][COLOR=#007700].[/COLOR][COLOR=#0000BB]str_replace[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'_'[/COLOR][COLOR=#007700],[/COLOR][COLOR=#DD0000]'-'[/COLOR][COLOR=#007700],[/COLOR][COLOR=#0000BB]$demo[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#0000BB]?>[/COLOR]
<aclass="buttonbutton-primary"target="_blank"href="[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]esc_url_raw[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$preview_url[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#0000BB]?>[/COLOR]">[COLOR=#0000BB]<?phpesc_attr_e[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'Preview'[/COLOR][COLOR=#007700],[/COLOR][COLOR=#DD0000]'Avada'[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#0000BB]?>[/COLOR]</a>
</div>
<divclass="demo-import-loaderpreview-all"></div>
<divclass="demo-import-loaderpreview-[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]esc_attr[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]strtolower[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$demo[/COLOR][COLOR=#007700]));[/COLOR][COLOR=#0000BB]?>[/COLOR]"><iclass="dashiconsdashicons-admin-generic"></i></div>
<divclass="demo-import-loadersuccess-iconsuccess-[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]esc_attr[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]strtolower[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$demo[/COLOR][COLOR=#007700]));[/COLOR][COLOR=#0000BB]?>[/COLOR]"><iclass="dashiconsdashicons-yes"></i></div>
<divclass="demo-import-loaderwarning-iconwarning-[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]echo[/COLOR][COLOR=#0000BB]esc_attr[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]strtolower[/COLOR][COLOR=#007700]([/COLOR][COLOR=#0000BB]$demo[/COLOR][COLOR=#007700]));[/COLOR][COLOR=#0000BB]?>[/COLOR]"><iclass="dashiconsdashicons-warning"></i></div>

[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]if(isset([/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'new'[/COLOR][COLOR=#007700]])&&[/COLOR][COLOR=#0000BB]true[/COLOR][COLOR=#007700]===[/COLOR][COLOR=#0000BB]$demo_details[/COLOR][COLOR=#007700][[/COLOR][COLOR=#DD0000]'new'[/COLOR][COLOR=#007700]]):[/COLOR][COLOR=#0000BB]?>[/COLOR]
<divclass="plugin-required">[COLOR=#0000BB]<?phpesc_attr_e[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'New'[/COLOR][COLOR=#007700],[/COLOR][COLOR=#DD0000]'Avada'[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#0000BB]?>[/COLOR]</div>
[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]endif;[/COLOR][COLOR=#0000BB]?>[/COLOR]
</div>
</div>
[COLOR=#0000BB]<?php[/COLOR][COLOR=#007700]endforeach;[/COLOR][COLOR=#0000BB]?>[/COLOR]
</div>
</div>
<divclass="avada-thanks">
<pclass="description">[COLOR=#0000BB]<?phpesc_attr_e[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'ThankyouforchoosingAvada.Wearehonoredandarefullydedicatedtomakingyourexperienceperfect.'[/COLOR][COLOR=#007700],[/COLOR][COLOR=#DD0000]'Avada'[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#0000BB]?>[/COLOR]</p>
</div>
<script>
!function(t){t.fn.unveil=function(i,e){functionn(){vari=a.filter(function(){vari=t(this);if(!i.is(":hidden")){vare=o.scrollTop(),n=e+o.height(),r=i.offset().top,s=r+i.height();returns>=e-u&&n+u>=r}});r=i.trigger("unveil"),a=a.not(r)}varr,o=t(window),u=i||0,s=window.devicePixelRatio>1,l=s?"data-src-retina":"data-src",a=this;returnthis.one("unveil",function(){vart=this.getAttribute(l);t=t||this.getAttribute("data-src"),t&&(this.setAttribute("src",t),"function"==typeofe&&e.call(this))}),o.on("scroll.unveilresize.unveillookup.unveil",n),n(),this}}(window.jQuery||window.Zepto);
jQuery(document).ready(function(){jQuery('img').unveil(200);});
</script>

5. After that, edit the file "registration.php" into
PHP Code:
Code:
[COLOR=#0000BB]<?php[/COLOR]
[COLOR=#FF8000]/**
*RegistrationAdminpage.
*
*@authorThemeFusion
*@copyright(c)CopyrightbyThemeFusion
*@linkhttp://theme-fusion.com
*@packageAvada
*@subpackageCore
*/

//Donotallowdirectlyaccessingthisfile.[/COLOR]
[COLOR=#007700]if(![/COLOR][COLOR=#0000BB]defined[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'ABSPATH'[/COLOR][COLOR=#007700])){
exit([/COLOR][COLOR=#DD0000]'Directscriptaccessdenied.'[/COLOR][COLOR=#007700]);
}[/COLOR]
[COLOR=#0000BB]?>[/COLOR]
</div>
<divclass="avada-thanks">
<pclass="description">[COLOR=#0000BB]<?phpesc_attr_e[/COLOR][COLOR=#007700]([/COLOR][COLOR=#DD0000]'ThankyouforchoosingAvada.Wearehonoredandarefullydedicatedtomakingyourexperienceperfect.'[/COLOR][COLOR=#007700],[/COLOR][COLOR=#DD0000]'Avada'[/COLOR][COLOR=#007700]);[/COLOR][COLOR=#0000BB]?>[/COLOR]</p>
</div>
</div>
6. Save both then go to www.your_website.com/wp-admin/ (or whatever you set your Wordpress control panel thing to), go to Avada, install the required Fusion plugins then go to demos.
7. ???
8. Profit


Please leave a like, it took me ages to figure it out
 

Dokki

Member

0

0%

Status

Offline

Posts

26

Likes

0

Rep

0

Bits

0

2

Years of Service

Thanks man ......
 

Marco

Member

0

0%

Status

Offline

Posts

21

Likes

0

Rep

0

Bits

0

3

Years of Service

(05 July, 2018 - 05:14 PM)Dokki Wrote: Show More
Thanks man ......

No problem! Let me know if you have any further questions.
 

Godzilla

Premium member
Premium

0

0%

Status

Offline

Posts

26

Likes

0

Rep

0

Bits

0

2

Years of Service

Thanks forth theme
 

48,655

38,233

238,383

Top