Tagged: x
-
AuthorPosts
-
April 10, 2016 at 10:24 am #875259
I am using the Honiara skin for The Grid for audio posts, and I don’t want to see the category or tags under my post title while within The Grid.
I figured out how to remove the tags and extra commas with this code from another forum thread:
.post_tag { display: none!important; }
.honiara .tg-item-footer {
display: none !important;
}.honiara .tg-cats-holder > span{
display: none;
}.honiara .tg-cats-holder > .category:before{
content: “, “;
color: #444444;
}How can I now hide the category so that the only text is the title of the post (while viewing from The Grid)?
Thanks!
April 10, 2016 at 10:33 pm #875841Hi there,
Thanks for writing in.
It depends on existing class name, would you mind providing your site’s URL that has this grid?
Thanks!
April 10, 2016 at 11:01 pm #875863The grid is on this page: http://pinkzebramusic.com/music/
I have noticed a new troubling issue as well. As I add more posts/audio tracks, the html audio player is having a difficult time. Now that I am loading over 20 posts in the grid, many of the audio tracks no longer play. Firefox seems to be okay, but Safari and Chrome now are failing. Often, the audio player’s volume icon has a slash through it, which I assume indicates a code problem?
Am I running into a limitation of the HTML 5 browser audio player? When I limit The Grid to load only 5 posts at a time The Grid audio player functions correctly in all my browser tests. However, I need it to load more than 30 at a time. Is this possible or will I continue to run into audio player glitches with that many posts?
I’ve spent many hours this week making this much progress. However, if this isn’t going to work because The Grid can’t handle this many audio tracks/posts at once I need to know before I set up hundreds of more. I really love the way The Grid functions when it works. I truly hope there is a solution.
Thanks very much for your help!
April 11, 2016 at 6:11 am #876258Hey Pink,
To remove the tags, Please add the code below in your Appearance > Customize > Custom > CSS.
.tg-cats-holder {display: none !important}
Regarding the audio issue, that doesn’t happen on my end. Everything shows up.
Thanks.
April 11, 2016 at 7:07 am #876318Thanks, the categories are now gone!
I’ll keep testing the audio issues that I’m having. I’m glad all the posts/audio tracks worked for you 🙂
April 11, 2016 at 11:22 am #876713You are welcome. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Cheers!
-
AuthorPosts