How to remuve main picture and front appirience

  • Posts: 11
  • Thank you received: 0
11 years 5 months ago #79433

Good day.
I need help with two problems.
In main settings I put main picture and that picture are apirience on all items.
I do not wont that.Now I can not remove that picture. I can just replace with another, I do not wont that,I wont nothing there, and I certainly can not do it.
Another problem is with the front appearance. It constantly throwing Best seling at all. How to make a listing by category and that categori list only products from the same category, and that the best selings not list all product? Thanks for now.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #79453

Hi,

For the main image, I don't really see a solution to remove it actually.
What can be done is to upload a very small and transparent image, by this way nothing will appear in frontend.

For the other problem, you have to create a menu with the type "category listing", and in the options display only the direct sub elements.
If you need a module, it's the same way.

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

  • Posts: 11
  • Thank you received: 0
11 years 5 months ago #79480

1.First for the main image, it seems to me that is a mistake, too bad you did not put a button that would erase it. On some other items you did so.
2. Second, As far for appirens, I did what you said and now it's even worse. When you click on the category it appear only BEST SELLER, and only that. It do not even listing what is in that category. Now what?
3. How to do that CART has a small picture of baskets or cart? In some options, I enabled the display and nothing.
my web is here: www.jastreb-trgovina.hr/index.php/webshop

Thank you for your time.

Last edit: 11 years 5 months ago by dtojagic.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #79567

Hi,

You Best seller module seems to be working fine now.

To reduce the size of the image in the cart, you can edit the view "checkout / cart" and force a width OR a height for the images.
Or it can be done by css too, here is some documentation about styling HikaShop:
www.hikashop.com/en/support/documentation/faq.html#css

The following user(s) said Thank You: dtojagic

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

  • Posts: 11
  • Thank you received: 0
11 years 5 months ago #79594

you did not understand me.
I do not wont BEST SELLING mode to be under categoris listing.
Whene I click on my category, say ANĐELI ( jastreb-trgovina.hr/index.php/webshop ) site do not
list items in that category, and there are 4 items, it list BEST SELLING. Seams that Best selling mode is conected with every thing and every where. I do not wont that. I wont when you click on category to display only prodact from that category, and with out best selling mode beanith.

About cart, I did not mean when some one get in cart how will pictures of items display, I was meaning
that "HikaShop Cart Module
The cart is empty" to have that sign and small picture of card as you have on your demo site.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 5 months ago #79622

Could you give us a screenshot of the configuration of your best rated module, and of your category listing menu ?

For the picture in the cart module, you have to add a suffix in the Joomla module option for the cat module, and then apply a css property on this class to add a "background-url".
To add a css property, you can do that in HikaShop > Configuration > Display, Frontend CSS File.

The following user(s) said Thank You: dtojagic

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

  • Posts: 11
  • Thank you received: 0
11 years 4 months ago #80052

In attachment I send pictures of screens, first one is of module best selling and second one is menu categori listing from Hikashop defoult menus.

You answered me about how to put image of cart on my web but Iam not that good to know with that info what to do. If you have will to tell me more, what to put in and where (witch line) I will try if you do not have I understand and I will live it as it is.

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

  • Posts: 11
  • Thank you received: 0
11 years 4 months ago #80073

in last mail attachment did not make, now I sesized it

I cant send you pictures of screen. I try 3 times.

Last edit: 11 years 4 months ago by dtojagic.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #80075

Hi,

I think that you forgot the screenshots ;)

For the cart icon, in Joomla > Extensions > Module manager, edit your cart module and add a suffix in the input:



Then you have to use css properties to display the image in this module class.
The class shouldbe "moduletablecustom" if you use the suffix "custom", so apply the property on:
".moduletablecustom h3{background-image: url('...');}"

Attachments:

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

  • Posts: 11
  • Thank you received: 0
11 years 4 months ago #80079

