Usubba
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HELP needed with designThanks krishna will try that..
Forum: Fixing WordPress
In reply to: HELP needed with designHi jnhghy,
Ive checked it n o my goodness lots of error related to design since im a developer im not that good with designing cant really figure out what needs to be fixed,anyways thanks i appreciate your help..
Forum: Themes and Templates
In reply to: modifying the size of the left side bar and actual pageCheck ur sidebar.php and go to this line which says
<aside role=”complementary” class=”widget-area fixed-6 last” id=”sidebar”>
Now add style like this
<aside role=”complementary” class=”widget-area fixed-6 last” id=”sidebar” style=”width:250px;“>
Forum: Plugins
In reply to: How to Create your own pluggin Help!Thanks guys
Forum: Everything else WordPress
In reply to: Security of posts and photosok fine..
Forum: Everything else WordPress
In reply to: Security of posts and photosWell im not aware of any such plugins in word press but if you are quite familiar with php i can guide you through couple of such scripts to protect you photos n content..
Forum: Themes and Templates
In reply to: CSS changes don't take placeGo to your header.php and include default.css in this format
<link type='text/css' href='<?php bloginfo('template_url'); ?>/css/default.css' rel='stylesheet' media='screen' />Forum: Fixing WordPress
In reply to: Where to put a header redirectlook carefully at the code below
<?php header("Location: http://www.example.com/"); ?>see there is nothing like http://www.example.com replace it with your own valid site address where you want to redirect….
Forum: Fixing WordPress
In reply to: Where to put a header redirectplace it on top of header.php reply if it works..
simply use this..
<?php header("Location: http://www.example.com/"); ?>Forum: Themes and Templates
In reply to: CSS changes don't take placego to your site press ctrl+u(source) try looking for default.css ..I cd only find style.css and other css included other than default.css .if its not included please include it to your header.php.
Forum: Themes and Templates
In reply to: CSS changes don't take placeDo the changes in your default.css not n style.css ,that is where your footer class is located #footer a.
Forum: Themes and Templates
In reply to: Parse error: syntax error PLEASE HELP!!!!!!!!!no need to worry a parse error occurs when there is n extra comma or any syntax errors can you paste the line 583 in your fuctions.php i shall rectify it.
Forum: Fixing WordPress
In reply to: Can not log in to WordPress admin panelsusrobson :Follow the forget password option from your admin login screen if you dont know the email address go to your cpanel and change the password in the users table kindly follow the link
Forum: Themes and Templates
In reply to: custom backgroundYes you can do dat but if you can edit the header.php and footer.php with your own custom html that would be better..
Forum: Fixing WordPress
In reply to: Can not log in to WordPress admin panel