Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 1 year ago.
Improve this question
I really need your help. I would like all my prices to show on the same line. Right now, the price shows below the product name, and depending on the length of the name, the price shows after.
Can I somehow force the prices to get aligned on the same line?
You can check http://dansupplies.dk to see what I mean. The first box has 4 products, and these prices should be on the same line.
My “related products” that show on the product page also needs this fix, if it’s possible of course.
Big high five!
The most simple solution would be to add a min-height to the .woocommerce-loop-product__title class.
Screenshot
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I have 3 cards on my wordpress site homepage, jookaskids.com.ng, it has a link in it already, and I don't want only the link to be clickable but the whole card.
I hope my question is built well.
Example here on this bootstrap page HERE
The Card Img Here
Wrap the whole HTML structure of the card into an a tag & specify corresponding href attribute.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
My site:
When I was setting up the store I was prompted to create a banner. I thought, gee that looks great, wonder if I will be able to remove it....
Well, I cannot seem to find where to remove the banner. It is only on the home page and only when you first load.
Thanks!
Andrew
You can disable the banner by logging into your Wordpress backend and doing the following steps:
Open Appearance > Customizer
Open the Woocommerce tab
Click on Store notice
Disable the store notice by removing the check in the checkbox.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 years ago.
Improve this question
The page I am talking about: https://www.eddiestech.co.uk/product/manchester-university-sign/
I have been trying to create a WooCommerce shop. I have an item set up, but the image of the product is shown twice. One as a header and one as the product image near the name. I would like to remove the header image. I have seen many CSS things to add that haven't worked!
Have you tried this?
.post-format {
display: none;
}
This is how it looks after adding that code.
Also, is weird your theme options don't include to remove the featured image.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
See the picture, There is no columns in second page but it is showing header i want to remove that one.
Most likely you will need to make report body smaller in the report designer. Please try that and try to reduce your report margins. If this will not help, please post the picture of your report in the designer
you can overcome from this issue by suppressing the footer section in the report.
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I created a report using Report Viewer. All works fine with the data and when I click the button to preview the report is like I want.
The problem is when I send the order to printer, she print 4 pages, the first equals the report and the other only with header and footer.
Anyone know what's the problem?
(Sorry for my poor english)
I suppose you have problem with PageSize or probably there are some elements which go beyound the side boundaries on your page.