brahimhackman
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display horizontal Menau above header imageput a div in css and give it an id then work in css on the id.
Forum: Fixing WordPress
In reply to: Password protect page and media uploadedhi u need to configure an htaccess file to demande the authentification of the users but the upload will not work.
Forum: Fixing WordPress
In reply to: Browser compatibility problemshi if u add this code all will work fine
$browser = // u need to something to get the version of the browser like a class or something like that
if ($explorer == 8)
{
<meta http-equiv=”X-UA-Compatible” content=”IE=8″>
}if($explorer = 7)
{
<meta http-equiv=”X-UA-Compatible” content=”IE=7″>
}Forum: Fixing WordPress
In reply to: Restoring wordpress site after URL changehi you need to downlaod all files from your old server and put it in new server then do the same job for the database and when u end all change the file of configuration of word press and all will be ok ;).
Forum: Fixing WordPress
In reply to: increasing the size of the header *Ghostbird* desperate please helph go to the the file “http://getbargainarticles.com/wp-content/themes/ghostbird/style.css” and look for #menu-top:after
then add width: numberyouwant px;
then the size of header will be changed.
note : your question is not clear there is a menu and header in your website why u need to change the header is centered so i think you mean something else.Forum: Fixing WordPress
In reply to: Cannot Login Into WordPress DashBoard (White Screen)hi go to this file” Notice: Undefined index: pro_paypal_api_username in /home/ladykash/public_html/wp-content/plugins/s2member/includes/syscon.inc.php on line 270″ and comment it by add // or /* */
Forum: Installing WordPress
In reply to: problem with SQLhello,
you have to remove the file wp-config.php and start and type a good informations because the information of the connection are incorrect .
good luck 😉