Viewing 28 posts - 1 through 28 (of 28 total)
  • Author
    Posts
  • #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 Nora

    #1202513

    Hey Nora,

    Please add this CSS code as well:

    #top .post-meta-infos .text-sep-date {
        display: none;
    }

    Best regards,
    Nikko

    #1202515

    Thanks, 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 Nora

    #1203464

    Hi 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,
    Rikard

    #1203509

    Hm, 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 Nora

    #1203663

    Hi NoraGTS,

    Best regards,
    Victoria

    #1203672

    Great, thanks so much!
    Best, Nora

    #1203723

    One 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 NORA

    #1204116

    Could 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 Nora

    #1204141

    Hi 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,
    Nikko

    #1204340

    Thanks – 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 Nora

    #1204352

    Hi 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,
    Nikko

    #1204362

    Great, 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 Nora

    #1204550

    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.

    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 Nora

    #1204649

    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.

    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 Nora

    #1205404

    Hi 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,
    Nikko

    #1205417

    Thanks 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 Nora

    #1205729

    Hi 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,
    Nikko

    #1205732

    Sorry, I don’t understand. This is not about the WHITE TEXT COLOR that is missing, right?

    #1205739

    Hi 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,
    Nikko

    #1205741

    No, 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

    #1205743

    Hi 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,
    Nikko

    #1205748

    Great, 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 Nora

    #1206083

    Hi 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,
    Nikko

    #1206100

    Thanks!
    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 Nora

    #1206154

    Hi 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,
    Nikko

    #1206155

    The 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?

    #1206192

    Hi 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

Viewing 28 posts - 1 through 28 (of 28 total)
  • You must be logged in to reply to this topic.