justanormalwpuser24
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: meta tag keeps on being enclosed in paragraph tags1.<head> </head>
2. Twenty Twenty Three
3. in the Full Site Editor you can switch between the visual editor with the blocks and stuff and the code editor which has the html- This reply was modified 1 year, 7 months ago by justanormalwpuser24.
Forum: Fixing WordPress
In reply to: meta tag keeps on being enclosed in paragraph tagshead tags also get closed by paragraph tags automatically in the main body of the code editor
Forum: Fixing WordPress
In reply to: meta tag keeps on being enclosed in paragraph tagsI put the meta tag in the wp:heading tag and it is no longer enclosed in paragraph tags, although it does say “block shows unexpected or invalid content” but that doesn’t show up in the preview
although I am concerned that the search engine will somehow miss it and not sure this is the best method- This reply was modified 1 year, 7 months ago by justanormalwpuser24.
- This reply was modified 1 year, 7 months ago by justanormalwpuser24.
Forum: Fixing WordPress
In reply to: what is the new Appearance > customize?update: I have discovered that in the styles tab, in the site editor the three little dots give me a welcome guide and I can also make additional css
- This reply was modified 1 year, 7 months ago by justanormalwpuser24.
Forum: Fixing WordPress
In reply to: image anchoring causes too many redirects error<!-- wp:image {"id":141,"sizeSlug":"full","linkDestination":"custom"} --> <figure class="wp-block-image size-full"><a ><img src="insertmywebsite'snamehere" alt="" class="wp-image-141"/></a></figure> <!-- /wp:image --> <!-- wp:gallery {"linkTo":"none"} --> <figure class="wp-block-gallery has-nested-images columns-default is-cropped"><!-- wp:image {"id":142,"sizeSlug":"large","linkDestination":"custom"} --> <figure class="wp-block-image size-large"><a ><img src="https://cookiethecat.atwebpages.com/wp-content/uploads/2023/08/Screenshot-2023-08-04-145051.png" alt="" class="wp-image-142"/></a></figure> <!-- /wp:image --> <!-- wp:image {"id":143,"sizeSlug":"large","linkDestination":"custom"} --> <figure class="wp-block-image size-large"><a ><img src="https://cookiethecat.atwebpages.com/wp-content/uploads/2023/08/Screenshot-2023-08-04-145805.png" alt="" class="wp-image-143"/></a></figure> <!-- /wp:image --></figure> <!-- /wp:gallery --> <!-- wp:image {"id":144,"width":301,"height":530,"sizeSlug":"full","linkDestination":"custom"} --> <figure class="wp-block-image size-full is-resized"><a ><img src="https://cookiethecat.atwebpages.com/wp-content/uploads/2023/08/image-7.png" alt="" class="wp-image-144" style="width:301px;height:530px" width="301" height="530"/></a></figure> <!-- /wp:image --> <!-- wp:image {"id":146,"width":650,"height":397,"sizeSlug":"full","linkDestination":"custom"} --> <figure class="wp-block-image size-full is-resized"><a ><img src="https://cookiethecat.atwebpages.com/wp-content/uploads/2023/08/image-9.png" alt="" class="wp-image-146" style="width:650px;height:397px" width="650" height="397"/></a></figure> <!-- /wp:image -->
This isn’t the entire page’s code, just the code for the anchored images
Forum: Fixing WordPress
In reply to: image anchoring causes too many redirects errorwhat does that do? is it on by default?
Forum: Fixing WordPress
In reply to: image anchoring causes too many redirects errorupdate: I think the problem is external links, as even text anchors to them causes this error, also I can add one external link. untested if I can add more than one without an error
- This reply was modified 1 year, 7 months ago by justanormalwpuser24.
Forum: Fixing WordPress
In reply to: image anchoring causes too many redirects erroralso its not just this post, its any post with image anchors it seems
(I haven’t been using javascript either)- This reply was modified 1 year, 7 months ago by justanormalwpuser24.
- This reply was modified 1 year, 7 months ago by justanormalwpuser24.