Why the excerpts from Custom Post Types doesn't look same as Post's excerpts?

Posted in: Newspaper
Post count: 13

Can you please help me how to resolve this issue?
As you can see the CPT I’ve created automatically are listed as Archives with excerpts that look like this http://www.screencast.com/t/9MMdqi4grg
And to compare this issue here is another screenshot where CPT post excerpt is different from classical post excerpt where both posts are using same Tag and same excerpt code.

Looking forward to hear your thoughts,
Aleksandra

Post count: 3343

Hello,
Do you use there some manual excerpts? because the excerpts from Theme panel work automatic for posts that not have excerpts, if you use manual excerpt, please remove them.

Hope this help.
Thanks for the message!

Post count: 13

Yes I’m using manual excerpts, but because you mention it I have tried removing on few posts and it was the same. So it didn’t work. Also I didn’t mention previous that I’m using for all Module 7, I like this view more than the others and for a bad luck just in this module they are different, on other modules they are fine.

Post count: 13

And if in case this can’t be fixed is it possible in Module 2 for example to be shown the category of the post?

Post count: 3343

Hello,
I’ve tested the excerpt on Module 7 and work fine. If you want you can give me access to your WordPress to take a look, and show me exactly on which page you have the issue.
Send via email at contact@tagdiv.com, also please mention in message title FOR MARIUS and paste a link from this conversation.

About Module 2 do you want to have the category tag there? Where exactly?

Thanks for the message!

Post count: 13

Hi Marius,
First of all thank you for your feedback :). I was working yesterday all day on this problem and I found a solution. I’m using now the Module for search and everything is looking wonderful. Here is a link from my site, I’ve made an extra PHP templates for the Custom Post Types that I’m using. All I’m left to do now some work to get a better speed 🙂

Thank you again and I must say I haven’t work before with such a wonderful theme. You guys Rock. Keep with this great work.

Best Regards,
Aleksandra

Post count: 3343

Hello,
I’m glad you have solved the issue, also if you want to decrease this space http://screencast.com/t/CmWiKxnfJy you can use this css

.td_mod3 .item-details {
  margin-left: 80px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_mod3 .item-details {
    margin-left: 80px;
  }
}

Thanks for those beautiful words.
Have a nice day!

Post count: 13

Hy Marius,
Thank you for the Tip. I have done that and now the homepage looks beautiful!

Have a wonderful day!

Post count: 3343

Hi,
Great, thanks!

Please can you add this instead of the latest CSS provided, this will fix that space on iPad Vertical.

.td_mod3 .item-details {
  margin-left: 80px;
}
@media (min-width: 768px) and (max-width: 1018px) {
  .td_mod3 .item-details {
    margin-left: 80px;
  }
  .td_mod3 .entry-title {
    margin-left: 0px;
  }
}
  • This reply was modified 12 years by Marius.
Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.