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
Comment #1
ignelius commentedFixed - 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.
Comment #2
jherencia commentedThis is related: #1230146: Can't insert ShareThis into Panels
Comment #3
ShareThis Support commentedHi,
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.
Comment #4
vladimirausIssue was inactive for more than 9 years. Closing.
Feel free to reopen if you feel that it is still relevant. ⏳