ckurker
Forum Replies Created
-
Forum: Plugins
In reply to: [Form Manager] Notification emails not working after submitI am having the same issue. Received emails fine last week; this week the emails stopped coming through. Hoping that my form just starts working again.
Forum: Themes and Templates
In reply to: [Fanwood] Add logo to the top of each pageThat worked perfectly! Thanks for helping me with this!
Forum: Themes and Templates
In reply to: [Fanwood] Add logo to the top of each pageI had those fields filled in but erased them when adding the logo wouldn’t work. I thought they were interfering.
I’ve added them back in. What should I try now to add the logo to the header?
Forum: Themes and Templates
In reply to: [Fanwood] Add logo to the top of each pageI did not try changing the header.php file so if things are missing, the theme came that way.
I don’t understand child Themes but can try to figure that out.
I did try using a Custom CSS (by putting in the code I referenced above) but that didn’t work either. Can you tell me what I should put in a Custom CSS?
Thanks for your help.
Forum: Themes and Templates
In reply to: [Fanwood] Add logo to the top of each pageThe site I’m working on is https://www.test.bbpreppers.com
A link to my logo is here: https://www.idrive.com/idrive/sh/sh?k=b4c5c0q9j8 (hope this works!)
Thanks!
Forum: Themes and Templates
In reply to: [Fanwood] Add logo to the top of each pageI just found this post about adding a logo to the header but it did not work for me https://www.ads-software.com/support/topic/logo-in-header-5?replies=7
This link suggests the following but there is no <h1> in my header.php and adding code to the CSS, which didn’t work.
In your header.php, you could find the <h1> and replace the content by the image. So you’ll have something like this:
<h1 id=”site-title”><img scr=”pathtoimagefile-goes-here” ></h1>
Or via CSS, you could edit the style sheet so that you have:
#site-title {
background: url(images/logo.png);
width: xx.px;
height: xx.px;
}Any other suggestions about what I can try are appreciated.
Forum: Themes and Templates
In reply to: [Fanwood] Change background colorThanks for the information! I ended up using a Custom CSS plugin and the code worked perfectly!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Text-Vertical alignment in RowThanks! Worked perfectly!