Wednesday 16 May 2012

How to Delete a Facebook Page?

How to Delete a Facebook Page Created by You


Want to delete a page you created on Facebook? This guide will show you how to do it.

Once you have logged in to Facebook, go to the Page you want to delete. You can do this by looking for it using the search box at the top of your page.

Once you are there, click on the “Manage” button at the top right hand corner of the Page and then select the option “Edit Page” in the appearing menu:


http://3.bp.blogspot.com/-xKl_R3X_Qlk/T52eMaISp_I/AAAAAAAABo0/lN0tuRCC8rk/s400/edit_page.png


Once you have done that, on the left sidebar, click “Manage Permissions,” where shown in the next image:

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgrpZOyRBEedz-GWj9qBSGMIFQkW14DRT2vrCNN4dzQNIgahwacuWqY0VBaATRBzTsyLJ61seJIY3_bhX0-nN-aRGQDGMJ2Dw9q37tyOFE-3pOBVTmhfEHjFv6vnYYoSFqE84qCg4F54mc/s400/managePermissions.PNG


Now, near the “Delete Page” label, click on the link that says “Delete [Name of the Page],” which is the one shown in the next image:

This will open a window in which you will have to click on “Delete Page” to confirm the action.

Once you have done this, the page will be deleted..............!

Tuesday 15 May 2012

HOW TO INSTALL WORDPRESS THEME ?

What is a Theme?


Fundamentally, the WordPress Theme system is a way to "skin" your weblog. Yet, it is more than just a "skin." Skinning your site implies that only the design is changed. WordPress Themes can provide much more control over the look and presentation of the material on your website.

A WordPress Theme is a collection of files that work together to produce a graphical interface with an underlying unifying design for a weblog. These files are called template files. A Theme modifies the way the site is displayed, without modifying the underlying software. Themes may include customized template files, image files (*.jpg, *.gif), style sheets (*.css), custom Pages, as well as any necessary code files (*.php). For an introduction to template files, see Stepping Into Templates.

Let's say you write a lot about cheese and gadgets. Through the use of the WordPress Loop and template files, you can customize your Cheese category posts to look different from your Gadgets category posts. With this powerful control over what different pages and categories look like on your site, you are limited only by your imagination. For information on how to use different Themes for different categories or posts, see The Loop in Action and Category Templates.

How to install a WordPress theme?

Okay, you already know how to install the latest version of WordPress and want to switch away from the default WordPress theme look, but have no idea how to do it? Here’s the tutorial for you, complete with screenshots so even a beginner can easily follow along. With this three-step tutorial you’ll have a new blog theme ready in no time.

There are a few automated ways to do this, but like our previous tutorial, we will be focusing on manual WordPress theme installation only. This tutorial assumes you already have WordPress installed on your host. It also assumes you are installing a “normal” theme, i.e. no advanced functionality that would require additional plugins or configuration.

Step 1: Download your theme of choice
Unfortunately WordPress can’t read minds, so you’ll have to pick out the theme you want to use. Call me biased, but some of the templates on our free WordPress themes page are quite nice. For this tutorial we’ll choose the Blue Green theme. Click the download link, and save the .zip file to your hard drive.
http://www.themelab.com/wp-content/uploads/wordpress-theme-zip-screenshot.thumbnail.png

Extract the /blue-green/ folder only. All you have to do with Readme.txt is read it (which is why it’s called a readme file) and isn’t needed for the next step – uploading the theme to WordPress.

Step 2: Upload the theme directory to WordPress
Seems simple enough, right? It really is, if you know where to upload it. Use an FTP client such as FileZilla to connect to your hosting account. Navigate to where WordPress is installed and locate the /wp-content/themes/ directory. Upload the /blue-green/ directory it. After you’re done, it should look something like this.
http://www.themelab.com/wp-content/uploads/uploaded-theme-screenshot.png

 The hard part is now out of the way. The next and final step is to activate the theme within your WordPress admin panel.

Step 3: Activate the theme within your WordPress admin panel
Login to your WordPress admin panel, and navigate to the Presentation tab. You should now be at a screen that looks like this.
http://www.themelab.com/wp-content/uploads/wordpress-theme-menu-screenshot.thumbnail.png 
Wow, look, you can already see the Blue Green screenshot below! WordPress reads the directory and searches for the screenshot image and stylesheet within it. Simply click on it, and your theme is activated.
http://www.themelab.com/wp-content/uploads/congratulations-theme-installed.thumbnail.png 
 That wasn’t so bad was it? WordPress makes it simple like that. If you still need help, feel free to ask in our general support forum for assistance. Feel free to leave a comment or subscribe to our feed if you liked this tutorial....

Adding New Themes:-

There are many Themes available for download that will work with your WordPress installation.

