Title: ritso's Replies | WordPress.org

---

# ritso

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Useful Banner Manager] Banner/Div Height](https://wordpress.org/support/topic/bannerdiv-height/)
 *  Thread Starter [ritso](https://wordpress.org/support/users/ritso/)
 * (@ritso)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/bannerdiv-height/#post-4596658)
 * <div id=”useful-banner-manager-banners-rotation-n1″ class=”useful_banner_manager_banners_rotation”
   style=”overflow: hidden; width: randpx; height: 180px;”><div id=”10_useful_banner_manager_banner”
   class=”useful_banner_manager_rotating_banner” style=”display: none;”>……..</div
   >
 * This is the div concerned in the HTML.
 * Seeing this the rand operator is being picked up as the width instead of the 
   random. I see from the code that the deaults are set to 180 if no values are 
   entered.
 * Is it possible to use the rand operator but also have your ads render at their
   actual sizes?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Useful Banner Manager] Banner/Div Height](https://wordpress.org/support/topic/bannerdiv-height/)
 *  Thread Starter [ritso](https://wordpress.org/support/users/ritso/)
 * (@ritso)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/bannerdiv-height/#post-4596650)
 * I forgot to add that the CSS on the page seemed to be indicating this was something
   inline rather than CSS controlled. I checked in the plugin editor and found some
   references to ‘180’ but I’m reluctant to alter these.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Text Replace] Can i use more than 10 words?](https://wordpress.org/support/topic/can-i-use-more-than-10-words/)
 *  [ritso](https://wordpress.org/support/users/ritso/)
 * (@ritso)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/can-i-use-more-than-10-words/#post-3974078)
 * I think this is possible as I’ve just had a play around in the PHP and seem to
   have done this by adding two more rows to the settings page.
 * If you go into Plugins > Editor and find the plugin in the dropdown list you 
   will need to make three changes:
 * include_once(‘simple-text-replace_hooks.php’);
    if(get_option(‘str_title_enabled’)){
   if(get_option(‘str_content_enabled’)){
 * include_once(‘simple-text-replace_options.php’);
    // Title replace // Text replace
 * check_regex(‘title’, ’10’);
    check_regex(‘content’, ’10’);
 * There are two PHP files involved and the lines to look for are above, one for
   the title section and one for the post section. They’re pretty easy to spot as
   they are big blocks of repeating code and you just copy and past the bottom one
   and change the number from 10 to 11, 12, etc.
 * I hope this helps somebody.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Schedule Regular Posts from Templates](https://wordpress.org/support/topic/schedule-regular-posts-from-templates/)
 *  Thread Starter [ritso](https://wordpress.org/support/users/ritso/)
 * (@ritso)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/schedule-regular-posts-from-templates/#post-4562192)
 * I’ve been wondering, if templates are even possible would they also store the
   content in the WP to Twitter box added to the post page?

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