Social Networks Plugin

  • Posts: 5
  • Thank you received: 0
10 years 4 months ago #185105

-- url of the page with the problem -- : s504001439.onlinehome.us/index.php/hikas...lack-satin-underbust
-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.1

I am having two problems with the Social Networks Plugin:

1) There is an error in the coding for the plugin that I can't find, where the Div ID for the plugin does not have a closing quotation mark, which makes it impossible to apply any CSS to the Div.

2) I want to re-order the social media icons. The "Add This" button is showing up in the middle, and make it really hard to click on the icon below it. So... how can I re-order the icons?

Thank you.

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

  • Posts: 26230
  • Thank you received: 4035
  • MODERATOR
10 years 4 months ago #185131

Hi,

1/ Thanks for the report, we will update the HikaShop package as soon as possible with the fix.
For the moment you can edit the plugin and replace

$html = '<div id="hikashop_social style="'.$styles.'">' . implode('', $html) . '</div>';
By
$html = '<div id="hikashop_social" style="'.$styles.'">' . implode('', $html) . '</div>';

2/ With the actual plugin, it is not possible ; but I rewrite a big part of the plugin in order to give him more flexibility.
I hope that this flexibility will allow the social ordering in a future version. Before that, the best is to edit the plugin and change the ordering in the content generation config
$html = array(
	$this->_addTwitterButton($plugin),
	$this->_addPinterestButton($plugin),
	$this->_addGoogleButton($plugin),
	$this->_addAddThisButton($plugin),
	$this->_addFacebookButton($plugin)
);

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: sirspens

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

  • Posts: 5
  • Thank you received: 0
10 years 4 months ago #185137

Jerome,

Thank you very much for your reply! However, the biggest problem I am having is finding where the plugin files are kept. I went through the Hikashop folder and all the plugin folders and cannot find it. Could someone please direct me toward that location?

Thank you, again.

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

  • Posts: 193
  • Thank you received: 76
10 years 4 months ago #185142

plugins\system\hikashopsocial\hikashopsocial.php

The following user(s) said Thank You: sirspens

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

Time to create page: 0.069 seconds
Powered by Kunena Forum