Tagged: 

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #943517

    Hello Support and once again thank you for an amazing template:)!

    I’m trying to customise how a single post is displayed on my frontpage. This is my end goal:
    https://drive.google.com/file/d/1KS3q08bbQbOiGXYUmQvYZoQW5J_HqbHM/view?usp=sharing
    1. with the title or heading displayed at the same position
    2. with a chosen subheading just beneath the title (at the same position)
    3. with a “read more” link below (but written in Danish instead) (at the same position
    4. and one more note – I don’t wish the comments displayed…

    This is what Im currently getting… With the different settings in the post slider, I’m not able to obtain anything better than this…
    https://drive.google.com/file/d/1caZq9x0J22BZ3glqNXPzVINN3syziIDj/view?usp=sharing

    Please help me solve the issue!

    #944369

    Hey AuroraArcus,

    Thank you for using Enfold.

    1.) Do you want to move the title over the image?

    2.) Enable the post excerpt if you haven’t already. Add it manually if you’re planning to build the content with the advance layout builder.

    3.) Did you set the Settings > General > Language Settings to Danish?

    4.) The element will not display the comments section by default.

    Best regards,
    Ismael

    #945027

    Hey Ismael,

    thanks for looking into the matter!

    1) Yes, then the excerpt just beneath it and the read more link beneath the excerpt. All on top of the image as in this linked image: https://drive.google.com/file/d/1KS3q08bbQbOiGXYUmQvYZoQW5J_HqbHM/view?usp=sharing.

    2) I’ve added Title + excerpt + read more link. Can you tell me where I add the excerpt manually?

    3) Great – it’s in Danish now!

    4) I have no recollection of how this was turned on. Do you know where to turn if off?

    Best regards,
    Aurora

    #945711

    Hi,

    Thank you for the update.

    1.) Use this code to move the slide content above the slide image.

    .slide-content {
        position: absolute;
        left: 50%;
        transform: translate3d(-50%,0,0);
        top: 20%;
    }

    2.) Edit the the post, enable the Excerpt module or box from the Screen Options panel. You’ll find the Screen Options at the top right corner of the post editor.

    4.) Are you referring to the comment count and the date container? Use this code to hide those info.

    .html_elegant-blog #top .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
        display: none;
    }
    

    If you want to disable the comments on the actual post page, use this css instead.

    .single .comment-entry.post-entry {
        display: none;
    }

    If possible, please open a single thread or post for each inquiry. Thanks. :)

    Best regards,
    Ismael

    #946894

    Hi Ismael,

    thanks for the info.

    1. Problem solved! Thank you

    4. Im trying to shut down the comments on this page using your code, but it wasn’t working when I put it into the quick css (I dont want “0 Kommentarer/marts 10, 2018” displayed…
    .single .comment-entry.post-entry {
    display: none;
    }

    I’m still having the category displayed. How can I turn that off on the post?

    The excerpt is not being displayed centered like the rest, but is instead a little left-oriented. How can that be centered like the rest?

    How do I change the color of the all the text of the title and excerpt into white?

    #947706

    Hi AuroraArcus,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #av_section_2 .slide-meta {
      display: none;
    }
    #av_section_2 .avia-content-slider .slide-entry-excerpt {
        text-align: center;
        color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #948719

    Hi Victoria,

    thank you – it works!
    With the code you sent me, I now the excerpt centered and white. How do I make the title (“…DET SHANGRI-LA DU ENGANG KENDTE ER VÆK”!) white?
    https://drive.google.com/file/d/1caZq9x0J22BZ3glqNXPzVINN3syziIDj/view

    I’m still having the category (MINDVENTURE) displayed. How can I turn that off on the post ?

    #949850

    Hi,

    Glad it worked. Please use this css code to change the font color of the title.

    #top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
        color: #ffffff;
    }

    Best regards,
    Ismael

    #949892

    Hi Ismael,

    that changes it for the whole site and all blogs. I want to be able to change the color on this specific post on this specific page. How do I do that?

    I’m still having the “category” (MINDVENTURE) displayed. How can I turn that off on the post ?
    https://drive.google.com/file/d/1caZq9x0J22BZ3glqNXPzVINN3syziIDj/view

    #949962

    Hi,

    Replace it with this one.

    #top.home h3.slide-entry-title a {
        color: #ffffff;
    }

    For the category, use this.

    .html_elegant-blog #top.home .avia-content-slider .blog-categories {
        display: none;
    }

    Best regards,
    Ismael

    #949968

    Great,

    thank you for answering all the questions. The result is great. You can close the case…:)

    #950598

    Hi AuroraArcus,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #981167

    hi again support,

    I wish to make the have the post slider displayed in full screen like as if it was a background image on a color section. The goal is that it stretches from top to bottom of the screen and left to right, filling up everything and having the header transparent in front of it…

    Is that possible?

    #981546

    Hi,

    I’m not really sure if that’s possible. Have you tried to use the Featured Image Slider? It’s full width by default. Please provide a link to the page with the post slider.

    Best regards,
    Ismael

    #981572

    Hi Ismael,

    works like a dream. The Image Slider was the way to go:)

    Thank you!

    #981871

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Customisation Posts’ is closed to new replies.