-
AuthorPosts
-
June 7, 2017 at 5:59 pm #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
June 9, 2017 at 7:28 am #805882Hey 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,
RikardJune 9, 2017 at 8:16 am #805895Hey 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
June 9, 2017 at 6:11 pm #806168BTW; I´ve just recognized: Via Safari the CSS seems to have an impact as wanted, but via Chrome not…
June 9, 2017 at 6:51 pm #806183Dear 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 2017Example TO BE:
Im PHYSIOtalk: „Ich möchte
verordnungsfreies Arbeiten erleichtern“
9. Juni 2017June 13, 2017 at 11:46 am #807383Hi,
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,
IsmaelJune 14, 2017 at 11:16 am #807909Hi Ismael,
thx – how can I attach screenshots? Drag´n´drop is not working..June 14, 2017 at 9:22 pm #808224Hi,
You can upload it here: http://imgur.com/ and post the link here after the image is uploaded.
Best regards,
NikkoJune 22, 2017 at 9:44 am #811402Hi,
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=0Thx a lot , Tilman
- This reply was modified 7 years, 5 months ago by oestersund.
June 26, 2017 at 6:26 am #812885Hi,
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,
IsmaelJune 29, 2017 at 3:25 pm #814529Hi 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
June 30, 2017 at 6:53 am #814819Hi,
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,
IsmaelJune 30, 2017 at 8:34 am #814854Hi Ismael,
thx1: 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?
July 1, 2017 at 7:04 am #815262Hi,
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,
Ismael6July 1, 2017 at 10:34 am #815309Hi Ismael,
via loco translate it worked, great!
Thx for the hint re. media queries :-)Post can be closed
Cheers Tilman
- This reply was modified 7 years, 4 months ago by oestersund.
July 4, 2017 at 3:44 am #816117 -
AuthorPosts
- The topic ‘Adjustments for blog layout: comments and sidebar widget’ is closed to new replies.