Teratoma
Forum Replies Created
-
Forum: Plugins
In reply to: [Tumblrize] [Plugin: Tumblrize] Rejecting Tumblr login credentialsI can verify that the Tumble Plugin is also broken.
Forum: Plugins
In reply to: [Tumblrize] [Plugin: Tumblrize] Rejecting Tumblr login credentials@thecurvyj if Tumblr broke it on purpose it’s very likely that all other plugins that do the same thing will be broken too. This is not good.
Forum: Plugins
In reply to: [Tumblrize] [Plugin: Tumblrize] Rejecting Tumblr login credentialsArgh. I have done most of what you described too, @Curiosities. Must be something on Tumblr’s end. I hope they didn’t decide to break it.
Hi speedyp! I’m glad you like the idea. I created a plugin that adds this functionality to a couple of widgets.
You can see it in action here:
https://pins.KevinByrd.co/boards/sales
And download it here:
I was planning on ironing out the bugs (the shortcodes perform poorly but the widgets work great!) before releasing it, but I figured I’d share it. Let me know if you get any use out of it!
Cheers!
Excellent! Now I just set the prices as I post – or in bulk using any number of plugins – and never have to worry about the button again.
Thanks for the help!
Forum: Plugins
In reply to: get_post_custom_values – what am I doing wrong?I have solved this issue using the get-custom-field-values plugin.
I’d still like to know if there’s a way to do it without it though.
Forum: Themes and Templates
In reply to: Imbalance 2 – Centering the post titleAnd there it is! You sir, are a SAINT! Cheers!
Yeah those previous buttons came with the theme, (except for the Pinterest one, which I couldn’t get to play nice with the others) so I just deleted them from the loop and started using the far superior ‘Social Sharing Toolkit’
There’s a lot of my stuff here: https://pins.kevinbyrd.co/boards/kbposters – take a look and let me know what kind of style most appeals to you. Let me know what you’d like on the banner and what size you want and I’ll get started right away!
This has been a tremendous help and I’ve learned quite a bit. Thanks again!
Forum: Themes and Templates
In reply to: Imbalance 2 – Centering the post title<div id="social"> <a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a> <script type="text/javascript" src="https://platform.twitter.com/widgets.js"></script> <?php echo do_shortcode('[pinit]'); ?> <div id="fb-root"></div> <script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script> <fb:like href="<?php echo 'https://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'] ?>" send="true" width="450" show_faces="false" font=""></fb:like> </div>
OK – SO CLOSE! I’ve been playing around with the above, and the #social section of my stylesheet. The social media buttons (even before I stuck the Pinterest one in) are still slightly off-center and to the left. Not ideal, but tolerable. If I could just scootch ’em over to be centered with the footer, AND figure out why they’re not lining up horizontally, I’d be happy.
I really appreciate your time. If you’d like a custom avatar or need a banner or something designed, I’d be happy to oblige.
Forum: Themes and Templates
In reply to: Imbalance 2 – Centering the post titleArgh… I made the change you suggested before. I don’t see the “width: 710px;” line anywhere.
This is my current #social section:
#social { padding: 20px 0 0 0; } .twitter-share-button { float: left; margin: 2px 20px 0 0; } .post img, .page img { margin: 20px 0; } .post .alignleft, .page .alignleft { float: left; margin-right: 20px; } .post .alignright, .page .alignright { float: right; margin-left: 20px; } .post .aligncenter, .page .aligncenter { display: block; clear: both; margin: 20px auto; }
Should I replace that entirely with what you posted there?
Forum: Themes and Templates
In reply to: Imbalance 2 – Centering the post titleOk, I just added <center> tags to the single.php file and got everything where I want it except for the social media buttons. I don’t care about the Pinterest one for now, but what’s with the twitter/fb buttons?
Forum: Themes and Templates
In reply to: Imbalance 2 – Centering the post titleIt was in my loop-single.php. I deleted it, but now look: https://pins.kevinbyrd.co/moonpatrol-fb3/
Forum: Themes and Templates
In reply to: Imbalance 2 – Centering the post titleoops, I must be wrong about that. I do see it on the page, but I can’t find it anywhere on the stylesheet.
Forum: Themes and Templates
In reply to: Imbalance 2 – Centering the post titleIt was coming from a plugin that I’ve disabled. I don’t see it anymore, do you?
Forum: Themes and Templates
In reply to: Imbalance 2 – Centering the post titleGetting there! The title is now where it should be! Though now it’s the content that won’t cooperate. How can I make that centered too? I don’t plan on using a whole lot of text, so it can be centered as well.
That td class line (and I’m assuming the tables you mentioned) were coming from the ‘front-end editor’ plugin, which I’ve disabled.
The issue I seem to be having now is that large images seem to throw everything off:
https://pins.kevinbyrd.co/moonpatrol-fb3/
Is there a way that *everything* on the page can be balanced/centered?
Thanks so much for the help!
Forum: Themes and Templates
In reply to: Imbalance 2 – Centering the post titleThat line is already in my stylesheet.
I haven’t manually added any tables anywhere. Where exactly are you seeing that?