jtjohnston
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Family Tree] Support Problem: New entriesEven when I c lick on Edit, I don’t see anything other than the title and body of comment
Forum: Themes and Templates
In reply to: 2010 theme misbehavingHere is my temporary fix:
Well, it needed a read header, so I added:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
Then I prevent “width: auto” to work in the css file.
#content img {
margin: 0;
height: auto;
max-width: 640px;
widdth: auto;
}Scratch head :/
Forum: Fixing WordPress
In reply to: php5.3 and fastcgi on IIS with wordpressI’m using Event Calendar Version 3.1.4 :
https://wpcal.firetree.net/
I don’t follow. What is the fix? Just get rid of the ampersands?
That was too easy?? ?? It works.Forum: Fixing WordPress
In reply to: redirect yandex.ru trafficNew-aged fascism? ??
I simply want to redirect a visitor who comes from “yandex” for example to another URL, such as google.com.
In PHP I would do this with $_SERVER[‘REMOTE_ADDR’]
I attempted this in the installed index.php but it caused a server 500 error.Forum: Fixing WordPress
In reply to: redirect yandex.ru trafficI’d like to do something like bounce the person to google or some other useful place.
Forum: Fixing WordPress
In reply to: redirect yandex.ru trafficBasically, yes.
I used yandex as an example.Forum: Fixing WordPress
In reply to: redirect yandex.ru trafficDoes anyone know of a .htaccess way of doing it it there is no plug in?
Forum: Themes and Templates
In reply to: Multi-lingual site – Are there any theme options?English & French could be the parent pages and the language pages could be child pages.
What do I search for to find a sidebar that expands when you click on the parent?Forum: Plugins
In reply to: Different post categories on different pagesThanks.
There is no plug-in?
It seems like a something other people would do frequently?Forum: Fixing WordPress
In reply to: Advanced tool bar:Nothing?
Forum: Requests and Feedback
In reply to: Comments OffBasically, in ? wp-includes/comment-template.php ? I do this:
#function comments_popup_link($zero=’No Comments’, $one=’1 Comment’, $more=’% Comments’, $CSSclass=”, $none=’Comments Off’) {
function comments_popup_link($zero=’No Comments’, $one=’1 Comment’, $more=’% Comments’, $CSSclass=”, $none=”) {Would most people prefer to leave it blank?
If in a future version you include language libraries, this would be a good place to change it.Thanks!
John