Friday, March 7, 2014

Best Free Wordpress Themes

In my last blog, I have shared some free Joomla Template for business website. Now we are sharing few best free wordpress themes. WordPress is also the popular content management system among the users and the web developers. Wordpress community is very vast, thousands of web designers & developers are working and millions of users are contributing to strengthen. The user-friendliness and developer support has surged WordPress to the top of the industry.

There are plenty of  WordPress free themes that you can choose from nowadays, but finding the correct of them according to your is a tedious job. If you are searching for best free WordPress themes, then some of them are here:

Elisium

This responsive theme is designed for business websites and has plenty of options for customization from logo to homepage content to social media integration. Elisium‘s look is clean and modern and includes plenty of content areas.

Elisium - Best Free Wordpress Theme

Download Best Free Wordpress Themes

Zenith

A responsive theme designed for blogs and magazines that aren’t about fluff. Zenith has multiple layout options, custom menus, integrated Gravity Form styles, and custom page templates.

Zenith - Best Free Wordpress Theme

Download Free Wordpress Theme

 FloZo

Budding entrepreneurs and long-established organisations can now take advantage of FloZo, an easy to use, free WordPress template from Flyerzone.

FlolZo - Best Free Wordpress Themes

 
Download Free Flozo Wordpress Theme

Nictitate

Multi Purpose WordPress theme, it is free but really awesome theme. Good quality free theme are not just easy on your budget but also offer you numerous useful features.

Nictitate -Best Free Wordpress Themes

Download Nictitate

Wednesday, March 5, 2014

Free Joomla Template for Business Website

Today, I would like to continue with some more Free Joomla Templates for Business Website. The website templates provide an organized way and quick design idea about your website. Beautiful design of a website is a great way to engage the user to spend some time on your website. If your budget is low, you cannot hire a professional designer, then the Free Joomla Templates are really very helpful to get a professional and attractive design in a low cost. But finding a beautiful and free website templates are not easy for anyone, especially if you are new.  


Here are some Free Joomla Template for business website that you can select for your business webpage.

Free Joomla Template for Business -  Joomla 3.2

Great Joomla Template for business website. This template is  free; you don't have to pay anything. Sleek 100% responsive design with some great features inside.

Joomla Free Template



Free Joomla Template for Business -  Joomla 2.5

An elegant business template is very important, if you want to look professional to your customers.

Free Joomla Template -Business



Free Joomla Template for Business - Joomla 2.5
This Dark design gives a very elegant touch to the template. Download it free. 

Free Joomla Template - Dark




Best Free Responsive Joomla Templates For Joomla 2.5 and 3x Series Theme

Free Joomla Templates



Joomla is an award winning Content Management System. There are so many designers and developers provides you The best Joomla! Templates! Some are professional Joomla! templates and some are free to use.

Joomla Free templates  are always first choice to speedup design and test. I Found some of Free and Responsive Web Templates which has power to extend Joomla CMS Functionality from Version 2.5 and 3.1,upcoming 3.2 and further expect to continue for even Joomla 3.5 Series.


List of Free Templates and Responsive Template 

Joomla comes with Free and Responsive Templates in latest 3x Series - Beez 3 and Classic Protostar. However, below are some free templates built by other developers. 






Leo Restro Joomla Template

LEO RESTRO JOOMLA TEMPLATE

Free
Joomla! Responsive Template For Portfolio site, showcase site, blog site...

New T3 Framework Template (Updated in January 2014)
There is a New Free yet Professional Joomla Bootstrap Template - which has come in January 2014 - built on T3 Framework and HTML 5
b2ap3_thumbnail_Joomla_20140130-094156_1.jpg





Music Template - Gavick Pro - Gavick Pro has released 2 free responsive templates compatible with Joomla 2.5 & 3x Series. An excellent template with loads of module position. Click Here to Download 
b2ap3_thumbnail_musicfree.jpg

Meet Gavern - An excellent neat and clean responsive templates. Click Here to Download
b2ap3_thumbnail_meetgavern.jpg
SJ Plus Built with Bootstrap, Less and YT Framework, SJ Plus has much in to offer with cool and Interactive Style. Support Joomla 2.5 and 3x Series.  Click Here to Download
b2ap3_thumbnail_sjplus.jpg

