eSell WordPress Theme Documentation

Installation

Before we start anything make sure take backup files and database of current state to prevent any problem in future we are not responsible for any damage you made later.

Minimum Requirement:

PHP Version 5+
MySQL Version 5.1+
WordPress 3.x or later
eCommerce Plugins Woocommerce

Installation:

Download theme file from My Account – Download section https://www.insertcart.com/my-account/ (If you are having any problem in download then contact us) after download upload main theme your-theme-file-name.zip via FTP or WordPress upload. As ftp software you can use Filezila or any other ftp client. if you are upload via WordPress upload then navigate to:

This slideshow requires JavaScript.

After login into website Dashboard > Appearance  > Theme > Add New > Upload Theme > Choose file > Install now.  After successful upload Activate the theme.

In any case if you get error like theme file or folder already exist then you need to remove previous version first.

This slideshow requires JavaScript.

Please Note: You must disable any caching plugin (like: w3tc, wp super cache) while setup theme because result might have some delay or not visible.

Also for first time setup you should restore default theme option to prevent any error or wrong value saved on database.

Note: Some of option are not available for Free Version of theme user you need to Pro Version of theme to work all these options Purchase here.

eSell Theme Demo Data

Download theme demo data if you have new installation this just for testing purpose only.

Login to Dashboard > Tools > Import > WordPress Importer > Run Importer > Browser XML file and upload it.

Download esell-demo-data (ZIP file extract to upload)

eSell Theme Options

Some of option doesn’t work for Free Version of theme user you need to Pro Version of theme to work all these options Purchase here

 

 

 

Basic Settings

basis-option

  1. Upload Favicon icon of website image must in .ico or png format.
  2. Upload website logo keep ratio in 478px X 88px max.
  3. Header background color change.
  4. Show author profile below every posts and page you fill author details from Dashboard > Users > Your Profile > Bio. Fill you details here.
  5. Check the enable latest post.
  6. Change number of of latest post show
  7. .Check the enable popular post.
  8. Change number of of popular post show.
  9. You can change text color of popular post.

Home Page

home-columnhome-color-settings

  1. Check the box to show 5 post on front page.
  2. Check the box to enable slidewide info on top of header.
  3. Put your description here.
  4. Enable or disble main feature area from front page.
  5. Enter your main title here.
  6. Put your link.
  7. Upload image.
  8. Enter text about image or product here.
  9. Show or hide main bottom 3 boxes on front page.
  10. Enter coloumn title here.
  11. upload image .
  12. Enter description about image or product here.
  13. You can select how many product display on front page.
  14. You can change text or detait your product.
  15. Change the my acoount background color .
  16. Change the cart item background color .
  17. Change the Your text pixle, designe or color.
  18. Change the button color “Add to Cart”.
  19. Change the button color “Detail”.
  20. Change the button color “hover color Button”.
  21. You can change main feature product background color.
  22. You can change color of 3 bottom info area background.
  23. Change Theme fonts color and size of 3 boxes.
  24. Change Theme description color and size of 3 boxes.

Social Media

social-media-Digital (1)

Social media icons allow you to put link to your social profile paste with http:// on their respective website and save options. Icons will be display on top navigation bar like shown in above Image .

Custom styling

Digital-custom-styling (1)

Use custom styling to put CSS codes this allow you to save these code in on theme update. Don’t edit style.css use this area for styling.

Ads Management

Digital-Style-advertiseme (1)

This is for different area of advertisement within theme you can add Banner Ads, Text Ads, or HTML codes whatever you want. TEXT mode for html and codes and Use Visual mode for writing or copy paste.

Top box is use you header banner aside from logo or text ads like 728*90px

Second box use for advertisement in single post its will display ads just above every single post content.

Third box that will display ads on footer below navigation on Index Page and some other pages as well.

Advance Option