If the Theme that you are installing provides instructions, be sure to read through and follow those instructions for the successful installation of the Theme. It is recommended that Theme developers provide installation instructions for their own Themes, because Themes can provide special optional functionality that may require more steps than the basic installation steps covered here. If your Theme does not work after following any provided instructions, please contact the Theme author for help.


http://codex.wordpress.org/images/thumb/9/9a/themes.png/800px-themes.png


Adding New Themes using the Administration Panel:-


You can download Themes directly to your blog by using the Add New Themes option in the Appearance sub-menu.

   1. Log in to the WordPress Administration Panel.
   2.Select the Appearance panel, then Themes.
   3. Select Install Themes
   4. Use the sub-menu or the Search or Filter options to locate a Theme you would like to use.
   5.Click on the Preview link to preview the Theme or the Install link to upload the Theme to your blog.
   6. Use the Upload link in the top sub-menu to upload a zipped copy of a Theme that you have previously   downloaded to your machine.

Adding New Themes by using cPanel:-


If your host offers the cPanel control panel, and the Theme files are in a .zip or .gz archive follow these instructions. Note: This assumes the Theme you download is a compressed (zip) file and the files in the zip file are in their 'named' folder.

    Download the Theme zip file to your local machine.
    In cPanel File Manager, navigate to your Themes folder. If you have WordPress installed in it's own folder called wordpress, you would navigate to "public_html/wordpress/wp-content/themes" and if WordPress is installed in your web-root folder you would navigate to "public_html/wp-content/themes".
    Once you've navigated to the Themes folder in cPanel File Manager, click on Upload file(s) and upload that zip file you saved in Step 1.
    Once the zip file is uploaded, click on the zip file name in cPanel, then in the panel to the right, click on Extract File Contents, and that zip file will be uncompressed.
    Follow the instructions below for selecting the new Theme.

Adding New Themes Manually (FTP):-


  1. To add a new Theme to your WordPress installation, follow these basic steps:
  2.     Download the Theme archive and extract the files it contains. You may need to preserve the directory structure in the archive when extracting these files. Follow the guidelines provided by your Theme author.
  3.     Using an FTP client to access your host web server, create a directory to save your Theme in the wp-content/themes directory provided by WordPress. For example, a Theme named Test should be in wp-content/themes/test. Your Theme may provide this directory as part of the archive.
  4.     Upload the Theme files to the new directory on your host server.
  5.     Follow the instructions below for selecting the new Theme.

Selecting the Active Theme:-


To select a Theme for your site:


  1.     Log in to the WordPress Administration Panel.
  2.     Select the Appearance panel, then Themes.
  3.     From the Available Themes section, click on the Theme title (or Theme screenshot) for the Theme you wish to activate.
  4.     A preview of the Theme will be shown.
  5.     To activate the Theme click the Activate "Theme Name" link in the top right.

Your selection should immediately become active.

Note: If the Theme preview is blank, do not activate the new Theme without investigating further. Your site may not be displayed correctly, otherwise.
Creating Themes


If you are interested in creating your own Theme for distribution, or learning more about the architecture of Themes, please review the documentation regarding Theme Development....






















Monday 23 April 2012

How to add images to slider?


How to add images to slider?

Go to the widgets section under appearance as shown in the fig below:
 
Go to the Genesis - slider settings,
Now select the post/pages and listing whatever you want to show in the slider


If you selected the post or listing,
you can select the specific listing or post category that you want to display in the slider,
lower to that you can set the width and height of the images in the slider.



Note: If you add or remove the fields that you want to use in "REAL ESTATE SEARCH”, the height or width of the property search widget changes, in that case you need to change the height or width of the slider,

Now click the save button, go to the home page refresh the page and see the changes.












Thursday 19 April 2012

How to add a slide in WP?

How to add a slide in WP?
For add a slide go to slides> add new as shown in the fig below:




 

Add the slide name and description on the given text box,
And to insert the images, click on the insert/upload link  as shown in the image below :




 After insert the image click the fade slide box and clicked the featured image and then published, go to the website, refresh the page and see the changes:



Now if you want to change your slide image go to slides :






 Go to edit and click  remove featured image> add new as shown in the fig below:
 
Add the slide name and description on the given text box,
And to insert the images, click on the insert/upload link  as shown in the image below :



 
After insert the image click the fade slide box and clicked the featured image and then published, go to the website, refresh the page and see the changes.







How to create a page in WP?


How to create a page in WP?

For creating a page go to pages> add new as shown in the fig below:
 
Add the page name and description on the given text box,
And to insert the images, click on the insert/upload link  as shown in the image below :

 Now clicking on the publish button highlighted in the image below

 

Now the page is published, go to the website, refresh the page and see the changes.