at the bottom right above post comment there is some kind of html code, could I remove that? And how would I remove the sidebar on the post ( the search site, recent comments etc... ) I want it to be wider, like a blog/post.
Thanks.
at the bottom right above post comment there is some kind of html code, could I remove that? And how would I remove the sidebar on the post ( the search site, recent comments etc... ) I want it to be wider, like a blog/post.
Thanks.
Hi,
Please add the code below to your /css/custom.css file or to quick css located in Abundance > Theme Options > Styling at the bottom of the page
#top .form-allowed-tags {
display: none;
}
#top.single .sidebar_left.sidebar {
display: none;
}
#top.single .template-blog.template-single-blog.content {
width: 930px;
}
Thanks,
Nick
Awesome thank you Nick!
One more question. Do you know any modification that looks like this
http://tinypic.com/view.php?pic=358w76o&s=6
That I can add to my gaming site? Here is the full link http://www.templatemonster.com/demo/37120.html
I know there's a plugin from the ecommerce but it's for products. Not quite what I need.
Thanks,
Denis
Hi Dennis,
It looks like a pretty display of posts and their featured images. There might be something like that as a slideshow plugin but I don't know one off hand.
Regards,
Devin
Hi,
I know a skin that reminds me of this one quite a lot. http://xhtml.webtemplatemasters.com/games/
I am not sure about your question, if you are asking if i know a plugin, no. But you can modify the tab short code and add those items in there manually. Take a look at Replete theme. http://www.kriesi.at/themes/replete or even this theme at the tab , with some css it can look like what you showed.
Thanks,
Nick
Appreciate all the help guys!
Last question http://enixorigin.com/ how do I resize the product images? As you can see it's large.
And thanks Nick, do you by any chance know how I can get it to look like that? Product being like a mini slider.
Hi,
Go to Woocommerce > Settings > Catalog and at bottom of page you will see the 3 pre-set theme image sizes and whether you want to soft crop them or crop them. http://www.clipular.com/c?2548021=djv7Gtss0oZzhesyQERaMfBqZww
I know how to make something like that its not too difficult if you mean that tab display thingy, unfortunately i am overextended very badly this month, and creating something like that is definately not a support issue in my opinion. I think your best bet is elance or freelancer.com. Since you have a url to a working example it shouldn't be hard to find someone to rip it out and connect it to a view.
Thanks,
Nick
Thank for the reply Nick, I did the following and it's still showing some of the images at full size. Even after regenerating images.
I have the catalog image set at 150 x 150, yet on the front page the image is displayed at 256x256
Hi,
Please add this css
#top.woocommerce-page .thumbnail_container img, #top.home .thumbnail_container img {
max-width: 150px;
max-height: 150px;
}
Thanks,
Nick
Awesome! thanks so much.
One last question although this one isn't as big of a deal.
http://tinypic.com/r/2lihjb8/6
would it be possible to remove that? if so how?
If it's a complicated step I'm not worried about it, I can leave it as it is.
Thanks.
Denis
Hi,
Here's the css
#top p.woocommerce-result-count {
display: none;
}
#top form.woocommerce-ordering {
display:none;
}
Thanks,
Nick
Works thank you!
I hate to be annoying >_> but I was trying to add a product on woo-commerce and the product page won't let me add prices, It doesn't even show the tabs, Here is an image.
It's supposed to look like this
http://wcdocs.woothemes.com/wp-content/uploads/2012/06/wcsap_0004_product-1-closed.jpg
But mine look's like this...
http://tinypic.com/r/16idxd5/6
Hi denisx04,
Try hovering over the meta box that says "Product Data" and click on the little arrow on the right to expand the box.
If that doesn't work, disable any active plugin you have installed except woocomerce and try again.
Regards,
Devin
You must log in to post.