marky_uk
Forum Replies Created
-
I’ve disabled the standard WordPress one. There are no other plugins using JQuery earlier than the footer as I’ve been able to change them all (form validation, CF7, some others). It’s just Nivo Slider that’s left to sort ??
Hi Takayuki. Thanks for your reply ??
I understand what you’re saying.
I thought, speed-wise, all scripts were supposed to be at the bottom?
e.g.
https://developer.yahoo.com/performance/rules.html#js_bottom
https://sixrevisions.com/web-development/decrease-webpage-load-times/
https://www.seomoz.org/blog/15-tips-to-speed-up-your-websiteWe also had a problem with another site yesterday that the Nivo Slider code is in-line, within the body of the HTML and should be at the bottom of the page as well. I saw $output being built as one string, and didn’t go any further.
Interested in your thoughts …
Mark
Forum: Plugins
In reply to: [Last.Fm Records] [Plugin: Last.Fm Records] Showing YOUR albums, not MINEHi there
I noticed after I posted that it was forcing your username on the shortcode. I took the longer shortcode example you cited on your site with the username and it worked ?? Thanks for coming back to me!
Mark
I have come across this plugin from another blog post on the web, and this was the same question I was going to ask!
I want to click “Run Now” in the back-end, it optimise images with missing alt tags, then it just sits, not being used at any point beyond that – no server load, nothing ??
Would this be possible? I may look to write my own plugin if not ??
Mark
Hi Donncha
Tried that just now, still the same error –
13:45:36 / supercache dir: C:\wamp\www/wp-content/cache/supercache/www.domainname_replaced/
13:45:36 / No wp-cache file exists. Must generate a new one.
13:45:36 / In WP Cache Phase 2
13:45:36 / Setting up WordPress actions
13:45:36 / Created output buffer
13:45:36 / Output buffer callback
13:45:36 / Buffer is blank. Output buffer may have been corrupted by another plugin or this is a redirected URL. Look for text ‘ob_start’ in the files of your plugins directory.
13:45:36 / No closing html tag. Not caching.
13:45:36 / wp_cache_shutdown_callback: collecting meta data.?? Will keep looking here too. Anyone else have any ideas too?
M
Hey Donncha
Output buffering is set to “On”
I’ve got mod_deflate enabled, but not zlib output compressionIt’s not a barebones install – it’s a WP multi-site install with about 25 sites on it – 2 sites are working correctly … but I’ve checked another 6 and they are not working correctly – the above error on all …
which kinda has me thinking it’s not server related but site related?
Mark
Forum: Fixing WordPress
In reply to: Google Analytics Plugin doesn't workGot the same problem here … came across this post searching Google trying to fix ?? Boo
Forum: Networking WordPress
In reply to: "My Sites" no longer lists all my sitesI’ve worked out my problem and it’s NOT a technical problem, but will possibly help others too —
I’m EXPECTING to see a list of all sites in the My Sites dropdown, when I’m logged in as the main Admin user … so I think WordPress is working correctly … it’s just not as I really expected! ??
I’ve just added the admin user to a site I wasn’t seeing in the list, and sure enough, I can now see the site in the My Sites dropdown – I just expected Admin to be a super-set of all other users – therefore, show all sites!
Forum: Networking WordPress
In reply to: "My Sites" no longer lists all my sitesHmmm, this hasn’t solved the problem for me here – running Multisite on 3.3.1 and coming here to try and find a solution!
If anyone else still has the problem despite trying to above fixes and works out how to fix – please post here ??
Me toooo! Please fix … got a site going live today and trying to copy all from old to new … booo!
Forum: Plugins
In reply to: formatting output of wp_headSo funny, I thought I was the only one searching for tab-indenting auto-generated wp_head and sure enough, you’ve tried to do it!
Have you found an easier way since? This is yet more actions on actions happening (pre-processing=slow) before I get my content out!
Wicked, thanks, as always, Travis.
And glad you got the donation .. was worried it had gone to the wrong person ??
Be safe,
Mark
Hi Travis ??
I’m not sure – I hadn’t requested it but suddenly needed it a few days ago on a site, hehe. It’s a requested one now – i.e. I’d like it in the standard codebase and probably written a bit nicer than my mash (I wanted it to use cat= as a paramater, rather than id= but couldn’t work that out!
Hope you got my donation too Travis (sent last week) ??
Mark
Forum: Plugins
In reply to: Loading JavaScript and Stylesheet Only When it is NecessaryNot sure if it helps anyone, but instead of a particular page URL, I’m allowing the JS/CSS to be loaded based on a CUSTOM VARIABLE in the admin front-end – so no coding changes as my site scales ….
In my config.php I have the two lines:
define('WPCF7_LOAD_JS', false); define('WPCF7_LOAD_CSS', false);
In my page.php (or suitable PHP files you need in your theme), first line is:
<?php if (get_post_meta($wp_query->post->ID, 'wpcf7',true)) { if ( function_exists( 'wpcf7_enqueue_scripts' ) ) { wpcf7_enqueue_scripts(); wpcf7_enqueue_styles(); } } ?>
I actually use this technique for quite a few plugins that load across an entire site but you want per-page loading.
Hope that helps someone out there!
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Re-occuring Events+1 here – I need this and came to look at this plugin as it’s looks to do everything I want for various client websites but not the recurring events.
Any ideas when this will be ready for testing? ??
Mark