acann
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Site Icon Favicon Works in all Browsers Except ChromeThat’d be nice, or even if the “Site Icon” feature in wordpress would additionally save an ico file in the root as a “catch-all” for browsers that don’t recognize what it currently does.
Forum: Plugins
In reply to: [Meal Planner Pro Recipes] Meal Planner AMP CompatibilityWas this ever resolved? Does Meal Planner Pro format well on AMP enabled pages?
Forum: Fixing WordPress
In reply to: Site Icon Favicon Works in all Browsers Except ChromeAs a workaround, I converted the PNG to an ICO file, named it favicon.ico, and uploaded it to the root of the domain. Seems Chrome is defaulting to read that properly. Would still be interested to know why the core Site Icon feature of wordpress does not work for Chrome.
Forum: Fixing WordPress
In reply to: Site Icon Favicon Works in all Browsers Except ChromeSorry I may have been unclear, a couple of months ago I uploaded a 512×512 PNG file using the WordPress Site Icon feature. It appears correctly in IE 11, Safari 10 and Firefox 49, both Mac and PC. It does not appear at all in Google Chrome 53, Mac or PC.
Is there a reason for this? Will using a PNG with the WordPress Site Icon feature not work with Google Chrome for some reason? Maybe Chrome requires an ICO and won’t work with PNG?
So to reiterate, I have already made use of the Site Icon feature of wordpress, and it does not work in Google Chrome. I have tried on Windows (7 and 10), Mac OSX 10.11.6, with or without incognito tabs, clearing cache, etc. The favicon does not appear in Google Chrome, it appears fine in all other browsers I’ve tested.
Forum: Fixing WordPress
In reply to: Site Icon Favicon Works in all Browsers Except ChromeThanks, I’m trying to figure out why the Core WordPress “Site Icon” feature isn’t doing this for me. It seems to work for other browsers, but not Chrome? Shouldn’t the Site Icon feature work?
Thanks I added that in after double checking the google dev site and after testing it appears to work properly. Thanks for the help!
Forum: Plugins
In reply to: [AMP] AMP Error The attribute 'rel' may not appear in tag 'div'Thanks, I was able to edit (with their assistance) the monarch.php file to remove those tags and now it seems to be indexing the AMP pages properly. Thanks for your help!
Forum: Fixing WordPress
In reply to: Mobile Long Loading Times – No Theme/PluginsI added a footer.php in the child and added the code there, now it appears at the bottom. I just ran a test on an iPhone 5, Chrome and Safari. First time the header image took about a half minute to fully load (rest of page had loaded), but the result at the bottom says 134 queries in 0.703 seconds. Tried again (closed and reopened Chrome) and this time it loaded the header and rest of page but got stuck on the picture for “latest post”, still showed quick query loading (in fact it showed the entire page including the query results before that last picture loaded).
It’s almost like it gets stuck at odd places…I don’t get it. Seems like the queries are done when the issue comes up.
So, I don’t know…I don’t get it. Any ideas?
Forum: Fixing WordPress
In reply to: Mobile Long Loading Times – No Theme/PluginsI can’t really see anything in query analyzer since it only displays results if you are logged in so I can’t see what it shows for loads on my phone. Sometimes clicking around through my admin area there is a http request error relating to wp-cron which says
“Operation timed out after 1001 milliseconds with 0 bytes received”
But it doesn’t appear to do anything or cause unwanted behaviour in the screen.
I tried to add this line of code to a text widget in my footer, also tried in the footer scripts area, but it doesn’t seem to show the variables, just the text “queries in seconds.”. Am I doing it wrong?
<?php echo get_num_queries(); ?> queries in <?php timer_stop(1); ?> seconds.I was hoping this way I could at least see what it says when the mobile load takes extremely long.
By the way, since the lack of theme and plugins didn’t change anything, I re-enabled them all. Except I left Jetpack and Hellobar off, and for W3TC I re-enabled it simply to clear the page cache then deactivated it again (i’ve had it off during all testing but thought maybe something sitting in that cache folder was interfering).
Forum: Fixing WordPress
In reply to: Mobile Long Loading Times – No Theme/PluginsThanks for responding Jeffrey, I can try installing Query Monitor and see if it shows anything. Yes it seems to only happen when I access from a mobile phone (iPhone 5 is what I have tested), but it doesn’t happen every time.
You can access it via this link but you won’t be able to navigate through the site since any of the links you’d click would take you to the live server, so you’ll only be able to see the homepage (although the issue exists on the live site as well).
If you have any further suggestions I’m grateful for the help, my host has somewhat wiped their hands of it since it happens on both the old and new server (so the point out it must be the website). It’s like every once in a while something slows everything down, when the issue happens the site does load eventually, but can take 60+ seconds (ex. the header image will be missing, and after 20 seconds it will load, then the next picture, etc). Then other times it seems to load the whole page in a few seconds. Desktop seems fine although once in a while it will take a bit of extra time (say the average is 4-6 seconds, once in a while it might take 9-10 seconds).
Thanks again for responding!
Forum: Fixing WordPress
In reply to: Website slow loading time to first byteAh I see, this will be a difficult thing to test I gather. Thanks very much for the response, I will go back to them again and see if they can investigate this further. They keep pointing to plugins or the theme…I think I will ask them to create a sub-domain with a fresh wordpress install, I’ll do the basics of setup and then test it’s results. If it’s still slow TTFB then clearly it’s not the customizations of my site.
Thanks again for the response, I will report back and mark as resolved once I have a response from the webhost.
Forum: Fixing WordPress
In reply to: wp-json Causing Long "Wait" time for page loading?Thanks! What will removing that do? Does it make sense that this slows down the response of my site or is it just a coincidence it shows that link on the first byte response?
Forum: Everything else WordPress
In reply to: Will changing Post/Page Author Affect Ranking or SEO?Thanks, yes that is what I plan to do it’s just that the user actively used is not the user that has all the posts under it (due to a process the user had been doing for quite a while). So for ease of the user I was going to adjust the user they currently use (which has a good user_login) by making their user_nicename something different (hence not exposing their user_login in page source), then move all the posts/pages over to their user, and delete the old user with an easy to guess user_login.
I just wanted to be sure moving the posts to a different author would not affect SEO/page rank/google authorship, etc. I can’t find much online about that.
So is it safe to say it really shouldn’t impact anything?
Forum: Plugins
In reply to: [Magic Action Box] Custom CSS to adjust specific input fieldsThanks so much, there was some extra stuff in there like
url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII="but I saw your changes and transferred them and it did indeed work. I ended up not using it because I hadn’t anticipated how that would look on mobile (too squished).
In either case, your solution is accurate so I am marking this as resolved. Thanks so much for taking the time to respond!
Forum: Plugins
In reply to: [Magic Action Box] Custom CSS to adjust specific input fieldsAny suggestions?