GinnyRED57
Forum Replies Created
-
Forum: Plugins
In reply to: [Recencio Book Reviews] Convert Existing Posts to ReviewsIt’s working. Sorry for the threaded replies to myself, I wasn’t looking in the right place for the Convert link. Thank you so much!
Forum: Plugins
In reply to: [Recencio Book Reviews] Convert Existing Posts to ReviewsWait now, I just noticed there’s a Convert link on the Posts listing. I was assuming it would be inside the post itself as a button, or a post format “radio button.”
Forum: Plugins
In reply to: [Recencio Book Reviews] Convert Existing Posts to ReviewsI’m not doing something right.
Downloaded the zip file on desktop machine from your link to me
New Plugins page – uploaded zip file, it appeared to succeed, and I activated
Extensions page for Recencio settings – activated the extension there as well
No change seen on an existing review for “convert to post”
No change to an post – no option to change post type to “review” or “convert” button
The “Review” button has the same behavior as before.Should I uninstall/reinstall with fresh downloads of the main plugin and then the extension?
Also, and this is a minor bug, the stars display at the bottom of the book image, partly covering it and in one case obscuring the author name. Can it be moved to below the book image with CSS padding?
Forum: Plugins
In reply to: [Recencio Book Reviews] Convert Existing Posts to ReviewsThank you, will try that out and report back. I usually use iOS app, but should I use full desktop interface?
Forum: Plugins
In reply to: [Recencio Book Reviews] Convert Existing Posts to ReviewsThis would be a good solution for me as well, since I don’t have that many posts to convert.
I was able to use the workaround for an acceptable option but it’s a bit awkward remembering to create a review first. This is the third or fourth plugin I’ve tried and once figuring out your page name convention it seems quite smoot.
Forum: Plugins
In reply to: [Recencio Book Reviews] Convert Existing Posts to ReviewsWould there be a way to update an existing review as post format “review?”
I notice that you have a “review” button when creating or editing a post, which leads to a search form and an option to create a new review and return. I’d rather not duplicate effort, if just the most common elements can be brought into a “review” format.
Gosh, I miss the weekly digest feature! I don’t want indidvidual posts created from my dopey stream of unconsciousness, but I did enjoy looking over the weekly digest to see how it revealed a kind of snapshot of my mindset for the week.
I’m sorry you didn’t find it useful enough to continue, Alex, but I understand that Twitter changing the rules in March makes it less trouble to remove the function.
What is this code feature you speak of? Use small words. 😉
These are the blogs I’d like to get set up with Express App/Woo Tumblog.
http://www.blogula-rasa.com (my blog, needs moar posts!)
http://www.stnicholasepiscopal.org (church site, also uses NomNom theme)
Forum: Plugins
In reply to: [WooTumblog] [Plugin: WooTumblog] Not Yet Working With Amazing Grace ThemeWould edit to add: I have links working, more or less, just not exactly the way as described. Good to go.
Will someone please come up with a patch, then? Pretty please?
Forum: Plugins
In reply to: [WooTumblog] [Plugin: WooTumblog] Not Yet Working With Amazing Grace ThemeSorry, you lost me at “regular.” How and where would I use get_post_meta() to output the link and its title? My current theme’s h2 tag looks like this:
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>Everything else BUT links work. I’d like to mark this plugin “works” if you can point me in the right direction. I know it will turn out to be something you take for granted that plumb eludes me.
<div class="entrybody"> <?php if (is_archive() || is_search()) : ?> <?php woo_tumblog_content(); ?> <?php woo_tumblog_link_content($post_id); ?> <?php the_excerpt(); _e('<p><a href="'.get_permalink().'">Continue reading about '); the_title(); _e('</a></p>'); ?> <?php else : ?> <?php woo_tumblog_content(); ?> <?php woo_tumblog_link_content($post_id); ?> <?php the_content('Read the rest of this entry »'); ?> <?php the_tags( '<p>Tags: ', ', ', '</p>'); ?> <?php endif; ?> </div>Forum: Plugins
In reply to: [WooTumblog] [Plugin: WooTumblog] Suggestion: bookmarkletSecond this.
Forum: Plugins
In reply to: [WooTumblog] [Plugin: WooTumblog] Not Yet Working With Amazing Grace ThemeIt’s mostly working, but I’m still tinkering with it. Links with no other content don’t work yet, see below.
I did add the
<?php woo_tumblog_content(); ?>tag above the_content and the_excerpt in the Amazing Grace theme, but didn’t replace the_title tag with<?php woo_tumblog_the_title("entry-title"); ?>because Amazing Grace handles titles differently. So it’s all working except for adding a simple link, because WooTumblog replaces the link in the title with the tumblog link content. I don’t want to risk messing up normal post titles until I’m sure I’ve got it right.The documentation shows there’s a way to call out specific types of content such as a link, so I’m tinkering with that for now.
Forum: Plugins
In reply to: [Plugin: TinyMCE Advanced] Stopped workingAlso not working: importing local styles breaks the editing text box, by somehow pulling in part of the header graphic. Tried this on my main blog and a new blog that was almost pristine, same result.
It works fine if styles are NOT imported via the checkbox in the red “Advanced” box, but it should be possible to manually import selected CSS styles as described in that box.
At first I thought it was something to do with cache, disabling the visual editor, or too many buttons on the top two rows, but enabling and disabling imported styles pretty much toggles the editor from “Borked” to “Working!”
Will try putting styles into the suggested directory later, it’s not that essential as I have the important ones on Quicktags in the HTML edit window.
Hope this helps.
Forum: Plugins
In reply to: [Plugin: Amazon Reloaded for WordPress] UnusableWorks great with WP 2.8.5, but some of the “send link to editor” buttons are floating in an unexpected way above some of the text. I have a screenshot at this post if that’s any help. I’m using Firefox and WP 2.8.5.
Otherwise, stellar plugin! I’ve been looking for an Amazon plugin for a while, since the one I was using was left in the dust by a long-ago upgrade.
Any chance you could add an Author link, perhaps as a checkbox option?