dlamarche
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Hueman] Hueman Theme not reading from child CSSThanks Tee. Appreciate your time. I sent a quick message to Alexander and lo and behold it was fixed 30 minutes later!
Pretty powerful site you have there. Just an observation: I teach Excel all levels and men are often OK in arithmetic (I dare not say Maths) but with woman, when they are good, they’re not just good they beat any men at it. This fact always impressed me.
My two cents.
Forum: Themes and Templates
In reply to: [Hueman] Hueman Theme not reading from child CSSHello … TouchTheCow (a bit embarassed to address you this way).
I also have problem with child theme and Hueman. A suggestion from Alexander is to download a fully working sample child theme. Unfortunately the link is broken and it is impossible to access the file.
Was thinking to ask you if you tried that solution and if you have that .zip file.
If you do could you please share a copy with me. If you do not have it then it’s fine. I’ll wait that it is fixed.
ThanksForum: Themes and Templates
In reply to: [Hueman] About the size of Preformatted styleOops I forgot to tell you that the font size for Preformatted is now much better. It’s bigger and much clearer thank you very much. I’ll need to figure out how to have the Preformatted box around use a nice background colour like yours.
Regarding the menu bars. My guess is that since I activated the hueman-child theme the menu are in the hueman theme so they are not in the child theme folder. Are all sidebars in another .CSS file? Or are there other files I should have copied in the hueman-child theme?
Thanks for your help. This last question will get me going for a while.
Daniel
Forum: Themes and Templates
In reply to: [Hueman] About the size of Preformatted styleHi Alex. I’ve worked hard to do what you suggested. I’ve created a child theme called hueman-child and added the lines:
.entry code, .entry pre { font-family: Monaco, “Courier New”, “DejaVu Sans Mono”, “Bitstream Vera Sans Mono”, monospace; font-size: 11px; }
.entry pre { background: url(img/pre.png) repeat top; padding: 18px 20px; margin: 30px 0; border: 1px solid #ddd; line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; font-size: 14px; line-height: 1.4em; background-image: none; }Hope this was right. Then I went to activate the theme but the menus and sidebars links were all gone. Did I do something wrong?
Thanks
Forum: Themes and Templates
In reply to: [Hueman] About the size of Preformatted styleThanks Alex. Ok I will dig deep into creating a child theme. Will you help me a bit once this is done?
My understanding here is that once the child theme is done I find the line specified above. Which .CSS file do I find this please?
Then where do I put the following line? Do I add the information in Bold it at the end before the semicolon?
.entry pre { font-size: 14px; line-height: 1.4em; background-image: none; }in the existing:
.entry code, .entry pre { font-family: Monaco, “Courier New”, “DejaVu Sans Mono”, “Bitstream Vera Sans Mono”, monospace; font-size: 11px; }
.entry pre { background: url(img/pre.png) repeat top; padding: 18px 20px; margin: 30px 0; border: 1px solid #ddd; line-height: 19px; white-space: pre-wrap; word-wrap: break-word; overflow-x: auto; overflow-y: hidden; }Does it matter if it’s in the “.entry code, .entry pre” line or in the “.entry pre” ?
Thanks again for your time.