nickjohnsondev
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Edit/Create Post Leads To Blank Page When On DesktopSounds like there might be an issue with the configuration. I suggest removing anything related to WordPress from your laptop and performing a clean reinstallation.
Forum: Fixing WordPress
In reply to: post table guid url not changeCould you please clarify what exactly stopped working after you installed SSL?
Forum: Fixing WordPress
In reply to: Need to repair databaseYou should try this: https://www.ads-software.com/support/topic/tables-do-not-exist-2/
Forum: Fixing WordPress
In reply to: Not able to upload XML fileJudging from the message you receive I suggest contacting the company that owns the new host and ask them whether they have maintenance work. If that’s the case, the issue should go away after they are done with maintenance.
Forum: Fixing WordPress
In reply to: Cannot log into wp-admin, HTTP 500 errorForum: Fixing WordPress
In reply to: CDN has not workedI can’t recommend any CDN at this time. The general rule of thumb is to use the one that has better documentation and is easier to set up (and get rid of, in case set up goes south).
Forum: Fixing WordPress
In reply to: Need slider in Twenty Seventeen Child themeYou should investigate the styles applied both to the image and the carousel container. I suggest to consult the official documentation for the owl carousel library or switch to using slick.js instead (I find it easier in that it has better documentation). Also, make sure the styles that go together with the libraries are correctly applied in your PHP code.
Forum: Fixing WordPress
In reply to: CDN has not workedThe idea here is that it might take time for CDN to work at its full potential.
Forum: Fixing WordPress
In reply to: Dash in Custom post slug causes admin panel and SEO problemsWhen working with custom types, the slugs should have underscores instead of hyphens is that there are various places in WordPress core that utilize the slugs, and that would break if not using an underscore. This is at a code level and around how PHP works.
You can check this article for further reference: https://premium.wpmudev.org/forums/topic/why-is-underscore-permitted-in-the-post-type-but-dash-is-disallowed/#post-505820
Hope it helps.
Forum: Fixing WordPress
In reply to: CDN has not workedAs it says on their website, it can take one to seven days for your site to reflect the performance improvements of a CDN.