Tagged: post slider
-
AuthorPosts
-
April 18, 2018 at 10:02 am #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=sharingPlease help me solve the issue!
April 20, 2018 at 2:28 am #944369Hey 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,
IsmaelApril 22, 2018 at 11:46 am #945027Hey 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,
AuroraApril 24, 2018 at 7:31 am #945711Hi,
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,
IsmaelApril 25, 2018 at 10:45 pm #946894Hi 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?
April 27, 2018 at 8:11 am #947706Hi 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,
VictoriaApril 29, 2018 at 9:28 pm #948719Hi 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/viewI’m still having the category (MINDVENTURE) displayed. How can I turn that off on the post ?
May 2, 2018 at 6:58 am #949850Hi,
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,
IsmaelMay 2, 2018 at 8:43 am #949892Hi 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/viewMay 2, 2018 at 11:09 am #949962Hi,
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,
IsmaelMay 2, 2018 at 11:19 am #949968Great,
thank you for answering all the questions. The result is great. You can close the case…:)
May 3, 2018 at 9:48 am #950598Hi AuroraArcus,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
VictoriaJuly 4, 2018 at 1:28 pm #981167hi 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?
July 5, 2018 at 12:05 pm #981546Hi,
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,
IsmaelJuly 5, 2018 at 1:03 pm #981572Hi Ismael,
works like a dream. The Image Slider was the way to go:)
Thank you!
July 6, 2018 at 7:24 am #981871Hi,
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 -
AuthorPosts
- The topic ‘Customisation Posts’ is closed to new replies.