Hi,
I'm using sharethis 7.x-2.4 with panels 7.x-3.2
(guessing this is a sharethis issue, not panels...)

Previously, when I was using sharethis 7.x-2.2, there was no option to insert sharethis in panels. Since upgrading, it appears in the 'miscellaneous' category. But after inserting it into a pane, the sharethis buttons don't appear on my panel node pages. No code is being generated for this pane.

I've tried setting the sharethis location to 'block' (as described in http://drupal.stackexchange.com/questions/27059/sharethis-in-header-rath...)
and then re-entering it in the panel, but it still doesn't show.

ShareThis is displaying normally for content types that aren't using panels.

Any help greatly appreciated! Thanks

Comments

ignelius’s picture

Fixed - turned out there had been an error when setting ShareThis location to block ('selected services' more than 128 characters)

I removed a few services which allowed me to set it as a block.

jherencia’s picture

ShareThis Support’s picture

Hi,
You can update the drupal settings in file /modules/system/system.module

LINE NUMBER ~ 359

$types['textfield'] = array(
'#input' => TRUE,
'#size' => 60,
'#maxlength' => 1024,
'#autocomplete_path' => FALSE,
'#process' => array('ajax_process_form'),
'#theme' => 'textfield',
'#theme_wrappers' => array('form_element'),
);

This will allow you to store more Sharing services.

vladimiraus’s picture

Version: 7.x-2.4 » 7.x-2.x-dev
Issue summary: View changes
Status: Active » Closed (outdated)

Issue was inactive for more than 9 years. Closing.
Feel free to reopen if you feel that it is still relevant. ⏳