<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title></title>
	<atom:link href="http://www.zomex.com/lab/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zomex.com/lab</link>
	<description></description>
	<lastBuildDate>Fri, 19 Apr 2013 16:31:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Columns explained</title>
		<link>http://www.zomex.com/lab/tutorials/wordpress-themes/columns-explained.php</link>
		<comments>http://www.zomex.com/lab/tutorials/wordpress-themes/columns-explained.php#comments</comments>
		<pubDate>Wed, 10 Apr 2013 01:07:22 +0000</pubDate>
		<dc:creator>Jack Curtis</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.zomex.com/lab/?p=1532</guid>
		<description><![CDATA[Two Column Layouts Explained&#8230; Two Column layout in the picture below on the left is the default layout of the theme. The left area of the page is where the contents/articles are printed. The area on the right is for the rightside bar widgets.On the rightside of the picture is the One-Column Layout of the [...]]]></description>
				<content:encoded><![CDATA[<h2>Two Column Layouts Explained&#8230;</h2>
<p>Two Column layout in the picture below on the left is the default layout of the theme. <br/>The left area of the page is where the contents/articles are printed. The area on the right is for the rightside bar widgets.<br />On the rightside of the picture is the One-Column Layout of the theme. Where you can use to some shortcodes with One-column layout.</p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step-multicol.png" alt="step-multicol" width="689" height="362" class="alignnone size-full wp-image-1481" /><br /><span>Two Column layout (default) and One Column layout</span></div>
<p><strong>Setting up the page to one column layout</strong><br/>1) Add new page by click <strong>add new</strong> from the left options list of WordPress <br/></p>
<div class="featureimage">
<img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step-add-newpage.png" alt="step-add-pageAttrib" width="197" height="221" class="alignnone size-full wp-image-1488" /><br /><span></span></div>
<p>2) Select from template Options to One Column Layout.</p>
<div class="featureimage">
<img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step-add-pageAttrib.png" alt="step-add-pageAttrib" width="197" height="221" class="alignnone size-full wp-image-1488" /><br /><span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.zomex.com/lab/tutorials/wordpress-themes/columns-explained.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where to find the theme&#8217;s HTML/CSS/images</title>
		<link>http://www.zomex.com/lab/tutorials/wordpress-themes/where-to-find-the-html-css-images.php</link>
		<comments>http://www.zomex.com/lab/tutorials/wordpress-themes/where-to-find-the-html-css-images.php#comments</comments>
		<pubDate>Mon, 08 Apr 2013 21:26:56 +0000</pubDate>
		<dc:creator>Jack Curtis</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.zomex.com/lab/?p=1377</guid>
		<description><![CDATA[WordPress Template File Structure WordPress Template path: WordPress Template Path Getting familiar with the basic elements of the theme * CSS file &#8211; CSS(Cascading Stylesheet) file is use to make apply design to all HTML Tags. You can modify this file found under css folder called template.css * Common files hadling the layout: 1) page.php [...]]]></description>
				<content:encoded><![CDATA[<h2>WordPress Template File Structure</h2>
<p>WordPress Template path:</p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/templatepath11.png" alt="templatepath11" width="637" height="491" class="alignnone size-full wp-image-1567" /><br /><span>WordPress Template Path</span></div>
<p>Getting familiar with the basic elements of the theme</p>
<p>* CSS file &#8211; CSS(Cascading Stylesheet) file is use to make apply design to all HTML Tags. You can modify this file found under css folder called template.css<br />
* Common files hadling the layout:<br />
	1) page.php &#8211; A php file use as the static page which is capable of adjusting attributes such as page layouts (Default Template and One Column Layout).<br />
	2) one-column.php &#8211; A file use for the one column layout static page.<br />
	3) single.php &#8211; This page is commonly use for Blogs and capable of recognizing by category.<br />
	4) header.php &#8211; It is the file used at top of the theme, where we can find the code for Menus both Top Right Menu and Main Menu.<br />
	5) sidebar.php &#8211; This page is use to hold all the widget at the rightside of the theme. But this area is hidden if the page is set as one column layout.<br />
	6) footer.php &#8211; it is part of the theme where the four widget areas are located and the footer menu/links.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zomex.com/lab/tutorials/wordpress-themes/where-to-find-the-html-css-images.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to keep WordPress secure</title>
		<link>http://www.zomex.com/lab/tutorials/wordpress-tutorials/keep-wordpress-secure.php</link>
		<comments>http://www.zomex.com/lab/tutorials/wordpress-tutorials/keep-wordpress-secure.php#comments</comments>
		<pubDate>Mon, 08 Apr 2013 21:25:46 +0000</pubDate>
		<dc:creator>Jack Curtis</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.zomex.com/lab/?p=1382</guid>
		<description><![CDATA[Keeping your WordPress Secured Here are the tips to secure your WordPress Website1) keep WordPress up to date &#8211; At the top of your dashboard you will see a message that your wordpress update is available. This is for you to be aware that some useful new functionality and a security fixed has been released. [...]]]></description>
				<content:encoded><![CDATA[<h3>Keeping your WordPress Secured</h3>
<p>Here are the tips to secure your WordPress Website<br/><br/>1) <strong>keep WordPress up to date</strong> &#8211; At the top of your dashboard you will see a message<br />
that your wordpress update is available. This is for you to be<br />
aware that some useful new functionality and a security fixed has been released.</p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/wordpress-update.png" alt="wordpress-update" width="625" height="116" class="alignnone size-full wp-image-1501" /><br/><span></span></div>
<p>2) <strong>Keep Plugins/Themes up to date</strong> &#8211; Updating plugins and themes also required regular maintenance.<br />
This is to secure your blog or website from security vulnerabilities or performance issues.<br />
And install plugins/themes only from the trusted sources.<br />
You can proceed to check the plugins by opening Plugins > Installed Plugins > Update Available and checking through<br />
the list to find out more about the update.</p>
<p>3) <strong>Use Strong Passwords</strong> &#8211; The most common combination for passwords are like 123456 and abcdef is not a good idea.<br />
Make a combination with using numbers, letters or even symbols like #, @, !, %.</p>
<p>Here are best practices to consider when it comes to password combination.<br />
    * contain both letters and numbers, and special characters<br />
    * include one uppercase letter<br />
    * be at least 8 or more characters in length</p>
