technicaldk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Content Background is transparent – should be WHITEHello.
Do the following go to the themes style.css
Locate:
div.gdl-page-content {
margin-top: 5px;
}Replace with:
div.gdl-page-content {
margin-top: 5px;
background-color: #fff;
}[sig moderated; see https://codex.www.ads-software.com/Forum_Welcome#Signatures }
Forum: Fixing WordPress
In reply to: Sidebars not showing up on live siteThe provided URL-adress has an error in the function.php file.
Please tell me which WordPress version you are using?[sig moderated; see https://codex.www.ads-software.com/Forum_Welcome#Signatures }
Forum: Installing WordPress
In reply to: How do i get a username & password for wordpress adminShariar,
You can’t just get the password out of the database.
The password is encrypted with MD5-hash.But you can insert new password to the database, and then be able to login to WordPress administration.
[sig moderated; see https://codex.www.ads-software.com/Forum_Welcome#Signatures }
Forum: Installing WordPress
In reply to: WordPress Fails after migration from Dev To Live serverWhen switching for dev to live, remember to change the URL
Here’s a guide: https://codex.www.ads-software.com/Moving_WordPress
[sig moderated; see https://codex.www.ads-software.com/Forum_Welcome#Signatures }
Forum: Installing WordPress
In reply to: No Image or PDFPlease provide and URL-adress, then we can find the error and fix it ??
[sig moderated; see https://codex.www.ads-software.com/Forum_Welcome#Signatures }
Forum: Fixing WordPress
In reply to: Can't log into wp/adminHello Hal,
It’s wrong with the file extra-functions.php in your theme ‘megahost’
Did you make some change in that file – adding filter, hooks, action or?Sometimes it can also be a blank line in the file, which produces a result of a header already sent error.
[sig moderated; see https://codex.www.ads-software.com/Forum_Welcome#Signatures }
Forum: Installing WordPress
In reply to: Disable radio buttons default in WoocommerceHello,
If you provide your site URL, i can provide you a little CSS snippet to hide it for you ??
[sig moderated; see https://codex.www.ads-software.com/Forum_Welcome#Signatures }