• Resolved middayminer

    (@middayminer)


    I’m paraphrasing the topic title loosely here. How I got there was simple enough, I was fudging around with the advanced html output and entered some broken code, which now whitescreens the entire sidebar with an error message if I use the widget there.

    I get the error message if I try to enter Social Sticker settings to fix the html code. Deleting and reinstalling doesn’t help. I’m guessing there’s a database entry I have to remove somewhere?

    Oh man, this is the second time I’ve had this happen to me in a week, and with different plugins too. I just wanted to fix the icon positioning because CSS margins wouldn’t separate them from the widget header…

    https://www.ads-software.com/plugins/social-stickers/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Anonymous User 9905372

    (@anonymized-9905372)

    What did you enter in the HTML output?

    You need to go to phpmyadmin or a similar solution, open your database, go to the table wp_options and delete the option with the key social_stickers_settings.

    Deactivation of the plugin should delete it, but if it doesn’t work try the upper way.

    Cheers.

    Thread Starter middayminer

    (@middayminer)

    Thanks for your help! Yes, deleting the key in phpadmin worked. ??

    I was trying to style it to match my layout. I think I had a typo while adding a linebreak, and thought it would fail gracefully if something came up.

    You can see what it looks like now my primary sidebar here: https://www.foundwonders.com/

    Trying to get the margins and padding to match my previous social plugin, which I’ve left below it to give you an idea…could I please get some help on that front?

    Thread Starter middayminer

    (@middayminer)

    Update: I added

    <p>&nbsp;</p>

    at the top so I could get the default spacing from the title.

    Error message: Fatal error: Cannot use string offset as an array in /home/foundwon/public_html/wp-content/plugins/social-stickers/social-stickers.php on line 845

    Hope this helps develop your plugin. I’ll try margins instead.

    I did exactly the same thing. I used   in the html and got this error.

    Apologies, forgot to use the code button. I also used. &nbsp; in the html and received this error.

    Anonymous User 9905372

    (@anonymized-9905372)

    I’ll try to look at it ASAP.

    Cheers.

    So, adding a nbsp to the custom HTML gave me the same error/issue. I tested some other solutions.

    The pre tag didn’t work as I expected it would.

    But emsp (an em-space, similar to a non-breaking space) works and doesn’t cause any issues. Anyone looking to add spacing between their Social Stickers icons can do so by inserting emsp (with & before and ; after).

    Anonymous User 9905372

    (@anonymized-9905372)

    Which version were you using? I’m currently at the latest, and entering &nbsp doesn’t cause any problems for me?

    Cheers.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘"All data was deleted. Reactivate Social Stickers"’ is closed to new replies.