Res2
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [raindrops] Article page and addressHi nobita!
Where should I change this?
I don’t recognise the code from anything I’ve seen.
Forum: Themes and Templates
In reply to: [raindrops] Modifying the small screen settings, part IIAh, I achieved what I wanted for the left sidebar and the vcard, by modifying on your suggestion, thanks
@media screen and (max-width : 640px){ .lsidebar, span.author.vcard{ display: none; } }I still need help removing the space between the mobile menu and the white area @media screen. I cannot locate what does that?
Forum: Themes and Templates
In reply to: [raindrops] Making translations permanentAlso, I’d like to change the ‘Søg’ within the textbox to ‘Emne’, so that including the searchbutton, it doesn’t say Søg – Søg (redundant) but Emne – Søg.
How?
Forum: Themes and Templates
In reply to: [raindrops] Modifying the small screen settings, part IIAnd, there’s a space between the mobile menu and the white area.
How do I call that (to display none)?Forum: Themes and Templates
In reply to: [raindrops] Modifying the small screen settings, part IIAlso, the links to specific articles in the @media screen now contain the author name. That is a mess. Why does it do that?
Forum: Themes and Templates
In reply to: [raindrops] Modifying the small screen settings, part IIAh, no.
Just the opposite, in fact?
I mean: “PC views default sidebar show. (as usual)
Small screen ( 640px> screen width ) default sidebar HIDE”
And is this in style.css?Forum: Themes and Templates
In reply to: [raindrops] Making translations permanentIt’s a nice filter. Thanks!
How do I kill or change the link from author name?
(I also wish to kill the link from the date to the calender)Forum: Plugins
In reply to: [Post Thumbnail Editor] Left hand image?Ok, thanks.
I’ll look into it when I find the time.Forum: Plugins
In reply to: [Post Thumbnail Editor] Left hand image?Thanks for the answer. But I’m still unable to use the plugin.
It clarifies that the plugin does not work as it should on my wp.
It’s 4.0, maybe that’s it?The left hand image (40 seconds in on the youtube video) never appears, only the right hand ones, after choosing thumbnail size. Which I can’t crop, of course. Should the images be a special format? Most of mine are png?
Forum: Themes and Templates
In reply to: [raindrops] Making translations permanentOh, never mind point 4. I switched to using the category widgets instead.
Forum: Themes and Templates
In reply to: [raindrops] Using raindrops mobile menuYes, it worked.
Thanks again, nobita. 🙂Forum: Themes and Templates
In reply to: [raindrops] Using raindrops mobile menuAh, I see.
So,the path changes when I use a child theme edition of responsiveness.css… makes sense, I suppose.
Thanks, nobita! 🙂Forum: Themes and Templates
In reply to: [raindrops] Using raindrops mobile menuIt is almost working as it should, now.
What I have yet to figure out is some reason why the .open and .close images of the mobile menu are no longer visible?They dissappear when I added an !important to line width in responsiveness.css’ (in line 138, under `#doc3 #ft .widget-wrapper ul,
#doc3 #bd .yui-b,
#doc3 #yui-main {` Without this !important, however, the text area will only take up part of the width, rather than 100%, as it should. It seems a case of choosing between two evils, but perhaps there’s a trick to get the open and close images to reappear?Forum: Themes and Templates
In reply to: [raindrops] raindrops menu does not work for mobileWpu9000
did you find some solution for this that you can explain? I have similar problems making use of the mobile menu.
Forum: Themes and Templates
In reply to: [raindrops] Header title on the blog list pageAwesome! Many thanks,nobita. 🙂
I have no idea how or why that worked, but it did.
Specifically, I wrote:<div class="artikeltitel"><h2 class="h2 entry-title"> <span>Artikler</span> </h2></div>in the otherwise empty hook-prepend-loop.php added to my child-theme, in order to get the same title format as the rest, as well as a div box to push around/place properly in css.