crochetedowl
Forum Replies Created
-
Forum: Plugins
In reply to: [Timeline Express] Conflict with Jetpack Related PostsI figured it out. Because WordPress thinks of announcements as posts, Jetpack was putting the Related Posts module after the first announcement on the timeline. To clear up the issue, I used Jetpack’s customization code.
Forum: Plugins
In reply to: [WP Ultimate Recipe] New plugin changes recipe image sizesThanks! With a little CSS tweaking, that fixed it.
Forum: Plugins
In reply to: [WP Ultimate Recipe] New plugin changes recipe image sizes<?php $recipe_image = new WPURP_Template_Recipe_Image(); echo $recipe_image->output( $recipe ); ?>
Forum: Plugins
In reply to: [WP Ultimate Recipe] New plugin changes recipe image sizesForum: Plugins
In reply to: [WP Ultimate Recipe] Recipe pages not showingNever mind. Somehow, it resolved itself. Sorry about that.
Forum: Plugins
In reply to: [WP Ultimate Recipe] Recipe won't printThe layout of the recipe is also different now, but I like this layout better, so I’m fine with that.
Forum: Plugins
In reply to: [WP Ultimate Recipe] Recipe won't printThank you! That was the issue.
Forum: Plugins
In reply to: [WP Ultimate Recipe] Recipe won't printI just deactivated it and deleted the cache.
Forum: Plugins
In reply to: [OSD Social Media Sharing] Remove "to" email address by defaultThat works. Thanks!
I have another suggestion: would you also consider changing “Click to share on Google” to “Click to share on Google+” in the hover text? I created a workaround by adding a custom icon with the name Google+, but it might be useful for other people.
Thank you for being so helpful!
Forum: Plugins
In reply to: [OSD Social Media Sharing] Add twitter username to twitter shareThanks!
Forum: Plugins
In reply to: [OSD Social Media Sharing] Add twitter username to twitter shareExcellent! What is the url for the twitter.svg icon?
Forum: Plugins
In reply to: [OSD Social Media Sharing] Add twitter username to twitter shareSo, I know that I can get what I want if I change the twitter url to this:
https://twitter.com/intent/tweet?text={{POST_TITLE}}&url={{CURRENT_URL}}&via=my_twitter_username
How can I do that so that it doesn’t get erased when the plugin updates?
Forum: Plugins
In reply to: [JS Archive List] Archive in Page automatically underlined and bulletedSorry; I’ll start my own thread.
Forum: Plugins
In reply to: [JS Archive List] Archive in Page automatically underlined and bulletedMy archives are also bulleted. I added the CSS, but it had no effect. Do you have any other ideas? You can see the widget here.
Forum: Plugins
In reply to: [Byline] How to display an "and" between the last or only two Byline termsOkay. I sent you a message.