aleksandrarocks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Insert logo in header – Twenty ElevenSo I added this – and nothing shows. Where is the mistake, in the height px?
/* Logo above searchform */ #branding hgroup { background: url('https://oneearth.iamaleksandra.com/wp-content/uploads/2013/05/One-Earth-Logo.png'); background-repeat: no-repeat; background-position: 100% 0px; } /* Height */ height: 339px; }
Should it be:
/* Logo above searchform */ #branding hgroup { background: url('https://oneearth.iamaleksandra.com/wp-content/uploads/2013/05/One-Earth-Logo.png'); background-repeat: no-repeat; background-position: 100% 0px; height: 339px; }
Tnx.
Forum: Fixing WordPress
In reply to: Insert logo in header – Twenty ElevenHmmm – don’t work. The CSS height link seems broken too. Thanks for the help I really appreciate it. Let me know if any other ideas come to mind.
Aleksa
Forum: Fixing WordPress
In reply to: Insert logo in header – Twenty ElevenSure Andrew, I can try that – but how? Sorry I am pretty new so maybe an example?
Forum: Fixing WordPress
In reply to: Full screen width header – Twenty ElevenBig thanks Seacoast Web Design!!!
Forum: Fixing WordPress
In reply to: Full screen width header – Twenty ElevenAlas, victory!! Thanks!
Aleksa
Forum: Fixing WordPress
In reply to: Full screen width header – Twenty ElevenOh no way that did work!! Thanks so much! I can definitely decrease the side bar now – let’s see…
Could you explain why it worked? So I know in future and it doesn’t feel arbitrary. Thanks again!
Aleksa
Forum: Plugins
In reply to: [Twitter Widget Pro] Widget stopped appearing on Homepage onlyYep – definitely stopped working. Also it’s asking for a key and secret – but how do you get those from twitter? As far as I am aware – no option to get a secret?
Forum: Themes and Templates
In reply to: Menu bar background image doesn't work wellHi!
SO I looked into these…the second point you make – I have not put that CSS on my own. I am guessing it comes from a plugin I installed to change the font of the website. I am not sure what the head of the page is or the external stylesheet, but considering I have only been making modifications (i.e. adding custom code to the child theme) I have nothing to do with that alteration (well, not by touching the code at least). However I don’t see how moving that code would change the appearance of the black lines (now turned light gray – my attempt to mask the problem by changing the menu background color through Theme Options).
Your first point – again – all I see on my end is the alteration on the child theme so the background image is still there and the code reads (all my child theme alterations pertaining to the Menu Bar:
#access {
background: transparent; repeat scroll 0 0 transparent;
box-shadow: none;
display: block;
float: left;
margin: 0 auto 6px;
width: 100%;}#access a{
background-image:url(‘https://www.iamaleksandra.com/wp-content/uploads/2013/01/old_wall.png’);
margin: 0;}#access ul ul a {
background-image:url(‘https://www.iamaleksandra.com/wp-content/uploads/2013/01/old_wall.png’);
margin: 0;}Lastly when you say “Also check on the background here:
#access {background: linear-gradient(#252525, #0A0A0A)” I am not sure what you mean by check? Like change something?I am sorry if this is supposed to be apparent but it is not – I am a beginner, and I do appreciate the help (and patience).
Kindly,
Aleksa.Forum: Themes and Templates
In reply to: Menu bar background image doesn't work wellArgggh – tried that…doesn’t work again…any other ideas? I appreciate the help.
Thanks a lot,
Aleksa
Forum: Themes and Templates
In reply to: Menu bar background image doesn't work wellYes, exactly, so I have tried this and it’s not working:
#access, #access ul ul a {
background-image:url(‘https://www.iamaleksandra.com/wp-content/uploads/2013/01/old_wall.png’) repeat scroll;
}Thanks a lot for the help!
Aleksa.
Forum: Themes and Templates
In reply to: Menu bar background image doesn't work wellOkay so let me try that…I would like it gone! ??
I am guessing to do that I can change “#181818” to “rgba(0, 0, 0, 0)”? Or maybe “background: transparent”?
Thanks a lot,
Aleksa
Forum: Themes and Templates
In reply to: Menu bar background image doesn't work wellHey hey,
I am using Chrome, IE and Firefox…just couple of hours ago I had change the header and the code so might be that it’s still loading in the previous version? But after clearing my cache I see the ends of the menu bar – black rectangles, hanging off the ends (below the header).
Can you see it now?
Aleksa
Forum: Fixing WordPress
In reply to: Can t upload pictures in posts in WordPress 3.5Same here – can’t upload images and the same notification shows for me: “Warning: Missing argument 2 for wpdb::prepare(), called in /home/iamaleksandra/iamaleksandra.com/wp-content/plugins/wp-super-edit/wp-super-edit.core.class.php on line 114 and defined in /home/iamaleksandra/iamaleksandra.com/wp-includes/wp-db.php on line 990”
Help ??
Forum: Fixing WordPress
In reply to: Missing argument 2 for wpdb::prepare(),Hello, I am getting the same notification on my WP dashboard when i log in. And I seems to be experiencing other difficulties as well – like can’t upload photos. I am wondering if you could explain in novice-friendly terms what can I do to fix this, possibly through the WP dashboard itself rather then ftp login?
Thank you for your help.
Aleksa.