joecoyle
Forum Replies Created
-
Hello @hollowtowhole
I would be happy to assist. I tested this image out on my test wp site for these types of reported issue. Try changing the image size from large to Medium. This seems to produce a clearer image. I think the quality of the original image is not high and increasing the size will distort the image.
Forum: Fixing WordPress
In reply to: no longer can save schema markup data in Custom FieldHello @cuenca
I be more than happy to assist. I tried to reproduce the issue you are reporting but I was able to add your Data Markup Script using a “Custom HTML” block. You can Visit this page and inspect as proof. https://test.coyle.us/data-markup/
I have added an image of the html from the Google inspect tool
Forum: Fixing WordPress
In reply to: “Leave Page” pop up keeps showing upHello @brightfuturebh
I would be happy to assist. When I click on the link you provided it gives an error “Sorry, you are not allowed to preview drafts.” If I go to you main URL and select “Visit Our Shop!” at the bottom, I do not get a “Leave Site” message.
Forum: Developing with WordPress
In reply to: Alt Text for Images were StrippedI had to drill down but I was also able to find the alt text in the html code using Google Developers Tools. I did not look at every image but this is the Corporate image with the guy at the bar with the beer.
<div class="wp-block-cover alignfull"> <span aria-hidden="true" class="wp-block-cover__background has-background-dim-20 has-background-dim"></span> <img decoding="async" fetchpriority="high" width="1280" height="1562" class="wp-block-cover__image-background wp-image-25865 lazyloaded" alt="Portrait of restauranteur, PJ L'Heureux, photographed on location at Craft Beer Market by Calgary photographer, Brett Gilmour for an editorial in Bar and Beverage Magazine."- This reply was modified 2 years, 7 months ago by joecoyle.
Forum: Fixing WordPress
In reply to: Error after setting up multisite networkRemove that redirect that we created earlier and try again and let me know what happens. Also, what is your site URL when you go to Network/Admin/Sites and edit the site?
- This reply was modified 2 years, 7 months ago by joecoyle.
Forum: Fixing WordPress
In reply to: Home Footer different from other pagesThere does seem to be some page coding issue. You could try to use something like Google Inspect to compare the the bad page with one that is formatted the way you want it. There has to be some custom html or maybe a custom css file somewhere that could be causing the issue.
How about just recreating the page all together. That should not be to difficult.
Forum: Fixing WordPress
In reply to: Error after setting up multisite networkWhen you select “My Sites” and then hover over the site in question and select “Dashboard” What happens?
Forum: Fixing WordPress
In reply to: Error after setting up multisite networkIf you have cPanel access to your site. You can create a redirect under the Domains section “Redirects”. You can choose “permanent” and “wildcard” when creating the redirect. If you installed wp in the root of public_html the the redirect URL should be https://mydomain.com/ where “mydomain” is your domain name.
Please let me know if this resolved your subfolder site not loading the dashboard.
Forum: Everything else WordPress
In reply to: HTTPS not evaluated These pages are not served over HTTPS.One final update. It seems the Site URL is responsible to how the File media URL is created. Mine was using http. Once I updated the site url to use https, the File URL gets created using https. If you are using a network install with multi-site, this is found under the individual site configuration under the Network/Admin/Sites If you have a single site install the site URL is located under Settings/General.
Please let us know if this resolved your issue.
Forum: Everything else WordPress
In reply to: HTTPS not evaluated These pages are not served over HTTPS.I believe I found a solution to your url not serving up as https.
Select the block that you uploaded the file and under Block settings on the right of the page/post change “Link to” from “Media File” to “Attachment Page”. This will change the url to https.
Please confirm and mark your post resolved if this solves your issue.
Forum: Everything else WordPress
In reply to: HTTPS not evaluated These pages are not served over HTTPS.I have confirmed and was able to reproduce your issue. I have reported this and I am waiting for additional confirmation that blocks do not support file https urls at this time. As a work around it was suggested to try these steps:
- Set web server redirection from http to https (in typical case – use .htaccess rules)
- Install plugin like “Better search replace” and run bulk replace within database to replace http://sitedomain/ with https://sitedomain/
- Be patience, because google will not update immediately… this is usually slow
Forum: Fixing WordPress
In reply to: Error after setting up multisite networkI am using subdomains with my network install. To get this to work correctly I had to add a redirect for the subdomain url to the root directory of my wp site. For example test.mydomain.com redirected to mydomain.com. Try adding a redirect like this mydomain.com/subsite to mydomain.com
If you provide an example of an image that will not upload, I will upload to my test wp site to see if I have a similar issue.
Also, have you tried uploading the image using an ftp client like FileZilla FTP to rule out an issue with wp?
Forum: Everything else WordPress
In reply to: Audio/Video default VolumeNice job figuring out how to loop through all the videos on the page. Please mark your post resolved to help keep the site tidy
Yes, that is strange but if the images that upload without any issue are few KBs in size then it would seem there is some issue with larger. Do you have any size limitation under your hosting account?