JA PureSite - Built on JAT3 2 Framework and jQuery Masonry script, JA Puresite is an excellent template for Mobile and Desktop Devices. Click Here to Download
b2ap3_thumbnail_puresite.jpg

Vertex - Free Responsive Templates - which also includes bug fixing from developers. Read this Blog Announcement on Vertex
b2ap3_thumbnail_vertex.jpg

How to reset or recover your Joomla administrator/admin password?

Reset Password Directly from Database

Do you have direct access MySQL database.

Change the Password Directly from Database

If the admin user is already defined, the easiest way is to change the password in the database to a known password. This requires that you have direct access to the MySQL database using phpMyAdmin or another client.

Cautions: Change your password after login
Following instructions show how to manually reset a password to the word - "admin"


  1. Open to phpMyAdmin and select the database of your Joomla website. In the left-hand side of the screen dropdown list will appear. It will display all the database tables.
  2. Find a table  " prefix_users" in the list of tables (note: prefix will depend on your prefix value.).
  3. Click on the "Browse" button in the top toolbar. It will display all of the users for this site.
  4. Click on the " Edit icon " for user whose password you want to change.
  5. Change Password Value to following  09b135d0d2022f04d1d679afec90cfc6:9z78xfHz0TFnmI8d4jHtvmk0QxayQJUv  into the password field and press the Go button.
  6. Or 
  7. Log in with this user and password (admin). After logging again change password from user Manager for this user. Check all of the users in User manager and also change the password of others if your website was hacked.
You can directly contact me if you still need any assistance in your website.

Monday, January 27, 2014

How to add icons to Joomla Admin control panel?

How to add icons to Joomla Admin control panel?


  • Go to Extension Manager > Module Manager
  • Create new Custom HTML module for Admin site
  • And publish it in 'icon' position

Friday, January 24, 2014

Captcha recaptcha is not working on joomla?

Captcha recaptcha is not working on joomla? 

It was perfectly working yestarday but today the captcha does not appear anymore.
PATH of recaptcha is now changed

From: 
http://api.recaptcha.net/js/recaptcha_ajax.js
To: 
http://www.google.com/recaptcha/api/js/recaptcha_ajax.js


You can fix this issue by changing the installed recaptcha plugin.

plugins\captcha\recaptcha\recaptcha.php

From:
      const RECAPTCHA_API_SERVER = "http://api.recaptcha.net";  
const RECAPTCHA_API_SECURE_SERVER = "https://www.google.com/recaptcha/api";
const RECAPTCHA_VERIFY_SERVER = "api-verify.recaptcha.net";

To:
 const RECAPTCHA_API_SERVER = "http://www.google.com/recaptcha/api";  
const RECAPTCHA_API_SECURE_SERVER = "https://www.google.com/recaptcha/api";
const RECAPTCHA_VERIFY_SERVER = "api-verify.recaptcha.net";


Still not working please contact me

Saturday, January 4, 2014

How to integrate pdf icon in joomla 3.0


In Joomla! 2.5 or 3.x the PDF icon is not more available. In this blog you will get step by step process to integrate it on your joomla 3.x.

Step1:-  a). At first you download Phoca PDF component zip file  here.
            b). Also you download Phoca pdf content plugin zip from here.

Step2:- Go to your site administrator and open extension manager and install these two zip files one by one.

Step3:- Activate the installed Phoca PDF system plugin from plugin manager. It is a system plugin.

Step4:- Now you need to edit files of your joomla content component.

## First one is components/com_content/views/article/tmpl/default.php

Change it from

   <?php if ($canEdit || $params->get('show_print_icon') || $params->get('show_email_icon')) : ?>  
<div class="btn-group pull-right">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#"> <span class="icon-cog"></span> <span class="caret"></span> </a>
<?php // Note the actions class is deprecated. Use dropdown-menu instead. ?>
<ul class="dropdown-menu actions">
<?php if ($params->get('show_print_icon')) : ?>
<li class="print-icon"> <?php echo JHtml::_('icon.print_popup', $this->item, $params); ?> </li>
<?php endif; ?>
<?php if ($params->get('show_email_icon')) : ?>
<li class="email-icon"> <?php echo JHtml::_('icon.email', $this->item, $params); ?> </li>
<?php endif; ?>
<?php if ($canEdit) : ?>
<li class="edit-icon"> <?php echo JHtml::_('icon.edit', $this->item, $params); ?> </li>
<?php endif; ?>
<?php
</ul>
</div>
<?php endif; ?>

