Bug in render of social icons

  • Posts: 180
  • Thank you received: 13
11 years 4 months ago #108983

The span containing the details for GooglePlus is placed inside of the span for Facebook when it should be outside.

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

  • Posts: 2334
  • Thank you received: 403
11 years 4 months ago #109018

I saw that yesterday and it's fixed.
Find the file hikashopsocial.php in plugins/content/hikashopsocial and change these lines:

if($plugin->params['display_fb']) $html.=$this->_addFacebookButton( $plugin);
if(@$plugin->params['display_google']) $html.=$this->_addGoogleButton( $plugin);

to these lines:
if(@$plugin->params['display_google']) $html.=$this->_addGoogleButton( $plugin);
				if($plugin->params['display_fb']) $html.=$this->_addFacebookButton( $plugin);

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

Time to create page: 0.065 seconds
Powered by Kunena Forum