Thread Starter
Wild Jim
(@smokingblends)
I also just noticed that the Image on the homepage. That is set a full width is not displaying at full width on different size screens.
Thread Starter
Wild Jim
(@smokingblends)
1. The text on the shop page is all bold.
2. The size of the link text under the product images is way to big.
Homepage
3. All non-product images have a dark film over them. We have unchecked the box that colors over the images.
5. Can we adjust the order buttons for woocommerce?
6. The stars. We will like to change the color to orange or yellow.
1. How can we make the content of the page larger? ( wider ) Not the blocks. The woocommerce content.
Is there a way to add some customization to the shop and category pages? I can not even get the shop page to display a featured image.
Thanks
-
This reply was modified 7 years, 1 month ago by
Wild Jim.
Thread Starter
Wild Jim
(@smokingblends)
We set up a child-theme for this theme. The css worked fine but it removed our logo. Has anyone experienced this?
Hi there, this is also in reply to another now-deleted thread of yours.
First of all, I just want to make it clear that we’re all volunteers who contribute here on our free time, even the moderators. We don’t always have the answers, or at least the time to investigate a suitable answer.
I can’t speak for others with regards to this thread, but that’s been the case for me in this thread. I check up on it every day, but I don’t have the time to dig into your very specific requests.
Another important thing to note here is that the default themes are designed with blogging in mind first. Around here, WooCommerce is just another plugin. It doesn’t get any more special treatment in the development of default themes than Contact Form 7 or Slider Revolution.
Since your requests involve very specific customizations, it would probably be best to post at https://jobs.wordpress.net/ (and do not accept any hire offers posted to these forums).
Overall though, I recommend instead using a theme that was built with WooCommerce in mind, like https://wordpress.org/themes/storefront/ or https://wordpress.org/themes/reykjavik/
Thread Starter
Wild Jim
(@smokingblends)
@macmanx
Yes, I do not agree with the post being deleted, but it is not my job to moderate.
This theme works great with woocommerce it just requires some work. We are done with most of it.
The site getting 98s in google speed test on our shop page and it is very responsive.
Can you offer any ideas on our “child theme problems”?
We have now moved the site to it’s proper location at smokingblends dot com.
For some reason our child theme is removing our logo. We have tried a couple of different ways and followed the documentation.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
1. How can we make the content of the page larger? ( wider ) Not the blocks. The woocommerce content.
What do you mean by not the blocks?
Thread Starter
Wild Jim
(@smokingblends)
Hey Andrew,
Thanks for your offer of assistance.
I can see why this was a bit confusing. What we meant was – the whole page, not just a particular block.
Our main concern is the single product page.
This content is very narrow. We would like to be able widen the woocommerce pages.
smokingblends dot com/product/herbal-leaf/equilibrium/
BTW: As you can see we have moved the site to it’s live domain.
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
In the “Additional CSS” section of the dashboard add this:
.single-product .content-area .site-main {
max-width: none;
}
https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress
Thread Starter
Wild Jim
(@smokingblends)
Andrew,
Thanks!! That is exactly what we wanted to do.
We have added allot of .css to that section ( because our child theme is not working yet ) and been able to run 90% of the things we wanted to customize. But, there are a couple of things that we have not been able to find, like this.
We have stopped working on this for the time being because we want to get our child theme working in case some of these customizations involve php or js.
Now that we have the proper code. I am going to have a look at the css for the product page and figure out how we missed it.
Thread Starter
Wild Jim
(@smokingblends)
Just to follow up here.
Thanks to @anevins help we were able to find this css code. I do not know how we missed it.
.woocommerce .content-area .site-main {
max-width: 940px;
}
It widens the content on all of the woocommerce pages and looks perfect for our site.
We found that going any larger that 940px creates issues with the single product pages product image. Making it rectangular and creating some other visual issues.
For most people interested in widening the woocommerce pages in this theme without doing any other customizations. The above code should work for you.