Dusibello
Forum Replies Created
-
Forum: Plugins
In reply to: [Arconix Shortcodes] Video Embed Code in Toggle SpaceThanks again John – the YouTube workaround is a good solution.
If time allows, however, finding a way to make the Khan ‘native’ video work would be extra sweet as it includes some tracking pieces I will want to use with my students this fall.
Again, great work on a terrific plugin.
Suggestion: Put a donate button on your website somewhere too. Maybe stick it in next to the ‘Donate Demo’ buttons on the Details panel of your plugin pages? You deserve to be paid more than I’m sure you’re getting..
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Defer JavaScript ParsingThanks Pothi – Yeah, before trying all those ‘manual’ options I wanted to be sure I was not missing a setting in W3TC.
Cheers
ZinZang, your fix is simple: seems like the update forced ‘Embed in post excerpts’ on – just uncheck that box in settings and that should be that…
Yup – just came to post that the upgrade defaulted that setting to ‘On’ for me, too. Unchecking the box in settings works.
p.s. One hopes that the folks most anxious to have ‘restore’ documentation have made their way to Michael’s site to push his PayPal button… (note the remarkable sync between US & Aussie dollars!)
And I’m thinking and assuming and hoping that a hosted WP install (such as GoDaddy) means you need not worry about the database backup – that is done by your host. So this solution to backup the WP folder would suffice.
Ok, and same issue with colspan. Just to be sure: if any rowspans or colspans are used in a reloaded table, then javascript must be disabled, and therefore a feature like search/filter can not be used?
p.s. As always, thanks for the awesome plugin.
Forum: Plugins
In reply to: [Embedly] [Plugin: Embedly] Embedded ViewerSeems to have fixed itself when WP and Suffusion were upgraded to most 3.1 & 3.7.8 respectively.
Had the same question and glad I found the answer so easily. Thanks again for the terrific support.
Yup – a plugin conflict. Unfortunately I was too impatient to deactivate my numerous (many unused) plugins one-by-one so I’m unsure as to which was the culprit. Suspect #1 = Sharebar (when used on posts/pages).
Will confirm that and get back to you. In the meantime, there is no joy in Mudville, so many thanks again!
And as always thanks for the awesome support.
Have reinstalled the plugin and got no joy, and was getting around to the conflicting plugin idea too…
Both sites use Suffusion theme, so it should be a simple matter of comparing plugin lists to find the bad actor…
Many thanks again, and when I find the clinker I’ll post it here…
Cheersm
Update: Reckon it’s not the export/import process. I just created a new table with the JavaScript features enabled and have the same result.
I might try reinstalling the plugin?
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Posts in SidebarGot this to work by
1. Disabling the automatic insertion option in the YARPP console
2. Getting help at the Thesis support forum to correctly add the YARPP function and the single post condition to the Thesis theme’s custom_functions.php file…
If any hapless soul in a similar spot of bother is seeking the same solution, here’s what worked for me:
function show_yarp() { if ( is_single() && function_exists('related_posts') ) { related_posts(); } } add_action('thesis_hook_after_post', 'show_yarp');Thanks just the same for your help Mitcho – great work on a terrific plugin….
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Posts in SidebarStill working the issue…
If you have time to look, here’s what is happening.
Again, I have not added the widget to the sidebar – something is forcing it there.
Since I will never (!) want to use related posts in the sidebar, I wonder if killing it might work? In other words, could I edit one of the plugin files to remove all references to the widget?
Forum: Plugins
In reply to: [Plugin: Yet Another Related Posts Plugin] Posts in Sidebar@mitchoyoshitaka Thanks for the reply. I thought to turn off the ‘automatic’ display and manually add the code to run the plugin when viewing single posts, but Thesis does not have an editable single.php – you have to add custom functions, hooks, and other rather advanced business to a ‘custom_function.php’ file that I have little experience with… So am trying to sort that out over at the Thesis support forum, but so far no help forthcoming there!
Thanks again!