thejdeep
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Error loading the WordPressThere is problem with database credentials….!I have changed them and it is working fine.
Forum: Installing WordPress
In reply to: Error loading the WordPresshttps://conversationtree.gy/ this is the site url
Forum: Themes and Templates
In reply to: Editing the CSS filethen 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 panelForum: Themes and Templates
In reply to: Editing the CSS fileyou can ask your web host for the ftp details
Forum: Themes and Templates
In reply to: how to make text-shadow display in Internet Explorer.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
In reply to: Editing the CSS fileyes you can do that by right clicking on the style.css and select an option called edit from your ftp
Forum: Fixing WordPress
In reply to: Awake Slider Not WorkingIts working fine! when i opened your link
Forum: Fixing WordPress
In reply to: IE not displaying my site correctlyIt 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
In reply to: IE not displaying my site correctly<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
In reply to: how to add text………Hi
Just use enter after each line you type it automatically takes as paragraphs!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