To return to DynamikSkins.com CLICK HERE
The following are instructions on how to setup your site just like the Dynamik Real Estate Skin demo site. For the most part it’s a matter of activating the same Plugins and copy/pasting the Widget content to the appropriate places based on the code provided below.
WordPress Plugins Used:
Dynamik Custom Options Used:
(Download and unzip the file below and then use the included .dat file to Import the Demo Site Dynamik Custom Options through Dynamik Settings > Import/Export. For instructions on how to use this Dynamik feature CLICK HERE.)
- Dynamik-RealEstate-Custom.zip (This will import a custom archive-listing.php Template file)
Demo Widget Content (if image URLs are used, edit them to match your own site address):
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Below you will find all of the custom content used to | |
* create the demo site for the Dynamik RealEstate Skin. | |
*/ | |
?> | |
WordPress Menu Setup: Assign a menu to the "Primary Navigation Menu" as well as the Genesis "Header Right" Widget Area as stated below. | |
== BEGIN Widget Area Info == | |
Widget Area: Header Right | |
Widget Type: Navigation Menu | |
Setup: Select Menu | |
== END Widget Area Info == | |
== BEGIN Widget Area Info == | |
Widget Area: EZ Feature Top 1 | |
Widget Type: Custom HTML | |
Widget Title: Find The Perfect Home | |
Widget Content: | |
<p> | |
With over three decades of experience we always deliver. | |
</p> | |
Widget Area: EZ Feature Top 1 (Second Widget inside this Widget Area) | |
Widget Type: AgentPress - Listing Search | |
Widget Title: EMPTY | |
Setup: Select "Types", "Bedrooms", "Price" Taxonomies | |
Set Button Text to "Search" | |
== END Widget Area Info == | |
== BEGIN Widget Area Info == | |
Widget Area: EZ Home Top #1 | |
Widget Type: AgentPress - Featured Listings | |
Widget Title: Featured Properties | |
Setup: Set Returned Listings number to 6 | |
== END Widget Area Info == | |
== BEGIN Widget Area Info == | |
Widget Area: EZ Home Middle #1 | |
Widget Type: Custom HTML | |
Widget Title: EMPTY | |
Widget Content: | |
<img src="https://cobaltstaging.com/dynamik-realestate/wp-content/uploads/sites/27/dynamik-gen/theme/images/dynamik-realestate-hp-team.jpg" alt="Our Team"> | |
== END Widget Area Info == | |
== BEGIN Widget Area Info == | |
Widget Area: EZ Home Middle #2 | |
Widget Type: Custom HTML | |
Widget Title: Meet Our Team | |
Widget Content: | |
<p> | |
Our team is filled with some of the best and most experienced real estate agents and brokers around! With over three decades of combined experience in helping our customers buy and sell their homes you can enjoy the peace of mind in knowing you're in the right hands. | |
</p> | |
== END Widget Area Info == | |
== BEGIN Widget Area Info == | |
Widget Area: EZ Home Bottom #1 | |
Widget Type: Genesis Featured Page | |
Widget Title: Learn More About Us | |
Setup: Page = About Page | |
Select "Show Featured Image" | |
Image Size = medium (300x300) | |
Image Alignment = Left | |
Select "Show Page Content" | |
Content Character Limit = 380 | |
More Text = "Learn More" | |
== END Widget Area Info == | |
== BEGIN Widget Area Info == | |
Widget Area: EZ Fat Footer 1 | |
Widget Type: Custom HTML | |
Widget Title: Contact Us | |
Widget Content: | |
<div class="homepage-widget-address-container"> | |
<p> | |
4408 Sunny Day Drive | |
</p> | |
<p> | |
Anaheim, CA 92804 | |
</p> | |
<p style="font-weight:bold;"> | |
555-555-8634 | |
</p> | |
</div> | |
== END Widget Area Info == | |
== BEGIN Widget Area Info == | |
Widget Area: EZ Fat Footer 2 | |
Widget Type: Genesis eNews Extended | |
Widget Title: Sign Up To Our Newsletter | |
Setup: Add your own Form Action code, Button Text = Sign Up | |
== END Widget Area Info == | |
== BEGIN Widget Area Info == | |
Widget Area: EZ Fat Footer 3 | |
Widget Type: Recent Posts | |
Widget Title: Our Latest Articles | |
== END Widget Area Info == |