This topic has 11 replies, 3 voices, and was last updated 9 years by JackBodiless.

  • Author
  • #35992
     JackBodiless
    Participant

    Hi,
    We would like to hide some elements in the Meta data in posts…
    Time stamp and the categories

    Thanks and regards,
    Levent

    Attachments:
    You must be logged in to view attached files.
    #35998
     Kamal
    Moderator

    Hi,
    Can you please give me the link to your post page ? then I could easily solve this problem instantly. Thanks.
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #35999
     JackBodiless
    Participant

    Hei Kamal… thanks for lightning quick answer man 🙂 Wow!
    The problem is that this site is in a private server… so you cant get in without your ip being registered…
    is it difficult?
    could you guide me?
    if its css then i can paste it in if u give me the code..

    Thanks 🙂

    #36000
     JackBodiless
    Participant

    …and its not my site… its a clients… so i cant fix the ip

    #36002
     Kamal
    Moderator

    Hi,
    Thank you very much. well, I understand your problem. It could be done easily with some css. Let me see what I can do for you. I am testing on my server with some post. Then I will give you the code. I hope they will work. If not then I need access to the site or you will have to find the class for that elements that shows these two items eg, category and time. By the way, Please do not worry. I am here to help you 🙂
    thanks,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #36005
     JackBodiless
    Participant

    🙂 Wow… I love your service mindedness man thanks 🙂

    I had some issues with Kleo before but you make me wanna look into it again and maybe buy another licence for a new site…
    thanks 🙂

    #36007
     Kamal
    Moderator

    Hi,
    thank you very much for the nice words. We are happy to solve your problem. Well, I have got this code

    COPY CODE
    
    /* custom css for hiding time and category under post */
    article .article-meta .post-meta a.post-time:after {
       content: none;
       display: none;
     }
    small.meta-category {
      display: none;
     }
    

    for you. Please paste this code on the style.css of KLEO child and then save the file and refresh the page and you can also clear cache and cookies etc . and see if this works for you. Please let me know if this works. If you have any question, you are always welcome to ask me.
    Thanks
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #36008
     JackBodiless
    Participant

    Thank you Kamal,
    I will try this first thing tomorrow when i get to the office…
    cant login from the home ip 🙂

    Ill let you know… thanks again.
    Best Regards,
    Levent

    #36011
     Kamal
    Moderator

    Hi Levent,
    No problem. I hope it works for you. :)and I am waiting for the update from you.
    Thanks,
    Kamal

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #36075
     JackBodiless
    Participant

    Hi again, Kamal,
    the custom css doesnt seem to do it on my installation…

    did it work on yours?

    heres a screen shot of my custom css…
    and attaching a text file, maybe something ive done before is blocking this css… but i have no “important”s.
    also sending screenshots with firebug; to show you the classes i have for these…
    hope you can find a solution 🙂

    Best Regards,
    Levent

    Attachments:
    You must be logged in to view attached files.
    #36082
     sharmstr
    Moderator

    remove “:after”

    COPY CODE
    
    article .article-meta .post-meta a.post-time {
       content: none;
       display: none;
     }
    small.meta-category {
      display: none;
     }
    
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #36092
     JackBodiless
    Participant

    I was wondering about that 🙂
    Thanks for great support guys 🙂
    Best regards,
    Levent

Viewing 12 posts - 1 through 12 (of 12 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?