Change Hikashop Social Buttons Position

  • Posts: 441
  • Thank you received: 24
12 years 7 months ago #46467

i would like to change the position of hikashop social buttons from top to below under the product image, is it possible?

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

  • Posts: 13201
  • Thank you received: 2322
12 years 7 months ago #46629

Hi condorazul,

You can change the position of the HikaShop Social plugin.
Go in HikaShop > Display > Views, and edit the view product / show_default.php (or show_tabular / show_reversed)

Move:

  <?php
  $pluginsClass = hikashop_get('class.plugins');
  $plugin = $pluginsClass->getByName('content', 'hikashopsocial');
  if (@ $plugin->published || @ $plugin->enabled) {
    echo '{hikashop_social}';
  }
  ?>

Under:
<div id="hikashop_product_left_part" class="hikashop_product_left_part">
  <?php
  $this->row = & $this->element;
  $this->setLayout('show_block_img');
  echo $this->loadTemplate();
  ?>
</div>

The following user(s) said Thank You: condorazul, tsa672

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

  • Posts: 234
  • Thank you received: 4
12 years 2 weeks ago #72677

Hello, I have been looking around to try and move the product images. As you can see from this page they are in the wrong place. www.draganfly.co.uk/index.php/component/...pathway-2?Itemid=505

I have been looking in the product/images.php file under display>View but am a bit out of my depth.

Any help would be most appreciated.

Yours
Iain

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

  • Posts: 13201
  • Thank you received: 2322
12 years 2 weeks ago #73043

Hi,

Try this property in the frontend css file in HikaShop > Configuration > Display:

.hikashop_product_main_image_subdiv{
    margin: 0 !important;
}

I think that your template override the view.

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

  • Posts: 234
  • Thank you received: 4
12 years 2 weeks ago #73144

Sir

Thank you.

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

Time to create page: 0.083 seconds
Powered by Kunena Forum