jmkeylon
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Top margins off on category pageThe CSS Lines are all given as examples in that document I linked.
Forum: Fixing WordPress
In reply to: Can I preview a new page before wiping the old template?When you browse the themes available to you in WordPress, you can click “Live Preview” and view the themes available to you.
Forum: Fixing WordPress
In reply to: Top margins off on category pageCheck this document for some code examples that might help with your problem.
https://stackoverflow.com/questions/26188967/how-to-set-equal-margins-for-entire-web-page
Forum: Fixing WordPress
In reply to: Top margins off on category pageI opened your page in Edge and it seems to be good margins on all the pages, was this resolved? Sorry I didn’t respond earlier, I never got the notification that you replied.
Forum: Fixing WordPress
In reply to: Top margins off on category pageare you using any CSS in your page or just default twenty-fifteen theme?
Forum: Installing WordPress
In reply to: WordPress installationHey! Installing WordPress can be a daunting task if you’ve never done anything like this before. The guide listed by James is a big help. What I did was used a program called WAMP and installed WordPress locally, created my site on my home computer and then used an FTP program to upload it to my host. I hate saying this, but Google really is your friend. There are a ton of guides for pretty much every step of the process.
https://codex.www.ads-software.com/ is a great place to start for the information you need.
Forum: Fixing WordPress
In reply to: Website Broken After Plugin InstallationHi!
Have you tried removing the new plugin?Forum: Installing WordPress
In reply to: WordPress doesn’t download in .zip driveThere isn’t a ton of information to go off of here, but are you attempting to download WordPress to start setting up a www.ads-software.com site? If so then check out the guide for installing WordPress here. https://codex.www.ads-software.com/Installing_WordPress
Forum: Fixing WordPress
In reply to: Need help to find the right CSS and HTML/PHP file.Hi! For question number one you go to pages in your wp-admin, then choose the tab that you want to change, click “edit” and then you will see the hyperlink below the page name. Choose edit there, and you can make that link to a new page.
Hope that helps!
Forum: Fixing WordPress
In reply to: Changed subdomain in settings — locked out of siteHow are you hosting your site?
Forum: Fixing WordPress
In reply to: Changed subdomain in settings — locked out of siteCan you try going to https://conference.collegeart.org/wp-login.php and see where that takes you?
Forum: Fixing WordPress
In reply to: Home screen lists products after update product name not appearingHello!
Are you running a custom CSS for your page? When I inspected the HTML I came up with this line here.#post-46 h2 {
display: none;
}
Removing this line made your item names appear.Forum: Fixing WordPress
In reply to: wp-admin redirectsWhen I click the link it redirects me to wp-login. This appears to be working as intended? If you’re still having trouble please advise.
Forum: Fixing WordPress
In reply to: Changed subdomain in settings — locked out of siteHi,
When I click the link to go to your site everything seems to be working properly, can you advise on which part of it is broken? Thanks!Forum: Fixing WordPress
In reply to: WordPress main admin user and password change automatically!Hi! have you gone into the database itself and changed the admin username and password to the desired ones? in phpmyadmin you can view your usernames and passwords, from there just set it to the one you desire and it will default to that.