urbannerd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: TwentyTwelve Navigation Menu Button?no that didnt do anything different :/
Forum: Fixing WordPress
In reply to: Remove Post Content Bottom Line/Bordersite is Mixx Shuz
Forum: Fixing WordPress
In reply to: Shortcode for Home Page onlyyes! it worked perfectly
thank you.Forum: Fixing WordPress
In reply to: Search bar moves in IE.thank you, ill try my luck there.
i mean, i have no problem going in there to fix it, but the errors dont
make too much sense to me lolForum: Fixing WordPress
In reply to: Search bar moves in IE.It has to be an easy fix to move my search bar to the right side,
in internet explorer. This is frustrating lolForum: Fixing WordPress
In reply to: Search bar moves in IE.I tried using that sites, output (which supposedly fixes the errors) but it crashed my site.
Forum: Fixing WordPress
In reply to: Search bar moves in IE.I was just using that site to check my errors,
and I see the errors, but I dont understand how to fix them…almost all those errors are on the default twenty twelve theme since
I did not modify those things in my child theme style.csswhere the red “>” are, is that where I have to find the closing and opening tags for the highlighted “>” ?
Forum: Fixing WordPress
In reply to: Search bar moves in IE.heres the site
Mixx Shuzit looks fine in chrome, and firefox, but in IE9 the search bar
sits over the header logo.and as for the resizing, itd be awesome if EVERYTHING in the site scaled down for smaller browsers, but if thats not possible id like for it to just sit in place, and never move even on mobile browsers
Forum: Fixing WordPress
In reply to: Search bar moves in IE.ok, im guessing i just need to set them to about the same thing so the widths are all fixed, am i doing it with max-width and min-width styling?
also, no word on how to keep my search bar on the right side with IE?
Forum: Fixing WordPress
In reply to: Search bar moves in IE.the originals theme css, or just the css ive added to the child theme?
im beyond the point of just switching themes now,
im building this for a friend and he needs it to be live this weekForum: Plugins
In reply to: WooCommerce / TwentyTen / Another Sidebar Issuebump. anyone?
im even willing to pay someoneForum: Plugins
In reply to: WooCommerce / TwentyTen / Another Sidebar IssueI think I have tried every solution I can find on google, and nothing fixes it. I must be doing something wrong.
Forum: Plugins
In reply to: [WooCommerce] My products items dont look right and shake !the roll over attribute for the title of the product,
makes the text larger and stretches the tile it is in
causing the image to center itselfForum: Plugins
In reply to: WooCommerce / TwentyTen / Another Sidebar Issuehere;s the code i tried using
remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10); remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10); add_action('woocommerce_before_main_content', create_function('', 'echo "<div id=\"container\">";'), 10); add_action('woocommerce_after_main_content', create_function('', 'echo "</div>";'), 10);
i copied this from firebug (the area where my category widget is
<div class="container"> <div id="primary" class="widget-area" role="complementary"> <ul class="xoxo"> <li id="categories-4" class="widget-container widget_categories"> <h3 class="widget-title">Browse Our Styles</h3> <ul> <li>No categories</li> </ul> </li> </ul> </div> </div>