louis.brandon99
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Log on ProblemsJust refer the last para on the same page :
Add the appropriate conditional comment to your themeโs header.php file immediately after the call to the themeโs default stylesheet.
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<!–[if IE 7]>
<link rel=”stylesheet” href=”<?php bloginfo(‘template_directory’); ?>/ie7.css” media=”screen” type=”text/css” />
<![endif]–>
Then upload your new IE-specific stylesheet (ie7.css in the example above) to your theme folder. You can now make changes to this new stylesheet and review the changes in IE without worrying about the impact on other browsers.Try disabling the plugins from your dashboard. If you have updated versions, it may not supported to your site, it could be one possibility. So, try disabling plugins one by one and check the site.
Forum: Your WordPress
In reply to: Fast Word Press SiteYou can try using WP Super Cache plugin. It will increase the performance of your site..
Forum: Installing WordPress
In reply to: no admin login screen after installationIf the name servers are changed and domain is in propagation, you can check your wordpress site and its admin page using any proxy site like kproxy.com or hidemyass.com
Forum: Everything else WordPress
In reply to: 404notfound when trying to verify ownership for BingI did the same verification for my website http://webhostprotocol.com
You will have to just add the text widget and insert the given code to it. After that, verify it at provided link. Thats it…
Forum: Fixing WordPress
In reply to: identical sites.I can copy all the files to other domain and then create the other database but in that case, I will have to make changes at both the places. I want a functionality that I can update a website and changes will get reflected to another as well.
I tried to set the document root path same but after a click on a link it redirect to other addon domain where actual wordpress is installed.
Forum: Installing WordPress
In reply to: Setting up WordPress with 1&1/Different DomainsNot sure that what exactly you mean by adjusting the domain location. But you can try to install and test the wordpress on subdomain of your website which will be accessible like http://test.mydomain.com
So, that it will not affect the working of http://mydomain.com
Forum: Installing WordPress
In reply to: Install WordPress through FantasticoIt seems to be the issues with the installation. I would like to suggest you to try to re-install the wordpress from Fantastico.
First uninstall it and the install it from Fantastico itself. After that also, if you face the same problem, you will have to contact your hosting provider to get this issue resolved.
Forum: Installing WordPress
In reply to: InstallationI am not sure whether you are installing the wordpress to your main domain or addon domain. If it is your main domain then you will have to upload the files to public_html folder and also check whether the is only one index file that you have uploaded that is index.php. There should not be any other index file like index.html
If you still face the same problem then wait for somebody to assist you as I am also not sure what exactly you did with installation..
Forum: Installing WordPress
In reply to: InstallationAs per the description, it seems that you have not uploaded the installation files to correct folder/directory.
We suggest you to contact your hosting provider and ask them about the directory of your domain. If it is public_html then you will have to upload the files to public_html folder itself.
Forum: Installing WordPress
In reply to: WP install on Go Daddy won't let me sign inYou are welcome ๐
Forum: Installing WordPress
In reply to: WP install on Go Daddy won't let me sign inYou can change the wordpress admin password from phpmyadmin. Locate the table named as wp_users. You will find the admin login row. Click on “Pencil” icon to edit this row. Then insert your desired password in Password field. Select “MD5” from the drop down menu besides Password. And then click on “Go” button to save the changes. After that, you can login to your wordpress admin panel.
Forum: Installing WordPress
In reply to: I'm LostAlisia, you will have to host your domain somewhere and install wordpress on it. There are lots of hosting providers who provides single click wordpress installation. You can go with any hosting provider like GoDaddy or BlueHost or 5hoster and host your domain with them. Make sure that you purchase linux hosting provider as WordPress runs very smoothly on Linux servers.
If you face any problems while installation, you can contact your hosting provider’s support to get further details.
Forum: Installing WordPress
In reply to: Error establishing a database connection@itcigarrilloselectronicos : Please do not interfere in any other issues as it may cause trouble while assisting to actual issue.
You need to start a new thread.. Access http://wordpress.org/support and at the bottom, you can start the new topic.
Forum: Installing WordPress
In reply to: WP install on Go Daddy won't let me sign inYou will have to change the site URLs in one of the database table named as wp_options.
Access your phpmyadmin and locate the table as wp_options. Click on it and wherever you will find the website URL as http://befoundkc.com, change it to http://www.befoundkc.com
This should work fine ๐