[Solved]Display failure

  • Posts: 203
  • Thank you received: 0
10 years 11 months ago #173501

-- HikaShop version -- : HikaShop Starter 2.3.2
-- Joomla version -- : 3.3.3.
-- PHP version -- : 5.4.30
-- Browser(s) name and version -- : Firefox 32

Hello Team,

where can i fix this display error?

There seems so be a missing div but i cant figure out in which file.

awesomescreenshot.com/0c33kcrg58

THX

Last edit: 10 years 11 months ago by CMS-Buttler.

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

  • Posts: 13201
  • Thank you received: 2322
10 years 11 months ago #173537

Hi,

This tutorial should help you:
hikashop.com/support/support/documentati...ize-the-display.html

You can edit the frontend css file via Configuration > DIsplay > CSS and add the following code at the end:

.hikashop_product_stock input{
  display: block;
  margin: auto !important;
}

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

  • Posts: 203
  • Thank you received: 0
10 years 11 months ago #173624

Hello Xavier and thx

but this does not change anything

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

  • Posts: 84301
  • Thank you received: 13697
  • MODERATOR
10 years 11 months ago #173652

Hi,

The issue is that the CSS of HikaShop is overridden by your template CSS so you don't see the change.
Add that CSS at the bottom of your template CSS file: /templates/schnapper/css/template.css and that should then work.

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

  • Posts: 203
  • Thank you received: 0
10 years 11 months ago #173725

Thx Nicolas.

Now the button moves when the mouse moving over it.

Could you give me a hint how to swap position of price and productname?

Thx

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

  • Posts: 13201
  • Thank you received: 2322
10 years 11 months ago #173751

Hi,

So you can use:

.hikashop_product_stock input, .hikashop_product_stock input:hover{
  display: block !important;
  margin: auto !important;
}

To swap position of price and product name, you have to edit the view "product / listing_img_title".

The following user(s) said Thank You: CMS-Buttler

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

  • Posts: 203
  • Thank you received: 0
10 years 11 months ago #173865

Great Thx

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

Time to create page: 0.073 seconds
Powered by Kunena Forum