DJDoubleXL189
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Cannot Figure Out Spacing Issues Within WebsiteEdit your CSS here:
.entry {
margin: 0px;
padding: 0px;
float: right;
width: 500px;
}Change it to:
.entry {
margin: 0px;
padding: 0px;
float: right;
width: 95%;
}Good luck!
Forum: Fixing WordPress
In reply to: Migration ProblemsMake sure that however you chose to do it, that you update the URL that’s in there to your own. If you had parent pages, you may have already kind of created more work for yourself.
Forum: Fixing WordPress
In reply to: Migration ProblemsYou definitely didn’t do the find and replace correctly in your database. You forgot to actually put in your own domain name.
Forum: Fixing WordPress
In reply to: wp-login redirects after migrationI don’t see the redirection at all. Make sure you’ve got your cache cleared from your browser.
Forum: Fixing WordPress
In reply to: Weird redirectRevert back to the old index.php file from WordPress. That’s important.
There are several “Under Construction” plugins available.
Forum: Fixing WordPress
In reply to: wp-login redirects after migrationTry this: https://mosaicfilms.com/wp-login.php
Forum: Fixing WordPress
In reply to: Linking pages within site`<a href=”https://yourdomain.com/your-link”>TEXT LINK</a>
Forum: Fixing WordPress
In reply to: Linking pages within siteUse some classic HTML…
Forum: Fixing WordPress
In reply to: click logo in MantraThis is an issue with the hard code of the theme. The logo url is your root directory, which is not where WordPress is stored.
Look at the URLs that are being called of your other links versus the homepage logo.
Forum: Fixing WordPress
In reply to: BlogIt looks like you updated your permalinks within wordpress, however your .htaccess file doesn’t have the right permissions for rewriting.
Did you change the permalinks recently?
Forum: Fixing WordPress
In reply to: Switched Hosts – Homepage loads rest do notHead into the Settings > Permalinks …make sure that you’ve got the same permalink settings you had on the old site.
Forum: Fixing WordPress
In reply to: Need to recover my FTP PasswordThe only way to access your FTP is to log in to your host provider if you don’t know the password. Even if you can create a new user for the FTP that will work as well, but you’d need to still get in to your hosting account.
Forum: Fixing WordPress
In reply to: Weird issue with Blog page after changing permalinksWhat’s your URL? Not really sure why you’re so animate about hiding it. It’d be nice to take a closer look.
Forum: Fixing WordPress
In reply to: Header – unable to upload image – 404 errorWhen you remove the default logo from the header of the responsive theme, the title and subtitle take over. These can be edited in your Settings > General link of your Dashboard.
Are you encountering the 404 error with any other image uploads?
Forum: Fixing WordPress
In reply to: Myproduct Welcome pageIn the WordPress Dashboard, go to Appearance > Menus
Create a menu with the pages you want, and create a custom link called “Home” and add it to the menu.
Good luck!