<p>4) <strong>System Backup</strong> WordPress strongly recommends that you backup your database from time to time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zomex.com/lab/tutorials/wordpress-tutorials/keep-wordpress-secure.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress theme changelog</title>
		<link>http://www.zomex.com/lab/tutorials/wordpress-themes/changelog.php</link>
		<comments>http://www.zomex.com/lab/tutorials/wordpress-themes/changelog.php#comments</comments>
		<pubDate>Mon, 08 Apr 2013 21:25:19 +0000</pubDate>
		<dc:creator>Jack Curtis</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[web hosting theme]]></category>
		<category><![CDATA[web hosting themes]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.zomex.com/lab/?p=1370</guid>
		<description><![CDATA[Eco Net v1.0 First release]]></description>
				<content:encoded><![CDATA[<h2>Eco Net</h2>
<p><strong style="text-decoration: underline; margin-bottom: 10px;">v1.0</strong></p>
<p>First release</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zomex.com/lab/tutorials/wordpress-themes/changelog.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Themes &#8211; Guides &amp; resources</title>
		<link>http://www.zomex.com/lab/tutorials/wordpress-themes/guides-resources.php</link>
		<comments>http://www.zomex.com/lab/tutorials/wordpress-themes/guides-resources.php#comments</comments>
		<pubDate>Mon, 08 Apr 2013 21:24:22 +0000</pubDate>
		<dc:creator>Jack Curtis</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[guides & tutorials]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.zomex.com/lab/?p=1351</guid>
		<description><![CDATA[This page lists all of our WordPress theme tutorials from installation to customization. Installation - How to install your WordPress theme - Changelog &#8211; a list of changes made to each version - Where to find the theme files, CSS, &#038; images Getting Started - Quick setup guide Theme Tutorials - Columns explained General WordPress [...]]]></description>
				<content:encoded><![CDATA[<p><img src="/libs/images/layout/premium-wordpress-themes1.png" class="imageright" /></p>
<p>This page lists all of our WordPress theme tutorials from installation to customization.</p>
<h2 class="margintop50">Installation</h2>
<p class="guides">- <a href="/lab/tutorials/wordpress-themes/installation-guide.php" target="_blank">How to install your WordPress theme</a></p>
<p class="guides">- <a href="/lab/tutorials/wordpress-themes/changelog.php" target="_blank">Changelog</a> &#8211; a list of changes made to each version</a></p>
<p class="guides">- <a href="/lab/tutorials/wordpress-themes/where-to-find-the-html-css-images.php" target="_blank">Where to find the theme files, CSS, &#038; images</a></p>
<h2 class="margintop50">Getting Started</h2>
<p class="guides">- <a href="/lab/tutorials/wordpress-themes/setup-guide.php" target="_blank">Quick setup guide</a></p>
<h2 class="margintop50">Theme Tutorials</h2>
<p class="guides">- <a href="http://www.zomex.com/lab/tutorials/wordpress-themes/columns-explained.php" target="_blank">Columns explained</a></p>
<h2 class="margintop50">General WordPress tutorials</h2>
<p class="guides">- <a href="/lab/tutorials/wordpress-tutorials/keep-wordpress-secure.php" target="_blank">How to keep WordPress secure</p>
<p class="aligncenter margintopbottom30"><a href="/services/whmcs.php"><img src="/libs/images/layout/whmcs-services.jpg" width="728" height="90" alt="whmcs services" /></a></p>
<hr />
<p>If you have any suggestions or guide requests please leave a comment below. Better yet, if you&#8217;d like to contribute to this page feel free to <a href="/clients/contact.php">contact us today</a>, we&#8217;ll credit your guide with a link to your website.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zomex.com/lab/tutorials/wordpress-themes/guides-resources.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Theme setup guide</title>
		<link>http://www.zomex.com/lab/tutorials/wordpress-themes/setup-guide.php</link>
		<comments>http://www.zomex.com/lab/tutorials/wordpress-themes/setup-guide.php#comments</comments>
		<pubDate>Mon, 08 Apr 2013 02:16:23 +0000</pubDate>
		<dc:creator>Jack Curtis</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[setup guide]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.zomex.com/lab/?p=1380</guid>
		<description><![CDATA[Setting Up Logo Your Site Title appeared as your default logo. There are two ways of setting up your own logo. 1) On the General tab of Wizard Panel , you may use the full URL of the image you want as your logo. Put the URL on the text and click Save Settings. 2) [...]]]></description>
				<content:encoded><![CDATA[<h3>Setting Up Logo</h3>
<p>Your <strong>Site Title</strong> appeared as your default logo.<br/> There are two ways of setting up your own logo.</p>
<p>1) On the <strong>General</strong> tab of Wizard Panel , you may use the full URL of the image you want as your logo. Put the URL on the text and click <strong>Save Settings.</strong></p>
<p>2) Click the <strong>UPLOAD</strong> button and select your logo from the Open File Dialog Box.<br /> The file you selected will be uploaded in your theme and you will see the full link in the text of the file you selected as logo. then press <strong>Save Settings.</strong></p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step14.png" alt="step14" width="740" height="434" class="alignnone size-full wp-image-1465" /><br /><span></span></div>
<h2>Logo Space/Margins</h2>
<p>Next to the Logo is the <strong>Logo Spacing.</strong><br /> The spacing of the logo is based on pixels. You will only need to put the pixel value to set the top, right, bottom and left spacing of the logo.</p>
<h3>Working with Shortcodes</h3>
<p>A shortcode is a customized code that you can use into a page/post that get replaced with different contents when displaying on the frontend. Theme has shortcode that would enable you to:<br />
<br >1) Create link buttons<br />2) Content Grid<br/>3) Featured Boxes<br/>4) Product tables</p>
<p>All shortcodes are located in the <strong>Shortcodes</strong> Tab You can select by clicking the whole code your selected shortcodes from textboxes. Then copy the shortcodes by right clicking the highlighted shortcodes and click copy(Windows) and paste it in your post/page editor.</p>
<h2>Buttons</h2>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step-shortcode-buttons.png" alt="step-shortcode-buttons" width="244" height="129" class="alignnone size-full wp-image-1503" /><br /><span>Shortcode generated buttons</span></div>
<h2>Multi-column content format</h2>
<p>Read the two column layout setup from this page. <a href="http://www.zomex.com/lab/tutorials/wordpress-themes/theme-tutorials.php">Here</a></p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step15.png" alt="step15" width="757" height="1087" class="alignnone size-full wp-image-1472" /><br /><span>Multi-Column Contents</span></div>
<h3>Featured Boxes</h3>
<p>The <strong><i>[learnmoreurl]Web-hosting.php[/learnmoreurl]</i></strong> is where to put the URL of the page containing the details of the featured product. And <br/> and the <strong><i>[orderurl]cart.php[/orderurl]</i></strong> is the URL of the featured product page where your client can purchase. The complete link can be found in your WHMCS Admin.<a href="#pl">See product links here</a>
<div  class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step12-1.png" alt="step12" width="630" height="276" class="alignnone size-full wp-image-1458" /><br/><span>Details for Products/Services</span></div>
<h2>Product Tables</h2>
<p>The <strong>[row_plan_button buylink="#"]Order[/row_plan_button]</strong> is used to link the client to the order page of the product in the column. The <strong>buylink=&#8221;Product URL&#8221;</strong> will handle the URL to the purchase page of the product. <a href="#pl">See product links here</a><br/><br/>This shortcode can also be applied in different page layouts. <a href="http://www.zomex.com/lab/tutorials/wordpress-themes/theme-tutorials.php">See two column page layout settings</a><br />if your page is set to one column layout. You will use the shortcode to [tbl_plan width="fullwidth"] where <i>width</i> as fullwidth added in <i>tbl_plan</i> will let the product table to display correct on one column layout.</p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step13-1.png" alt="step13" width="860" height="717" class="alignnone size-full wp-image-1460" /><br/><span></span></div>
<h2><a name="pl"></a>Searching for the product links</h2>
<p>Go to setup > Products/Services > Products/Services as shown below from your WHMCS Admin</p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/whmcs-products.png" alt="whmcs-products" width="506" height="335" class="alignnone size-full wp-image-1521" /><br/><span></span></div>
<p>You will see the  product detail page under <strong>links</strong> tab. <br />Use the Direct Shopping Cart Link as the URL for shortcodes or any form of links.</p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/link1.png" alt="link" width="863" height="279" class="alignnone size-full wp-image-1530" /><br /><span></span></div>
<h3>Working with Menus</h3>
<p>Below are the screenshots of available menus in the theme</p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/screenshotsmenu.png" alt="screenshotsmenu" width="748" height="568" class="alignnone size-full wp-image-1541" /><br/><span></span></div>
<p>You can set those menus from your wordpress admin shown below</p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/screenshotsmenu2.png" alt="screenshotsmenu" width="846" height="332" class="alignnone size-full wp-image-1545" /><br /><span></span></div>
<p>Under Appearance > Menus you will see the page for menu settings.<br />When creating menus you must name as the following</p>
<p>
* footersmalllinks &#8211; this menu appeared on the bottom of the theme. This menu must be selected from <strong>Footer Menu</strong>.<br />
* mainnavigator &#8211; this menu will appeare as the main navigator of the theme. And it must be the selected menu from  <strong>Main Navigation Menu</strong>.<br />
* top menu &#8211; this is the set of links found on the top right of the theme. This menu also be the selected menu from  <strong>Footer Menu</strong>.
</p>
<p>After creating the three major menus. You must set the <strong>Theme Locations</strong> with the exact names.</p>
<h2>Setting up Home Button and Order Now Button on the Main Menu of the theme.</h2>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/ordernowhome.png" alt="ordernowhome" width="762" height="164" class="alignnone size-full wp-image-1548" /><br /><span></span></div>
<p>Under Wizard Panel, on the menu tab you can set the two buttons display/hide by setting on/off from their corresponding dropdown.<br/>The <strong>Home icon</strong> &#8211; is for the Home button and <br />the <strong>Call to action button</strong> is for the order button.</p>
<p><strong>Call to action button</strong> &#8211; has two settings <br/>Text &#8211; is the text that would display on the theme&#8217;s menu.<br />URL &#8211; it is the URL for your page.</p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/ordernowhomewizard1.png" alt="ordernowhomewizard" width="799" height="370" class="alignnone size-full wp-image-1552" /><br /><span></span></div>
<h2>Adding Widgets</h2>
<p>The Theme has five widget sections. One in the right side of the theme and four on the bottom portion of the theme as shown below.</p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/widgetslayout.png" alt="widgetslayout" width="623" height="437" class="alignnone size-full wp-image-1557" /><br /><span></span></div>
<p>To let the widgets shown from the different widget location.<br/> Go to Appearance > Widgets. <br/>Drag the the selected widget from the available widgets to the widget containers on the right as shown below.</p>
<div class="featureimage"><img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/widgetslayoutadmin.png" alt="widgetslayoutadmin" width="825" height="352" class="alignnone size-full wp-image-1560" /><br /><span></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.zomex.com/lab/tutorials/wordpress-themes/setup-guide.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install your Zomex WordPress theme</title>
		<link>http://www.zomex.com/lab/tutorials/wordpress-themes/installation-guide.php</link>
		<comments>http://www.zomex.com/lab/tutorials/wordpress-themes/installation-guide.php#comments</comments>
		<pubDate>Thu, 04 Apr 2013 05:46:23 +0000</pubDate>
		<dc:creator>Jack Curtis</dc:creator>
				<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[installation guide]]></category>
		<category><![CDATA[wordpress install]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.zomex.com/lab/?p=1358</guid>
		<description><![CDATA[If you run into any problems at all please contact support and we will get back to you as soon as possible. What do I need to make use of this website? - A domain name (website address) e.g coolwebservices.com &#8211; A web hosting account &#8211; An Installation of WordPress on your domain (free)- A [...]]]></description>
				<content:encoded><![CDATA[<p>If you run into any problems at all please <a href="/support/">contact support</a> and we will get back to you as soon as possible.</p>
<h2>What do I need to make use of this website?</h2>
<p>- A <a href="/domains/">domain name</a> (website address) e.g coolwebservices.com<br /> &#8211; A <a href="/hosting/web-hosting.php">web hosting</a> account<br /> &#8211; An Installation of WordPress on your domain (free)<br />- A FTP program (this is used to transfer the template files from your computer to your web hosting account). We recommend <a href="http://www.zomex.com/clients/dl.php?type=d&amp;id=6">FileZilla</a> which is free.<br />- A active <a href="/link/whmcs.php" target="_blank">WHMCS license</a> (the WHMCS addon is optional &#8211; not required if for example you&#8217;re going to use this theme with PayPal buttons or won&#8217;t be selling a product/service)</p>
<h2>Installation Guide</h2>
<h3 class="underline">Contents</h3>
<p class="marginbottom50"><strong>1)</strong> Unzip the folder<br /><strong>2)</strong> Upload files<br /><strong>3)</strong> Activate the theme in WordPress<br /><strong>4)</strong> Visit &#038; activate Wizard Panel<br /><strong>5)</strong> WHMCS sync installation/setup (optional)</p>
<h3 class="margintop30">1) Unzip the folder</h3>
<div class="featureimage">
<img src="/libs/images/layout/wordpress-theme-download.png" alt="Wordpress theme package" /><br />
<span>A screenshot of the theme download contents once unzipped.</span>
</div>
<p>Unzip your template file (WordPress Theme &#8211; <i>template-name version-number</i>.zip) and move the folder named &#8220;WordPress Theme &#8211; <i>template-name version-number</i>&#8221; to your desktop.</p>
<h3 class="margintop30">2) Upload files</h3>
<div class="featureimage left">
<img src="/libs/images/layout/wordpress-themes-ftpl-s2.jpg" alt="FTP left" /><br />
<span>A screenshot of the left (local) side you should see (inside the upload folder).</span>
</div>
<div class="featureimage right">
<img src="/libs/images/layout/wordpress-themes-ftpr-s.jpg" alt="FTP right" /><br />
<span>A screenshot of the right (remote) side you should see (WordPress directory).</span>
</div>
<div class="clear">&nbsp;</div>
<p>Open up FileZilla and login to your web hosting account as normal. On the left side (your local computer&#8217;s files) navigate to the upload folder as seen above. On the right side (your web hosting account) navigate to inside the WordPress folder as seen above. Select the wp-content folder on the left and upload directly to WordPress root</p>
<h3 class="margintop30">3) Activate the theme in WordPress</h3>
<p>Login to WordPress and go to Appearance > themes. Find the preview image of the theme and click on activate as seen below:</p>
<div class="featureimage">
<img src="/libs/images/layout/wordpress-theme-activate.jpg" alt="wordpress theme activate" /><br />
<span>A screenshot of the WordPress theme activate link.</span>
</div>
<h3 class="margintop30">4) Visit &#038; activate Wizard Panel</h3>
<p>Once you&#8217;ve activated the theme you should see a Wizard Panel link appear in the left menu (see below):</p>
<div class="featureimage">
<img src="/libs/images/layout/wordpress-theme-wizard-panel.jpg" alt="wizard panel link" /><br />
<span>Wizard Panel link.</span>
</div>
<p>Next you need to add your license key as so:</p>
<div class="featureimage">
<img src="/libs/images/layout/add-license.jpg" alt="add license key" /><br />
<span>Adding license key.</span>
</div>
<p>Once added you should see a activate license status. This confirms that your WordPress theme has now been successfully installed. If you also selected the WHMCS sync template see the below guide, if not you&#8217;ve finished this guide and can now move onto setting up your theme menus, widgets etc</p>
<h3 class="margintop30">5) WHMCS sync installation/setup (optional)</h3>
<p>1. Extract the WordPress &#8211; WHMCS &#8211; Sync &#8211; theme_name.zip file and move the WordPress &#8211; WHMCS &#8211; Sync &#8211; theme_name folder to your desktop<br />
2. Open the WordPress &#8211; WHMCS &#8211; Sync &#8211; theme_name folder and upload the contents of the upload folder to your WHMCS root</p>
<div class="featureimage">
<img src="http://www.zomex.com/lab/wp-content/uploads/2013/03/step2.png" alt="step2" /><br />
<span>Uploading the theme to templates folder.</span>
</div>
<p>3. Next login to WHMCS and go to setup > addon modules. Activate WordPress Wizard Panel and set the user permissions to full administrator</p>
<div class="featureimage">
<img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step5.png" alt="step5" width="528" height="337" class="alignnone size-full wp-image-1433" /><br />
<span>setup > addon modules</span>
</div>
<div class="featureimage">
<img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step4.png" alt="step4" width="730" height="95" class="alignnone size-full wp-image-1431" /><br />
<span>Activate WordPress Wizard Panel</span>
</div>
<div class="featureimage">
<img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step6.png" alt="step6" width="764" height="210" class="alignnone size-full wp-image-1436" /><br />
<span>set the user permissions to full administrator</span>
</div>
<p>4. Go to addons > WordPress Wizard Panel. On this page you need to set the paths to your WordPress install. This will vary from server to server, if you need any assistance with this please open a support ticket and we&#8217;ll be happy to help.</p>
<div class="featureimage">
<img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step7.png" alt="step7" width="309" height="136" class="alignnone size-full wp-image-1438" /><br />
<span>addons > WordPress Wizard Panel.</span>
</div>
<div class="featureimage">
<img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step8.png" alt="step8" width="865" height="432" class="alignnone size-full wp-image-1440" /><br />
<span>input valid paths</span>
</div>
<p>5. Go to setup > general settings > activate the WHMCS template</p>
<div class="featureimage">
<img src="http://www.zomex.com/lab/wp-content/uploads/2013/04/step10.png" alt="step10" width="629" height="283" class="alignnone size-full wp-image-1443" /><br />
<span>Select the Theme name and click save changes</span>
</div>
<p>If the paths are correct you&#8217;ll see the theme matching WordPress. If they aren&#8217;t you&#8217;ll see a include PHP error, this means the path is wrong and will need to be corrected.</p>
<hr />
<p class="aligncenter margintopbottom30"><a href="/services/whmcs.php"><img src="/libs/images/layout/whmcs-services.jpg" width="728" height="90" alt="professional whmcs services" /></a></p>
<p class="margintop50">If you have any problems at all please <a href="/clients/submitticket.php">contact us</a> and we will be happy to assist you. <strong>We can install your template for free</strong>, to request installation please submit a support ticket containing all relevant login details.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zomex.com/lab/tutorials/wordpress-themes/installation-guide.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to update your WHMCS template for WHMCS V5.2.3</title>
		<link>http://www.zomex.com/lab/tutorials/whmcs1/update-whmcs-template-for-whmcs-v5-2-1.php</link>
		<comments>http://www.zomex.com/lab/tutorials/whmcs1/update-whmcs-template-for-whmcs-v5-2-1.php#comments</comments>
		<pubDate>Wed, 13 Mar 2013 23:35:18 +0000</pubDate>
		<dc:creator>Jack Curtis</dc:creator>
				<category><![CDATA[WHMCS]]></category>
		<category><![CDATA[update template]]></category>
		<category><![CDATA[whmcs 5.2.1]]></category>
		<category><![CDATA[whmcs upgrade]]></category>

		<guid isPermaLink="false">http://www.zomex.com/lab/?p=1305</guid>
		<description><![CDATA[Upgrade your template to support WHMCS V5.2.3 features Note: You only need to follow this guide if you&#8217;re running WHMCS V5.2.3 and downloaded your template before 02/04/2013 &#8211; since then all files have been updated 1) Login to zomex.com/clients/clientarea.php 2) Go to My Account (top right) > my products > view details > downloads 3) [...]]]></description>
				<content:encoded><![CDATA[<h2>Upgrade your template to support WHMCS V5.2.3 features</h2>
<p><strong>Note: You only need to follow this guide if you&#8217;re running WHMCS V5.2.3 and downloaded your template before 02/04/2013 &#8211; since then all files have been updated</strong></p>
<p>1) Login to zomex.com/clients/clientarea.php<br />
2) Go to My Account (top right) > my products > view details > downloads<br />
3) Download &#8220;Template update &#8211; WHMCS V5.2.3 (only required for orders before 02/04/2013)&#8221;<br />
4) Extract the ZIP and move the folder to your desktop<br />
5) Open update template to V5.2.3 > CSS<br />
6) Open the .txt file for the template you&#8217;re using, copy the contents and paste it at the bottom of:</p>
<p>/templates/your_template/css/template.css</p>
<p>7) If you&#8217;ve made any changes to the page-names re-name the .php files in update template to V5.2.3 to match (e.g if you re-named reseller-hosting.php to windows-hosting.php)</p>
<p>8) Open update template to V5.2.3 > upload > templates &#8211; delete any folders for the templates you&#8217;re not using. e.g if you&#8217;re using Eco Net delete all folders other than eco-net-v-3-4 &#8211; re-name the template folder if you re-named it from default on your live site</p>
<p>9) <strong>Make a backup of all of your WHMCS files</strong> &#8211; Then upload the contents of upload to your WHMCS root.</p>
<hr />
<h1>Stop here if you&#8217;re running WHMCS V5.2.3</h1>
<hr />
<h2>Old guide</h2>
<div style="background: yellow; border: red 1px dashed; padding: 10px; margin-bottom: 20px;">
<strong>The below guide is only required for WHMCS 5.2.1 which caused a lot of problems with custom modules. We recommend upgrading to WHMCS V5.2.3+ which fixed these bugs. In this case you need to follow the above guide to upgrade your WHMCS template to support all WHMCS V5.2.3 functionality and can ignore everything below.</strong>
</div>
<p>Before you follow this tutorial make sure you make a full backup of your WHMCS files and database. You&#8217;re website also must be running WHMCS v5.2.1!</p>
<p class="aligncenter"><a href="/clients/cart.php?a=add&amp;pid=168" class="button1 wide orange2">Hire us to complete this upgrade for just $14.99 one time! (v3.2 &#8211; v3.4)</a></p>
<h3 id="v3-4">V3.4 complete template (comes with Wizard Panel or Zomex Template Manager)</h3>
<p>Download the correct files for your template:</p>
<p><a href="http://www.zomex.co/patches/whmcs-templates/v3-4/eco-net-v3-4.zip" target="_blank"><strong>Eco Net upgrade files</strong></a><br />
<a href="http://www.zomex.co/patches/whmcs-templates/v3-4/slick-host-v3-4.zip" target="_blank"><strong>Slick Host upgrade files</strong></a><br />
<a href="http://www.zomex.co/patches/whmcs-templates/v3-4/supreme-host-v3-4.zip" target="_blank"><strong>Supreme Host upgrade files</strong></a><br />
<a href="http://www.zomex.co/patches/whmcs-templates/v3-4/organic-host-v3-4.zip" target="_blank"><strong>Organic Host upgrade files</strong></a><br />
<a href="http://www.zomex.co/patches/whmcs-templates/v3-4/light-glaze-v3-4.zip" target="_blank"><strong>Light Glaze upgrade files</strong></a><br />
<a href="http://www.zomex.co/patches/whmcs-templates/v3-4/blue-blaze-v3-4.zip" target="_blank"><strong>Blue Blaze upgrade files</strong></a><br />
<a href="http://www.zomex.co/patches/whmcs-templates/v3-4/orange-fusion-v3-4.zip" target="_blank"><strong>Orange Fusion upgrade files</strong></a><br />
<a href="http://www.zomex.co/patches/whmcs-templates/v3-4/bright-fury-v3-4.zip" target="_blank"><strong>Bright Fury upgrade files</strong></a><br />
<a href="http://www.zomex.co/patches/whmcs-templates/v3-4/ice-host-v3-4.zip" target="_blank"><strong>Ice Host upgrade files</strong></a><br />
<a href="http://www.zomex.co/patches/whmcs-templates/v3-4/sequence-host-v3-4.zip" target="_blank"><strong>Sequence Host upgrade files</strong></a><br />
<a href="http://www.zomex.co/patches/whmcs-templates/v3-4/ruby-host-v3-4.zip" target="_blank"><strong>Ruby Host upgrade files</strong></a><br />
<a href="http://www.zomex.co/patches/whmcs-templates/v3-4/heat-wave-v3-4.zip" target="_blank"><strong>Heat Wave upgrade files</strong></a></p>
<p>Extract the folder, you should see a upload folder, language.txt file &#038; README.txt file.</p>
<p><strong style="text-decoration: underline;">Step 1</strong></p>
<p>If you&#8217;ve renamed any of the default hosting pages, e.g vps-hosting.php to windows-hosting.php (as a example) Open upgrade download > upload and re-name the web hosting .php files to match any changes you made previously</p>
<p><strong style="text-decoration: underline;">Step 2</strong></p>
<p>Upload the contents of upload to your WHMCS root directory so they override the existing files</p>
<p><strong style="text-decoration: underline;">Step 3</strong></p>
<p>Follow the section in bold that applies to you.</p>
<p><strong>I&#8217;ve made lots of changes to the template language text or I&#8217;m using a non-English language</strong></p>
<p>Copy the contents from WHMCS-root/modules/addons/zomex_template_manager/lang/ (below the &lt;?php &#8211; don&#8217;t copy this tag or it&#8217;ll cause a error) and paste in the matching language file in:</p>
<p>WHMCS-root/lang/</p>
<p>For example if you&#8217;re using english.php, copy the contents below &lt;?php from WHMCS-root/modules/addons/zomex_template_manager/lang/english.php and paste to the bottom of WHMCS-root/lang/english.php</p>
<p><strong>I&#8217;ve haven&#8217;t made any changes to the template language text</strong></p>
<p>Copy all the text in the language.txt file (in the upgrade folder) and paste in:</p>
<p>WHMCS-root/lang/english.php</p>
<hr />
<h3 id="standard">Standard templates</h3>
<p>Download the following files:</p>
<p><a href="http://www.zomex.co/patches/whmcs-templates/standard.zip" target="_blank"><strong>Standard upgrade files</strong></a></p>
<p>Extract the folder, you should see a upload folder &#038; README.txt file.</p>
<p><strong style="text-decoration: underline;">Step 1</strong></p>
<p>If you&#8217;ve renamed any of the default hosting pages, e.g vps-hosting.php to windows-hosting.php (as a example) Open upgrade download > upload and re-name the web hosting .php files to match any changes you made previously</p>
<p><strong style="text-decoration: underline;">Step 2</strong></p>
<p>Upload the contents of upload to your WHMCS root directory so they override the existing files</p>
<hr />
<h3 id="v3-3">V3.3 &#8211; complete templates</h3>
<p>Download the following files:</p>
<p><a href="http://www.zomex.co/patches/whmcs-templates/complete-v3-3.zip" target="_blank"><strong>V3.3 upgrade files</strong></a></p>
<p>Extract the folder, you should see a upload folder &#038; README.txt file.</p>
<p><strong style="text-decoration: underline;">Step 1</strong></p>
<p>If you&#8217;ve renamed any of the default hosting pages, e.g vps-hosting.php to windows-hosting.php (as a example) Open upgrade download > upload and re-name the web hosting .php files to match any changes you made previously</p>
<p><strong style="text-decoration: underline;">Step 2</strong></p>
<p>Upload the contents of upload to your WHMCS root directory so they override the existing files</p>
<hr />
<h3 id="v3-2">V3.2 &#8211; complete templates</h3>
<p>Download the following files:</p>
<p><a href="http://www.zomex.co/patches/whmcs-templates/complete-v3-2.zip" target="_blank"><strong>V3.2 upgrade files</strong></a></p>
<p>Extract the folder, you should see a upload folder &#038; README.txt file.</p>
<p><strong style="text-decoration: underline;">Step 1</strong></p>
<p>If you&#8217;ve renamed any of the default hosting pages, e.g vps-hosting.php to windows-hosting.php (as a example) Open upgrade download > upload and re-name the web hosting .php files to match any changes you made previously</p>
<p><strong style="text-decoration: underline;">Step 2</strong></p>
<p>Upload the contents of upload to your WHMCS root directory so they override the existing files</p>
<p class="aligncenter"><a href="/clients/cart.php?a=add&amp;pid=168" class="button1 wide orange2">Hire us to complete this upgrade for just $14.99 one time! (v3.2 &#8211; v3.4)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zomex.com/lab/tutorials/whmcs1/update-whmcs-template-for-whmcs-v5-2-1.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to re-set your web hosting account password</title>
		<link>http://www.zomex.com/lab/tutorials/web-hosting1/how-to-re-set-your-account-password.php</link>
		<comments>http://www.zomex.com/lab/tutorials/web-hosting1/how-to-re-set-your-account-password.php#comments</comments>
		<pubDate>Wed, 13 Feb 2013 20:59:47 +0000</pubDate>
		<dc:creator>Jack Curtis</dc:creator>
				<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[password reset]]></category>
		<category><![CDATA[reset password]]></category>

		<guid isPermaLink="false">http://www.zomex.com/lab/?p=1301</guid>
		<description><![CDATA[Resetting your cPanel password is easy and can be handled by you directly from inside your Zomex client account. 1) Log into your Zomex account at https://www.zomex.com/clients/clientarea.php. 2) At the top of your screen hover over the &#8220;My Account&#8221; link and click on &#8220;My Services&#8221; from the drop-down menu that appears. 3) Click on the [...]]]></description>
				<content:encoded><![CDATA[<p>Resetting your cPanel password is easy and can be handled by you directly from inside your Zomex client account.</p>
<p>1) Log into your Zomex account at <a href="https://www.zomex.com/clients/clientarea.php" target="_blank">https://www.zomex.com/clients/clientarea.php</a>.</p>
<p>2) At the top of your screen hover over the &#8220;My Account&#8221; link and click on &#8220;My Services&#8221; from the drop-down menu that appears.</p>
<p>3) Click on the blue &#8220;View Details&#8221; button next to the web hosting plan for which you need to reset the password.</p>
<p>4) Click the &#8220;Change Password&#8221; tab across the top just below the plan name.</p>
<p>5) On this screen you can create a new password, we highly recommend using a strong password including both uppercase/lowercase letters and special characters such including but not limited to !@£$%^&#038;*()</p>
<p>We recommend making note of your password for example writing it on a piece of paper and keeping it in a safe place at home.</p>
<p>If you have any problems please <a href="https://www.zomex.com/clients/supporttickets.php" target="_blank">create a support ticket</a> and we&#8217;ll be happy to assist you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.zomex.com/lab/tutorials/web-hosting1/how-to-re-set-your-account-password.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to upgrade from Zomex Template Manager to Wizard Panel (WHMCS templates)</title>
		<link>http://www.zomex.com/lab/tutorials/whmcs1/how-to-upgrade-to-wizard-panel.php</link>
		<comments>http://www.zomex.com/lab/tutorials/whmcs1/how-to-upgrade-to-wizard-panel.php#comments</comments>
		<pubDate>Thu, 03 Jan 2013 23:42:12 +0000</pubDate>
		<dc:creator>Jack Curtis</dc:creator>
				<category><![CDATA[WHMCS]]></category>
		<category><![CDATA[whmcs templates]]></category>
		<category><![CDATA[wizard panel upgrade]]></category>
		<category><![CDATA[zomex template manager]]></category>

		<guid isPermaLink="false">http://www.zomex.com/lab/?p=1223</guid>
		<description><![CDATA[This guide will show you how to upgrade from the old Zomex Template Manager to the new Wizard Panel settings area for our WHMCS themes. This guide only applies to v3.4 complete templates purchased before 3rd January 2012 (downloads were updated on this day). This update is very easy to do and all of your [...]]]></description>
				<content:encoded><![CDATA[<p>This guide will show you how to upgrade from the old Zomex Template Manager to the new <a href="/wizard-panel/">Wizard Panel</a> settings area for our <a href="/templates/whmcs/">WHMCS themes</a>. This guide only applies to v3.4 complete templates purchased before 3rd January 2012 (downloads were updated on this day). This update is very easy to do and all of your settings/template/language changes will be safe as long as you follow each step below.</p>
<p class="aligncenter"><a href="/clients/cart.php?a=add&#038;pid=164" class="button1 wide orange2">Hire us to complete this upgrade for just $9.99 one time!</a></p>
<h2 style="margin-top:30px;">Upgrade Guide</h2>
<h3 class="underline">Contents</h3>
<p class="marginbottom50"><strong>1)</strong> Backup your WHMCS files &#038; database<br /><strong>2)</strong> Download &#038; prepare the upgrade files<br />
<strong>3)</strong> Upload files</p>
<h3 class="margintop30">1) Backup your WHMCS files &#038; database</h3>
<p>We&#8217;ve spent many hours testing each template prior to the release of this new update but for safety we recommend making a full backup of your WHMCS files and WHMCS database (or a full cPanel backup if using cPanel which will backup both the files and database).</p>
<h3 class="margintop30">2) Download &#038; prepare the upgrade files</h3>
<p>To download the update files login to the Zomex client area, scroll over the My Account link in the top right and click My Products. Click on the View Details button to the right of your WHMCS template V3.4 order. Click on the download link next to your V3.4 template (these files have been updated).</p>
<p><strong style="text-decoration:underline;">Vital step</strong></p>
<p>Once you&#8217;ve downloaded and extract the files move the zomex_template_manager folder under /modules/addons/ to your Desktop and <strong style="text-decoration:underline;">delete the lang folder that&#8217;s inside this folder</strong> (there has been no changes to the language files so by deleting it you won&#8217;t loose any changes you&#8217;ve made to the language files such as english.php).</p>
<p><strong>You only need</strong> the zomex_template_manager folder (don&#8217;t forget to delete the lang folder) for the next step so you can delete the other files/folders that were extracted.</p>
<h3>Screenshot of ready upgrade files</h3>
<div class="featureimage">
<img src="/libs/images/layout/wizard-panel-files.jpg" alt="Wizard Panel files" /><br />
<span>The Zomex Template Manager contents ready for step 3</span>
</div>
<p><strong>Note:</strong> The order of the files will vary depending on the template but that&#8217;s normal, just make sure the above files and folders are in the zomex_template_manager folder before moving to step 3.</p>
<h3 class="margintop30">3) Upload files</h3>
<p>All you need to do now is upload the contents of the zomex_template_manager folder as seen above to the live location on your website which will be:</p>
<p>WHMCS directory/modules/addons/zomex_template_manager/</p>
<p>Make sure you click the override button if prompted.</p>
<p>See below for a screenshot of what you should see on your FTP program before uploading:</p>
<div class="featureimage">
<img src="/libs/images/layout/wizard-panel-ftp.jpg" alt="Wizard Panel FTP" /><br />
<span>A screenshot of what you should see with your FTP program before uploading</span>
</div>
<p>Once the files have uploaded go to WHMCS admin > addons > Wizard Panel (renamed from Zomex Template Manager) and you will see the new admin panel with all of your settings still there.</p>
<p><strong>Enjoy!</strong></p>
<p class="aligncenter margintopbottom30"><a href="/services/whmcs.php"><img src="/libs/images/layout/whmcs-services.jpg" width="728" height="90" alt="professional whmcs services" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.zomex.com/lab/tutorials/whmcs1/how-to-upgrade-to-wizard-panel.php/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
