Our Blog
0
1793
How To Fix Gravity Form Tabindex Conflicts
Avoid the annoying issue where tabbing from a field in one form tabs you to a field in another form. This is caused by conflicting tab indexes. This is most common when loading a Gravity Form on a page which is loading a non-GF form (like the WordPress comment form). You’re typing away on your Gravity Form and tab to the next field. Awesome. Except the next field is a completely different form. This snippet sets the starting index of
Read more
0
1959
Fix Z-index problem of Falsh Embed code
Just add the colored code to default embed code There are not z-index problem of flash view
Read more
0
2842
Tigers show their grit
When Bangladesh captain Shakib Al Hasan turned up for the post-match presentation, the small crowd at the Zahur Ahmed Chowdhury Stadium welcomed him by clapping. The performance of the all-rounder in the first Test was nowhere near expectation. Rather his poor decision to field first on a placid track had added some extra burden on the young Bangladesh skipper. The surprise ‘retirement’ of Rokibul Hasan on the eve of the match didn’t help Shakib’s cause either. So, it was his
Read more
0
1835
Find the Current Page Slug
While I was working on a WordPress template today, I needed to find the current page’s post_slug. After investigating the function is_single in wp-includes/query.php, I discovered the following method for determining the current page ID, post title, or post name:
Read more
0
3456
Magento vertical category menu with Four level subcategory nav in left side
Magento vertical category menu with the code adapted from this thread. It’s quite easy to implement and to make it even easier for others. * Add a new block type in “catalog.xml” file * Create a new phtml file and name it “leftnav.phtml”, place it inside catalog/navigation * Edit CSS Add a new block type in “catalog.xml” file Here we presume you want to have the vertical category menu shows up on every page, to do so, we will place
Read more
0
1507
Magento: How to create Module
To create a magento module visit this site Module Create Instruction To Create Data base in Magento Create Custom Database
Read more
0
2254
Web theme change after certain period of time by Java Script
We can change Change web theme by using Java script. Just the following java script code have to be include your file.
Read more