Tagged: x
-
AuthorPosts
-
September 11, 2016 at 8:41 am #1170114
ramyasriram1ParticipantHello,
I’m having some trouble with my featured images and images within posts. I currently have my posts tagged under various topics. However, when I view posts of a particular tag, the images don’t show up unless there’s a featured image. Can you help me fix this, please?
Please take a look at:
http://thetap.in/tag/wedding-invitation-cards/where the images don’t load. However each post has at least one image, such as:
http://thetap.in/wedding-card-13/I’ve maybe messed with my code without knowing. Could you help, please?
Thanks so much!
RamyaSeptember 11, 2016 at 9:06 am #1170128
ChristianModeratorHey Ramya,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
September 11, 2016 at 11:43 am #1170248
ramyasriram1ParticipantThis reply has been marked as private.September 11, 2016 at 6:53 pm #1170481
RadModeratorHi there,
It really requires featured, if there is no featured image and then there is nothing to display. Tag page is an archive, it only displays excerpt. Images within the content will not be displayed since excerpt are text generated content done by WordPress.
Please set featured image to your posts.
Thanks!
September 11, 2016 at 11:52 pm #1170764
ramyasriram1ParticipantOh no, that would mean setting a featured image for all the previous posts as well.
Is there any plugin or code that I may use to set the first image of every post as the featured image?
Thanks so much,
Ramya
September 12, 2016 at 12:55 am #1170811
ChristopherModeratorHi there,
Yes, you need to add featured image to your posts. I, myself haven’t tried plugin like this before, please check this link http://www.wpbeginner.com/plugins/14-best-featured-images-plugin-and-tools-for-wordpress/ as you may find it helpful.
Hope it helps.
September 12, 2016 at 8:11 am #1171281
ramyasriram1ParticipantThank you.
I’ve used a plugin to set the first image of a post as the featured image. Now, the image shows up twice on all the blog posts, once as the featured image and once as the post image. Is there a way to prevent this? Please see:
http://thetap.in/category/comics/ and
http://thetap.in/category/commissioned/However, when I search by tag, it shows up only once (which is fine).
http://thetap.in/tag/lifes-like-that/I’ve been struggling with this for a while now, so would be grateful if we could find a solution.
Thanks so much for your support! 🙂
Warmly,
Ramya
September 12, 2016 at 9:35 am #1171404
ChristianModeratorHey Ramya,
If removing the image in your content is not an option, you will need to disable Full content in Appearance > Customize > Blog
Thanks.
September 12, 2016 at 9:41 am #1171418
ramyasriram1ParticipantOooh, I was able to fix it using:
.category .entry-featured {
display: none;
}Will get in touch in case of further muddles.
Thanks a ton!:)
September 12, 2016 at 9:52 am #1171433
ramyasriram1ParticipantHi,
I’m awfully sorry to be a pain. Here is what I’d like to fix:
-Prevent featured images from appearing twice in search results
(as of now they look like this http://thetap.in/?s=book)
-Prevent featured images from appearing twice in category pages
-Retain featured images in a layout such as this one:
http://thetap.in/category/writing/ which has a specialised codeCould you help me resolve these, please? Sorry for all the trouble!
Thanks again,
Ramya
September 12, 2016 at 11:07 am #1171573
ChristianModeratorFor search, please add the code below in your Appearance > Customize > Custom > Global CSS
.search .entry-featured { display: none; }I don’t see double images in the category pages anymore.
To retain featured images in masonry layout, please add the code
.category .x-iso-container .entry-featured { display: block; }Thanks.
September 12, 2016 at 11:00 pm #1172496
ramyasriram1ParticipantThat worked beautifully. Thank you! 🙂
September 13, 2016 at 2:51 am #1172652
ChristopherModeratorYou’re welcome.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1170114 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
