Entries by admin

How to use post excerpt in WordPress Twenty Fifteen theme

In this tutoarial, I will show you, how you can fix the post excerpts issue in the WordPress Twenty Fifteen theme. Twenty Fifteen theme has greatl layout, Neat & clean content area, great readability settings and other features Twenty Fifteen is going to be favorite of many bloggers. Most of the blog users expect post […]

WordPress blog excerpt not working in Themes

Some of the themes in wordpress does not display excerpt on blog page, category pages or archive pages. This is because theme does not include the experts code in the theme file. This is a very simple tutorial that anyone can implement and take advantage of this built-in feature. The benefit of implementing this tutorial […]

How to reset admin password in Magento 2

This is easy and complicated too!! There are two different methods to restore your admin password. The first one is quite easy while the second is more complicated.. In the first solution there is you need to reset password your email address stored in magento site.For this you need to open the admin panel of your […]

How to enable star rating in Magento2

The star rating enable is easy process in magento2. Follow below steps : Login into Admin Panel then go to Stores -> Attributes -> Rating Click on Price, Value, Quality Row and Checked Is Enable Checkbox from page and also set Visibility for your required store. Save Rating and your ratings are display. Clear cache […]

magento2 CMS pages 404 error

Today I will show you, how you can fix the magento2 CMS pages 404 error. I got many times this issue while working on the magento 2 site. So finally I think, the fixes tricks may can help other person. This issue occurred due to single mode of the magento2 site.  Please follow below steps : […]

Enable AJAX Submit in GravityForms in wordpress

If you want to use Ajax submit on GravityForms in wordpress then you must use the ajax=”true” in the shortcode otherwise the form will be not submitted as ajax and your page will be reloaded. Below is the sample code for ajax submit [gravityform id=”1″ title=”false” description=”false” ajax=”true”]

How to enable error reporting in Magento2

Here is the tip, how you can enable magento error reporting in magento 2 Connect FTP OR login into cpanel account and go to the following directory pub/errors find the local.xml.sample and rename to local.xml and also on magento root folder find index.php and put the display error code at the bottom error_reporting(E_ALL); ini_set(‘display_errors’, 1);

Change woocommerce price position

If want to change the position of the price in wocommerce then this is possible. You can it easy in adding little code in the functions.php file. If you want to put price near add to cart button then please add following code to Functions.php file of your child theme (or parent theme, if not […]