Photos Not Showing on Blog Page in Travelify in Wordpress

Hello,
http://travelmyheart.com/wordpress/
(1) The photos in my blog posts don’t show up. Please help.
(2) How can I get rid of the dotted lines and borders? Please help.
Thank you.

Hello there,

I hope you are doing well today.

The images appear fine so you may need to clear your browser cache.

You can use the following CSS code to remove the dotted lines by going to Appearance > Customize > Additional CSS and pasting it there.


#content .post {
    border-top: 2px #eaeaea !important;
}

Best Regards,
Support

Hello there,
Thank you for your quick response.
http://travelmyheart.com/wordpress/
(1) How can I get rid of the double lines/borders on each page?
(2) How can I delete your automatically generated Copyright text on the bottom left hand corner (not the bottom right hand corner)?
Thank you

Hello there,
http://travelmyheart.com/wordpress
(1) For each blog post, how can I left align the image?
(2) I was able to solve both of my questions in my previous support post. Please ignore them.
Thank you

Hey there,

I hope you are well today and thank you for your question.

You can move the image on this link to the left using the following CSS.

.post-featured-image a {
display: block;
text-align: left;
}

Best regards,
Support.

Hello there,
To be specific, I am referring to the home page/list of blog posts of http://travelmyheart.com/wordpress
On this home page/list of blog posts, the image is not left aligning. How can I make it do so?
Thank you

Hello there,
After pasting the CSS you gave me, my text is now out of alignment with the image on the home/blog list page. How can I place the text in alignment with the image?
Secondly, do you have other layouts for the home/blog list page?
Thank you

Hey there

Looks like you changed the layout of the page after your last question here because i no longer see the images along with the blog posts on your website, can you update your question?

Dear Noda,
Thank you for your response. I used a format without images on the home/blog list page. As my images are of different sizes, the list was looking a bit unattractive.
(1) Can I easily shift the navigation bar (to above the image)?
(2) Do you offer alternatives layouts for the home/blog list page?
Thank you.

Dear Noda,
Please ignore (1) in my previous post.
Question - Do you offer alternative layouts for the home/blog list page such as 3 column format?
Thank you.

Hello

Dear Tina, you can check several other layouts of the blogroll on our demo, (under blog menu) please see this links:
https://colorlib.com/travelify/blog-large-image/

Dear Noda,
Thank you for the URL for the blog layouts. I now want to integrate payment on our Travelify theme on http://travelmyheart.com/. I am looking to integrate the ability for my users to pay for (1) one-time transactions and (2) recurring billing.
I know one of the great features about your theme is payment integration, but I don’t know where to begin.
(1) Can you give me the name of the plug-in for the two features above?
(2) Can you give me a link to step-by-step instructions for installing and configuring the plug-in?
Thank you.

Hello there,

I hope you are doing well today.

In order to add payment options to WordPress you would have to use either WooCommerce or integrate paypal into WordPress. Here is an article that explains more about these plugins and how to configure them:

Best Regards,
Support