BJBusch84
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 4.0 Media Upload bugThey need to fix this ASAP. I have customers that pay me for content that I post daily and that includes jpegs. Cmon…
Thanks, I already did that. That’s why I’m not understanding how there can be a comment section in the Reunion Details section and not the RSVP section. Thoughts? Thanks again!
Thanks. I just had another idea. Instead of getting rid of the sidebar, is there some plugin I could use that would create a drop down list of all of the tags? For example, I could code it into the top of the category at the top of the category it could say something like: “Looking for a recipe with a particular ingredient? Check the drop down box for a list of recipes!”
Has anyone had any luck with removing the sidebar from a page or category? I just posted the below in the twenty eleven forum and I’m wondering if this is possible? Thanks!
“Hey guys – I’m using the Twenty Eleven Theme Extensions plugin to put the sidebar on every page, category, etc. The problem is that I now want to remove the buttons in the sidebar from the one category below and replace it with a list a bunch of tags on the right side. Is it possible to do this?
http://csaatmsc.com/category/recipes/
For a little context, this site is being used for a local CSA (Community Supported Agriculture). Each week, the members come down and pick up their produce. The people organizing the CSA will be posting recipes to the site and will be tagging each post with the individual vegetables or fruit being used. The idea is that we would then have a list of all of the tags (produce) in the sidebar. So for example, say you wanted a recipe that used tomatoes, you could click on the tomatoes tage on the sidebar of the Recipes category and then it would take you to a list of all of the recipes posts that contain tomatoes.”
I just downloaded the plugin and now it’s there. I was a little hesitant since I had modified all the code as per that link above. It seems to have worked just fine though.
Sidebar:
[ Code moderated. For more than 10 lines of code please use pastebin.com instead. ]
Function:
[ Code moderated. For more than 10 lines of code please use pastebin.com instead. ]
I also originally used this code from alcmyth to make the sidebar show on all pages. Could this be causing the problem?
http://www.transformationpowertools.com/wordpress/twenty-eleven-sidebar-on-single-posts-and-pages
The more I mess around with it, the more it seems like something is stopping the sidebar from showing up at all. I just tried to add a completely new widget to the sidebar, and its not showing up at all. Perhaps something is wrong with my sidebar.php?
Thanks, sorry for all of the back and forth. I only have one text widget and nothing has changed with it, it was there when it was showing on the site and it’s still there now that nothing is showing. There’s also nothing in the inactive section.
I’m not sure if it matters at all, but here is the html I’m using in the text widget that is showing as active in the sidebar:
<a title="Sign Up" href="http://csaatmsc.com/sign-up/"><img class="aligncenter size-full wp-image-89" title="Sign Up Button with Border" src="http://csaatmsc.com/wp-content/uploads/2012/02/Sign-Up-Button-with-Border.jpg" alt="" width="233" height="186" /></a> <a title="Members" href="http://csaatmsc.com/members/"><img class="size-full wp-image-200 aligncenter" title="Button - Members" src="http://csaatmsc.com/wp-content/uploads/2012/04/Button-Members.jpg" alt="" width="233" height="186" /></a> <a title="Harvest Calendar" href="http://csaatmsc.com/harvest-calendar/"><img class="size-full wp-image-199 aligncenter" title="Harvest Calendar" src="http://csaatmsc.com/wp-content/uploads/2012/04/Button-Harvest-Calendar.jpg" alt="" width="233" height="186" /></a> <a title="The Farm" href="http://csaatmsc.com/the-farm/"><img class="size-full wp-image-201 aligncenter" title="The Farm" src="http://csaatmsc.com/wp-content/uploads/2012/04/Button-The-Farm.jpg" alt="" width="233" height="186" /></p> <a title="FAQ" href="http://csaatmsc.com/faq/"><img class="size-full wp-image-198 aligncenter" title="FAQ" src="http://csaatmsc.com/wp-content/uploads/2012/04/Button-FAQ.jpg" alt="" width="233" height="186" /></p>Hey wassimo, thanks for all your help on this.
I just checked index.php and the code that you mentioned (<?php get_sidebar(); ?>) is already there at the very end. Thoughts?
get_header(); ?> <div id="primary"> <div id="content" role="main"> <?php if ( have_posts() ) : ?> <?php twentyeleven_content_nav( 'nav-above' ); ?> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?> <?php twentyeleven_content_nav( 'nav-below' ); ?> <?php else : ?> <article id="post-0" class="post no-results not-found"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Nothing Found', 'twentyeleven' ); ?></h1> </header><!-- .entry-header --> <div class="entry-content"> <p><?php _e( 'Apologies, but no results were found for the requested archive. Perhaps searching will help find a related post.', 'twentyeleven' ); ?></p> <?php get_search_form(); ?> </div><!-- .entry-content --> </article><!-- #post-0 --> <?php endif; ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar(); ?> <?php get_footer(); ?>thanks wassimo, where do i include that though?
With the recent update the above doesn’t seem to work anymore. Any idea how to make this change now? My site is http://www.csaatmsc.com
Thanks!
#branding .with-image #searchform { top: auto; bottom: -27px; max-width: 195px; } #branding .only-search + #access div { padding-right: 5px; }So I know I need to do something with the below section of code. I found a comment bubble that I want to use and I saved it as “comment-bubble.png” in my media library. I thought this might automatically upload it to the blog where the grey boxes are but I was wrong. Anyone know what I need to do here? Thanks.
/* Comments link */ .entry-header .comments-link a { background: #eee url(images/comment-bubble.png) no-repeat;Thank you alchymyth. Do you have a site I can make a small paypal donation to? You’ve bailed me out countless times. If you were a friend, I would have taken you out for a couple beers by now.