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
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.
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!
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
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!
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.
