bravenewniche
Forum Replies Created
-
Ok, all plugins added by the client have now been deleted, but still no Mail data showing.
Tried the serialization fixer script, but no luck there either (though it cleaned up a lot of data in that column of the table!).
Just to clarify, in the database, the meta_keys for CF7 have an underscore in front of them:
_form _mail etc.
I only ask because I see some meta_keys do not have the underscore…
Ok, all the new plugins that the client had added are now deleted, but still no Mail data showing.
No success with the serialization fixer script either (sure did fix a lot of other serialized data in that table though!!).
Just to confirm, in the database, the meta_keys for CF7 have an underscore in front of them
_form _mail _mail_2 etc.
I notice some meta keys don’t have the underscore, so thought I’d ask…
Good point about simply deactivating plugins, buzztone – I’ve deleted two of them, and will try the other three as well.
Tried re-installing the CF7 folder, but no luck.
I’m about to try a script to clean up any serialized data issues, which can – very rarely – happen with moving databases.
Forum: Plugins
In reply to: [WP User Control] WPUC clashing with WishList login?Hi Bill!
For the login page, what I’ve done is create a template that contains a login form so we don’t have to use the WishList shortcode, so now people can login and we still have WPUC turned on.
However, just yesterday we found out that the Lost Password email generated by WishList was missing part of the URL that people are supposed to click and begin the reset process.
And when I deactivated WPUC, sure enough the link in the WishList email was complete again. WPUC was stripping the front of the URL, leaving only this:
?action=rp&key=1Tfr1EyT0KVt0QCEleM2&login=testuser22
Forum: Fixing WordPress
In reply to: Strange Behaviour making lists in the Visual EditorThanks for identifying this as a webkit problem! I was going crazy trying to figure out which plugin might be causing that…
I’m on Windows Chrome 27.0.1453.94 and WP 3.5.1
I’ve since discovered that HTML tags WITHIN a list item, such as EM or STRONG, are getting the same style added to them.
I had written a function to strip out the offending SPAN tag that was getting added, but was still having formating issues, and that’s when I noticed that instead of adding a SPAN within these other HTML tags, it was simply adding the style.
Back to Firefox!
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] How long does "Clear Cache" take?Ron, I found this in your other thread:
I just did an experiment to clear my 19K (1.6GB or 3+ month’s worth) of old cached files:
A. Yesterday the “clear cache” button on the top admin bar never completed.
B: Using filezilla to delete the contents caused filezilla to hang (or I just gave up)
C: Just now, I changed the cache expiration time to 3601 and within seconds all stale cached files automagically disappeared. Yay!I experienced A and B and when I did C, it did indeed clear the cache itself and all is working again.
I’ll keep an eye out now to see that it continues to be cleared each hour.
Thanks so much for posting your information!!
Forum: Plugins
In reply to: [Quick Cache (Speed Without Compromise)] How long does "Clear Cache" take?19K, why that’s chicken feed compared to my 23MB – yes, MB!! ??
I run Quick Cache on several sites and I’ve never seen this happen, and I have them all with the same settings – that is, out of the box settings.I foolishly hit Clear Cache instead of deactivating the plugin and deleting it, so here I am, over ten minutes later and the Clear Cache is still running and the site is no longer accessible.
Oh, and all the sites with Quick Cache are on the same Hostgator server, so there shouldn’t be any cPanel or server settings different on this site…
I’m loath to do anything while that Clear Cache button is running, but at some point I’ll get up the courage to hit Deactivate…
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] MAX CPU UsageSo far Quick Cache has kept things quiet on 1 of my A1EC sites.
BTW, thought I’d share this from some stats on that same site – this just seems like a crazy waste of font-loading…
https://seehowtwo.com/a1ec.png
Until the plugin authors fix some of these issues – it’s such a great plugin on the front end! – as geoffreysf said, the trick is to figure out how to keep all this from loading EXCEPT on events pages… off to the drawing board!
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] MAX CPU Usagenicola – here’s the full results of the query output
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] MAX CPU Usagemalkieh – I’m running Quick Cache on that site; so far no glitches, though I’m not running the minify yet on the JS/CSS
nicola – Here are three illustrative queries for category colours, and none of the events on the resulting page even use any of these category colours… I can get you the complete list of 162 queries if you’d like.
SELECT term_color FROM wp_ai1ec_event_category_colors WHERE term_id = 102 require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/responsive/page.php'), the_content, apply_filters('the_content'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, Ai1ec_Events_Helper->shortcode, Ai1ec_Events_Helper->_get_view_and_restore_globals, Ai1ec_Calendar_Controller->get_calendar_page, Ai1ec_Calendar_Helper->get_html_for_categories, Ai1ec_Events_Helper->get_category_color_square, Ai1ec_Events_Helper->get_category_color #133 (0.1ms) SELECT term_color FROM wp_ai1ec_event_category_colors WHERE term_id = 95 require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/responsive/page.php'), the_content, apply_filters('the_content'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, Ai1ec_Events_Helper->shortcode, Ai1ec_Events_Helper->_get_view_and_restore_globals, Ai1ec_Calendar_Controller->get_calendar_page, Ai1ec_Calendar_Helper->get_html_for_categories, Ai1ec_Events_Helper->get_category_color_square, Ai1ec_Events_Helper->get_category_color #134 (0.1ms) SELECT term_color FROM wp_ai1ec_event_category_colors WHERE term_id = 103 require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), include('/themes/responsive/page.php'), the_content, apply_filters('the_content'), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, Ai1ec_Events_Helper->shortcode, Ai1ec_Events_Helper->_get_view_and_restore_globals, Ai1ec_Calendar_Controller->get_calendar_page, Ai1ec_Calendar_Helper->get_html_for_categories, Ai1ec_Events_Helper->get_category_color_square, Ai1ec_Events_Helper->get_category_color #135 (0.1ms)
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] MAX CPU UsageHad a client site shut down by Hostgator this week for no apparent reason (no spike in visitors, no resource hog plugins that I knew of), and then I read this thread.
We’ve got AI1EC on that site, so I ran the Debug Bar and found that a page using a calendar shortcode to display a category was using 74 queries out of 162 on the page. WooCommerce was the second biggest hog on the page, because of two widget we’re running in the sidebar.
We’ve implemented caching on the site so hopefully this relieves the resource usage…
Had been using Events Calendar for a long time, but lately was recommending AI1EC to clients. Will go and run a query test on the site with EC and see what we get.
Ahhhhh!
Works like a charm – thanks so much sewpafly!
(A quick line of instructions for that would help folks like me ??
the crop editor button in the WordPress image editor also doesn’t light until you choose a cropping area, but in that case you only have a single image, and I think it’s the choosing of one or more images on the right hand side of your interface that made me think there was another step before I chose the area to be cropped)I’m running Jigoshop, with the Stitched theme, and trying to edit some of the images generated automatically by Jigoshop.
All of the images appear properly in the side menu of the PTE popup screen, but when I check off any of them, the General Thumbnails button does not become active.
I turned on the PTE Debug and got this:
Found the answer – a conflict with WishList Member – in this thread:
https://www.ads-software.com/support/topic/theme-graphene-duplicate-slides-duplicate-latest-posts
and it also explains why the problem went away temporarily – when we made the site live, we moved directories, which voided the WishList licence for a few hours.
The thread above suggests WL knows about the problem and will address it, but I’ve got the latest WL 2.71, WP 3.4.1, and problem is still happening (June 2012).
Forum: Themes and Templates
In reply to: WordPress theme- fresh ink magazine. Please help!!!!!This is controlled by CSS. To remove the styling, you’ll need this for pages and single posts. as well as for category listings pages:
.entry p:first-child:first-letter, .category .entry p:first-child:first-letter {
color: #575757;
float: none;
font-size: 1em;
font-weight: normal;
padding: 0;
}The color should be whatever the color is for your body text.
You should create a child theme for Fresh Ink first, and put the rule in your style.css, rather than changing the original theme files.