I put that code in that box as you show on picture and nothing hapaned.
This is nice extension but too too complicate for me.
I will try once again. Uninstal Hika and instal again, if then do not work as I wont I have to go on
something more simple.

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

  • Posts: 11
  • Thank you received: 0
11 years 4 months ago #80082

this is link to my web
www.jastreb-trgovina.hr
Go to WEB SHOP, there is Hika shop
to go inside Joomla go to
www.jastreb-trgovina.hr/administrator
pass. are :

removed by the moderator


If you have will to see what is wrong.

Last edit: 11 years 4 months ago by Jerome.

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

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
11 years 4 months ago #80109

Hi,

I have modify the "module class suffix" like Xavier told you (using "custom" and not the CSS rule).
After that, in the HikaShop configuration part, I have edit the CSS, creating a "custom css".
I have added theses rules at the end

.moduletablecustom {
  margin:0px;
}
.moduletablecustom h3{
  padding-left: 15px;
  padding-top: 5px;
  margin:0px;
  color: white;
  font-size: 12px;
  background-image: url('http://demo.hikashop.com/templates/hagane/images/cart_top.png');
  height: 25px;
}
.moduletablecustom #hikashop_cart_module {
  background-image: url('http://demo.hikashop.com/templates/hagane/images/cart_center.png');
  background-repeat: no-repeat;
  background-color: #14CBEC;
  margin:0px;
  margin-bottom: 20px;
  margin-right: 5px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 11px;
  text-align: left;
}
So you have now the same design that the demo website but it uses the images from our demo website.
I recommend you to use your own images or to download the HikaShop images in your server in order to remove the urls of the demo website.

Best 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: 11
  • Thank you received: 0
11 years 4 months ago #80493

I think I found why I can not display prodact but do not know how to fix it.
I put content modul to be list, and whene I click on some categori it say that articl can be displayed.
But why? what I have to conect with wot to get prodact in categoris displeyed whene click on samo category?
I have disconected modul best selling and still under categoris in div it is displayes best selling mod. WHY?

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

  • Posts: 81590
  • Thank you received: 13079
  • MODERATOR
11 years 4 months ago #80564

You had removed the products listing module associated with your menu item so the system was not displaying any products anymore.
I've fixed that for you with the access that you provided.

The following user(s) said Thank You: dtojagic

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

  • Posts: 11
  • Thank you received: 0
11 years 4 months ago #80668

Meny thanks to you. You are wery kind. Thank you.
If you have time to tell me what exectly you did so I can do it by my self next time.
I have another problem. Div category listing work fine, thank you, but from left side, LIST category listing do not display prodact. WHY?
Do I have to do same thing what you just did but for that listing?
I know Iam pain in ass. Thank you

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

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #80699

Hi,

Yes it's the same thing.
You have to go in your category listing menu options (HikaShop > Display > Content menu) and assign an associated module displaying products.

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

  • Posts: 11
  • Thank you received: 0
11 years 4 months ago #80723

Sorry but I do not get hoe your sistem work.
I try and can't do it. Do not know what to conect with woth and how.
Just do not get how it work.

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

  • Posts: 13201
  • Thank you received: 2322
11 years 4 months ago #80787

Hi,

You just selected the wrong menu in your content module options. You had to select the menu "Categories listing".

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

  • Posts: 11
  • Thank you received: 0
11 years 4 months ago #80827

Thing is, I can't asking you every day to do some thing for me. It is shamful for me.
I thank you very much on your help, it is over expetations.
But I have to know to do things by my self.
I try reading your instractions line by line tree time from begining and did not get it how your sistem work and fix problems I have.
Now I wont to erase every thing apart yout extension, and I cant do that becouse I do not know will it
work and can I do it.
And as I told you I just can't asking you every day for help.
If you have some files you can direct me where I can find solution of every problem I can run of, please do. If not I have to find some simplest solution.
:( :unsure: :sick:

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

Time to create page: 0.120 seconds
Powered by Kunena Forum