advance-option-1advance-option-2

  1. Floating Social share button it allow you to directly share posts to social website visitor can also share them and show numbers of share it will display below every post.
  2. Responsive website design option only a premium features that allow user to view your website in mobile and tablets as well.
  3. Enable or disable navigation steps.
  4. Excerpt Length number of words display in post description on Index page and other archive pages. You can control it from here.
  5. Css background or image color change.
  6. upload files.
  7. Change default image in latest or popular post.
  8. Change the background color of content area.
  9. Change link color choosing link color will change all and every link color into posts and page even on whole website.
  10. This change link hover color.
  11. Main Navigation background color change.
  12. Main navigation hover color change.
  13. Enable or disable home Icon from Main Navigation.
  14. Change color Button background for “post comment”, “search “go”.
  15. Bottom Pagination [1, 2, 3…] on Index and other archive pages change the current paged background.
  16. Change background of other pagination numbers.
  17. Change pagination text color.
  18. Change Widget Title background.
  19. Change widget title text color.
  20. Change Footer Widget background color from this option.
  21. Change Footer Title text color from this option.
  22. widget area link color change.
  23. Footer copyright background change.
  24. Theme font color and size change.
  25. H1 heading font color change mainly post and page heading.
  26. Show or hide Footer widget area.
  27. Show or hide button continue reading button.
  28. You can change read more button.
  29. Write your text for continue reading button.
  30. Select Images for Website layout type.
  31. SEO and meta option put here google plus profile link.
  32. Bing site verification meta code.
  33. Google website verification code get from webmaster tool.
  34. Footer script put here any script like analytics or any other.
  35. Check Box to Enable or Disable Breadcrumbs from post and pages.
  36. Post meta data information below every post: Hide Tags.
  37. Show or hide comments.
  38. Show or hide categories.
  39. Show or hide author name and date.
  40. Next and previous post link in below every post.
  41. This option allow you to hide or show copyright text from footer.
  42. Put anything on copyright place.
  43. Save option.
  44. Restore default – Reset to default setting comes with theme.

Do Actions

How to use add action in theme
Some times we need to add extra code into theme for own purpose Or to create child theme. How you can do this first you need know which action effect which part or region of theme. For example you want make change below single post on particular right sided template then in your function.php file do like this

function my_fun(){
echo "hi there";
}
add_action('esell_below_singleright','my_fun')
Add_action: esell_below_singleright
esell_below_singleright

will used for single post for right sidebar template below the post

Add_action: esell_below_singleleft
esell_below_singleleft

will used for single post for left sidebar template below the post

Add_action: esell_below_singlefull
esell_below_singlefull

will used for single post for full width template below the post

Add_action: esell_below_fullpagetemp
esell_below_fullpagetemp

will used for page for full width template below the post

Add_action: esell_below_rightpagetemp
esell_below_rightpagetemp

will used for page for right sidebar template below the post

Add_action: esell_below_leftpagetemp
esell_below_leftpagetemp

will used for page for left sidebar template below the post

Add_action: esell_below_imagetemp
esell_below_imagetemp

will used for image template below the content

Add_action: esell_below_products
esell_below_products

will used for WooCommerce template below the product

FAQ:

How to install theme
We already write in documentation how to install theme your just need to upload file or search from WordPress directory if it’s free version for more info Read Here
How to Add a Logo?
Go to Dashboard > Appearance > Theme Option > Basic Settings OR  Go to Dashboard > Appearance > Customize > Site Logo, Title & Tagline.  
How to Configure the Menu Bar?
Go to Dashboard > Appearance > Menus. This theme supports 2 Menus, You can Disable them Completely. To Do so, set these menus to any Empty Menu.
How to Set Thumbnails Image for Blog Posts?
While editing  post scroll to bottom right here is option “Set Featured Image” choose image that it. Also Read Here 
Login/Register button not works (redirect to home)
If are using WooCommerce or allowing register to your website or blog make sure you have enabled registration to your website from Dashboard > Settings > General > Any one can register?
Also check settings for WooCommerce as well in Dashboard > WooCommerce > Settings > Accounts [Tab]. 
Selection Post and Page Layout

You can select individual post or page layout style from any post while editing or creating new post, by selection style from right side as shown in picture

Selecting layout

If you want to change layout of whole website then go to Theme Options and change layout from there if you selected single post then it will not overwrite settings.

Enable and Disable Comments in WordPress Block / Classic Editor
Read Full Tutorial for Enable or Disable Comments Here.