You can usually do with with CSS. Whats the URL to your page?
Thread Starter
Mvdw
(@mvdw)
http://www.urnenhemel.nl @mikejolley another problem is on some single productpages the footer is gone ?? Same problem?
The images look fine – link to a page *with the problem* please.
Thread Starter
Mvdw
(@mvdw)
this is a page with problems. And I want the image to be smaller to display.
http://www.urnenhemel.nl/winkel/assieraden-assieraad/asbedel-hond/
You need some extra css, for example:
.woocommerce-page div.product div.images {
width: 30% !important;
}
Regarding the cut off page, it looks like your template file might be trying to call some sharing code which is causing a fatal error. Check the single-product.php template.
Thread Starter
Mvdw
(@mvdw)
Thx! That did the trick for the image size!
For what sharing code do I have to search in the single-product.php and how/what do I have to edit? @mikejolley
I don’t know what you are using for exactly without seeing it. Put it on http://pastebin.com/. It might be elsewhere, but something is definetely running bad code after your summary.
Thread Starter
Mvdw
(@mvdw)
I’m sorry but I don’t understand what Pastebin does. I’ve pasted it and what now?
Is there another way to find the problem and solve it maybe @mikejolley ?
Paste your code there and give me the link so I can view it.
Thread Starter
Mvdw
(@mvdw)
I want to see the contents of your single-product.php template, not the page source. I can view the page source myself :p
Thread Starter
Mvdw
(@mvdw)
That ones fine. Do you have a content-single-product.php too?
Thread Starter
Mvdw
(@mvdw)
Where can I find it @mikejolley (root ftp)?