Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #277999

    Hi there,

    How can I remove date and comment count from Blog Layout page? I already set “check to display” as uncheck from Enfold Blog Layout settings.

    Thanks,

    Orhan

    #278212

    Hey Orhan!

    Try adding this code to the Quick CSS:

    .comment-container.minor-meta, .text-sep.text-sep-comment, .text-sep.text-sep-date, .date-container.minor-meta.updated{
        display: none;
    }
    

    Cheers! 
    Josue

    #278369

    Hi Josue,

    I did it but it has still same problem.

    You can check it on http://www.insanayatirim.com/blog

    Thanks.

    #278372

    By the way, quick CSS area has another code and now quick CSS area has the code below:

    #top .ipt_uif_icon_and_form_elem_holder input{
    margin-left: 50px;
    }
    .comment-container.minor-meta, .text-sep.text-sep-comment, .text-sep.text-sep-date, .date-container.minor-meta.updated{
    display: none;
    }

    All right?

    #278374

    Try adding this code to the Quick CSS instead:

    .slide-meta{
    display: none !important;
    }

    Cheers! 
    Josue

    #278598

    Hi Josue,

    It is OK now.

    Can you please tell me why the image of each blog is different then the original? I expect it to fit to blog layout smaller but it is cutting automatically. How can I use same image (without cutting) on blog layout page?

    One more thing, I’ve noticed that #278377 was closed. Can you check https://www.insanayatirim.com/is-gorusmen-icin-hazir-misin/ page for Turkish characters problem (I’m using a Mac).

    Thanks,

    Orhan

    #278669

    Hey Orhan!

    The problem is that font (News Cycle). Apparently it doesn’t support Turkish characters, you’d need to change that.

    Cheers!
    Josue

    #278675

    Can you check this address: https://www.google.com/fonts/specimen/News+Cycle#charset

    I noticed that this font supporting Turkish characters. Can you please try to copy and paste the text below to google fonts page?

    Biliyor musunuz, birçok aday -iş için uygun olduğu halde- hatalı başvuruları nedeniyle mülakatlara davet edilmiyor. Davet edilen adayların yarıdan fazlası da yaptıkları hatalar yüzünden mülakatları kaybediyorlar. Birçoğu bunun farkında bile değil! Farkında olsalar dahi nerede hata yaptıklarını bulmaları zor.

    Thanks,

    Orhan

    #278683

    Hi Orhan!

    Found the root of the issue, the problem is that you are not including the 700 version of the font.
    http://fonts.googleapis.com/css?family=News+Cycle:400,700

    What code are you using to import this font?

    Regards,
    Josue

    #278688

    I am not a codeman :( So, I’m just using wordpress, theme and plugins. So, I don’t use any code to import it inside. I am choosing this font from Enfold/Advanced Styling Options.

    #278689

    I’ll fix it for you. Can you please create me an administrator account? post it here as a private reply.

    Regards,
    Josue

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Blog pages’ is closed to new replies.