Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • simplesite Friend
    #191042

    Hello,

    I really like this joomshopping template but my social share buttons are a mess. I like them to be either under neath the product image or under the product title. Can anyone give me pointers?

    http://going-natural.com/jfixel/index.php/hair-care-and-products/deep-conditioner

    Thanks.


    1. social-share1
    2. social-share2
    3. social-share3
    Saguaros Moderator
    #507603

    Hi there,

    Where do these social share icons come from? By default, we don’t have these

    simplesite Friend
    #507606

    They are from joomshopping. Social Share plugin: plg_jsocial_share 1.0.1.

    Saguaros Moderator
    #507628

    Try opening file: componentscom_jshoppingtemplatesfixelproductproduct_default.php

    Add this line of code to position you want these social icons appear:

    [PHP]<?php print $this->_tmp_product_html_start;?>[/PHP]

    For example, if you want it appear underneath image thumbnail, you can find and add below this snippet of code:


    <!-- images thumbnail -->
    <?php print $this->_tmp_product_html_before_image_thumb;?>
    <span id='list_product_image_thumb'>
    <?php
    if ( (count($this->images)>1) || (count($this->videos) && count($this->images)) ) {
    $i = 0;
    foreach($this->images as $k=>$image){
    .........................................................................
    <?php } ?>
    <?php }?>
    <?php print $this->_tmp_product_html_after_video;?>
    <!-- End images thumb -->
    <?php print $this->_tmp_product_html_start;?>

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 11 years, 1 month ago.

We moved to new unified forum. Please post all new support queries in our New Forum