• I have a couple of chaps who post on my blog.
    They upload images from their PC to WP.
    when they or I try to insert an image they have uploaded:
    This is the text in text view, and no image in visual view. Yet I can add the same image as a featured image/header image just fine.

    Images I’ve upload previously insert fine also.
    I’m not an HTML,CSS guy so I dont know how to trouble shoot this or guide the chap [he is an older guy, not tech savvy at all…yeah, worse than me ;)…]
    the blog is here: bigboardgaming.com
    pretty basic.

    I can various see the upload image placed on my site here:
    https://bigboardgaming.com/wp-content/uploads/2021/08/PXL_20210809_201045591-1.jpg

    Here is one image that does not insert and one that does:

    NOT WORKING:
     
    
    <a href="https://bigboardgaming.com/?attachment_id=6500573665" rel="attachment wp-att-6500573665"><img class="aligncenter size-large wp-image-6500573665" src="https://bigboardgaming.com/wp-content/uploads/2021/08/2021-08-10-14.21.29.jpg" alt="" width="1" height="1" /></a>
    
    WORKING:
    
    <a href="https://bigboardgaming.com/grunts-review-playthrough-11-commands-and-colors-napoleonics-prussian-expansion-ligny/pic6284354/" rel="attachment wp-att-6500573547">
    <img class="aligncenter size-full wp-image-6500573547" src="https://bigboardgaming.com/wp-content/uploads/2021/07/pic6284354.jpg" alt="" width="200" height="150" /></a>

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think HTML doesn’t like the name of the file:

    2021-08-10-14.21.29.jpg

    I tried the code you posted above in a CodePen, and the first image is not working. I suggest to try renaming it properly (sample-image.jpg)

    Thread Starter hipshot0710

    (@hipshot0710)

    hmm. So hi phone is autonaming them incorrectly. DAng.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image insert fail query.’ is closed to new replies.