Showing posts with label HTML5. Show all posts
Showing posts with label HTML5. Show all posts

Tuesday, January 27, 2015

Flexslider Conflict With Parallax Scrolling

Now in designing and its HTML integration we always use some banner slider in home page for describe website details by some slider and it is also make website as attractive view for user.
There are lost of slider user in website but now a days mostly use responsive slider so some website also provide use responsive slider that manage by website view.
On of them is Flexslider which is use in development phase or some HTML integration.
When you work with some open source like Wordpress,Drupal,Magento and when you integrate plugin/extension than in that mostly use Flexslider and its like open source and easy to implement.

What is Parallax Scrolling?

Parallax scrolling is a one type of scrolling technique in website design. In that background image move according to screen move.
Some times if you want to use fixed background image that it is set by CSS but when you want to apply many background image with different content or background image move by scroll down than parallax scrolling is best option.

Some times when you use both  parallax scrolling and Flexslider than scrolling not work in some browser like Chrome,Safari than here is solution.
  • Open "flexslider.css" around line 25: .flexslider .slides > li Comment out or remove -webkit-backface-visibility: hidden; (Find Flexslider.CSS according to open source)
  • In the flexslider initialization script: Specify 'useCSS : false' in your slider options (This is set to true as a default by the flexslider JS and tells the browser to use CSS3 3D transforms if they're available.Also its working without this features)

Saturday, January 3, 2015

Add New Font In Font Awesome Icon

For HTML all are known about Font Awesome Icon
It is use for create font icon  in HTML5 it convert icon image to font in CSS and display as ICON in browser.
for more information about Font Awesome Icon and download click here

But when using these fonts there are some code icon provide by them so  everyone fetch problem about add new fonts in font awesome.

So for that its easy way for add new fonts like as as awesome fonts than below steps for describe that.
  1. Goto IconMoon website
  2. In that many icon listings in icon map app
  3. Select any icon from them also upload new icon as SVG file if not found from list
  4. Then click on generate font.
  5. Select grid size as size of font you want to create.
  6. Here in this site provide you use this font by click on enable click Use.
  7. Here display css that use only for 24 hours (for premium member member provide permanent css)
  8. Get use of that code put in your website
  9. Now for CSS open that CSS in your browser and copy all fonts display in CSS and put in folder
  10. Now you can you that CSS as permanent by given path of your folder where you past that fonts.
Now fonts display in your website.