Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1103786

    I am in love with this theme and the support! Thank you in advance.

    I would like to add icons before the post title names to indicate whether a post is a video, blog or audio (something from the fontello library).
    I found this in the forum, but not sure what the solution ended up being: https://kriesi.at/support/topic/custom-category-icon-at-blog-post-title/

    Please see my site in the private content.

    Any support would be greatly appreciated.

    #1104108

    Hey flordelizamejia,

    Please refer to the following for accomplishing this in general WordPress:

    Best regards,
    Jordan Shannon

    #1104971

    Thank you!

    I followed the instructions and found that this adds an icon in front of the post title (which, looking back, is what I asked for.)
    What I should have asked is, “how do I add an icon after the masonry title?”

    If you scroll to the bottom of the page in private content, I hardcoded some icons in place. Is there a way to achieve this?

    Thank you in advance.

    #1106053

    Hi flordelizamejia,

    I am seeing the icons after the title. Is this not what you’re trying to achieve?

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1106731

    Hi Victoria –

    Yes, but I have the icon hard-coded into the title (please see link).

    http://kenpowell.jameshowardhosting.com/wp-content/uploads/2019/06/exmaple.png

    I was hoping for a solution where, when you select the post category, an icon shows up after the title automatically. For instance, when you select “video”, an icon of a play button shows up without having to link to the icon in the media library every time.

    #1108485

    Hi,
    Sorry for the late reply, you can add icons to the end of your masonry titles with css like this:

    h3.av-masonry-entry-title:after {
      content: url(https://png.icons8.com/color/20/ffffff/usa.png);
        display: inline-block;
        padding-right: 10px;
      }

    just adjust the icon url above.
    you can also show a different one for each of your post types or category by adding the unique class for those items before the other classes in the css above.
    Please let us know if there is anything else we can assist with.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.