-
AuthorPosts
-
simplesite Friend
simplesite
- Join date:
- August 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 57
- Thanks:
- 20
- Thanked:
- 4 times in 1 posts
September 30, 2013 at 4:17 pm #191042Hello,
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.
- Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 1, 2013 at 4:40 am #507603Hi there,
Where do these social share icons come from? By default, we don’t have these
simplesite Friendsimplesite
- Join date:
- August 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 57
- Thanks:
- 20
- Thanked:
- 4 times in 1 posts
October 1, 2013 at 4:55 am #507606They are from joomshopping. Social Share plugin: plg_jsocial_share 1.0.1.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
October 1, 2013 at 7:46 am #507628Try 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;?>
AuthorPostsViewing 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
Jump to forum