Messy CSS and a wrong link in product detail view
-
First of all, thank you for the plug-in.
Because the plugin is free, I don’t really have a right to complain.
However, I just wanna mention, I am trying to use CSS to somehow tidy up everything to look somewhat nice within my site and my theme but the more I try the more I realize that it is a quite painful endeavor, because quite a lot isn’t really structured as one would expect. Just a few things, most important first:1) In the product detail view the actual “number of items” in the cart (in front of the cart icon or text) is a LINK(!), and links directly to the CHECKOUT WINDOW (in a new window!, does not respect the preset either), while the cart icon (or text) actually opens the shopping cart (as expected). In the product overview (page view) only the cart icon is a link (I suppose that’s how it should be).
2) The whole menu up there is somehow quite difficult to address by CSS. The back link in detail view is just an A-tag with no individual class, the number of items is a SPAN with no individual class but combined within a DIV with the cart icon…
3) In the shop view (not the detail view) you can change whether to show the actual description or a link to show it. Problem is, if some products don’t have a description the link is not generated either (which makes sense).
However, that way it is somewhat difficult to make products with and others without show up in the same format (size). So I decided to hide the whole description by CSS in the overview page. Problem then: there is still a “.separator” DIV but only for the products which have a description.
Only chance to get rid of that seperator DIV is tho hide them all. What are those “separator” DIVs good for anyway?
- The topic ‘Messy CSS and a wrong link in product detail view’ is closed to new replies.