-
AuthorPosts
-
April 7, 2020 at 2:46 pm #1201616
Hi,
I wanted to get rid of the author’s name in my BLOG – on both the BLOG PAGE as well as on an INDIVIDUAL POST, and added this code:#top span.blog-author.minor-meta {
display: none !important;
}The author’s name is gone, but the lines that show the date moved a little to the left and doesn’t show centered anymore. Was the code wrong?
Thanks NoraApril 9, 2020 at 10:33 pm #1202513Hey Nora,
Please add this CSS code as well:
#top .post-meta-infos .text-sep-date { display: none; }
Best regards,
NikkoApril 9, 2020 at 10:41 pm #1202515Thanks, that works. However, the part that contains the date is moved a little to the left, it’s not centered.
AND: how can I eliminate the option to leave a comment on each individual page. I set it in ENFOLD – BLOG LAYOUT, but it’s still showing, I can still leavea a message.
THANKS NoraApril 14, 2020 at 7:46 am #1203464Hi Nora,
I’m very sorry for the late reply. Please try the following CSS in order to center the date container:
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }
I can’t see an option for adding a comment though, did you manage to remove it?
Best regards,
RikardApril 14, 2020 at 10:30 am #1203509Hm, that didn’t work, I’m sorry.
I still moves to the left – and I checked on several computers, so it’s not a cache issue.
THANKS NoraApril 14, 2020 at 4:49 pm #1203663Hi NoraGTS,
Best regards,
VictoriaApril 14, 2020 at 5:18 pm #1203672Great, thanks so much!
Best, NoraApril 14, 2020 at 7:14 pm #1203723One more question:
My main color for my font is the same as my background color on some pages.
Now I added SHARE BUTTONS to my page and their signs have the same color as my background, so you cannot see the content, just the frame of the SHARE BUTTONS! How could i change the color just for my SHARE BUTTONS to WHITE?
THANKS NORAApril 15, 2020 at 6:38 pm #1204116Could you please give me some advice on how to custom code the font color for the header: SHARE ENTRY (after a blog post) and all the social share buttons. I need them to be white! Currently it shows the same color as my background and cannot be viewed.
THANKS NoraApril 15, 2020 at 8:26 pm #1204141Hi Nora,
This CSS code should make the share buttons color to white:
#top .av-share-box .av-share-link a { background-color: white; }
Best regards,
NikkoApril 16, 2020 at 10:33 am #1204340Thanks – would it be possible though to make the color of the icons in white, and not the background? I tried text-color, icon-color, but that didn’t work.
Thanks NoraApril 16, 2020 at 11:04 am #1204352Hi Nora,
You can use color instead of background color, here’s an example:
#top .av-share-box .av-share-link a { color: blue; }
Best regards,
NikkoApril 16, 2020 at 11:20 am #1204362Great, thanks – that worked.
One more question: On my BLOG OVERVIEW page, I would need only the preview text for each blog entry to be white as well. Here too the text has the same color as the background and therefore cannot be viewed. I know I could change it in the styling section, but then it would change for all the text.
Thanks NoraApril 16, 2020 at 9:23 pm #1204550One more question: On my BLOG OVERVIEW page, I would need only the preview text for each blog entry to be white as well. Here too the text has the same color as the background and therefore cannot be viewed. I know I could change it in the styling section, but then it would change for all the text.
Also, in one of my projects I can see a BLOG EDITOR when creating a new Blog Entry, in another project using Enfold I don’t have this option and my entries look totally different. Is that an additional plugin?
Thanks NoraApril 17, 2020 at 8:58 am #1204649One more question: On my BLOG OVERVIEW page, I would need only the preview text for each blog entry to be white as well. Here too the text has the same color as the background and therefore cannot be viewed. I know I could change it in the styling section, but then it would change for all the text.
Also, in one of my projects I can see a BLOG EDITOR when creating a new Blog Entry, in another project using Enfold I don’t have this option and my entries look totally different. Is that an additional plugin?
Thanks NoraApril 20, 2020 at 7:30 am #1205404Hi Nora,
I apologize for the delayed response.
Please don’t use Advanced Layout Builder in order to achieve that layout.
After that, you’ll need to go to Enfold > Blog Layout > Blog Styling set to Elegant.
Then Blog Layout set to Single Author, big preview pic (no author picture is displayed, featured image is big).Best regards,
NikkoApril 20, 2020 at 8:48 am #1205417Thanks so much.
There is just one more thing: On my BLOG OVERVIEW page, I would need only the preview text for each blog entry to be white as well. Here too the text has the same color as the background and therefore cannot be viewed. I know I could change it in the styling section, but then it would change for all the text. I attached an image where you can see the problem: the preview text is not shown because it has the same background color – I would need just this text to be white!
THANKS NoraApril 21, 2020 at 10:38 am #1205729Hi Nora,
I see then I think you can just use your settings before, then add these CSS codes in Quick CSS (these codes only affects single posts):
.single-post #wrap_all .container .entry-content-wrapper { max-width: 40em; margin: 0 auto; }
For the Special Heading and Separator, it would be much better to align them to the center using the options in the editor, it can be done with CSS as well but this will be the default setting for single posts:
.single-post #wrap_all .container .entry-content-wrapper .av-special-heading-tag, .single-post #wrap_all .container .entry-content-wrapper .hr { text-align: center; }
Let us know if this helps.
Best regards,
NikkoApril 21, 2020 at 10:47 am #1205732Sorry, I don’t understand. This is not about the WHITE TEXT COLOR that is missing, right?
April 21, 2020 at 11:22 am #1205739Hi Nora,
I apologize for my response, can you give us a link to the page you mentioned?
I thought your blog page was the News link in the main menu.Best regards,
NikkoApril 21, 2020 at 11:28 am #1205741No, it wasn’t, the Blog page is not online so far, until I resolved the problem. The problem appears on this page: see private content
April 21, 2020 at 11:52 am #1205743Hi Nora,
I see, please add this CSS code, this will only affect the page you gave:
#top.page-id-8686 #wrap_all .entry-content { color: white; }
Best regards,
NikkoApril 21, 2020 at 12:01 pm #1205748Great, thanks so much.
But if I rename the page to BLOG instead of BLOG1, will this affect the pageID?
Also, is there a way to give the button WEITERLESEN > a stronger color?
AND: I would like the BLOG PAGE to show ALL BLOG ENTRIES, but I need only choose a category. So I need to add the content element BLOG ENTRY for each category? This changes the appearance date!
THANKS NoraApril 22, 2020 at 9:34 am #1206083Hi Nora,
No, the page ID remains the same only the title changes.
For the WEITERLESEN button, try adding this (just change the color):#top a.more-link { color: skyblue; }
As for the third question, I’m not really sure what you meant, can you give us links and maybe screenshots of that?
Best regards,
NikkoApril 22, 2020 at 9:57 am #1206100Thanks!
On my page, the order of the Blog entries should be according to how I set the dates for each entry.
But I assigned 2 different categories, one is called ALLGEMEIN and one is called INTERVIEW. In ALLGEMEIN I have 3 blog entries, in INTERVIEW just one.
The INTERVIEW should come in between the other blog entries, just as I set up the publishing date.
However, on my blog overview page /blog1 I have it listed on top, because I had to give each content element a category.
Hope that makes sense.
THANKS NoraApril 22, 2020 at 11:59 am #1206154Hi Nora,
Thanks for giving us admin access.
I have checked it and I don’t see any changes in the appearance of the date.
As for the category issue, if I’m correct you’re looking for a way to have it sorted in Categories, I think you can use Masonry for this but the design is like a grid and not the same as the one you currently have, so unfortunately I think that type of modification would take a lot of time and it’s outside the scope of our support :(Best regards,
NikkoApril 22, 2020 at 12:03 pm #1206155The INTERVIEW should be on SECOND PLACE, but now it’s on FIRST PLACE.
So if I have several categories, I need to set up a content element for EACH CATEGORY, correct? And that makes the order incorrect. Is that right? So in order to avoid that, the only way is to have my blog entries NOT categorized. Right?April 22, 2020 at 1:46 pm #1206192Hi Nora,
The reason why it’s on the first place instead of second is because it’s arranged in this order:
– blog posts – interview
– blog posts – allgemein
You can instead select all categories and use 1 blog post not necessarily set it to uncategorized but that does work as well.Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.