map do not display what I need on the page. React - dictionary

enter image description hereenter image description here
I am using the map method but it is not outputting anything in the React
It is necessary that all the information of the array is displayed

Related

I can't add an image to the Newave - WordPress Responsive One Page Parallax template

I have purchased a theme but I can't add an image to the Newave - WordPress Responsive One Page Parallax theme. When I click on the edit flag and I want to add an image, a rather strange icon appears, but when I add an image, it appears in a strange way other than the expected way.
This strange code [parallax_quote author="Richard Johnson"]Creativity is allowing yourself to make mistakes Art is knowing which ones to keep[/parallax_quote]
The code appears like this enter image description here
And when I add a picture like this [enter image description here]enter image description here
Appearance becomes like this enter image description here
I tried to add the image via a link or path from the file, but to no avail
I don't know, I don't know how to add the image code, or it's the wrong way
The image should appear like thisenter image description here

vue3 file upload progress bar should be applied

enter image description here
How can I add percentCompleted value to the progress tag in vue in this js file?
enter image description here
enter image description here
Do I need to add something to this props part as well?

How do i get wp gallery to add my images alt text

So using wordpess.com
Is there a way to get alt text to show when inserting images as a gallery? The code only shows gallery id code and nothing more.
I need that alt text to get my images to rank in the serps.
The images are too large to insert as individual images.
It turns out while the gallery id code was the only image code showing in wp html view that viewing page source shows all the image details like alt text and file name are indeed there.

How do I find the attribute image in vc_single_image

Suppose I have a footer that is writen in shortcode with visual compose and I wanna put an image:
[vc_single_image image="8469" img_size="full" alignment="center"]
where do I find the image value 8469?
You can go to your WP admin and go to Media.
Click the image you want to use. It should open up in a Modal with the image on one side and details on the other. when this happens the url of the page changes to something like:
/wp-admin/upload.php?item=180
Or if it opens up in its own page then you will see link like: /wp-admin/post.php?post=180&action=edit.
Where 180 is the image's id stored in the database. Which is exactly what you need to replace in your shortcode's image attribute
go to media library from side menu and select the image you want to insert. The url look like wp-admin/upload.php?item=4499
Put the value of the item (in image url) in the vc_single_image component
which look like
[vc_single_image image="4499"  img_size="200*200" alignment="center"]
on a dashboard, go-to media library then select an image click on edit more details than on a Permalink you will get the id of that image

Ignore image via opengraph sharing?

So I am running into an issue that I cannot find an answer to. I am trying to put a tag on an image so that open graph will IGNORE that image. I have a share post button on my blog and facebook / pinterest always pulls the avatar image instead of the featured image. So I would like to put a tag on my avatar image to be ignored when sharing. I could put open graph information specifically on each image but then every post I have something to do, whereas if I could ignore the profile image it would work perfect.

Resources