Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~7K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for wasim kazi

n my sidebar every widget title is enclosed in <h2> tags. I use 4 widgets in my sidebar and I'd like to have the first 2 widget titles as <h2> and the other 2 as <h4>. I changed in my function.php as given below: 'before_title' => '<h4>', 'after_title' => '</h4>', …

Member Avatar for ckchaudhary
0
138
Member Avatar for zido85

I also want this kind of output for given Xml below. <Class class_id="3"> <Title>Cricket</Title> <Type type_id="883" type_minbet="0.1" type_maxbet="2000.0"> <Title>County Championship</Title> <Event start_time="2008-08-27 10:30:00" ev_id="1648740"> <Description>Hampshire v Durham</Description> <Market mkt_typ="Hampshire Innings Runs" mkt_id="2331165"> <Occurrence bet_id="17998496"> <Description>Under 220.5</Description> </Occurrence> <Occurrence bet_id="17998497"> <Description>Over 220.5</Description> </Occurrence> </Market> <Market mkt_typ="Next Dismissal (HAM) (1)" mkt_id="2331166"> <Occurrence …

Member Avatar for redblue35
0
3K
Member Avatar for wasim kazi

Hello, I have one CMS with fixed layout. In that I have make few changes depends on my current URL. If I am on my home page so This class given below is **div.layout-column.column-main.with-column-1.with-column-2 = width:790;** And If I am of some other page so this same class look like …

Member Avatar for wasim kazi
0
294
Member Avatar for wasim kazi

I have one div which contain UL and LI. In this I want to generate dynamic Id of that LI. right now I given static id of this . Now In this I want to generate my li's ID like given below. Now I'm bit confused how will I get …

Member Avatar for wasim kazi
0
1K
Member Avatar for wasim kazi

I have one menu toggle div manu which is slide up and down. For that I used jquery.Cookie plugin but still it's not working. here is my problem : http://jsfiddle.net/wasimkazi/fauNg/10/ please help me... $(document).ready(function() { $(".widget2").hide(); var $widget2 = $(".widget2"); readCookie('widget2') === 'open' ? $widget2.show() : $widget2.hide(); $(".box2").toggle(function() { $(this).next(".widget2").slideDown(200); …

Member Avatar for wasim kazi
0
2K

The End.