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

    Hi,
    on my blog (example entry: https://www.fitgutschein.de/faszientraining-hype-oder-sinnvoller-neuer-ansatz/

    I would like to change 2 thins:

    a) delete “Want to join the discussion? Feel free to contribute!”

    b) increase fonts size for sidebar the widgets headlines and body text

    Acc to similar posts I´ve entered / tried in CSS:
    /* blog design */
    span.minitext {
    display: none!important;
    }

    h3.miniheading {
    display: none!important;
    }

    .sidebar .widgettitle { font-size: 26px;
    }

    But this seems to have no effect.

    Would be great if you have any idea how to fix it. Thx a lot & best regards, Tilman

    #805882

    Hey Tilman,

    1. I couldn’t see that on the page, where exactly are you seeing that?

    2. Please try this to increase the sidebar widget headers:

    .sidebar .widgettitle {
      font-size:24px !important;
    }

    Best regards,
    Rikard

    #805895

    Hey Rikard,

    1. It´s on https://www.fitgutschein.de/faszientraining-hype-oder-sinnvoller-neuer-ansatz/

    below “Dein Kommentar” it reads: Want to join the discussion?
    Feel free to contribute!
    – those shall be deleted.

    2. I´ve added it in the css – but see no effect

    Would be great if there is a way to fix it.

    thx again, Tilman

    #806168

    BTW; I´ve just recognized: Via Safari the CSS seems to have an impact as wanted, but via Chrome not…

    #806183

    Dear Team:
    For the sidebar I have one aaddtl adjustment:

    Currently the blog posts title is in italic, and directly afterwards the post date appears

    My wish: between title and date there shall be always a new line – currently sometimes the date is partly torn in 2 lines

    Thx agan, Tilman

    Example AS IS:
    Im PHYSIOtalk: „Ich möchte
    verordnungsfreies Arbeiten erleichtern“
    9.
    Juni 2017

    Example TO BE:
    Im PHYSIOtalk: „Ich möchte
    verordnungsfreies Arbeiten erleichtern“

    9. Juni 2017

    #807383

    Hi,

    Could you please provide a screenshot of the issue? The date is located below the post content, right beside the comment count. And I can’t find the “Dein Kommentar”text either. Have you managed to remove it?

    Best regards,
    Ismael

    #807909

    Hi Ismael,
    thx – how can I attach screenshots? Drag´n´drop is not working..

    #808224

    Hi,

    You can upload it here: http://imgur.com/ and post the link here after the image is uploaded.

    Best regards,
    Nikko

    #811402

    Hi,
    re Topic one:
    I want to edit “Dein Kommentar” and to delete “want to join…” Feel free…”

    Furthermore, the request for entering an email address is shown in order to comment. But I don´t want this and did the dashboard setting accordingly. Why / What to change?

    re Topic 2 / my post of June 9, 2017 at 6:51 – hope the screenshot makes ist clear

    2 screenshots for 1 & 2 pls see here:
    https://www.dropbox.com/sh/y26rq8m41e6x6so/AADIgtmtF2LWZocpiABsr7nEa?dl=0

    Thx a lot , Tilman

    • This reply was modified 6 years, 9 months ago by oestersund.
    #812885

    Hi,

    1.) Looks like you managed to remove the text. Is that correct?

    2.) Please add this css code in the Quick CSS field to move the date to the second line.

    .widget_recent_entries .post-date {
        display: block;
    }

    Best regards,
    Ismael

    #814529

    Hi Ismael,
    1) no, it is still there (Chrome, firefox, Safari, …)

    2) unfortunately this has no effect neither (I emptied cache & refreshed…)

    the whole current CSS attached FYI

    any other idea?

    thx fort our efforts, Tilman

    #814819

    Hi,

    1.) I see. Please add the following css code to remove the comment container’s minitext.

    .comment_container .minitext {
        display: none !important;
    }
    

    2.) It is working on our end. Again, please purge the plugin and browser cache after adjusting or adding the css modifications.

    Best regards,
    Ismael

    #814854

    Hi Ismael,
    thx

    1: minitext is now gone, great :-)

    Is there a way to edit the text “Dein Kommentar”?

    BTW: Did you changed the order of other CSS entries? E.g. the “media only screen” remarks ? I so, why?

    #815262

    Hi,

    1.) Please install the following plugin to translate or change the text.

    // https://wordpress.org/plugins/loco-translate/

    Or edit the wp-content > themes > enfold > comments.php file then look for this code around line 165:

    echo "
    <h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>
    ";
    

    2.) Yes, I adjusted the css modifications. Please note that css media queries should be placed at the very bottom of the stylesheet.

    Best regards,
    Ismael6

    #815309

    Hi Ismael,
    via loco translate it worked, great!
    Thx for the hint re. media queries :-)

    Post can be closed

    Cheers Tilman

    • This reply was modified 6 years, 9 months ago by oestersund.
    #816117

    Hi,

    Great! Please let us know if you need anything else. :)

    Best regards,
    Ismael

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Adjustments for blog layout: comments and sidebar widget’ is closed to new replies.