Title: Demoris's Replies | WordPress.org

---

# Demoris

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/demoris/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/demoris/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity PDF] Headers already sent and php warning](https://wordpress.org/support/topic/headers-already-sent-and-php-warning/)
 *  Thread Starter [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/headers-already-sent-and-php-warning/#post-3153449)
 * ‘The plugin generated 2 characters of unexpected output during activation. If
   you notice “headers already sent” messages, problems with syndication feeds or
   other issues, try deactivating or removing this plugin.’
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Reviews] [Plugin: WP Customer Reviews] Text colour](https://wordpress.org/support/topic/plugin-wp-customer-reviews-text-colour/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-customer-reviews-text-colour/page/2/#post-2589464)
 * Try the plugin options page, down near the bottom.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Reviews] [Plugin: WP Customer Reviews] Text colour](https://wordpress.org/support/topic/plugin-wp-customer-reviews-text-colour/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-customer-reviews-text-colour/page/2/#post-2589461)
 * If you don’t already, I recommend using Chrome or Firefox with the Firebug addon.
   Both of these browsers would then allow you to right click the area you ant, 
   and ‘inspect element’. This shows the HTML and CSS for the element you clicked
   on, and you can live edit the CSS to see modifications and what CSS you need 
   to change.
 * To change the font size, add a css rule for #wpcr_table_2 and set font-size to
   your value of choice.
 * To edit the spacing of ‘required field’ and the checkbox, trying adding a margin
   to .wpcr_fl { 5px !important; }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Is there a way to make images bigger in the complete post page.](https://wordpress.org/support/topic/is-there-a-way-to-make-images-bigger-in-the-complete-post-page/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/is-there-a-way-to-make-images-bigger-in-the-complete-post-page/#post-2590454)
 * Any you using a particular theme or plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Reviews] [Plugin: WP Customer Reviews] Text colour](https://wordpress.org/support/topic/plugin-wp-customer-reviews-text-colour/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-customer-reviews-text-colour/page/2/#post-2589208)
 * You have a couple areas in the CSS that are both styling the input:
 * style.css line 633:
 *     ```
       #content, #content input, #content textarea {
       color: white;
       font-size: 16px;
       line-height: 24px;
       }
       ```
   
 * and style.css line 262:
 *     ```
       body, input, textarea {
       color: #666;
       font-size: 12px;
       line-height: 18px;
       }
       ```
   
 * The first one has priority in this case (line 633).
 * To have your input areas show up with non-white text, try adding this:
 *     ```
       #content #wpcr_respond_1 input, #content #wpcr_respond_1 textarea {
       color: #666;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Reviews] [Plugin: WP Customer Reviews] Make Submitting of Stars Optional](https://wordpress.org/support/topic/plugin-wp-customer-reviews-make-submitting-of-stars-optional/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-customer-reviews-make-submitting-of-stars-optional/#post-2562809)
 * Yes, sorry, that’s correct. OP had already removed the div from the form, so 
   I didn’t add that to my post.
 * Thanks for clearing that up mistamatrix.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Stuck right at the start](https://wordpress.org/support/topic/stuck-right-at-the-start/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/stuck-right-at-the-start/#post-2589786)
 * Yes, following the original plugin instructions should work now.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Stuck right at the start](https://wordpress.org/support/topic/stuck-right-at-the-start/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/stuck-right-at-the-start/#post-2589782)
 * You need to set a [Wildcard DNS entry](http://en.wikipedia.org/wiki/Wildcard_DNS_record).
   You can set this through your domain registrar. If you search their help documents,
   they should have this info available for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] [Plugin: NextGEN Gallery] on upgrade, images no longer open in lightbox](https://wordpress.org/support/topic/plugin-nextgen-gallery-on-upgrade-images-no-longer-open-in-lightbox/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-nextgen-gallery-on-upgrade-images-no-longer-open-in-lightbox/#post-2589190)
 * A first step could be to take a look at ‘Gallery’ > ‘Options” > ‘Effects’, and
   see what the ‘JavaScript Thumbnail effect’ is set to. It might be set to ‘none’.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Stuck right at the start](https://wordpress.org/support/topic/stuck-right-at-the-start/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/stuck-right-at-the-start/#post-2589763)
 * [http://codex.wordpress.org/Create_A_Network](http://codex.wordpress.org/Create_A_Network)
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Stuck right at the start](https://wordpress.org/support/topic/stuck-right-at-the-start/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/stuck-right-at-the-start/#post-2589760)
 * Have you gone through the Multisite process before attempting to install this
   plugin?
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Stuck right at the start](https://wordpress.org/support/topic/stuck-right-at-the-start/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/stuck-right-at-the-start/#post-2589757)
 * This plugin requires a couple additional steps to a normal WordPress plugin, 
   and it’s documented fairly well in the installation instructions that you linked
   to.
 * 1. Add ‘define( ‘SUNRISE’, ‘on’ );’ to wp-config.php
 * 2. Make sure to place sunrise.php in wp-content
 * have you done both of these steps?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Reviews] [Plugin: WP Customer Reviews] Text colour](https://wordpress.org/support/topic/plugin-wp-customer-reviews-text-colour/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-customer-reviews-text-colour/#post-2589178)
 * I would go with editing your theme’s CSS file over the plugin CSS. This way you
   don’t lose the CSS when the plugin is updated.
 * What is your website URL? Maybe I could take a quick look a paste some CSS here
   for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Reviews] [Plugin: WP Customer Reviews] Remove Date from reviews](https://wordpress.org/support/topic/plugin-wp-customer-reviews-remove-date-from-reviews/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-customer-reviews-remove-date-from-reviews/#post-2588069)
 * You have 2 options:
 * 1 is the more difficult option of editing the plugin code to remove the date 
   output.
 * 2 is to edit your theme’s CSS and just hide the date:
 * `.dtreviewed {display: none !important; }`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Customer Reviews] [Plugin: WP Customer Reviews] Php Code to insert](https://wordpress.org/support/topic/plugin-wp-customer-reviews-php-code-to-insert/)
 *  [Demoris](https://wordpress.org/support/users/demoris/)
 * (@demoris)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-wp-customer-reviews-php-code-to-insert/#post-2588616)
 * I believe that WP Customer Reviews comes with 2 shortcodes:
 * WPCR_INSERT and WPCR_SHOW
 * You can insert these directly into a PHP template by using the WordPress function
   [do_shortcode()](http://codex.wordpress.org/Function_Reference/do_shortcode):
 * `<?php echo do_shortcode('[WPCR_INSERT]'); ?>`
 * Hope this helps with what you’re looking for.

Viewing 15 replies - 1 through 15 (of 24 total)

1 [2](https://wordpress.org/support/users/demoris/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/demoris/replies/page/2/?output_format=md)