Change it to
   <?php $phocaPDF = false;  
if (JPluginHelper::isEnabled('phocapdf', 'content')) {
include_once(JPATH_ADMINISTRATOR.'/components/com_phocapdf/helpers/phocapdf.php');
$phocaPDF = PhocaPDFHelper::getPhocaPDFContentIcon($this->item, $params);
} ?>
<?php if ($canEdit || $params->get('show_print_icon') || $params->get('show_email_icon') || $phocaPDF) : ?>
<div class="btn-group pull-right">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#"> <span class="icon-cog"></span> <span class="caret"></span> </a>
<?php // Note the actions class is deprecated. Use dropdown-menu instead. ?>
<ul class="dropdown-menu actions">
<?php if ($params->get('show_print_icon')) : ?>
<li class="print-icon"> <?php echo JHtml::_('icon.print_popup', $this->item, $params); ?> </li>
<?php endif; ?>
<?php if ($params->get('show_email_icon')) : ?>
<li class="email-icon"> <?php echo JHtml::_('icon.email', $this->item, $params); ?> </li>
<?php endif; ?>
<?php if ($canEdit) : ?>
<li class="edit-icon"> <?php echo JHtml::_('icon.edit', $this->item, $params); ?> </li>
<?php endif; ?>
<?php echo $phocaPDF; ?>
</ul>
</div>
<?php endif; ?>


## Second is components/com_content/views/category/tmpl/blog_item.php
Change it from 
  <?php if ($params->get('show_print_icon') || $params->get('show_email_icon') || $canEdit) : ?>  
<div class="btn-group pull-right"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="#" role="button"> <span class="icon-cog"></span> <span class="caret"></span> </a>
<ul class="dropdown-menu">
<?php if ($params->get('show_print_icon')) : ?>
<li class="print-icon"> <?php echo JHtml::_('icon.print_popup', $this->item, $params); ?> </li>
<?php endif; ?>
<?php if ($params->get('show_email_icon')) : ?>
<li class="email-icon"> <?php echo JHtml::_('icon.email', $this->item, $params); ?> </li>
<?php endif; ?>
<?php if ($canEdit) : ?>
<li class="edit-icon"> <?php echo JHtml::_('icon.edit', $this->item, $params); ?> </li>
<?php endif; ?>
</ul>
</div>
<?php endif; ?>

Change it to

   <?php $phocaPDF = false;  
if (JPluginHelper::isEnabled('phocapdf', 'content')) {
include_once(JPATH_ADMINISTRATOR.'/components/com_phocapdf/helpers/phocapdf.php');
$phocaPDF = PhocaPDFHelper::getPhocaPDFContentIcon($this->item, $params);
} ?>
<?php if ($params->get('show_print_icon') || $params->get('show_email_icon') || $canEdit || $phocaPDF) : ?>
<div class="btn-group pull-right"> <a class="btn dropdown-toggle" data-toggle="dropdown" href="#" role="button"> <span class="icon-cog"></span> <span class="caret"></span> </a>
<ul class="dropdown-menu">
<?php if ($params->get('show_print_icon')) : ?>
<li class="print-icon"> <?php echo JHtml::_('icon.print_popup', $this->item, $params); ?> </li>
<?php endif; ?>
<?php if ($params->get('show_email_icon')) : ?>
<li class="email-icon"> <?php echo JHtml::_('icon.email', $this->item, $params); ?> </li>
<?php endif; ?>
<?php if ($canEdit) : ?>
<li class="edit-icon"> <?php echo JHtml::_('icon.edit', $this->item, $params); ?> </li>
<?php endif; ?>
<?php echo $phocaPDF; ?>
</ul>
</div>
<?php endif; ?>

Now go to the site administrator and enable the print icons param from menu and/or articles. Then you will get pdf icon on frontend of your site.

Note:-  You should aware, some of templates override the component files, that means, file which are displaying content are not in component's com_content folder but it displaying content from html folder inside you template folder. If it occurs then you should do these changes in com_content inside template's html folder and not in component folder.