Jana
Forum Replies Created
-
Forum: Plugins
In reply to: [Events Planner] How long does set-up take?But… minutes? hours?
Forum: Plugins
In reply to: [Events Planner] How long does set-up take?Thanks, Abel.
Forum: Fixing WordPress
In reply to: Editing Podcasting Feed Metadata for iTunesI have the same question. Any answers?
The page that wilktone links to tells how to set up the code, but I just don’t know where the code is supposed to go.
Forum: Requests and Feedback
In reply to: Please change my user name on support forum!Thanks, alchymyth — my response to leejosepho posted before I saw your reply. That did it.
thanks much!!
Forum: Requests and Feedback
In reply to: Please change my user name on support forum!There’s a drop-down chooser for selecting a different username, but the only option on it is the one I’ve got.
Forum: Themes and Templates
In reply to: [Pilot Fish] Pilot Fish, IE 8, and normalize.cssThought I should follow up…
Foto ended up not working for me, so I came back to Pilot Fish. That problem w/ IE 8 was persistent, but the author jumped in and helped tirelessly. She said she would try to update the template to solve that problem.
Bottom line… I would recommend Pilot Fish. Just make sure you check out how it’s working in IE8.
Here’s the site I built using Pilot Fish: https://blackbearbosin.com/
Now I’m getting this message:
Warning: Invalid argument supplied for foreach() in /nfs/c02/h12/mnt/42751/domains/wp.welcome2hope.com/html/wp-content/uploads/vimeography-themes/bugsauce/bugsauce.php on line 73
…at the top of the page — but I haven’t changed anything. What’s up?
Forum: Themes and Templates
In reply to: [Oxygen] Remove featured photo on post page ?What are you supposed to do with “<div clas=”post-content”> once you find it? I don’t understand what “comment under this title first php code” means.
Thanks.Fixed! Thanks, Danni!
Sure. Email me at the email address in my user name.
(Just Danni! Not you other stalker!)
Well, that did something different! Now IE is freezing up, then “Not Responding.”
[shaking my fist at IE!]
But does that mean we’re on the right trail?
Sorry; my mistake. I am using custom menu.
page menu.
Okay, I’ve removed it from header.php. Now it looks like this:
<title><?php wp_title(); ?></title> <script>window.jQuery || document.write('<script src="https://code.jquery.com/jquery-1.7.2.min.js"><\/script>')</script> <?php pilotfish_head(); // head hook ?> <?php wp_head(); ?> <meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7? /> </head>
Still not working.
I have not enabled cache, and I have not added any plug ins.
I see what you mean in firebug, but it only appears once in header.php
Here is where the script is; have I put it in the wrong place?
<title><?php wp_title(); ?></title> <script>window.jQuery || document.write('<script src="https://code.jquery.com/jquery-1.7.2.min.js"><\/script>')</script> <script src="https://blackbearbosin.com/wp-content/themes/pilot-fish/js/css3-mediaqueries.js"></script> <?php pilotfish_head(); // head hook ?> <?php wp_head(); ?> <meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7? /> </head>