denkob
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-D3] WordPress-d3 For DummiesHi @p_ebox,
On the third or fourth try I got the chart to show up on my blog: http://www.analyzethis.net/2014/11/09/d3-example-mbostock-3885304-4/
I was probably making some silly errors the previous times.One thing for sure: I would have been working for months, and probably would have given up, without this step-by-step tutorial. You are a prince. Thank you.
Dan
Forum: Plugins
In reply to: [Wp-D3] WordPress-d3 For Dummies@p_ebox, thanks for your very detailed instructions. I haven’t been successful in getting anything to show up yet, but give me time. My (third) attempt is at http://www.analyzethis.net/2014/10/30/d3-example-mbostock-3885304-2/
Two questions.
One, the data file – is it .tsv or .csv (or doesn’t it matter)? On your site and except for steps 5 and 8 of the instructions it’s referred to as .tsv. I’ve tried it both ways. tsv makes more sense, since there are no commas in your data file.
Two, when I drop my d3.min.js file into a text editor, it gets renamed as “d3.min_.js” – I went on my site and took out the underscore and changed the URLs to match, but it doesn’t seem to have any effect.
Anyway, thanks again for posting this. I’m getting there.
Dan
Forum: Plugins
In reply to: Using Google AJAX APIs in postsHi Steve,
You’re right. I didn’t get it. In fact, the entire area of custom fields was a mystery. No more. Like you said, [cf]Works Every Time[/cf]!
Thanks for your help!
Dan
Forum: Plugins
In reply to: Using Google AJAX APIs in postsHey Steve,
Tried the plugin, which promises to do the same thing as Raw-HTML, and it’s not working for me. When I activate the plugin and surround the AJAX code with the [cf] and [/cf] tags, it simply disappears from the page source:
‘<div class=”format_text entry-content”>’
[…here’s where my code should show up, but there is nothing…]
‘</div>’Or alternately, if I surround every line with [cf] and [/cf], each line is replaced with a ‘
‘I notice that the plugin is only good up to WP 2.8.1, and I have 2.8.4, so perhaps that is the problem.
Now I’m trying the Magic Fields plugin. Not entirely clear that it will work for this purpose, but at least it’s good up to 2.8.4.
Thanks for the help. I’m gonna keep trying things, hoping others here can offer suggestions.
Dan
Forum: Themes and Templates
In reply to: Insert logo graphic in header?I ruv you, Samboll.
You just taught me how header.php relates to style.css. Powerful!
Forum: Themes and Templates
In reply to: Insert logo graphic in header?Sorry, that code didn’t show up too well. Let’s see if this looks better. You can always look at the source code on findingthewhitespace.com.
<body>
<div id=”container”>
<div id=”page”><div id=”header”><h1>” title=”<?php bloginfo(‘name’); ?> <?php _e(‘home page’); ?>”><?php bloginfo(‘name’); ?></h1></div>
<?php get_sidebar(); ?>