Title: saridon's Replies | WordPress.org

---

# saridon

  [  ](https://wordpress.org/support/users/ritwick/)

 *   [Profile](https://wordpress.org/support/users/ritwick/)
 *   [Topics Started](https://wordpress.org/support/users/ritwick/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ritwick/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ritwick/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ritwick/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ritwick/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ritwick/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Possible Conflict Between Yoast SEO and Addthis Plugin?](https://wordpress.org/support/topic/possible-conflict-between-yoast-seo-and-addthis-plugin/)
 *  [saridon](https://wordpress.org/support/users/ritwick/)
 * (@ritwick)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/possible-conflict-between-yoast-seo-and-addthis-plugin/#post-6783190)
 * You can add the AddThis plugin buttons manually into the theme files by:
    `<?
   php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT();}?
   >`
 * it worked for me with normal Yoast installation.
 * Hope this helps.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Horizontal scrolling announcement] TypeError: this.start/stop is not a function](https://wordpress.org/support/topic/typeerror-thisstartstop-is-not-a-function/)
 *  Thread Starter [saridon](https://wordpress.org/support/users/ritwick/)
 * (@ritwick)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/typeerror-thisstartstop-is-not-a-function/#post-6733976)
 * A slight refinement of the above code:
 * (RE: Line#145 of <plugin_dir>/horizontal-scrolling-announcement.php)
 *     ```
       $what_marquee = $what_marquee . "<marquee style='$style' scrollamount='$scrollamount' scrolldelay='$scrolldelay' direction='$direction' onmouseover='this.setAttribute(\"scrollamount\", 0, 0); this.stop();' onmouseout='this.setAttribute(\"scrollamount\", $scrollamount, 0); this.start();'>";
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wordpress editor removes/re-formats tag within the tag](https://wordpress.org/support/topic/wordpress-editor-removesre-formats-tag-within-the-tag/)
 *  Thread Starter [saridon](https://wordpress.org/support/users/ritwick/)
 * (@ritwick)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-editor-removesre-formats-tag-within-the-tag/#post-3967687)
 * Thanks Jan for your reply.
 * But I need to keep both the editors (Visual & Text) as there are two administrators.
   One is designated to make the cosmetic changes (like the text styling, who has
   no knowledge in HTML) while the other changes the HTML part.
 * I can definitely put the piece through a short code, but for this HTML:
 * `<a class="home_link sel_link" id="home_link_01" title="ABOUT" onclick="javascript:
   return home_link_click(1);"><span>ABOUT</span></a>`
 * the the text (or it’s style) ‘ABOUT’ cannot be changed from the editor. Is there
   any plugin or filter to achieve the balance between ‘Visual’ and ‘Text’ mode?
 * Again, a big thanks to you for throwing up the light.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [wordpress editor removes/re-formats tag within the tag](https://wordpress.org/support/topic/wordpress-editor-removesre-formats-tag-within-the-tag/)
 *  Thread Starter [saridon](https://wordpress.org/support/users/ritwick/)
 * (@ritwick)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/wordpress-editor-removesre-formats-tag-within-the-tag/#post-3967659)
 * This happens even when I put the HTML in the ‘Text’ editor and change to the ‘
   Visual’ mode
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Remove <p> tag attached to comment tags](https://wordpress.org/support/topic/remove-ltpgt-tag-attached-to-comment-tags/)
 *  [saridon](https://wordpress.org/support/users/ritwick/)
 * (@ritwick)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/remove-ltpgt-tag-attached-to-comment-tags/#post-1269107)
 * use:
 * <?php echo get_comment_text(); ?>

Viewing 5 replies - 1 through 5 (of 5 total)