Iono
Forum Replies Created
-
Forum: Themes and Templates
In reply to: announcement in header?To anyone having a similar problem: try the WP Notification Bar plugin.
Forum: Plugins
In reply to: [WP-TopBar] [Plugin: WP-TopBar] My topbar is not working, what do I do?The whole Plugin doesn’t work? When I activated it, wp told me that it didn’t have a valid header. (and yes I’m pretty sure it doesn’t mean mine 🙂 )
Plus, there are no topbars displayed in the settings menu. Nothing to set up.Forum: Themes and Templates
In reply to: header: seperate background and border-bottom – *how??*Yay, it worked! Thank you, alchymyth!
Forum: Themes and Templates
In reply to: background: why is it zoomed in??Instantly adopted this! Have a good evening and thanks again 🙂
Forum: Themes and Templates
In reply to: background: why is it zoomed in??That’s true, I didn’t think of that!
It’s just more work to crop an image… hints like yours are very helpful to me, I’m quite new to all this.Forum: Themes and Templates
In reply to: background: why is it zoomed in??Well, with 1280 height it’s working… okay, I’ll just do it this way if there’s no other solution. Thank you!
Forum: Themes and Templates
In reply to: background: why is it zoomed in??I tried my best but still can’t work it out. Please, are there any suggestions?
Forum: Themes and Templates
In reply to: background: why is it zoomed in??Hey Andrew,
sorry, here you go 🙂CSS: http://pastebin.com/5MpT7S3j
HTML: http://pastebin.com/QSx1AQDAForum: Themes and Templates
In reply to: having trouble centering headerGreat, thanks a million! 🙂
Forum: Themes and Templates
In reply to: having trouble centering headerOh wow, thank you so much, Andrew! Made my evening!
Sorry for bothering you, but one more thing: Do you know how I could move the menu *below* the red line so it’s not crashing the header? I saw it on some pages (and as well on screenshots here: https://theme.wordpress.com/themes/retro-fitted/) but don’t see how to change it.
Forum: Themes and Templates
In reply to: having trouble centering headerAah cool, thank you! Not using windows though, but found it anyways: http://pastebin.com/tf2J5Cfs
Forum: Themes and Templates
In reply to: having trouble centering headerLike this? http://pastebin.com/C98uU7yt
It’s only the CSS code ((where) is there a html code on wordpress?), sorry.
I hope it’s OK if I don’t send you the link- it’s not a finished page and I don’t want Google to remember all that 😉Thanks for helping!
Forum: Themes and Templates
In reply to: having trouble centering headerThe cookie image is fine, it’s perfectly centered (mine is stuck in the top left corner of the page). It was just an example for what I mean by “header”.
Mine is still stuck on the top left of my page… 😉Forum: Themes and Templates
In reply to: having trouble centering headerAndrew, thanks for the answer! I tried to insert display:block like this:
#header{display:block;width:1024px;position:relative;height:360px;padding:20px 0;background:url(/wp-content/uploads/xyz.jpeg)repeat-x 0 0;border-bottom:10px solid #ce3000}#header .wrap{width:980px;margin:0 auto}But it didn’t change. (also tried position:center before) Do you think it’s fot to do with #header.wrap?
What do you mean by background image? I’m worried about the header on top of the page (like here https://bettercookies.wordpress.com/ (not my blog)).
Forum: Themes and Templates
In reply to: insert header into retro-fitted theme?It’s not, that’s the point! WordPress 3.4.1 is bugging on this one… but thanks.
I found out what to do, I’ll just post it here for anyone else having the same problem:*upload your new header under “media”
*copy location and file name (e.g. wp/images/newheader.jpg)
*go into style.css (editor menu) and search header.jpg
*replace this file and its location with the new one
*change widht and height according to your new header pixel dimensionsand don’t forget to save 😉