vachi
Forum Replies Created
-
just download the updated plugin and re-upload replacing the files you have on the server, unless you know that the plugin makes changes in its folder which i doubt
what is the name of the pluginForum: Fixing WordPress
In reply to: Lost permission to access files after changing permission on serverso like in c-panel in file manager right?
Forum: Fixing WordPress
In reply to: Comment Teaser?you can use this 🙂
<a href="<?php the_permalink() ?>#respond"></a>Forum: Fixing WordPress
In reply to: Fatal Error When Users Try to Register at My Siteok i just registered, and i did get that error
on line 233 there is nothing its a empty space, have you tired disabling that registration plugin you are using with eh verification code thing, see if that changes anythingForum: Fixing WordPress
In reply to: Lost permission to access files after changing permission on serverok than how did you change the permissions, through ssh or an ftp client
what did you use to change it, it must have not done the change properlyForum: Fixing WordPress
In reply to: Blank site; all files present, no changes madeok the only thing i can think of since you are certain that all of your files are unchanged, is that your hosting company is rejecting php execution or something, its not the wordpress install
try creating a file like test.hpp
and put in it<?php phpinfo(); ?>go to that page and lets see if your get a a output
Forum: Fixing WordPress
In reply to: Lost permission to access files after changing permission on serverwhy can;t you edit it, it should be in yoursite.com/wp-admin/theme-editor.php?
Forum: Fixing WordPress
In reply to: Lost permission to access files after changing permission on serverplease put the post as resolved, tx
Forum: Fixing WordPress
In reply to: Adding formatting to a template tagwell adding this
list-style-type: disc;should do the trick
Forum: Fixing WordPress
In reply to: Grey Space behind ads & short header on Thesis themepleasure
Forum: Fixing WordPress
In reply to: Blank site; all files present, no changes madewhat you mean its going blank, when view output source there is nothing in it?
an you post your index.php form the wordpress folder please, and if you know how its should
look like this<?php /* Short and sweet */ define('WP_USE_THEMES', true); require('./wp-blog-header.php'); ?>does it look the same?
Forum: Fixing WordPress
In reply to: Grey Space behind ads & short header on Thesis themewell the original file http://mysoreashtanga.com/wp-content/uploads/2008/07/myashheader940x200.jpg
is 940 by 200
so if you want it to fill up that space you can use.custom #header { height: 200px; width: 940px; text-indent: -999px; font: bold 0.1em Georgia, Arial, Times, serif; margin-bottom: 0.11111em; background: url(http://mysoreashtanga.com/wp-content/uploads/2008/07/myashheader940x200.jpg) repeat-x; }or you can find a new pic, or make that pic bigger and replace it
Forum: Fixing WordPress
In reply to: Grey Space behind ads & short header on Thesis themeone sec let me check
Forum: Fixing WordPress
In reply to: Grey Space behind ads & short header on Thesis themeactually yes your can add it to the custom.css file and if it does not work than change it in the style.css file
Forum: Fixing WordPress
In reply to: Grey Space behind ads & short header on Thesis themeso in your style.css file 🙂