smal img div

  • Posts: 28
  • Thank you received: 0
11 years 6 months ago #102528

Hi, i cant find the source from the little img´s u see on the photo. i want this div in "right_part".

In the view: show_default i cant find this div..
anyone can help me?
thx

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

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
11 years 6 months ago #102546

Hi,

"show_default" view call the view "show_block_img" to display the product images.
You have to move the block

	$this->setLayout('show_block_img');
	echo $this->loadTemplate();

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: 28
  • Thank you received: 0
11 years 6 months ago #102664

found

$this->row = & $this->element;
$this->setLayout('show_block_img');
echo $this->loadTemplate();

on "left part"

tryed to move to "right part" and to delete... nothing happend

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

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
11 years 6 months ago #102688

Hi,

Do you modify the view for the right template ?
Tip: In the view listing, you can use the filters (top right) to select the template.

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.
The following user(s) said Thank You: ljrr

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

  • Posts: 28
  • Thank you received: 0
11 years 6 months ago #102696

you are right... but look




now everything is on the right part.
i just want that the little pics are on the right part... like this:


is it possible?

an i want the little pictures bigger.. is it possible too?

thanks

sorry, maybe u dont know what i mean because of my english :)

Attachments:

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

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
11 years 6 months ago #102711

Hi,

The "show_block_img" view display the main image and the thumbnails too.
At this moment, you have to display the main image directly in your "show_default" view and call the "show_block_img" for the thumbnails.
So, you have to remove some content in the "show_block_img" view to put it in the "show_default" one.

It requires some PHP skill but it is possible.

About the thumbnails size at the bottom, it is done thanks to CSS:

img.hikashop_child_image {
margin: 2px;
height: 25px; /* change this value */
}

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.
The following user(s) said Thank You: ljrr

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

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

thx, it works ;)

i have the commercial version of hikashop, is it possible to deaktivate "HikaShop , Joomla!™ Online Store Component" ?
regards

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

  • Posts: 5
  • Thank you received: 1
11 years 5 months ago #103263

Hi,

Select: Components - Hikashop - Configuration - Display. Set option Show footer to No to hide the text: HikaShop , Joomla!™ Online Store Component.

The following user(s) said Thank You: Jerome

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

  • Posts: 26151
  • Thank you received: 4027
  • MODERATOR
11 years 5 months ago #103280

Hi,

Right Paragon2009.
And this option is include in all versions of HikaShop, not only in the commercials (in the starter too).

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.

Time to create page: 0.080 seconds
Powered by Kunena Forum