I have installed wooocommerce in this site. Now you can see there are couple of products in the home page. The products under the section featured Games are size in (100X140) and when I will click them tht will redirect me the product details page. To that point its fine. Now in the home there are some products under section All Products which are of different in size from the bottom image size. Now I want the top section(All Products) section to be made fully clickable means when someone will click on the image it will redirect him to the corresponding product details page just like the bottom featured product. And the section to be flly managable from the admin. So can someone kindly tell me how to do this? Any help and suggestions will be really appreciable. Thanks...
|
|
Simply put, there's no anchor tag for the image. Here's what you need to do: Current Code The All Products HTML code looks like this:
And the CSS like this:
New Code All products HTML:
CSS:
You'll notice that I'm applying your
Also notice that I'm adding
Your entire image should now work as a link. |
|||
|
|
|
I just had a look at the site and I am not familiar with woo commerce but The design of the two sections are completely different. The link in featured products is:
So the whole section is in an a tag, The other section has:
where class 'first-img' is linked in the style sheet:
This is just a guess but if you find the code that wraps the a tag around the first bit of code you should be able to figure out how to get it to do that around the other bit of code. I just had a look at the code for the basic woo commerce plugin and it looks like that layout is not there by default, if you are using a theme it might help to say what that is as well, if you find the loop that generates the code but cant work it out post it above. |
|||
|
|
