j09
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Gateway] Mobile Pages’ Header Not ShowingHello @kaitlinkuehner
You probably need to clear the cache on the phone you’re using. You can try visiting your blog on another phone to confirm.
When I load your blog I see the custom header across devices.
Forum: Fixing WordPress
In reply to: CSS Errors after SSLHello @derfeliix
Neither
https://minecraftplace.net/themes/Newspaper/style.cssnorhttp://minecraftplace.net/themes/Newspaper/style.cssare valid because the link is not correct. There is no such directory on your server.Your CSS file(s) is located at
http://minecraftplace.net/wp-content/themes/Newspaper/style.csswhich is also accessible athttps://minecraftplace.net/wp-content/themes/Newspaper/style.cssYou need to edit your theme / child theme to point at the correct url for the CSS files.
Forum: Fixing WordPress
In reply to: Missing Static Front Page selection in settingsI’ve noticed that when I open the site the page that displays doesn’t have a complete permalink address.
Do you see “view frame source” if you right-click in any blank space of those pages?
Forum: Fixing WordPress
In reply to: Location for page specific scriptsNoted with thanks for the detailed reply. In that case you may be right in using Schema mark up.
I am not aware of any “page-specific script” section in the default wordpress page editor. It sounds like this may be a part of a plugin you are using.
However, if you just want a short answer, create a test page and add random test text / script to its “page-specific script” box and then load the page. After doing so, you can right-click and then select “view page source”
You will see the html code for your page. You can then look for the test text/script you added to determine if it’s added to the <head> or <body> section (most likely it will be in the head section)
I can also try to help if you post a link to the test page.
- This reply was modified 9 years, 5 months ago by j09.
Forum: Fixing WordPress
In reply to: Location for page specific scriptsHello @acann
May I ask why you’re using Schema mark up in the first place?
IF the only reason you’re using Schema is SEO, I’d say don’t bother.
You may find the long read I will link below interesting, but here’s the summery in relation to your issue.
Backlinko analyzed one million search results and concluded:
There is No Correlation Between Schema Markup and Rankings
Here’s the Backlinko Research Article with regard to SEO (published Sept 2016)
Forum: Fixing WordPress
In reply to: Mobile View and LanguageYou’re welcome, hope it works out.
Forum: Fixing WordPress
In reply to: Mobile View and LanguageNo apologies needed @mrmckee
This is a comprehensive guide and it should be enough to get you through the process
Forum: Fixing WordPress
In reply to: Images “There” But Not DisplayingYes indeed, They are showing like you mentioned earlier and that’s also why I used the word “appear”
If you have already tried to disable all plugins and that did not work and you have already tried uploading a new image and this still didn’t work,
They only thing I can think of is trying to upload an image file via ftp to /wp-content/uploads/2016/09/. Completely bypass wordpress. Then load that file directly in your browser and see if that work.
Other than that you could look into file / folder permissions but that’s not something I can advise you on.
Forum: Fixing WordPress
In reply to: Mobile View and LanguageIn a nutshell this asks your visitors browsers to open a border-less window within your website that is as big as the device screen is. And then load http://www.hillmortonprimaryschool.com/wordpress in it.
You end up with http://www.hillmortonprimaryschool.com being still open (although it’s “empty”) and a window – with http://www.hillmortonprimaryschool.com/wordpress loaded in it – taking 100% of the screen size in front of it.
Frames are not 100% mobile friendly and the are know to break scripts sometimes.
The issue of your original post is not caused by the redirect, it is caused by what I mentioned above.
I am inclined to believe that if you revert the changes and set up the redirect properly, you won’t need to move you wordpress (unless you want to do it anyways)
Forum: Fixing WordPress
In reply to: Images “There” But Not DisplayingI can confirm what @anevins said
Are you sure your images are there? I checked the directory of one of them and it appears to be empty: http://superdeluxeart.com/wp-content/uploads/2016/09/
All of the subfolders in your 2016 folder “appear” to be empty.
Have you tried uploading a new image for testing purposes?
Forum: Fixing WordPress
In reply to: Mobile View and LanguageThis is a general starting point for moving wordpress to another folder Moving WordPress to Root
I have never encountered a redirect that causes framing. How did you add the redirect? Through a plugin?
- This reply was modified 9 years, 5 months ago by j09.
Forum: Fixing WordPress
In reply to: Mobile View and Languagewhen you go to hillmortonprimaryschool.com the website loads in a frame (url stays the same no matter what you do on the website or what pages you visit – because you’re navigating inside the frame)
When you go to hillmortonprimaryschool.com/wordpress/ directly, you’re loading the actual page and not a frame.
I would check on what’s causing the framing first.
- This reply was modified 9 years, 5 months ago by j09.
Forum: Fixing WordPress
In reply to: Mobile View and LanguageHello @mrmckee
I couldn’t help but notice that you have “google translate wordpress plugin” installed. Maybe that’s what’s causing the “translate to English” bar at the top of the screen?
Edit:
Also, please note that your whole website is being loaded in a frame (might be the same plugin that’s causing that)- This reply was modified 9 years, 5 months ago by j09.
Forum: Themes and Templates
In reply to: [Writr] PageSpeed issue on MobileHello @chloegeorge
This may be caused by one of many reasons, however; the most “common” reason is that your stylesheet (.css file / files) is being loaded a little bit late – especially if you’re using any custom font(s)
If google ranking for mobile pages is a big factor in your project, I recommend that you investigate Accelerated Mobile Pages. You can read more about these here
- This reply was modified 9 years, 5 months ago by j09.
Forum: Fixing WordPress
In reply to: Put in a repacement image and keep original URLHello @pringle-stik
Yes, that’s possible, all you need to do is rename the new file to be an exact match of the old one.
Then you need to either use FTP, or Cpanel or the equivalent on your hosting, navigate to the location of the current file, then deleting the old file and uploading the new one in its place.
That should take care of it.