extra image in the tags

  • Posts: 15
  • Thank you received: 0
10 years 1 week ago #211322

-- url of the page with the problem -- : ilsindustriallight.com
-- HikaShop version -- : Essential: 2.5.0
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.4
-- Browser(s) name and version -- : mozilla 39.0.3
-- Error-message(debug-mod must be tuned on) -- : no error

any idea why there is a extra image in the tags, see attached image

ilsindustriallight.com/index.php/test3/p...p-t5ho-without-lamps

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
10 years 1 week ago #211327

Hi,

The link to the product and anything .../test3 results in a 404 error, on ilsindustriallight.com I can't find a link to a shop, and without seeing the page it can't be said for sure.

Could be coming from the template or else, but in any case it'll be a simple fix per CSS. Perhaps use your browser console (Firebug or similar) to analyse and then change it. Here is some info on "how to": www.hikashop.com/support/support/documen...ize-the-display.html


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
Last edit: 10 years 1 week ago by lousyfool.

Please Log in or Create an account to join the conversation.

  • Posts: 15
  • Thank you received: 0
10 years 1 week ago #211330

sorry i broke the link trying to fix it

ilsindustriallight.com/index.php/lighting-fixtures2

Please Log in or Create an account to join the conversation.

  • Posts: 2143
  • Thank you received: 747
10 years 1 week ago #211331

Yup, it's from your template: in the file /templates/rt_voxel_responsive/css/typography.css it says

.typography-style-light span.email, .typography-style-light span.phone, .typography-style-light span.quote, .typography-style-light span.cart, .typography-style-light span.rss, .typography-style-light span.tags, .typography-style-light span.write, .typography-style-light span.info, .typography-style-light span.sound, .typography-style-light .email li, .typography-style-light .phone li, .typography-style-light .quote li, .typography-style-light .cart li, .typography-style-light .rss li, .typography-style-light .tags li, .typography-style-light .write li, .typography-style-light .info li, .typography-style-light .sound li {
  background-image: url("../images/typography/light/icon-set1.png");
}

As a quick fix to not have an image there on product pages you may add the following CSS e.g. by following the tutorial in the link I gave you:
.hikashop_product_tags li {
  background-image: none !important;
}

In case of other troubles in that regard please check with the template provider.


Need help with customisations of layouts, style or other site development? PM me!
(Don't forget to turn on "E-mail notification of new messages" )
The following user(s) said Thank You: Jerome

Please Log in or Create an account to join the conversation.

  • Posts: 15
  • Thank you received: 0
10 years 1 week ago #211371

thank you solved

Please Log in or Create an account to join the conversation.

Time to create page: 0.101 seconds
Powered by Kunena Forum