Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Bestsellers layout Hikashop module in tabs position

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

2 questions:
1) How can I change the distance (or amount of white space) between the product picture and the product price of the featured products module displayed in the tabs position (attachment 1)

And how can I change the format of the picture to completely fille the image frame?

2)How/where can I change the settings of the productpage which is displayed after clicking on the product? So that the page looks like the product page in the demo? (attachment 2)

And how can I enable the <> forward/backard arrows on that page


Oh, thats 4 questions already ...

P.s. I have copied the module settings as described on the documentation page of the new lifestyle template

Bestsellersintabslayout.PNG


Productpagelayout.PNG
  • René's Avatar
  • René
  • 6 Month Developer
  • 32 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

Do you have a link for the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
www.alphawaxing.nl
But I am developing local because I dont want to interrupt the online environment.
  • René's Avatar
  • René
  • 6 Month Developer
  • 32 posts
  • Karma: 0
The administrator has disabled public write access.
Hi

I can't seem to see the module in question - can you add a url for the tabs page together with a products page

Looking at the screenshot I do think the tabs one is a hikashop setting

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul,

I made a copy of the live site and placed it on my NAS server. You can reach it on

I have actived the hikashop modules.
  • René's Avatar
  • René
  • 6 Month Developer
  • 32 posts
  • Karma: 0
Last Edit: 10 years 3 months ago by René.
The administrator has disabled public write access.
The image is a setting as the height is added inline

element.style {
height: 300px;
}

I can't quite remember off the top of my head where that setting is

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I think the image setting is off for the main product image as well its too small but also add these stylings

@media (min-width: 1200px) {
.row-fluid .hikashop_product_left_part[class*="span"] {margin-left: 0;}
}

@media (max-width: 1199px) and (min-width: 980px) {
.row-fluid .hikashop_product_left_part[class*="span"] {margin-left: 0;}
}

@media (max-width: 767px) and (min-width: 600px) {
.row-fluid .hikashop_product_left_part[class*="span"] {margin-left: 0;}
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
In hikashop I found 3 places to modify the image settings:
- In the system configuration | display: I have turned of the front-end css file as is suggested on the documentation page (1)
- In the system configuration | main | display (2)
- In the display| content module (3)

I dont know which image setting it is to change

1HikashopconfigurationDisplaycss.PNG


2Hikashopconfigurationmaindisplaycss.PNG


3Hikashopmoduleconfiguration.PNG
  • René's Avatar
  • René
  • 6 Month Developer
  • 32 posts
  • Karma: 0
The administrator has disabled public write access.
If not sure add this

.hikashop_products .hikashop_product_image {
height: auto !important;
}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: René

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers