Title: thejdeep's Replies | WordPress.org

---

# thejdeep

  [  ](https://wordpress.org/support/users/thejdeep/)

 *   [Profile](https://wordpress.org/support/users/thejdeep/)
 *   [Topics Started](https://wordpress.org/support/users/thejdeep/topics/)
 *   [Replies Created](https://wordpress.org/support/users/thejdeep/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/thejdeep/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/thejdeep/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/thejdeep/engagements/)
 *   [Favorites](https://wordpress.org/support/users/thejdeep/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Error loading the WordPress](https://wordpress.org/support/topic/error-loading-the-wordpress/)
 *  Thread Starter [thejdeep](https://wordpress.org/support/users/thejdeep/)
 * (@thejdeep)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/error-loading-the-wordpress/#post-3635839)
 * There is problem with database credentials….!I have changed them and it is working
   fine.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Error loading the WordPress](https://wordpress.org/support/topic/error-loading-the-wordpress/)
 *  Thread Starter [thejdeep](https://wordpress.org/support/users/thejdeep/)
 * (@thejdeep)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/error-loading-the-wordpress/#post-3635816)
 * [http://conversationtree.gy/](http://conversationtree.gy/) this is the site url
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Editing the CSS file](https://wordpress.org/support/topic/editing-the-css-file/)
 *  [thejdeep](https://wordpress.org/support/users/thejdeep/)
 * (@thejdeep)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/editing-the-css-file/#post-3325459)
 * then you can edit it directly in wordpress admin panel right.
    or else you can
   copy the whole style.css and paste it in your local notepad after editing just
   paste the code in wordpress admin panel
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Editing the CSS file](https://wordpress.org/support/topic/editing-the-css-file/)
 *  [thejdeep](https://wordpress.org/support/users/thejdeep/)
 * (@thejdeep)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/editing-the-css-file/#post-3325457)
 * you can ask your web host for the ftp details
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to make text-shadow display in Internet Explorer.](https://wordpress.org/support/topic/how-to-make-text-shadow-display-in-internet-explorer/)
 *  [thejdeep](https://wordpress.org/support/users/thejdeep/)
 * (@thejdeep)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/how-to-make-text-shadow-display-in-internet-explorer/#post-3325456)
 * You could use a filter in your css like so:
 * filter:DropShadow(Color=#000000, OffX=1, OffY=1)
    Usage:
 * {FILTER: DropShadow(Color=color, OffX=offX, OffY=offY, Positive=positive)}
    Color
   is the name or RGB value of the color for the shadow. OffX and OffY are the number
   of pixels to offset the shadow from the object. Positive integers move the shadow
   to the right or down. Negative integers move the image to the left or up. Positive
   can be set to 1 or 0. For normal objects, Positive=1 creates a normal drop shadow
   and Positive=0 creates a shadow within the non-transparent region with the shadow
   direction reversed. For transparent objects, the reverse is true.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Editing the CSS file](https://wordpress.org/support/topic/editing-the-css-file/)
 *  [thejdeep](https://wordpress.org/support/users/thejdeep/)
 * (@thejdeep)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/editing-the-css-file/#post-3325454)
 * yes you can do that by right clicking on the style.css and select an option called
   edit from your ftp
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Awake Slider Not Working](https://wordpress.org/support/topic/awake-slider-not-working/)
 *  [thejdeep](https://wordpress.org/support/users/thejdeep/)
 * (@thejdeep)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/awake-slider-not-working/#post-3325453)
 * Its working fine! when i opened your link
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [IE not displaying my site correctly](https://wordpress.org/support/topic/ie-not-displaying-my-site-correctly/)
 *  [thejdeep](https://wordpress.org/support/users/thejdeep/)
 * (@thejdeep)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/ie-not-displaying-my-site-correctly/#post-3303643)
 * It provides IE compatibility, and some how manage to work as if in chrome!
    or
   else you can add separate css for IE by using the below tag. Try this by creating
   one more style-sheet especially for IE(Instead of rebuilding everything)
 * To make compatible: <meta http-equiv=”X-UA-Compatible” content=”IE=edge” />
 * To add external Css for IE:
    <!–[if IE]> <link rel=”stylesheet” type=”text/css”
   href=”css/all-ie-only.css” /> <![endif]–>
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [IE not displaying my site correctly](https://wordpress.org/support/topic/ie-not-displaying-my-site-correctly/)
 *  [thejdeep](https://wordpress.org/support/users/thejdeep/)
 * (@thejdeep)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/ie-not-displaying-my-site-correctly/#post-3303641)
 * <meta http-equiv=”X-UA-Compatible” content=”IE=edge” />
 * Try to use this in your header it might resolve your problem
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [how to add text………](https://wordpress.org/support/topic/how-to-add-text/)
 *  [thejdeep](https://wordpress.org/support/users/thejdeep/)
 * (@thejdeep)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/how-to-add-text/#post-3297823)
 * Hi
    Just use enter after each line you type it automatically takes as paragraphs!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FG Joomla to WordPress] Erreur !: SQLSTATE[42000] [1044] Access denied for user](https://wordpress.org/support/topic/erreur-sqlstate42000-1044-access-denied-for-user/)
 *  [thejdeep](https://wordpress.org/support/users/thejdeep/)
 * (@thejdeep)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/erreur-sqlstate42000-1044-access-denied-for-user/#post-3217159)
 * Hi i am also getting the same error!
 * Erreur !: SQLSTATE[28000] [1045] Access denied for user ”joomlasite’@’xxx.xx.
   xxx.x’ (using password: YES)
 * My joomla1.5 website and my worpress site are on different web servers.
 * If that is the case.Is it possible for me to import data from joomla1.5 to wordpress3.4.2

Viewing 11 replies - 1 through 11 (of 11 total)