microguy
Forum Replies Created
-
Thanks. But I tried that and it did not work. I even set the padding to a negative number but the login box reaches a certain point and will not move further up the page. This occurs with other similar plugins as well.
It seems to be something inherent in the WordPress code.
I don’t want to use a logo so left that field blank. However. now I have an empty space on the page where the logo should be. The login screen needs to come up on the page. I have tried to find the CSS but no luck yet. If you can help me I would sincerely appreciate it! Cheers.
Forum: Plugins
In reply to: [Membership 2] [Plugin: Membership] Blog DisappearedI was able to resolve this by moving the Pages over to negative and then un-checking the blog. It only works using the negative rule.
Any news on this issue?
Thanks for this information. I hope they get this fixed soon. Cheers.
My issue is resolved. It was not related to your script and was an error in my routers IP tables. Thank you! ??
Follow up: Here is something I just noticed.
These are errors produced when using the plugin’s update option.
WordPress database error: [Duplicate key name ‘spider_nation’]
ALTER TABLE wp_statpress ADD index spider_nation (spider, nation)WordPress database error: [Duplicate key name ‘ip_date’]
ALTER TABLE wp_statpress ADD index ip_date (ip, date)WordPress database error: [Duplicate key name ‘agent’]
ALTER TABLE wp_statpress ADD index agent (agent)WordPress database error: [Duplicate key name ‘search’]
ALTER TABLE wp_statpress ADD index search (search)WordPress database error: [Duplicate key name ‘referrer’]
ALTER TABLE wp_statpress ADD index referrer (referrer)WordPress database error: [Duplicate key name ‘feed_spider_os’]
ALTER TABLE wp_statpress ADD index feed_spider_os (feed, spider, os)WordPress database error: [Duplicate key name ‘os’]
ALTER TABLE wp_statpress ADD index os (os)WordPress database error: [Duplicate key name ‘date_feed_spider’]
ALTER TABLE wp_statpress ADD index date_feed_spider (date, feed, spider)WordPress database error: [Duplicate key name ‘feed_spider_browser’]
ALTER TABLE wp_statpress ADD index feed_spider_browser (feed, spider, browser)WordPress database error: [Duplicate key name ‘browser’]
ALTER TABLE wp_statpress ADD index browser (browser)This is my issue and effecting all websites:
## System particulars ##
OS WIN64
Apache 2.2.22
PHP 5.3.4
Wordpress = latest
Plugin = latest
################Visits show exactly 1 visit per day. Today is 1 and yesterday was 1. The stats for pageviews, spiders, and feeds are all correctly reporting. This problem began about 5 days ago.
I have tried deleting the plugin and manually removing the statpress tables from the MYSQL databases. Then reinstalling. This does not help and visits are persistently reported as exactly “1” each day.
Any and all help will be appreciated.
That worked brilliantly! I will mark this topic as resolved now.
Many, many thanks for your valuable time and energy.
David,
Thank you for your reply….
To answer your question, the Freshy 2 theme has not been updated to my knowledge for a long time.
It’s my understanding that the last official release won’t run under the latest WordPress release or PHP 5. I have been patching mine and keeping it running by modifying it as needed since the developer abandoned the project.
The code I posted above I believe contains some small error that is leading to this problem. I can provide the entire them as a zip file if that would help.
Thanks again,
GregDavid,
I received your reply via EMail but don’t see it in this thread for some reason?
DavidM – WPMU DEV wrote:
Hi microguy, I’ve just tried out the plugin alongside Freshy 2 and I didn’t encounter that issue. I set the front-page to a static page and when viewing the blog page, didn’t notice any errors.
On that note, are you using the latest version of the theme? If not, could you let me know what version you’re working with so I can test that?
Also, not having gone through the theme’s code, I wasn’t sure, but have you made any customizations to the theme code?Anyone?
Here is the relevant code from the themes functions.php
function freshy_wp_list_pages($args = '') { $defaults = array( 'depth' => 0, 'show_date' => '', 'date_format' => get_option('date_format'), 'child_of' => 0, 'exclude' => '', 'title_li' => __('Pages'), 'echo' => 1, 'authors' => '', 'sort_column' => 'menu_order, post_title' ); $r = wp_parse_args( $args, $defaults ); extract( $r, EXTR_SKIP ); $output = ''; $current_page = 0; // sanitize, mostly to keep spaces out $r['exclude'] = preg_replace('[^0-9,]', '', $r['exclude']); // Allow plugins to filter an array of excluded pages $r['exclude'] = implode(',', apply_filters('wp_list_pages_excludes', explode(',', $r['exclude']))); // Query pages. $pages = get_pages($r); if ( !empty($pages) ) { if ( $r['title_li'] ) $output .= '<li class="pagenav">' . $r['title_li'] . '<ul>'; global $wp_query; if ( is_page() ) $current_page = $wp_query->get_queried_object_id(); $output .= freshy_walk_page_tree($pages, $r['depth'], $current_page, $r); if ( $r['title_li'] ) $output .= '</ul></li>'; } $output = apply_filters('wp_list_pages', $output); if ( $r['echo'] ) echo $output; else return $output; }
Forum: Plugins
In reply to: StatPress Hostip IssuesI’m having the same exact issue.
In addition, my WordPress installation has slowed to a crawl and the statpress Mysql table keeps growing and growing and growing….well you get the idea.
The statpress table is now bigger than every other table in all my Mysql databases combined. At one point it was 35Mb. Jeesh!
Looks like Google analytics it will be……
Forum: Fixing WordPress
In reply to: WP Super CacheProblem solved. I was using the default permalink structure in WordPress.