Tagged: howto

Add menu item programmatically in WordPress 1

How to change homepage in wordpress?

WordPress is very famous for blogs but now it is widely using as content management system and e-commerce solutions where we don’t need blog post page as homepage. By default wordpress based site has...

How to remove button text in IE7? 0

How to remove button text in IE7?

Negative text-indent isn’t working in IE7 to remove button text but you can apply text-transform: capitalize with text-indent property. Following is code snippet. HTML code: CSS: Share this…FacebookPinterestTwitterLinkedinTumblr

10

How to remove index.php from CI URL?

Open application/config/config.php file. Find following statement in this file. $config[‘index_page’] = ‘index.php’; And remove index.php from above statement, this will look like following. $config[‘index_page’] = ”; Create .htaccess file in application directory and paste...

Install imagick php extension 1

How to activate mod_rewrite in apache?

Activate mod_rewrite Open apache configuration file i.e. httpd.conf Find following statement. #LoadModule rewrite_module modules/mod_rewrite.so You will find hash sign(#) in start of this statement, remove it. Now restart apache services and enjoy search engine...

0

Enable google analytics in magento

6R778MX9MEZS Click on Configuration that is under System menu. Scroll down; you will find Google API under Sales tab in left column, Click on it. On Google API page; click on first tab that...

2

How to change opencart website URL?

If you transfer opencart site to any other domain then you need to change config URLs. For this; open config.php file in your favorite editor. This file is on root of your opencart directory....