no space between category and product in the bottom

  • Posts: 281
  • Thank you received: 3
8 years 2 weeks ago #270646

-- HikaShop version -- : 3.1.0
-- Joomla version -- : 3.6.5

Hello
After updating to hika 3.1.0 between category and product in the bottom there is not space, and they were better dislayed on mobile too.
Now I have to change something in setting of hikashop or I have to change the css??

Thanks
Frank

Attachments:
Last edit: 8 years 2 weeks ago by francota.

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

  • Posts: 83937
  • Thank you received: 13598
  • MODERATOR
8 years 1 week ago #270648

Hi,

Please provide a link to the page.

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

  • Posts: 281
  • Thank you received: 3
8 years 1 week ago #270732

Hello
This is the url:
goo.gl/QFq8rD

Thanks
FRank

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

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
8 years 1 week ago #270763

Hello,

Get your <div class="hkc-md-4 hikashop_category hikashop_category_column_1 hikashop_category_row_2">, in order to add a padding command in order to get your required space between each elements.
This kind of code, more precisely :

div_specific_class {
    padding: your_paramters
}

Hope this will help you.

Regards

Last edit: 8 years 1 week ago by Philip.

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

  • Posts: 281
  • Thank you received: 3
8 years 1 week ago #270949

Hello
I set the padding-bottom to this class hkc-md-4
.hkc-md-4 {
padding-bottom: 18px;
}

Do you thnk is correct?? Or Could I have some problem?

Thanks
Frank

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

  • Posts: 83937
  • Thank you received: 13598
  • MODERATOR
8 years 1 week ago #270951

Hi,

That's fine yes.

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

  • Posts: 281
  • Thank you received: 3
8 years 1 week ago #271070

Hello
I noted and other strange behaviur when I resize the screen of the browser as a mobile.
The thumbnail of categorie and products are not responsive as the old Hikashop with my temaplate.
You know I am try to adapt my template to the new version of Hikashop.
How can I solve that??

Thanks for help
Frank

Last edit: 8 years 1 week ago by francota.

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

  • Posts: 83937
  • Thank you received: 13598
  • MODERATOR
8 years 1 week ago #271082

I don't know what you had before, so I can't say.
You probably want to force the width or min-width of the images.
For example, something like that:
hikashop_product_listing_image{ width: 100%; }

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

  • Posts: 281
  • Thank you received: 3
8 years 1 week ago #271208

I tryed your code but with no good result :(
I think not really the problem is the image but the div that wraps the image and title...you can see in the images below with relative url

goo.gl/ZJdtz9



goo.gl/7dup8h


Thanks for help

Attachments:

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

  • Posts: 83937
  • Thank you received: 13598
  • MODERATOR
8 years 1 week ago #271214

Hi,

You have that CSS in the default style of HikaShop that you selected in the HikaShop configuration which you should remove:

.hikashop_subcategories div.hikashop_category, .hikashop_products_listing div.hikashop_product {
    float: left;
}
Then it will display like the other link.

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

  • Posts: 281
  • Thank you received: 3
8 years 1 week ago #271228

Yes I found it and it works
What is the best choice, change the file media/com_hikashop/css/style_default.css or by back end in the setting of css in hikashop as you can see in the img bellow



What is the scope of css option, I still dont understand them:blush: what is the difference between defaul,old,or nothing


THanks
FRank

Attachments:

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

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
8 years 6 days ago #271235

Hello,

These css correspond to different layout of HikaShop, the old one is the legacy (for HikaShop 1.x & 2.x) and the default is the actual version.
In your case, the old isn't really useful...

Regards

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

  • Posts: 281
  • Thank you received: 3
8 years 6 days ago #271301

ok thanks
BUt if I change the file default css from the back end it is a sort of override??
I mean it is better change media/com_hikashop/css/style_default.css or by back end in the setting of css in hikashop??



Thanks Frank

Attachments:
Last edit: 8 years 6 days ago by francota.

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

  • Posts: 26251
  • Thank you received: 4040
  • MODERATOR
8 years 6 days ago #271306

Hello,

If you take a look at your screenshot, you'll see that you can't really edit the "frontend default" ; it creates an override with the content of the core file.
That's why the name is "custom" in your screenshot.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 281
  • Thank you received: 3
8 years 15 hours ago #271790

Hello
But in what folder is it saved??

Thanks
Frank

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

  • Posts: 26251
  • Thank you received: 4040
  • MODERATOR
7 years 11 months ago #271794

Hi,

I'm not following you.
You're asking for a folder but in your previous message you mentioned the file path, so the folder.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 281
  • Thank you received: 3
7 years 11 months ago #271858

Sorry if I was not clear
When I modify the file fronted_custom.css from back end where is it saved??
Couse after saving the file i dont find it in media/com_hikashop/css/ so I wonder where it is saved

Attachments:
Last edit: 7 years 11 months ago by francota.

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

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
7 years 11 months ago #271861

Hello,

It's save in this folder YourWebsite.com/media/com_hikashop/css, but I don't understand the goal of your question...
If you edit your default you create a new css file (and automatically named frontend_custom.css) that allow you to have your modification and keep the original file, directly modify the frontend_default.css can leads to issue.

Hope this will help you.

Regards

Last edit: 7 years 11 months ago by Philip.

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

  • Posts: 281
  • Thank you received: 3
7 years 11 months ago #271953

Thanks
I found it

Frank

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

Time to create page: 0.101 seconds
Powered by Kunena Forum
loading