DaRiOuShJh
Forum Replies Created
-
Forum: Plugins
In reply to: problem with activate/deactivate any plugin in new hostthank you dear samboll
but i dont think this is the porblem
cause i dont change any file since i transferred my whole website
anyway i also dont change any codes now too but it seems site work properly
this error comes some times and solve itself!~!!
Forum: Themes and Templates
In reply to: can i use wordpress in 2 templates at the same time?yeah!
those codes work well in IE6+ and other browsers
anyway
till new css for IE become ready i add a script to my site that redirect IE users for nowForum: Themes and Templates
In reply to: can i use wordpress in 2 templates at the same time?thanks dear figaro
yeah! before this hacks i decides to create a new template
but with this little codes i decide to solve problems with IE for current templateas i know with this function: “index.php?wptheme=template name” user can view site in desired template only for one page
if user click on any link, that page opens on default template again
is this true or not?**********************************************
by the way you have a great tutorials
i congratulate you ??Forum: Themes and Templates
In reply to: can i use wordpress in 2 templates at the same time?thank you dear Saurus
but in iran connections speed sucks! me myself use dial up connection with about 2-3 kb/s speed too*******************************
thank you figaro too
you have a very good solution but it demands new template designyesterday one of my friends told me that i can use these codes:
<style type=”text/css”>
/* Firefox, Safari, Opera, Chrome & etc… */
@import url(“standard.css”) screen, print;
</style>and
<!–[if IE]>
<style type=”text/css”>
/* Only work in IE */
@import url(“ie-style.css”);
</style>
<![endif]–>cause Ie is real problem here i think i can easily fix MARGIN and PADDING problems with IE
thank you
ill test this method and if its work let you guys know ??