Hikashop Social Networks plugin

  • Posts: 3
  • Thank you received: 0
9 years 6 months ago #214953

-- url of the page with the problem -- : http://xn--chrmli-yxa.ch
-- HikaShop version -- : 2.5.0
-- Joomla version -- : 3.4.3
-- PHP version -- : 5.5.29
-- Browser(s) name and version -- : Firefox 40.0.3

Hi

I just set up the hikashop social networks plugin and I have two questions:

- Can I rearrange the order of the buttons? If yes, how?
- I turned off the "count" for the pinterest button. But it is still showing. How can I fix that. I do not want it to show the "count".

Thank you in advance.

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

  • Posts: 13201
  • Thank you received: 2322
9 years 6 months ago #214966

Hi,

You can edit the plugin hikashopsocial in "plugins/system/hikashopsocial/hikashopsocial.php".
And edit the code:

		$html = array(
			$this->_addTwitterButton($plugin),
			$this->_addPinterestButton($plugin),
			$this->_addGoogleButton($plugin),
			$this->_addAddThisButton($plugin),
			$this->_addFacebookButton($plugin)
		);

In this code, just change the order of the elements.

Regarding the count issue, in that same plugin, in the function "_addPinterestButton()" could you try to add the code:
$count = 'none';
before:
return '<span class="hikashop_social_pinterest'.$c.'"><a href="//pinterest.com/pin/create/button/?url='.urlencode($url).'&media='.urlencode($imageUrl).'&description='.htmlspecialchars(strip_tags($element->description), ENT_COMPAT,'UTF-8').'" class="pin-it-button" count-layout="'.$count.'"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a></span>';

The following user(s) said Thank You: malkreide

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

  • Posts: 80
  • Thank you received: 1
6 years 4 months ago #300082

Hikashop v 3.0.1
Joomla v 3.8.12

Hello,

I am having a problem with the pinterest icon. When it's clicked, I am getting a 502 error. How can I fix it?

Thank you,
Dora

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

  • Posts: 83541
  • Thank you received: 13516
  • MODERATOR
6 years 4 months ago #300083

Hi,

Could you provide a link to a product page with the issue so that we could have a look at the problem ?

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

Time to create page: 0.076 seconds
Powered by Kunena Forum