Photos in center of frame

  • Posts: 122
  • Thank you received: 4
  • Hikashop Business
1 year 7 months ago #344410

Hi
Category photos are not in the center of the frame. How do I solve this?
nordicdental.dk/dental-shop/haerdelamper/haerdelamper
Br.
Peter

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
1 year 7 months ago #344416

Hi,

That's because of the CSS of your template.
It forces the display of the images to be "block" instead of "inline" and thus the "text-align: center" on the area is not taken into account.
Add that CSS code on your website to counter the CSS of the template and the category images will be centered:

.hikashop_product_listing_image {
    display: inline !important;
}

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

  • Posts: 122
  • Thank you received: 4
  • Hikashop Business
1 year 7 months ago #344425

Hi Nicolas
This was working:-) Thank you very much.
The frame is also not square. Only if there is 4 categories in line.
Can we force this also?
nordicdental.dk/dental-shop/sterilisation/p-t-b-autoklaver

And then, when you put ammount in basket and the + and - are strange.
nordicdental.dk/dental-shop/mikroskoper/...oskop-cj-optik-bacic

Br.
Peter

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
1 year 7 months ago #344427

Hi,

1.
The with of the frame depends on the number of columns you configured in your menu item settings.
The height of the frame depends on the height of the content inside.
If you wish to increase the height of the frame you can use CSS.
For example:

.hikashop_container {
    min-height: 380px;
}

2. The - / + / quantity input layout is also being affected by your template's CSS.
Such CSS would help:
.hikashop_product_quantity_main table {
 display: inline !important;
}
However, you might prefer changing the "Quantity input method" setting in the HikaShop configuration in order to change the look of the quantity input area. The table layout you have right now is an old one.

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

  • Posts: 122
  • Thank you received: 4
  • Hikashop Business
1 year 7 months ago #344451

Hi Nicolas
If I install Hika in a normal Joomla, I think all is ok.
But when SP pagebuilder in installed, it is different.
What do you mean about the table layout is old?
Do you have a newer design?
Br.
Peter

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

  • Posts: 122
  • Thank you received: 4
  • Hikashop Business
1 year 7 months ago #344452

I think it is only some pages.
Here the display is fine.
nordicdental.dk/dental-shop/tandlaegesto...dlaegestole-finndent

Here it is not ok.
nordicdental.dk/dental-shop/sterilisation/p-t-b-autoklaver

Strange?

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
1 year 7 months ago #344459

Hi,

That's because on one page you have a listing with 4 columns and on the other a listing with 3 columns.
Since there is more width available on the listing with 3 columns, each frame is wider.
To avoid that, you need to edit the corresponding menu item in the Joomla menu manager and set the number of columns to 4.

The "Quantity input method" setting in the HikaShop configuration allows you to change the layout of the quantity input area. The current layout you have for that area is an old one.

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

  • Posts: 122
  • Thank you received: 4
  • Hikashop Business
1 year 7 months ago #344557

Hi Nicolas
I have corected all.
Thank you very much.

I get a fail on Google index.
The URL was excluded by the tag "noindex"
example: nordicdental.dk/component/hikashop/produ.../cid-954?Itemid=3868
There are many of them.

Do you know why?

Br.
Peter

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
1 year 7 months ago #344578

Hi,

I'm not sure what you mean. What is "a fail on Google index" ?
Lately, someone reported that issue: www.hikashop.com/forum/product-category-...thout-canonical.html
But I'm not sure it's related or not as I don't understand what is the problem you have. Because, the fact that the contact pages are not indexed is normal as you don't want them to be indexed by search engines.

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

  • Posts: 122
  • Thank you received: 4
  • Hikashop Business
1 year 7 months ago #344612

Hi Nicolas
I just changed my proporty from www.nordicdental.dk to nordicdental.dk
Like a new proporty and it is making a new index.
I also updatded from Joomla 3 to Joomla 4
And now it is trying to index product contact pages?
Do you want acces to search console so you can see your self?
Maybe it just need to end indexing for seeing if it correct it self?
Br.
Peter

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
1 year 7 months ago #344618

Hi,

I'm not sure.
Could you provide some screenshots of the information you get about the contact pages in the search console ?

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

  • Posts: 122
  • Thank you received: 4
  • Hikashop Business
1 year 7 months ago #344654

Please see photo.

Attachments:

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

  • Posts: 81504
  • Thank you received: 13064
  • MODERATOR
1 year 7 months ago #344660

Hi,

I don't see any errors there.
It's just a list of the noindex URLs. And that's normal you see the contact form pages there as you don't want them to be indexed for each product.
So there's nothing to worry.

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

  • Posts: 122
  • Thank you received: 4
  • Hikashop Business
1 year 7 months ago #344698

Ok,
Thank you:-)

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

Time to create page: 0.075 seconds
Powered by Kunena Forum