Website Rob
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ForbiddenYou need to provide more details of the problems. What are you trying to access? Have you contacted your Hoster about this problem?
Forum: Fixing WordPress
In reply to: installing new webDon’t believe there is a free WordPress Plugin to Import the site so it will have to be done by hand. That would mean doing it yourself, page by page, or hiring someone to do it for you. Either way it might be a large task that will take weeks or months.
Forum: Fixing WordPress
In reply to: Back-End of WordPress extremely slowDo a traceroute from your computer to your website. A quick search should give you results of how to do that with your OS. Your looking for 4 numbers which are connection time to your site. The lower the better, at least under 100ms. That will tell you if any connection problems between where you are and where you want to go to.
Use Browser Dev Tools (F12) to compare back-end load time with front-end. Shouldn’t be too much of a difference.
Cannot advise anything else as no website given to test.
Forum: Fixing WordPress
In reply to: so many bugs, updating issues, server resource hungryIf the document was created using Editor A and is being edited using Editor B, there can be problems. Each would do things their own way. If using Visual for editing then one cannot see what HTML / CSS code is being used. If you work with the code itself (Text) you should be able to do as you please by removing/adding code.
It could also be the Theme causing problems and nothing to with any Editor. The page link you provided shows some incorrect coding that will cause problems. Where that incorrect coding is coming from, I don’t know.
https://validator.w3.org/ will show where incorrect (Errors) coding is.
As to your layout, whenever ‘float’ is used, like with the name brand images, it means one must think differently about the layout. Personally I think the layout looks fine. If it displays in the same manner on all devices then I would move on to other problems. Changing layout could mean re-coding of the entire layout.
Forum: Fixing WordPress
In reply to: I set a page as the home page but it doesn’t workAdmin -> Settings -> Reading
The above is where you set your Home page.
Forum: Developing with WordPress
In reply to: Connecting to an external SQL Server databaseI would contact Amazon for help with this problem as it’s their server and they would know best how to help.
Forum: Fixing WordPress
In reply to: website can not be publishedDo you have a Coming Soon or Maintenance Plugin installed? Looks like you do and it needs to be disabled.
Forum: Localhost Installs
In reply to: New WP site on new serverYou could, but legally and technically the website would be owned by you and your responsibility as it is on your Hosting account. Possession being 9/10 of the law… or so they say. If there is a falling out later (anything can happen) then things could get a bit sticky.
A better way is to create a dir. on your Client’s Hosting account and install WordPress there. Password protect it using a Password Plugin so nobody and no Search Engines can access it. Work on it to your heart’s content.
Once completed and ready to go live, the current website is removed, move everything WordPress related up one level, change some lines in the .htaccess file and you’re done.
From a legal and responsibily point-of-view, it’s always better when the Client has access and control of what they own.
Forum: Fixing WordPress
In reply to: CORS error loading themeWith the ‘https’ situation out of the way, I don’t see any loading errors on the frontend of the site. There are some Warnings but I don’t see anything that would cause the page to break or be non-functional.
Forum: Fixing WordPress
In reply to: so many bugs, updating issues, server resource hungryUsing two page Editors at the same time will cause problems. Might be best to continue using Elementor for the Live site and setup a staging/test dir. using its own database. That will allow you to do whatever you what in the test dir. without affecting the Live site.
Forum: Fixing WordPress
In reply to: Website layout issueGood to hear the problems were resolved. Please mark this thread as Resolved and we’ll see you the next you have a problem. 🙂
Forum: Fixing WordPress
In reply to: Linking to PDF which is not displaying correctlyGood to hear problem is gone. Please mark this thread as Resolved and we’ll see you next time. 😉
Forum: Fixing WordPress
In reply to: Linking to PDF which is not displaying correctlyYou have more than one PDF download link. Which one is giving you problems? And have you tried using another Browser, did problem persist?
BTW, 2 out of 3 PDF links worked fine. The 3rd (last one) requires JavaScript which I had disabled.
Forum: Fixing WordPress
In reply to: Website layout issueUsing https://validator.w3.org/ shows there are a lot of HTML coding errors. Correct those and most of your current problems will be gone.
Forum: Fixing WordPress
In reply to: so many bugs, updating issues, server resource hungryIf Elementor is installed, is it disabled?
Are the problems also with new Pages and Posts?