WilliamJames
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Menu Links / Blogroll on WP 3.5.1*edit aha! codex supports!
Forum: Fixing WordPress
In reply to: Menu Links / Blogroll on WP 3.5.1Is this, or AN-other plugin the only option to this ~ or are there more complex scenarios to explore?
Forum: Fixing WordPress
In reply to: Upgraded to 3.5 – Database Update FailsI had the exact same issue.
I ‘repaired’ the wp_options table within PHP MYSQL and it resolved ..aha! *Resolved* The notifications WERE drawn from the theme default post settings :
From ../single.php [within the theme directory]
remove the lines:
<p class=”author”>
Posted by
<?php if (trim(str_replace(“https://”,””,$curauth->user_url))) {
the_author_link();
} else {
the_author_posts_link();
} ?>
on <?php the_time(‘F j, Y’); ?>
</p>and also if prefer not to have ‘modified by’ and ‘Category’, remove:
<p class=”author”>
Last modified on <?php the_modified_time(‘F j, Y’); ?>
</p><p><b>Categories:</b> <?php the_category(‘, ‘) ?>
<?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></p>*It is possible the notifications can be sourced to the theme, ie the theme is drawing product pages as ‘posts’ – not sure ..
Forum: Plugins
In reply to: [Bad Behavior] Bad Behavior w/ Logging DisabledHave you made any headway with this? I am currently working through a method of blocking IP’s that Bad Behavior is throwing up using an Elefante Script on the server. So far, not very much luck in that the IP’s are still registering in the BB interface on the WP site. I am curious to see any BB logs that are recording attempts to access any part of the site – much as Nmap or others might do – and for this I might need the Database table created by BB – I am assuming, that once perfected, the IP block will result in only fresh attempts – (the IP’s I am blocking are spammers/harvesters etc) – appearing on the BB admin interface. Also – if you have truncated the log suuccesfully, this is something I might benefit from once the IP blocks are working correctly – fresh swipe as it were – how did you go about that?
Forum: Plugins
In reply to: [WP-Ban] Is WP-Ban really working?Solved – Considering an .htaccess solution (under the circumstances it seemed necessary to forego plug-in experimentation for the benfit of future wordpress site builders and opt for the more direct but less interactive approach) I contacted my Server Provider who kindly pointed out that there is an Elefante Tool available with my package (Freehostia) to ban IP’s – and also one for preventing bandwidth draining use of images on hosted domains – perfect
Forum: Plugins
In reply to: Most accurate stats plugin? My results of Wassup-Slimstat-StatpressI’m tempted to take part in this quasi-survey – I do have Google [webmaster tools] and will be using Analytics soon – but for the record I would be far happier if the stats, if they are as useful as you claim – particularly as regards mal-visit’s – were in-site. I run several sites and they have specific problems and advantages over each other, which I would suggest Google Analytics might not be able to accomodate.
Forum: Plugins
In reply to: [Wordpress Navigation List Plugin NAVT] NAVT is broken in 3.1.2I have perfect back-end Menu Management – and the Widget options are displaying correctly. I am not seeing a Menu appear on the designated pages yet so some tweaks necessary ..
Forum: Plugins
In reply to: [Wordpress Navigation List Plugin NAVT] NAVT is broken in 3.1.2I have just successfully installed Version 1.0.34 into a brand new 3.2.1 install
Forum: Themes and Templates
In reply to: Change or eliminate space above header imageThanks!
Forum: Themes and Templates
In reply to: Change or eliminate space above header imageForum: Themes and Templates
In reply to: Change or eliminate space above header imageMy site can be found here :- it is a recently started project, and unlike my usual work I am taking this at a steady pace. I am hoping to perfect the css for the nav bar with help from this forum – and also plan on using jquery rounded to finish it off –
Forum: Themes and Templates
In reply to: Change or eliminate space above header imageIf you haven’t resolved this yet ~ I have just carried out the same adjustment on a Twenty Eleven themed site. In the style.css sheet, scroll to the Header section and adjust both (for a decrease in whitespace above AND below the Site Title); the #site-title and #site-description padding which begin 3.656…. I bought mine down to 1.656… and I’m really pleased – good Luck!
Forum: Everything else WordPress
In reply to: login.php causes Router blackoutThe new Hub cured the issue – thank you for the heads-up and pointers!