Hi
I was looking into centering my theme so on bigger screens than mine there wasn’t a huge blank space to the right. I know how to do this in the CSS, but the black line that runs along the y-axis, where the dates are attached to does not move when I stretch the page out as it centers, stays right where it is. Fixed.
I found it in the style.css and it’s in the body tag under the theme section as:
background: #fff url(img/bg.png) repeat-y 0 0;
I was under the impression I knew what all that meant and wondered why the bar was sticking to the same spot.
To make it centered, i just added, a width of 1200 and margin: 0 auto right above where the background image is in the CSS and it everything worked perfectly except the black line stayed put.
the site is hunterstanford.com/blog
currently it’s where it originally was, all of it pushed left. It just looks weird and I didn’t want to leave it like that, though I could change it if someone wanted to see exactly what I meant. Any help appreciated. Thanks!
]]>Hi,
I’m trying to use the HoverIt Pinterest plugin to pin images from my blog to Pinterest (www.oicmoments.com). I am editing the plugin to take the caption from the image instead of the alt text, but I haven’t been able to get it to work. Has anyone seen this done successfully? Does anyone know the code for the caption in the Esquire theme? I tried caption
and that didn’t pull it.
Thanks in advance,
Emily
Layout seems to be broken on Android 4.0.3: default, FF and Chrome.
see example: https://twitpic.com/cjbgui
]]>Can the sidebar be moved from left to right?
]]>Hi Everyone,
I’m trying to optimize my authors with Google + and haven’t been able to do it in Esquire in a way that I like. This is what it looks like now: https://www.oh-i-see.com/blog. You can see my by line under the title of the article with the posting date. Since our theme already shows the date in the flag, I don’t want the date next to the by line, but when it’s not there, Google doesn’t pick it up. I put it in white text for a while, but heard that penalizes my Google score. Does anyone know? How are you guys resolving this issue?
Thanks,
Emily
Hi,
I’ve got my site almost to the point I want it. I created this code to allow for Google + crawling of my multiple bloggers, and I put it in the content.php file.
<p class="vcard author"><span class="fn">
<?php $getid = $posts[0]->post_author; if($getid == 1){ ?>
<?php } else { ?>
by
<?php the_author(); ?>
<?php } ?></span>
<span class="updated"><?php the_time(get_option("date_format")); ?></span>
</p>
Unfortunately, this is pushing down the content on my pages in addition to the post pages, which I don’t want. Since Esquire doesn’t have a single.php file, has anyone figured out a good way to give author credit to posts without effecting other pages?
Site: https://www.oh-i-see.com/blog/
Thanks,
Emily
y text doesn’t fit the yellow bubble to the left. How do I change the size of the text or the size of the yellow bubble?
]]>Hi,
I’ve had people email me that finding the previous/next post links on my blog is too hard to find. Have any of you successfully moved this out of the footer? I tried downloading a PHP integration to the Text Widget maker, and moving that to just below the post content, but I couldn’t get it to work.
Thanks,
Emily
oic-books.com/blog
If you’re seeing this, edit esquire_scripts()
function (in functions.php) and change:
wp_enqueue_script( 'esquire', get_template_directory_uri() .'/js/esquire.js', 'jquery', '2011-07-29' );
To
wp_enqueue_script( 'esquire', get_template_directory_uri() .'/js/esquire.js', array('jquery'), '2011-07-29' );
Okay, so i’m using the theme ‘Esquire’. I’ve manually installed the facebook comments code, however my posts are now showing both the facebook comments and wordpress comments. I only need facebook comments to show. I have disabled the settings in the admin panel and still they show. I have also tried deleting <?php comments_template( '', false ); ?>?
but this deletes both FB and WP comments. Other than social WP plugins (which seem to all fail on WP 3.3.1) how can i fix this?
Thank you!
Ron.
]]>How do I get the full post on the main page, instead of the user having to see an excerpt of the post ?
]]>I am not able to get my menus to appear. I create a new menu and added some links? Help would be much appreciated.
I also would like some insight how to get the search box to appear on left. The search icon there does nothing.
]]>