Sharaz Shahid
Forum Replies Created
-
Hi,
Strange I test it multiple time and it works. Could you please send me the screenshot also may I know which theme are you using, I feel that theme has some confliction with Simple Social Buttons ?
- This reply was modified 6 years, 11 months ago by Sharaz Shahid.
Kindly send me your log it will help me to fix the issue.
you will find this here https://prntscr.com/j4lzbo.
Inline settings option is available in free.
Hi @apcimino2,
Add this code in you theme functions.php file. it will remove buttons in excerpt content.
add_action( 'wp_head', 'ssb_custom_remove_excerpt' ); /** * Remove ssb button in excerpt. * * @return void */ function ssb_custom_remove_excerpt() { global $_ssb_pr; remove_filter( 'the_excerpt', array( $_ssb_pr, 'insert_excerpt_buttons' ) ); }
Hi frahil,
Go to Simple Social Buttons settings and turn off these setting in inline section. Here is the helping screenshot https://prntscr.com/j44yyc
Thanks for sharing. We are seeing this issue and will fix it.
Forum: Plugins
In reply to: [wp-Typography] Class Name Change Problem@pputzer Thanks for giving fast support.
Forum: Plugins
In reply to: [wp-Typography] Class Name Change Problem@pputzer Site under the development you can use team theme to generate the issue.
- This reply was modified 7 years ago by Sharaz Shahid.
Forum: Plugins
In reply to: [wp-Typography] Class Name Change Problem@pputzer https://prntscr.com/iofwo7
https://prntscr.com/iofx1x little better for this post
https://prntscr.com/iofxh0Forum: Plugins
In reply to: [wp-Typography] Class Name Change ProblemThanks for seeing this same issue with me.This Plugin https://www.ads-software.com/plugins/simple-social-buttons/
Original :
https://prntscr.com/iofu3l
After Activate wp-Typography:
https://prntscr.com/iofquy- This reply was modified 7 years ago by Sharaz Shahid.
- This reply was modified 7 years ago by Sharaz Shahid.