nsathees
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Attached images not centeringplace a link to the site where you have problem. It will help others to better help you.
Forum: Fixing WordPress
In reply to: Using sql data in blogit is very much possible. Need more info to help you. is the table created within WP database or not. if within WP database then use the wpdb to connect and retrieve the data and display as you please!
Forum: Fixing WordPress
In reply to: Header resize and decrease “search” boxyour header do not have any container such as <div>header</div> thus cant increase or decrease it. Put them in a <div id=’header’></div> than you can control it within css using #header{height:200px;} for example.
Forum: Fixing WordPress
In reply to: add new php file for managing conecctionsyou got it completely wrong!
send your request from AJAX to php and use the WP build in wpdb to connect to the data base!
Forum: Fixing WordPress
In reply to: wp_get_archives go boom in 2.9.2 ?I have the same version and no probelemo!
check the cause of the error. WP 2.9.2 is ok
Forum: Fixing WordPress
In reply to: image borderon your style.css file go to line 68 and add the following
border: 1px solid #EEF3E2
#EEF3E2 is the color, and 1px is the border thickness
Forum: Developing with WordPress
In reply to: [Plugin: DantoTube] Multiple users – anybody help?yes, create users and handle it within theme if user = “delta” then do this
some thing like that
Forum: Themes and Templates
In reply to: not understanding carouselIt means you got to add the tags comma separated within your theme options
Forum: Themes and Templates
In reply to: Text format on Carbonize 1.0.5edit CSS to customize
Forum: Themes and Templates
In reply to: Logo, Can’t uploadthe content/uploads/ dir should be writable
Forum: Themes and Templates
In reply to: Gemer Theme Headeryour question is not clear
Forum: Themes and Templates
In reply to: Editing WidgetsAs I understood you, you are trying to style your widget.
If so, you have to edit or add the styles to style.css file found in your template dir.
Forum: Themes and Templates
In reply to: Autofocus – how to resize the width of posti can’t understand what you mean?
Forum: Themes and Templates
In reply to: Arclite header customizationYou got to adjust your style.css file.
First make the header 200px height so that is matches your logo height!
on Line 377, height= 190px -> change to 200px
on line 473, top = 190px -> change to 200pxThis should fix your problem!
Forum: Installing WordPress
In reply to: ssh upgrade not workingTry updating via ftp. (The forum is full of 2.9 problem. So I advice to wait another week or two before updating.