Author - Wordpress Doctor

Old Jquery issue in layer slider

Are you frustrated with Old Jquery issue in layer slider "you are using old version of jquery layer slider need new version " ? Dont worry you just replace a js file . please download the following file and replace wp-contents =>plugins => Layer slider => js =>layerslider.kreaturamedia.jquery.js Please remember to back up your old file just for a care

STICKY NAVIGATION BAR (MENU) WHILE SCROLLING

CREATE STICKY NAVIGATION BAR (MENU) WHILE SCROLLING

If your navigation bar is under your header and you want it to stick to the top of the window when you scroll past it then follow this tutorial. Add the following in your  Style sheet /* Sticky Navigation Bar */ ]]></b:skin> sticknav { background: #ffffff; /* change as you need in your theme */ height: 30px; /* change as you need in your theme */ width: 100%; /* change as you need in your theme */ margin-right: 0px; /* change as you need in your theme */ left: 0px; position: relative; z-index: 9999; } .fixed { position:fixed; } Next, you’ll need to set up your navigation. go to your header file and wrap  the header (the portion you need to sticky while scrolling ) with "sticknav " class some thing like this   The final step is to add a...

web hosting in kerala

BEST WEB HOSTING IN KERALA

These days you have an awful lot of options for hosting your website, so many that it’s easy to get lost. How much should you pay? Is support important to you, or are you a tinkerer who likes to do your own thing? Put in different terms, are you a master chef who can cook a delicious meal with the right assortment of ingredients, or would you rather go to a nice restaurant and just sit back and enjoy the experience? CYBERNOB HOSTING is the best hosting in kerala and all over the world and our server is located in US  and we have providing excellent supporting  for our clients .

An Overview Of Hosting Categories

A couple of years ago, choosing a hosting company was a lot simpler. Shared...

woo commerce style is not support to my theme

Structure

Inside the assets/css/ directory you will find the stylesheets responsible for the default WooCommerce layout styles. The files to look for are woocommerce.less and woocommerce.css. woocommerce.css is the minified stylesheet. This file is referenced by the plugin and declares all WooCommerce styles. woocommerce.less is not used by the plugin. It contains the raw CSS and can be compiled using LESS, a CSS preprocessor. We use this file to author the plugin CSS. The CSS is written to make the default layout compatible with as many themes as possible by using % widths for all layout styles. It is however more than likely that you will want to make your own adjustments.

Modifications

To avoid upgrade issues it is advised that you do not edit these files. Rather you should use them as...

Woo commerce not supporting css

This is mostly happened while updating old version  or installing new version directly .This is mainly because of new versions have a wrapper missing .This missing cause to prevent all other sub classes .so you want to do following our intention is to  wrap <?php woocommerce_content(); ?> in a <div class="woocommerce"></div> Here is the solution for Woo commerce not supporting for product page and single.php but cart ,checkout and all others are working fine what to do ?

For product page

1. Go wp contents =>plugins =>woo commerce =>templates =>archive product.php (for product page ) then take it in your dream weaver to edit .(you can edit it as indicated or coppy and paste  this code to your template)   Take from here in your template (dont delete anything just add the following class here...