wambamboo
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Fatal error in single.php and othersTo put it another way, where are functions like
get_header()
andlanguage_attributes()
defined? And could I have deleted them accidentally?I haven’t touched functions.php in the parent theme.
Any help at all would be great.
Thanks
Forum: Themes and Templates
In reply to: BBC menuYou can write your own HTML menu inside the Tex widget.
Forum: Themes and Templates
In reply to: 404 page not displayingIf I write a direct path to single.php in the parent theme(Starkers) I get this:
Fatal error: Call to undefined function get_header() in /home/fhlinux199/y/mydomain.co.uk/user/htdocs/wp-content/themes/Starkers/single.php on line 10
And similar for 404.php and archive.php
Which makes me think it’s definitely my mistake.
Any suggestions would be appreciated.
Thanks
Forum: Themes and Templates
In reply to: 404 page not displayingHi
No idea why, but after doing this, single.php and archive.php both redirect to the error page I created. Does anyone know why this would happen and how I can resolve it?
Thanks
Forum: Themes and Templates
In reply to: 404 page not displayingI found this:
“You can also do a redirect in your theme’s 404.php file (yes, it’s ugly…) to your static error page: <?php Header(“Location: https://mydomain.com/error/”); ?>”
and it worked. No idea why and it’s not ideal but at least it’s a solution.
Forum: Themes and Templates
In reply to: 404 page not displayingMaybe I should mention that I’m using Fasthosts. I know some people on various other blogs have mentioned that Fasthosts doesn’t work well with WordPress 404 pages but just wondering if anyone has a solution?
Going to email Fasthosts too.Forum: Themes and Templates
In reply to: 404 page not displayingI have read all I can in the Codex. Is there a way of telling static pages to use a 404.php file?
I’m a bit of a PHP beginner to be honest.
ThanksForum: Themes and Templates
In reply to: 404 page not displayingThe same thing is happening with archive.php and single.php
Forum: Themes and Templates
In reply to: Using Premium ThemesThanks
Forum: Themes and Templates
In reply to: Image link increases borderOk, I thought it might have been some well-known CSS thing.
Unfortunately the page is private for now but here are some code snippets.<div class="project-image"><a href="https://www.xxx.co.uk"><img src="https://www.xxx.co.uk/wp-content/uploads/2011/09/myimage.jpg" alt="xxx" title="xxx" class="alignnone size-full wp-image-290" /></a> </div>
.project-image { float: right; width: 58.94736842105263%;/*672px/1140px*/ border: 0.5625em solid #fff;/*9px/16px*/ margin: 4.25em 0 2.1875em 0;/*60px/16px*/ -webkit-box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, .2); -moz-box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, .2); box-shadow: 2px 2px 4px 3px rgba(0, 0, 0, .2); } img { max-width: 100%; }
I have not set any generic styles on ‘a’ tags yet.
Forum: Plugins
In reply to: [Plugin: Flexslider] IE IssueBut height 100% width 100% cause major probs in Webkit browsers. ??
Forum: Plugins
In reply to: [Plugin: Flexslider] IE Issueheight 100% width 100% did the trick.
Forum: Plugins
In reply to: Edit Plugin StylesheetsIt’s ok, just wasn’t being specific enough with my CSS.
Forum: Themes and Templates
In reply to: Show/ hide page titlesAh, thanks ??
Forum: Plugins
In reply to: [Plugin: Gallery to Slideshow] Timing IntervalsIf this isn’t possible, is there a way of adding Blueberry or similar to my theme myself, without using a plugin?
Thanks