dagash
-
how can i add snippets to Zen coding ... ?
ill try today to upgrade ... thanks guys ...
-
how can i add snippets to Zen coding ... ?
still i didnt move to Emmet ,, i am still with Zen coding ... is it same way to add the snippts.... ???
-
how can i protect my template from thiefs ...?
my idea that i working on it now is to make a code that will ba generated from a program that i made , then when any clients apply for a template the program generate a code on somewhere in some files that will be confirmed by another function i add…
-
@font-face , letters splitted and separated ...
ChristopherBurtonChristopherBurton which method ... ?? i didnt here about it ... !! Paulie_D the font is related to the designer : SAUD , i think it is made by FONTLAB .. knittingfrenzy18 i will try ...
-
@font-face , letters splitted and separated ...
any help about this problem guys ...
-
@font-face , letters splitted and separated ...
no it is not working ,, this i think due to type of font ... but i still what is the wrong , i tried many times ...
-
i need a script to implement photos from flickr to wordpress
yub ,, i got it b4 a 1 hour , and its done ... work properly ... thank u
-
Parse error: syntax error, unexpected '/' ----> i tried ... but still there is an error
still error in line 62
-
Parse error: syntax error, unexpected '/' ----> i tried ... but still there is an error
for your 1st answer , another error appeared .. this is my comment.php file that work on it :
-
comments.php @wordpress (( syntax error ))
i will try to customize the default form .. but what is the the actually code of the default form ...??
-
comments.php @wordpress (( syntax error ))
ok i solve the comments.php error ... but still there are problems ... look at this image : Your text to link... when i am not log in , there is a duplicate form , one from mine and other the default wordpress form . this is my single.php : …
-
comments.php @wordpress (( syntax error ))
this reload the default form ... also im tired with this mess ..
-
Horizontal alignment ... again !
what about it ... ? what do you want exactly to do with it ...?
-
Horizontal alignment ... again !
you can using a (float) or (position) properties to put the image where u want ... check these : All About Floats position properties
-
Horizontal alignment ... again !
firstly ... why you using tables ....?? !!! you can simply using a container ( div ) instead of cells of tables ,,, and also you can make it a appear correctly in FF and IE6,7,8,9 also others browser .. try to add : text-align: left; to so…
-
Horizontal alignment ... again !
what is your problems ...? i see all texts is centered ... do you want to align it to the left ..
-
margins appear suddenly when i turn my design to wordpress theme
it is working good after apply your advices .. but also there is a mess in the code .. when i register a navigation menu , a footer bar move to near the first post title , I DONT WHY ... look at the images : 1- the problem 2- the actual position …
-
margins appear suddenly when i turn my design to wordpress theme
firstly i am not finish it up until now , ill trying to modify a lot of things .. but thank you for your advices . also i have some questions : - what about the navigation menu , is it in the header or index ...? i think it is in header ... - about…
-
how can i put ( pure css3 content slider ) in wordpress ...?
the options what i need are : - enable/disable slider. - width . - images link . - some excerpt about the image ( post content ...etc ) . i will try to make it soon .. but i need any tutorials or any help ...
-
How to apply word spacing on a footer nav ?
be attention .. margin : 0px 5px ; /* 0px = (up/down) 5px = ( right/left ) */ thats means this (----- jhon ----- -----adam ----- ----- erik----- ) so it makes double space .. i hope u got this .. btw just put margin either left or righ…
-
how can i do a traingle corner at the box ... ??
check this : http://www.kuzya.com/blog/2011/11/26/css-bubbles/
-
how can i do a traingle corner at the box ... ??
thanks ... i think there is an article about it at CSS-Tricks ,, but i didnt under which name ...
-
how can i set a background at footer to expand according to screen size ..?
thank u very much TIMMEY .. this my first time with < jsfiddle.net > ,, but it is more simple and usefull ..
-
how can i set a background at footer to expand according to screen size ..?
that is for header , i am already did that , but my problem is on footer ,it is limited . because footer is limited by 960px , so everything inside it is limited among this range ,, …
-
content box .. problem
the third attempt . i slice the box to 3 parts , ( upper + middle + lower ) . .mainareaup { background: url("images/mainAREAup.png") no-repeat scroll 0 0 transparent; height: 39px; width: 671px; } .posts { background: url(&quo…